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

34 lines
589 B
JSON

{
"states": [
{
"predicates": [
{
"$type": "Predicate"
}
],
"stateInfo": {
"curGoal": "WalkAroundMainArea",
"scene": {
"$type": "SelectSceneByConfig",
"sceneID": 2
},
"position": {
"$type": "StaticPosition",
"xPos": 12.21,
"yPos": 0.02,
"zPos": -86.0,
"yAngle": 180
}
}
}
],
"dialogSelectors": [
{
"//": "默认对话",
"isExclusive": true,
"id": 10000,
"dialogs": [ 20006 ]
}
]
}