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

49 lines
1.1 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,
2022-12-25 10:46:20 +00:00
"Chapter": [
1,
2,
3,
4
]
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,
2022-12-25 10:46:20 +00:00
"Chapter": [
1,
2,
3,
4,
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,
2022-12-25 10:46:20 +00:00
"Chapter": [
1,
2,
3,
4,
5.0
]
2022-12-19 17:21:16 +00:00
}
]