Files
turnbasedgamedata/Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BoxMan_NoCam.json
2025-02-24 07:50:34 -03:00

129 lines
3.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropInitPuzzle",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"BoardPath": {
"Custom": true,
"Key": "BoxMan_BoardPath"
},
"LocalPosition": {},
"LOD": true
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PuzzleBoxmanInBoard",
"OnPlayerEnter": [
{
"$type": "RPG.GameCore.TakenMazePuzzleChallenge",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"MazePuzzleChallengeID": {
"Value": "1025"
},
"AutoClosePuzzle": false,
"AutoResetPuzzle": false,
"AutoFinishChallenge": false,
"OnReset": [
{
"$type": "RPG.GameCore.PlayScreenTransfer",
"Mode": "SwitchOut",
"CustomTime": 0.25,
"KeepDisplay": true,
"TextEnabled": true,
"TalkSentenceID": 100000004
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"FixedValue": {
"Value": 0.5
}
}
},
{
"$type": "RPG.GameCore.PropResetPuzzle"
},
{
"$type": "RPG.GameCore.SwitchCharacterAnchor",
"IsLocalPlayer": true,
"CharacterUniqueName": "LocalPlayer",
"AreaName": {
"Custom": true,
"Key": "SwitchAnchorArea"
},
"AnchorName": {
"Custom": true,
"Key": "SwitchAnchor"
}
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"FixedValue": {
"Value": 0.5
}
}
},
{
"$type": "RPG.GameCore.PlayScreenTransfer",
"CustomTime": 0.25,
"KeepDisplay": true,
"TextEnabled": true,
"TalkSentenceID": 100000004
}
]
},
{
"$type": "RPG.GameCore.SetPlayerMotionSync"
}
],
"OnPlayerLeave": [
{
"$type": "RPG.GameCore.CancelMazePuzzleChallenge",
"MazePuzzleChallengeID": {
"Value": "1025"
}
},
{
"$type": "RPG.GameCore.SetPlayerMotionSync",
"Enable": true
}
]
}
]
},
{
"TaskList": []
},
{
"IsLoop": true,
"TaskList": []
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "BoxMan_BoardPath"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "SwitchAnchorArea"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "SwitchAnchor"
}
]
}
}