22 lines
487 B
JSON
22 lines
487 B
JSON
[
|
|
{
|
|
"ID": 0,
|
|
"Name": "白天",
|
|
"BuffIds": [],
|
|
"NameLocal": "day_day",
|
|
"DescLocal": "day_day_desc",
|
|
"Icon": "Assets/Art_Out/UI/Texture/CommonTextures/MapWeatherAndLand/Icon_Weather_Day.png"
|
|
},
|
|
{
|
|
"ID": 1,
|
|
"Name": "晚上",
|
|
"BuffIds": [
|
|
70010,
|
|
70011,
|
|
70012
|
|
],
|
|
"NameLocal": "day_night",
|
|
"DescLocal": "day_night_desc",
|
|
"Icon": "Assets/Art_Out/UI/Texture/CommonTextures/MapWeatherAndLand/Icon_Weather_Night.png"
|
|
}
|
|
] |