Minor ARR updates

This commit is contained in:
Liza 2025-01-23 01:31:17 +01:00
parent e0580239e4
commit 4e427e4309
Signed by: liza
GPG Key ID: 2C41B84815CF6445
2 changed files with 15 additions and 3 deletions

View File

@ -112,9 +112,18 @@
"SkipConditions": { "SkipConditions": {
"AetheryteShortcutIf": { "AetheryteShortcutIf": {
"InSameTerritory": true "InSameTerritory": true
},
"StepIf": {
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
64
]
} }
}, }
"Comment": "TODO Verify enemy id"
}, },
{ {
"DataId": 2002309, "DataId": 2002309,

View File

@ -51,6 +51,7 @@
}, },
"TerritoryId": 156, "TerritoryId": 156,
"InteractionType": "Combat", "InteractionType": "Combat",
"DelaySecondsAtStart": 2,
"EnemySpawnType": "AfterItemUse", "EnemySpawnType": "AfterItemUse",
"ItemId": 2000766, "ItemId": 2000766,
"KillEnemyDataIds": [ "KillEnemyDataIds": [
@ -180,6 +181,7 @@
}, },
"TerritoryId": 156, "TerritoryId": 156,
"InteractionType": "Combat", "InteractionType": "Combat",
"DelaySecondsAtStart": 2,
"EnemySpawnType": "AfterItemUse", "EnemySpawnType": "AfterItemUse",
"ItemId": 2000766, "ItemId": 2000766,
"KillEnemyDataIds": [ "KillEnemyDataIds": [
@ -238,7 +240,8 @@
}, },
"TerritoryId": 156, "TerritoryId": 156,
"InteractionType": "UseItem", "InteractionType": "UseItem",
"ItemId": 2000766 "ItemId": 2000766,
"DelaySecondsAtStart": 2
} }
] ]
}, },