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

94 lines
2.2 KiB
JSON

{
"OnInitSequece": [
{
"TaskList": []
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorCustomValueChange",
"Name": {
"Value": "FCV_CmdBotPuzzleTestSignal"
},
"OnChange": [
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "CmdBot_Upgrade_4_Begin"
}
}
],
"Condition": {
"$type": "RPG.GameCore.ByCompareFloorCustomFloat",
"Name": {
"Value": "FCV_CmdBotPuzzleTestSignal"
},
"CompareType": "Equal",
"CompareValue": {
"IsDynamic": false,
"FixedValue": {
"Value": 4
}
}
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.LoopWaitEntityServerEvent"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PredicateTaskList",
"Predicate": {
"$type": "RPG.GameCore.ByComparePropState",
"TargetType": {
"$type": "RPG.GameCore.GroupFetchLocalTarget",
"TargetType": "Prop",
"Targets": [
300001
]
},
"State": "Open"
},
"SuccessTaskList": [
{
"$type": "RPG.GameCore.PredicateTaskList",
"Predicate": {
"$type": "RPG.GameCore.ByComparePropState",
"TargetType": {
"$type": "RPG.GameCore.GroupFetchLocalTarget",
"TargetType": "Prop",
"Targets": [
300002
]
},
"State": "Hidden"
},
"SuccessTaskList": [
{
"$type": "RPG.GameCore.ChangePropState"
}
]
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.LoopWaitServerPropStateChange"
}
]
}
],
"Type": "Group"
}