turnbasedgamedata/Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_test_changeEnv 1.json
2024-10-21 03:16:22 -03:00

155 lines
4.1 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PredicateTaskList",
"Predicate": {
"$type": "RPG.GameCore.ByCompareFloorSavedValue",
"Name": "Scene_Transit",
"CompareType": "Equal",
"CompareValue": 1
},
"SuccessTaskList": [
{
"$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
}
],
"FailedTaskList": [
{
"$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
}
]
}
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorSavedValueChangeV2",
"Name": {
"Value": "Scene_Transit"
},
"Condition": {
"$type": "RPG.GameCore.ByCompareFloorSavedValue",
"Name": "Scene_Transit",
"CompareType": "Equal",
"CompareValue": 1
},
"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
},
{
"$type": "RPG.GameCore.SetStageItemState",
"ItemList": [
{
"BlockAlias": "Chap03_CloseView_MAZ_P302_OperaHouse_02_Z_BlockData",
"PrefabAlias": "CarpetSide"
}
]
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorSavedValueChangeV2",
"Name": {
"Value": "CarpetShow"
},
"Condition": {
"$type": "RPG.GameCore.ByCompareFloorSavedValue",
"Name": "CarpetShow",
"CompareType": "Equal",
"CompareValue": 1
},
"OnChange": [
{
"$type": "RPG.GameCore.SetStageItemState",
"ItemList": [
{
"BlockAlias": "Chap03_CloseView_MAZ_P302_OperaHouse_02_Z_BlockData",
"PrefabAlias": "CarpetSide"
}
]
}
]
}
]
}
],
"ValueSource": {
"Values": []
},
"Type": "Entity"
}