2024-10-21 03:16:22 -03:00

64 lines
1.6 KiB
JSON

{
"OnInitSequece": [
{
"TaskList": []
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PredicateTaskList",
"Predicate": {
"$type": "RPG.GameCore.ByCompareFloorSavedValue",
"Name": "ShowFeather",
"CompareType": "Equal",
"CompareValue": 1
},
"SuccessTaskList": [
{
"$type": "RPG.GameCore.SetStageItemState",
"ItemList": [
{
"BlockAlias": "Chap03_CloseView_MAZ_P302_OperaHouse_02_Z_BlockData",
"PrefabAlias": "feathereffect0"
}
],
"EnableState": true
}
],
"FailedTaskList": []
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorSavedValueChangeV2",
"Name": {
"Value": "ShowFeather"
},
"Condition": {
"$type": "RPG.GameCore.ByCompareFloorSavedValue",
"Name": "ShowFeather",
"CompareType": "Equal",
"CompareValue": 1
},
"OnChange": [
{
"$type": "RPG.GameCore.SetStageItemState",
"ItemList": [
{
"BlockAlias": "Chap03_CloseView_MAZ_P302_OperaHouse_02_Z_BlockData",
"PrefabAlias": "feathereffect0"
}
],
"EnableState": true
}
]
}
]
}
],
"Type": "Group"
}