mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
29 lines
373 B
JSON
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": {}
|
|
} |