Files
2025-02-24 07:50:34 -03:00

29 lines
470 B
JSON

{
"Members": [
{
"Identity": "Bath",
"FeatureID": "Bath_Male",
"Weight": 10
},
{
"Identity": "Bath",
"FeatureID": "Bath_Lady",
"Weight": 10
},
{
"Identity": "Bath",
"FeatureID": "Bath_Boy",
"Weight": 2
},
{
"Identity": "Bath",
"FeatureID": "Bath_Girl",
"Weight": 2
},
{
"Identity": "Bath",
"FeatureID": "Bath_OldMale",
"Weight": 3
}
]
}