Files
turnbasedgamedata/Config/Level/Maze/MazeTest/GravityRoom.json
2025-02-24 07:50:34 -03:00

149 lines
3.5 KiB
JSON

{
"OnInitSequece": [
{
"TaskList": []
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupOptionsTrigger",
"OptionList": [
{
"OptionTextmapID": {
"Hash": 5515464114109395709
},
"TriggerCustomString": "Mirror_StartLevel01"
},
{
"OptionTextmapID": {
"Hash": 14048902624073768257
},
"TriggerCustomString": "Mirror_StartLevel02"
},
{
"OptionTextmapID": {
"Hash": 5470437706483493109
},
"TriggerCustomString": "Mirror_StartLevel03"
},
{
"OptionTextmapID": {
"Hash": 400799189959182801
},
"TriggerCustomString": "Mirror_StartLevel04"
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Mirror_StartLevel01"
}
},
{
"$type": "RPG.GameCore.SwitchCharacterAnchor",
"IsLocalPlayer": true,
"CharacterUniqueName": "LocalPlayer",
"LevelAreaKey": {
"Custom": true,
"Key": "AnchorPoint01"
},
"ResetAnimation": false
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Mirror_StartLevel02"
}
},
{
"$type": "RPG.GameCore.SwitchCharacterAnchor",
"IsLocalPlayer": true,
"CharacterUniqueName": "LocalPlayer",
"LevelAreaKey": {
"Custom": true,
"Key": "AnchorPoint02"
},
"ResetAnimation": false
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Mirror_StartLevel04"
}
},
{
"$type": "RPG.GameCore.SwitchCharacterAnchor",
"IsLocalPlayer": true,
"CharacterUniqueName": "LocalPlayer",
"LevelAreaKey": {
"Custom": true,
"Key": "AnchorPoint04"
},
"ResetAnimation": false
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Mirror_StartLevel03"
}
},
{
"$type": "RPG.GameCore.SwitchCharacterAnchor",
"IsLocalPlayer": true,
"CharacterUniqueName": "LocalPlayer",
"LevelAreaKey": {
"Custom": true,
"Key": "AnchorPoint03"
},
"ResetAnimation": false
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "AnchorPoint01"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "AnchorPoint02"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "AnchorPoint03"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "AnchorPoint04"
}
]
}
}