Files
turnbasedgamedata/Config/Level/Maze/MazeTest/Test_TurnTable_NoCam.json
2025-07-03 10:50:43 +02:00

88 lines
2.0 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropInitPuzzle",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"BoardPath": {
"Custom": true,
"Key": "Adress"
},
"LocalPosition": {
"X": 0,
"Y": 0,
"Z": 0
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PropPuzzleEventListener",
"FinishCallback": [
{
"$type": "RPG.GameCore.PropStateExecute",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"Execute": [
{
"$type": "RPG.GameCore.PropReqInteract",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"InteractID": {
"IsDynamic": false,
"FixedValue": {
"Value": 1010
}
}
}
]
}
],
"ResetCallback": [],
"QuitCallback": []
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "PuzzleTotemPillar_Done"
},
"WaitOwnerOnly": true
},
{
"$type": "RPG.GameCore.ToastPile",
"DescTextID": {
"Hash": 1449775907447825440
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "Adress"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "TargetChest"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "FinishHint"
}
]
}
}