Files
turnbasedgamedata/Config/Level/PedestrianMembersConfig/Config_W4_maket.json
2025-02-24 07:50:34 -03:00

54 lines
1013 B
JSON

{
"Members": [
{
"Identity": "DownPeople",
"FeatureID": "DownPeople_Male",
"Weight": 10
},
{
"Identity": "DownPeople",
"FeatureID": "DownPeople_Lady",
"Weight": 10
},
{
"Identity": "DownPeople",
"FeatureID": "DownPeople_Boy",
"Weight": 2
},
{
"Identity": "DownPeople",
"FeatureID": "DownPeople_Girl",
"Weight": 2
},
{
"Identity": "UpPeople",
"FeatureID": "UpPeople_Male",
"Weight": 6
},
{
"Identity": "UpPeople",
"FeatureID": "UpPeople_Lady",
"Weight": 6
},
{
"Identity": "UpPeople",
"FeatureID": "UpPeople_Boy",
"Weight": 2
},
{
"Identity": "UpPeople",
"FeatureID": "UpPeople_Girl",
"Weight": 2
},
{
"Identity": "UpPeople",
"FeatureID": "UpPeople_OldMale",
"Weight": 2
},
{
"Identity": "UpPeople",
"FeatureID": "UpPeople_OldLady",
"Weight": 2
}
]
}