2024-10-21 03:16:22 -03:00

79 lines
1.7 KiB
JSON

{
"OnInitSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PredicateTaskList",
"Predicate": {
"$type": "RPG.GameCore.ByCheckFloorCustomBool",
"Name": {
"Value": "SpawnClara"
}
},
"SuccessTaskList": [
{
"$type": "RPG.GameCore.AdvCreateEntityAsync",
"InstanceIDList": [
400001
],
"AdvancedSpawnList": []
}
]
}
]
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorCustomValueChange",
"Name": {
"Value": "SpawnClara"
},
"OnChange": [
{
"$type": "RPG.GameCore.AdvCreateEntityAsync",
"InstanceIDList": [
400001
],
"AdvancedSpawnList": []
}
],
"Condition": {
"$type": "RPG.GameCore.ByCheckFloorCustomBool",
"Name": {
"Value": "SpawnClara"
}
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorCustomValueChange",
"Name": {
"Value": "SpawnClara"
},
"OnChange": [
{
"$type": "RPG.GameCore.AdvDestroyEntityAsync",
"InstanceIDList": [
400001
]
}
],
"Condition": {
"$type": "RPG.GameCore.ByCheckFloorCustomBool",
"Name": {
"Value": "SpawnClara"
},
"Inverse": true
}
}
]
}
],
"Type": "Group"
}