Files
turnbasedgamedata/Config/Level/Maze/MazeExtra/TowerChallenge/Maze_LevelUpRaid_Check.json
2024-10-21 03:16:22 -03:00

53 lines
1022 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitPredicateSucc"
},
{
"$type": "RPG.GameCore.ChangePropState"
},
{
"$type": "RPG.GameCore.ChangePropState"
}
]
},
{
"TaskList": []
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedInt",
"Key": "BarrierGroupID"
},
{
"$type": "RPG.GameCore.SharedInt",
"Key": "BarrierID"
},
{
"$type": "RPG.GameCore.SharedInt",
"Key": "MonsterGroup"
},
{
"$type": "RPG.GameCore.SharedInt",
"Key": "LogicObjectGroup"
},
{
"$type": "RPG.GameCore.SharedInt",
"Key": "LogicObjectConfig"
},
{
"$type": "RPG.GameCore.SharedInt",
"Key": "ExitGroupID"
},
{
"$type": "RPG.GameCore.SharedInt",
"Key": "ExitConfigID"
}
]
}
}