mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitFloorSavedValueChange",
|
|
"Name": "G32_State",
|
|
"Condition": {
|
|
"$type": "RPG.GameCore.ByCompareFloorSavedValue",
|
|
"Name": "G32_State",
|
|
"CompareType": "Equal",
|
|
"CompareValue": 1
|
|
},
|
|
"OnChange": [
|
|
{
|
|
"$type": "RPG.GameCore.ChangeGroupState"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"IsLoop": true,
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitFloorSavedValueChange",
|
|
"Name": "G32_State",
|
|
"Condition": {
|
|
"$type": "RPG.GameCore.ByCompareFloorSavedValue",
|
|
"Name": "G32_State",
|
|
"CompareType": "Equal",
|
|
"CompareValue": 2
|
|
},
|
|
"OnChange": [
|
|
{
|
|
"$type": "RPG.GameCore.ChangeGroupState"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitServerGroupStateChange"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitServerGroupStateChange"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Type": "Group"
|
|
} |