turnbasedgamedata/Config/Level/Maze/Chapter00/N4/Chapter00_N401_BlockStateSave.json
2024-10-21 03:16:22 -03:00

166 lines
4.2 KiB
JSON

{
"OnInitSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PredicateTaskList",
"Predicate": {
"$type": "RPG.GameCore.ByCompareFloorSavedValue",
"Name": "BlockStateSave",
"CompareType": "Equal"
},
"SuccessTaskList": [
{
"$type": "RPG.GameCore.BlockSetVisibility",
"BlockTags": [],
"BlockHoyoTags": {
"List": [
{
"Tag": "Stage.Block.CustomState.A",
"TagHash": 1945658916
}
]
},
"Visible": true
},
{
"$type": "RPG.GameCore.BlockSetVisibility",
"BlockTags": [],
"BlockHoyoTags": {
"List": [
{
"Tag": "Stage.Block.CustomState.B",
"TagHash": 1945658917
}
]
}
}
],
"FailedTaskList": [
{
"$type": "RPG.GameCore.BlockSetVisibility",
"BlockTags": [],
"BlockHoyoTags": {
"List": [
{
"Tag": "Stage.Block.CustomState.A",
"TagHash": 1945658916
}
]
}
},
{
"$type": "RPG.GameCore.BlockSetVisibility",
"BlockTags": [],
"BlockHoyoTags": {
"List": [
{
"Tag": "Stage.Block.CustomState.B",
"TagHash": 1945658917
}
]
},
"Visible": true
}
]
}
]
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.LoopWaitEntityServerEvent"
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.PropStateChangeListenerConfig",
"ToState": "Open",
"FromAnyState": true,
"OnChange": [
{
"$type": "RPG.GameCore.BlockSetVisibility",
"BlockTags": [],
"BlockHoyoTags": {
"List": [
{
"Tag": "Stage.Block.CustomState.A",
"TagHash": 1945658916
}
]
}
},
{
"$type": "RPG.GameCore.BlockSetVisibility",
"BlockTags": [],
"BlockHoyoTags": {
"List": [
{
"Tag": "Stage.Block.CustomState.B",
"TagHash": 1945658917
}
]
},
"Visible": true
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.LoopWaitEntityServerEvent"
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.PropStateChangeListenerConfig",
"FromState": "Open",
"FromAnyState": true,
"OnChange": [
{
"$type": "RPG.GameCore.BlockSetVisibility",
"BlockTags": [],
"BlockHoyoTags": {
"List": [
{
"Tag": "Stage.Block.CustomState.A",
"TagHash": 1945658916
}
]
},
"Visible": true
},
{
"$type": "RPG.GameCore.BlockSetVisibility",
"BlockTags": [],
"BlockHoyoTags": {
"List": [
{
"Tag": "Stage.Block.CustomState.B",
"TagHash": 1945658917
}
]
}
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
}
]
}