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

36 lines
760 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.AdvDistrictSetupTrigger",
"GroupID": {
"FixedValue": {
"Value": 43
}
},
"DistrictID": {
"FixedValue": {
"Value": 1
}
},
"OnEnter": [
{
"$type": "RPG.Client.AdventureGameplayLock",
"IsLock": true,
"LockSource": "GhostTrigger"
}
],
"OnExit": [
{
"$type": "RPG.Client.AdventureGameplayLock",
"LockSource": "GhostTrigger"
}
]
}
]
}
],
"Type": "Group"
}