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

83 lines
1.8 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorCustomValueChange",
"Name": {
"Value": "FirePropEvent"
},
"OnChange": [
{
"$type": "RPG.GameCore.TriggerEntityEvent",
"EventName": {
"Value": "PropOpen"
},
"InstanceID": {
"IsDynamic": false,
"FixedValue": {
"Value": 300001
}
}
}
],
"Condition": {
"$type": "RPG.GameCore.ByCheckFloorCustomBool",
"Name": {
"Value": "FirePropEvent"
}
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitEntityEvent",
"EventName": {
"Value": "OnPropOpen"
},
"OnEvent": [
{
"$type": "RPG.GameCore.DebugLog",
"Level": "Warn",
"Message": "Event_OnPropOpen"
}
],
"InstanceID": {
"IsDynamic": false,
"FixedValue": {
"Value": 300001
}
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitEntityEvent",
"EventName": {
"Value": "OnPropClosed"
},
"OnEvent": [
{
"$type": "RPG.GameCore.DebugLog",
"Level": "Warn",
"Message": "Event_OnPropClose"
}
],
"InstanceID": {
"IsDynamic": false,
"FixedValue": {
"Value": 300001
}
}
}
]
}
],
"Type": "Group"
}