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

109 lines
2.4 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": []
}
]
},
{
"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"
}
]
}
}