Files
PetitPlanet-Data/Json/NPCDistributionsCfg.json
2025-11-11 07:21:48 +07:00

44 lines
850 B
JSON

{
"conditionDistributions": [
{
"predicates": [
{
"$type":"Predicate"
}
],
"distributions": [
{
"scene": {
"$type": "SelectSceneByType",
"sceneType": "SelfHome"
},
"type": "Num",
"input": {
"$type": "RandomFromInput",
"weights": [
1,
1
],
"values": [
0,
0
]
},
"scoreNPCs": [
{
"$type": "ConsiderationBool",
"trueValue": 10,
"falseValue": 0.5,
"input": {
"$type": "NPCPersonalityInput",
"personality": "StayHome"
}
}
]
}
]
}
]
}