Files
turnbasedgamedata/Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_SpecialVision_SneakMonster.json
2024-10-21 03:16:22 -03:00

100 lines
2.3 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Custom": true,
"Key": "Maze_TriggerSpecialVision_Key"
}
},
{
"$type": "RPG.GameCore.ShowFuncBtn",
"PuzzleFunc": "SpecialVisionFindSneakMonster",
"CDDuration": 15
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Custom": true,
"Key": "Maze_AfterCallPuppy_Key"
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Custom": true,
"Key": "Maze_StopSpecialVision_Key"
}
},
{
"$type": "RPG.GameCore.ShowFuncBtn",
"Show": false,
"PuzzleFunc": "SpecialVisionFindSneakMonster",
"CDDuration": 15
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Custom": true,
"Key": "Maze_AfterDelPuppy_Key"
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "SpecialVisionOpen"
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "SpecialVisionClose"
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Value": "Maze_TriggerSpecialVision_01",
"Key": "Maze_TriggerSpecialVision_Key"
},
{
"$type": "RPG.GameCore.SharedString",
"Value": "Maze_StopSpecialVision_01",
"Key": "Maze_StopSpecialVision_Key"
},
{
"$type": "RPG.GameCore.SharedString",
"Value": "Maze_AfterSneakMonster_Key_01",
"Key": "Maze_AfterSneakMonster_Key"
},
{
"$type": "RPG.GameCore.SharedString",
"Value": "Maze_AfterDelSneakMonster_Key_01",
"Key": "Maze_AfterDelPSneakMonster_Key"
}
]
}
}