Files
turnbasedgamedata/Config/Level/Props/Common/InitLevelGraph_Prop_Common_MazeChallenge_01.json
2025-07-03 10:50:43 +02: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": 3396101357813312947
}
},
{
"$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": 10382814617325739846
},
"MessageTwo": {
"Hash": 13226238643155092362
},
"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"
}
]
}
}