Files
turnbasedgamedata/Config/ConfigMunicipal/Common_WhiteBox_MunicipalConfig.json
2024-10-21 03:16:22 -03:00

29 lines
373 B
JSON

{
"MunicipalName": "CityTest",
"SettingData": {
"CrowdGroupMaxNum": 6,
"PedestrianMaxNum": 30,
"CrowdPercents": [
100,
100,
90,
20,
0
],
"PedestrianPercents": [
100,
80,
60,
15,
5
],
"AssemScoreLimit": [
3,
3,
2,
2,
1
]
},
"TrainSetting": {}
}