PGRData/Resources/Share/Fuben/Stronghold/StrongholdLevel.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2022-12-19 17:21:16 +00:00
[
{
2022-12-20 07:23:11 +00:00
"Id": 1,
"Name": "Up-to-standard Battle",
"Icon": "Assets/Product/Texture/Atlas/UiStronghold/UiStrongholdIconLevel01.png",
"MinLevel": 1,
"MaxLevel": 84,
"InitElectricEnergy": 800,
"InitEndurance": 18,
"Chapter[1]": 1,
"Chapter[2]": 2,
"Chapter[3]": 3,
"Chapter[4]": 4,
"Chapter[5]": null
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Id": 2,
"Name": "Regular Battle",
"Icon": "Assets/Product/Texture/Atlas/UiStronghold/UiStrongholdIconLevel02.png",
"MinLevel": 85,
"MaxLevel": 120,
"InitElectricEnergy": 800,
"InitEndurance": 18,
"Chapter[1]": 1,
"Chapter[2]": 2,
"Chapter[3]": 3,
"Chapter[4]": 4,
"Chapter[5]": 5.0
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Id": 3,
"Name": "Pioneer Battle",
"Icon": "Assets/Product/Texture/Atlas/UiStronghold/UiStrongholdIconLevel03.png",
"MinLevel": 85,
"MaxLevel": 120,
"InitElectricEnergy": 30,
"InitEndurance": 18,
"Chapter[1]": 1,
"Chapter[2]": 2,
"Chapter[3]": 3,
"Chapter[4]": 4,
"Chapter[5]": 5.0
2022-12-19 17:21:16 +00:00
}
]