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

187 lines
4.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropInitPuzzle",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"BoardPath": {
"Custom": true,
"Key": "BoardFilePath"
},
"LocalPosition": {
"X": 0,
"Y": 0,
"Z": 0
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PropPuzzleEventListener",
"FinishCallback": [],
"ResetCallback": [],
"QuitCallback": []
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "PuzzleTotemPillar_Done"
},
"WaitOwnerOnly": true
},
{
"$type": "RPG.GameCore.StartPropInteractMode",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"Mode": "LockControl"
},
{
"$type": "RPG.GameCore.ToastPile",
"DescTextID": {
"Hash": 1449775907447825440
},
"DescTextKey": {
"Custom": true,
"Key": "FinishHint"
}
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
}
},
{
"$type": "RPG.GameCore.ActiveVirtualCamera",
"LevelAreaCameraKey": {
"Custom": true,
"Key": "Vcam"
},
"BlendConfig": {
"ExportToJson": true,
"BlendType": "Cut",
"UseDefaultBlendCurve": true
},
"KeepMainCameraRotation": true
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
}
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "ChestUsed"
}
},
{
"$type": "RPG.GameCore.PropStateExecute",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropKey",
"SinglePropKey": {
"Custom": true,
"Key": "Target"
}
},
"State": "ChestLocked",
"Execute": [
{
"$type": "RPG.GameCore.PropReqInteract",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropKey",
"SinglePropKey": {
"Custom": true,
"Key": "Target"
}
},
"InteractID": {
"IsDynamic": false,
"FixedValue": {
"Value": 111120
}
}
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "ChestUsed"
},
"WaitOwnerOnly": true
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
}
},
{
"$type": "RPG.GameCore.ActiveVirtualCamera",
"LevelAreaCameraKey": {
"Custom": true,
"Key": "Vcam"
},
"IsActive": false,
"BlendConfig": {
"ExportToJson": true,
"BlendType": "Cut",
"UseDefaultBlendCurve": true
},
"KeepMainCameraRotation": true
},
{
"$type": "RPG.GameCore.EndPropInteract"
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "BoardFilePath"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "Vcam"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "FinishHint"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "Target"
}
]
}
}