NLDClient-yudde/ProjectNLD/Assets/Config/Data/levelcfg_daynightprop.json

22 lines
521 B
JSON
Raw Normal View History

2023-10-19 15:00:19 +08:00
[
{
2024-02-22 19:47:38 +08:00
"ID": 0,
"Name": "白天",
"BuffIds": [],
2024-04-01 16:23:10 +08:00
"NameLocal": "day_day",
"DescLocal": "day_day_desc",
2026-03-11 19:01:11 +08:00
"Icon": "Assets/Art_Out/UI/Texture/CommonTextures/MapWeatherAndLand/Icon_Weather_Day.png",
2026-03-11 19:26:36 +08:00
"HideInShowPanel": false
2023-10-19 15:00:19 +08:00
},
{
2024-02-22 19:47:38 +08:00
"ID": 1,
2023-10-19 15:00:19 +08:00
"Name": "晚上",
2025-09-04 12:58:15 +08:00
"BuffIds": [
2026-01-14 14:18:51 +08:00
70015
2025-09-04 12:58:15 +08:00
],
2024-04-01 16:23:10 +08:00
"NameLocal": "day_night",
"DescLocal": "day_night_desc",
2026-03-11 19:01:11 +08:00
"Icon": "Assets/Art_Out/UI/Texture/CommonTextures/MapWeatherAndLand/Icon_Weather_Night.png",
2026-03-11 19:26:36 +08:00
"HideInShowPanel": false
2023-10-19 15:00:19 +08:00
}
]