turnbasedgamedata/Config/Level/Props/Common/InitLevelGraph_Prop_Common_MazeChallenge_01.json
2024-10-21 03:16:22 -03:00

141 lines
3.3 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Custom": true,
"Key": "PuzzleStartNotify"
}
},
{
"$type": "RPG.GameCore.TakenMazePuzzleChallenge",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"MazePuzzleChallengeID": {
"Custom": true,
"Key": "MazePuzzleID"
},
"AutoClosePuzzle": false,
"AutoResetPuzzle": false,
"OnReset": [
{
"$type": "RPG.GameCore.PlayScreenTransfer",
"Mode": "SwitchOut",
"CustomTime": 0.1
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Custom": true,
"Key": "ResetSting"
}
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.8
}
}
},
{
"$type": "RPG.GameCore.ToastPile",
"DescTextID": {
"Hash": -2026194592
}
},
{
"$type": "RPG.GameCore.PlayScreenTransfer",
"CustomTime": 0.1
}
]
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Custom": true,
"Key": "PuzzleCancelString"
}
},
{
"$type": "RPG.GameCore.CancelMazePuzzleChallenge",
"MazePuzzleChallengeID": {
"Custom": true,
"Key": "MazePuzzleID"
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Custom": true,
"Key": "PuzzleFinishNotify"
}
},
{
"$type": "RPG.GameCore.FinishMazePuzzleChallenge",
"MazePuzzleChallengeID": {
"Custom": true,
"Key": "MazePuzzleID"
}
},
{
"$type": "RPG.GameCore.ToastPage",
"MessageOne": {
"Hash": -1582373247
},
"MessageTwo": {
"Hash": 2015940038
},
"CanInterrupt": true
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "MazePuzzleID"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "PuzzleResetNofify"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "PuzzleFinishNotify"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "MainPuzzleFinishToast"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "SubPuzzleFinishToast"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "PuzzleStartNotify"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "PuzzleCancelString"
}
]
}
}