From 3ae3103457e9aa2f421166a3d807068296cde7d3 Mon Sep 17 00:00:00 2001 From: notkoen <45914779+notkoen@users.noreply.github.com> Date: Tue, 19 May 2026 06:57:23 -0700 Subject: [PATCH 1/2] Update ancient wrath bosshud --- .../configs/bosses/ze_ancient_wrath_p.jsonc | 38 +++++++++++++------ 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/2001/sharp/configs/bosses/ze_ancient_wrath_p.jsonc b/2001/sharp/configs/bosses/ze_ancient_wrath_p.jsonc index e6dad9683..349ed6860 100644 --- a/2001/sharp/configs/bosses/ze_ancient_wrath_p.jsonc +++ b/2001/sharp/configs/bosses/ze_ancient_wrath_p.jsonc @@ -25,52 +25,68 @@ { "iterator": "chain_e_counter", "hitbox": "boss_5_chainE_physbox", - "display": "Chain_1" + "display": "东锁链" }, { "iterator": "chain_s_counter", "hitbox": "boss_5_chainS_physbox", - "display": "Chain_2" + "display": "南锁链" }, { "iterator": "chain_n_counter", "hitbox": "boss_5_chainN_physbox", - "display": "Chain_3" + "display": "北锁链" }, { "iterator": "chain_w_counter", "hitbox": "boss_5_chainW_physbox", - "display": "Chain_4" + "display": "西锁链" }, { "iterator": "boss_worm2_01_counter", "hitbox": "boss_worm2_01_physbox", - "display": "Worm_2nd" + "display": "Worm" }, { "iterator": "quad_phase2_counter", - "hitbox": "boss_4_hitbox", - "display": "Quad_Phase_2" + "display": "Quadralex" }, { "iterator": "boss_worm_01_counter", "hitbox": "boss_worm_01_physbox", - "display": "Worm_1st" + "display": "Worm" }, { "iterator": "quad_phase1_counter", - "hitbox": "boss_3_hitbox", - "display": "Quad_Phase_1" + "display": "Quadralex" }, { "iterator": "boss_worm3_counter", "hitbox": "boss_worm3_01_physbox", - "display": "Worm_3rd" + "display": "Worm" }, { "iterator": "boss_2_knockback_3_counter", "hitbox": "boss_2_hitbox", "display": "Boss_KnockBack" + }, + { + "iterator": "boss_quad_encounter_01_counter", + "display": "Quadralex" + } + ], + "Monsters": [ + { + "identity": "6857", + "display": "Energy Tube" + }, + { + "identity": "6781", + "display": "Energy Tube" + }, + { + "identity": "7067", + "display": "Container" } ] } \ No newline at end of file From b91fd18445722a1ddc5f8a2a205c66a628ed20a0 Mon Sep 17 00:00:00 2001 From: notkoen <45914779+notkoen@users.noreply.github.com> Date: Tue, 19 May 2026 07:15:08 -0700 Subject: [PATCH 2/2] Fix indentation --- 2001/sharp/configs/bosses/ze_ancient_wrath_p.jsonc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/2001/sharp/configs/bosses/ze_ancient_wrath_p.jsonc b/2001/sharp/configs/bosses/ze_ancient_wrath_p.jsonc index 349ed6860..1c7dba78b 100644 --- a/2001/sharp/configs/bosses/ze_ancient_wrath_p.jsonc +++ b/2001/sharp/configs/bosses/ze_ancient_wrath_p.jsonc @@ -77,16 +77,16 @@ ], "Monsters": [ { - "identity": "6857", - "display": "Energy Tube" + "identity": "6857", + "display": "Energy Tube" }, { - "identity": "6781", - "display": "Energy Tube" + "identity": "6781", + "display": "Energy Tube" }, { - "identity": "7067", - "display": "Container" + "identity": "7067", + "display": "Container" } ] } \ No newline at end of file