turnbasedgamedata/Config/Level/GroupGraph/F20242001/Group_F20242001_G315.json
2024-10-21 03:16:22 -03:00

82 lines
2.0 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorCustomValueChange",
"Name": {
"Value": "FCV_ExhSqadron"
},
"OnChange": [
{
"$type": "RPG.GameCore.TriggerEntityEventV2",
"EventName": {
"Value": "Saqadron_On"
},
"TargetType": {
"$type": "RPG.GameCore.GroupFetchLocalTarget",
"TargetType": "Prop",
"Targets": [
300001
]
}
}
],
"Condition": {
"$type": "RPG.GameCore.ByCompareFloorCustomFloat",
"Name": {
"Value": "FCV_ExhSqadron"
},
"CompareType": "Equal",
"CompareValue": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
}
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorCustomValueChange",
"Name": {
"Value": "FCV_ExhSqadron"
},
"OnChange": [
{
"$type": "RPG.GameCore.TriggerEntityEventV2",
"EventName": {
"Value": "Saqadron_Off"
},
"TargetType": {
"$type": "RPG.GameCore.GroupFetchLocalTarget",
"TargetType": "Prop",
"Targets": [
300001
]
}
}
],
"Condition": {
"$type": "RPG.GameCore.ByCompareFloorCustomFloat",
"Name": {
"Value": "FCV_ExhSqadron"
},
"CompareType": "Equal",
"CompareValue": {
"IsDynamic": false,
"FixedValue": {
"Value": 0
}
}
}
}
]
}
],
"Type": "Group"
}