turnbasedgamedata/Config/Level/GroupGraph/F20411001/Group_F20411001_G289.json
2025-02-24 07:50:34 -03:00

120 lines
2.7 KiB
JSON

{
"OnInitSequece": [
{
"TaskList": []
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.SetStageItemState",
"ItemList": [
{
"BlockAlias": "M06",
"PrefabAlias": "Eff_0"
}
],
"EnableState": true
},
{
"$type": "RPG.GameCore.SetStageItemState",
"ItemList": [
{
"BlockAlias": "M06",
"PrefabAlias": "Eff_1"
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorCustomValueChangeV2",
"Name": {
"Value": "FCV_EffSwitch"
},
"OnChange": [
{
"$type": "RPG.GameCore.SetStageItemState",
"ItemList": [
{
"BlockAlias": "M06",
"PrefabAlias": "Eff_0"
}
],
"EnableState": true
},
{
"$type": "RPG.GameCore.SetStageItemState",
"ItemList": [
{
"BlockAlias": "M06",
"PrefabAlias": "Eff_1"
}
]
}
],
"Condition": {
"$type": "RPG.GameCore.ByCompareFloorCustomFloatV2",
"Name": {
"Value": "FCV_EffSwitch"
},
"CompareType": "Equal",
"CompareValue": {
"FixedValue": {
"Value": 0
}
}
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorCustomValueChangeV2",
"Name": {
"Value": "FCV_EffSwitch"
},
"OnChange": [
{
"$type": "RPG.GameCore.SetStageItemState",
"ItemList": [
{
"BlockAlias": "M06",
"PrefabAlias": "Eff_0"
}
]
},
{
"$type": "RPG.GameCore.SetStageItemState",
"ItemList": [
{
"BlockAlias": "M06",
"PrefabAlias": "Eff_1"
}
],
"EnableState": true
}
],
"Condition": {
"$type": "RPG.GameCore.ByCompareFloorCustomFloatV2",
"Name": {
"Value": "FCV_EffSwitch"
},
"CompareType": "Equal",
"CompareValue": {
"FixedValue": {
"Value": 1
}
}
}
}
]
}
],
"Type": "Group",
"EntityEventList": []
}