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

67 lines
1.5 KiB
JSON

{
"OnInitSequece": [
{
"TaskList": []
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.AdvDistrictSetupTrigger",
"GroupID": {
"FixedValue": {
"Value": 18
}
},
"DistrictID": {
"FixedValue": {
"Value": 1
}
},
"TickInterval": 0.1,
"OnEnter": [
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"FixedValue": {
"Value": 2
}
}
},
{
"$type": "RPG.GameCore.PropReqInteract",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropID",
"SinglePropID": {
"GroupID": {
"FixedValue": {
"Value": 5
}
},
"ID": {
"FixedValue": {
"Value": 300001
}
}
},
"PropIDInOwnerGroup": {
"FixedValue": {
"Value": 300001
}
}
},
"InteractID": {
"FixedValue": {
"Value": 1010
}
}
}
]
}
]
}
],
"Type": "Group"
}