Files
turnbasedgamedata/Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Protection.json
2025-02-24 07:50:34 -03:00

50 lines
1.1 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"FixedValue": {
"Value": 1
}
}
},
{
"$type": "RPG.GameCore.PropStateExecute",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropKey",
"SinglePropKey": {
"Custom": true,
"Key": "Puzzle"
}
},
"State": "Open",
"Execute": [
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Custom": true,
"Key": "CustomString_PerformanceFinish"
}
}
]
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "Puzzle"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "CustomString_PerformanceFinish"
}
]
}
}