Ascension override: Lorgus Jett moves to BFD floor 2 (Moonshrine Sanctum)

kg pinned Lorgus on floor 1 (entrance Pool of Ask'ar) but he actually spawns on floor 2 in Moonshrine Sanctum on Ascension. AtlasLoot's subzone tagging confirms this — Lorgus sits with Twilight Lord Kelris and Aku'mai, not the floor-1 lake bosses.

ascension_overrides.json now also supports relocating an enemy across floors (not just position-changing). build_data.py removes the enemy from its source floor and appends it to the target.
This commit is contained in:
2026-04-25 23:41:57 +02:00
parent e11dc1eed5
commit 65ae0158f3
3 changed files with 41 additions and 21 deletions
+7
View File
@@ -7,6 +7,13 @@
"kg_floor_id": 235,
"pos": [3498, 3300],
"note": "Ascension moved Barthilas to the southern courtyard of the Undead Side"
},
{
"tile_key": "blackfathom_deeps",
"name": "Lorgus Jett",
"kg_floor_id": 192,
"pos": [2893, 2827],
"note": "kg places Lorgus on floor 1 (entrance pool) but he's actually in Moonshrine Sanctum on floor 2 — confirmed by AtlasLoot subzone tag"
}
]
}