From 62b30d2dadcef5a6b4305f8fba97bd0cfdd35fad Mon Sep 17 00:00:00 2001 From: gymnast86 Date: Fri, 1 May 2026 01:11:31 -0700 Subject: [PATCH] properly spawn jovani house poe --- .../generator/data/actor_additions.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/dusk/randomizer/generator/data/actor_additions.yaml b/src/dusk/randomizer/generator/data/actor_additions.yaml index 9c6d7f99fa..99efaee9f4 100644 --- a/src/dusk/randomizer/generator/data/actor_additions.yaml +++ b/src/dusk/randomizer/generator/data/actor_additions.yaml @@ -88,3 +88,20 @@ ACTR: # Objects which have the ACTR dzx type layers: - 2 - 3 + + R_SP160: # Castle Town Shops + 5: # Jovani's House + # Spawn the poe in Jovani's House + - name: E_hp + parameters: 0xFF031E00 + position: + x: 4531.19 + y: -30.0 + z: 2631.961 + angle: + x: 0x0000 + y: 0x0000 + z: 0x0000 + layers: + - 0 + - 1 \ No newline at end of file