2025-02-24 07:50:34 -03:00

56 lines
1.1 KiB
JSON

{
"OnInitSequece": [
{
"TaskList": []
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitEntityEvent",
"EventName": {
"Value": "Clt_InteractWhenEraLocked"
},
"OnEvent": [
{
"$type": "RPG.GameCore.TriggerGroupEvent",
"EventName": {
"Value": "ShowDoorTutorial"
}
}
],
"InstanceID": {
"FixedValue": {
"Value": 300001
}
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitGroupEvent",
"EventName": {
"Value": "ShowDoorTutorial"
},
"OnEvent": [
{
"$type": "RPG.GameCore.SetFloorCustomBool",
"Name": {
"Value": "FCV_EraDoorInteracted"
},
"Value": {
"Value": true
},
"ExtraInfo": {}
}
]
}
]
}
],
"Type": "Group",
"EntityEventList": []
}