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

66 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

[
{
"ID": 0,
"Name": "晴天",
"BuffIds": [
50010,
50011
],
"DESC": "侦查强度提升5点隐蔽强度降低5点",
"NameLocal": "weather_sunshine",
"DescLocal": "weather_sunshine_desc",
"Icon": "Assets/Art_Out/UI/Texture/CommonTextures/MapWeatherAndLand/Icon_Weather_Sunshine.png",
"HideInShowPanel": false
},
{
"ID": 1,
"Name": "沙尘暴",
"BuffIds": [
50030,
50031
],
"DESC": "射击速度提升10%换弹时间变慢10%",
"NameLocal": "weather_sandstorm",
"DescLocal": "weather_sandstorm_desc",
"Icon": "Assets/Art_Out/UI/Texture/CommonTextures/MapWeatherAndLand/Icon_Weather_DustStorm.png",
"HideInShowPanel": false
},
{
"ID": 2,
"Name": "雨天",
"BuffIds": [
50040,
50042
],
"DESC": "士气伤害提升10%静止不动时防御力下降10%",
"NameLocal": "weather_rain",
"DescLocal": "weather_rain_desc",
"Icon": "Assets/Art_Out/UI/Texture/CommonTextures/MapWeatherAndLand/Icon_Weather_Rain.png",
"HideInShowPanel": false
},
{
"ID": 3,
"Name": "雪天",
"BuffIds": [
50020,
50021
],
"DESC": "移动速度降低10%且压制力提升10%",
"NameLocal": "weather_snow",
"DescLocal": "weather_snow_desc",
"Icon": "Assets/Art_Out/UI/Texture/CommonTextures/MapWeatherAndLand/Icon_Weather_Snow.png",
"HideInShowPanel": false
},
{
"ID": 4,
"Name": "雾天",
"BuffIds": [
50054
],
"DESC": "降低侦查强度100点",
"NameLocal": "weather_fog",
"DescLocal": "weather_fog_desc",
"Icon": "Assets/Art_Out/UI/Texture/CommonTextures/MapWeatherAndLand/Icon_Weather_Fog.png",
"HideInShowPanel": false
}
]