turnbasedgamedata/Config/Level/Mission/8022127/Mission_802212706.json
2024-10-21 03:16:22 -03:00

41 lines
915 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorCustomValueChange",
"Name": {
"Value": "Is_Frame_Interacted_06"
},
"OnChange": [
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_802212706"
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PredicateTaskList",
"Predicate": {
"$type": "RPG.GameCore.ByCheckFloorCustomBool",
"Name": {
"Value": "Is_Frame_Interacted_06"
}
},
"SuccessTaskList": [
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_802212706"
}
]
}
]
}
],
"Type": "Mission"
}