Chaos gauntlets — bolt spell damage boost #163

Open
opened 2026-07-08 13:56:30 +00:00 by sickday · 0 comments
Owner

Chaos gauntlets (item 777) are not wired. They boost the damage of the four elemental Bolt combat spells (Wind Bolt, Water Bolt, Earth Bolt, Fire Bolt) by +3 to max hit — only the Bolt tier, not Strike/Blast/Wave.

Implement by checking the hands/gloves equipment slot for item 777 during magic combat resolution and adding +3 to the spell's base max_hit (from spell_book.ex) before the damage roll, gated to the four Bolt spell ids. Identify those ids from the 468 spellbook (SpellBook / priv/data/spells.exs) first.

Notes:

  • Obtain path is the Family Crest quest reward (in-era) — gated on the quest system (#11); admin-spawn for testing.
  • Completes the Family Crest gauntlet trio alongside #160 (Goldsmith, 776) and #162 (Cooking, 775) — same worn-slot-check pattern; a shared 'gauntlet 77x worn?' helper would serve all three.
  • Cache-verify item 777 and the +3 figure against era before hard-coding.
Chaos gauntlets (item 777) are not wired. They boost the damage of the four elemental **Bolt** combat spells (Wind Bolt, Water Bolt, Earth Bolt, Fire Bolt) by +3 to max hit — only the Bolt tier, not Strike/Blast/Wave. Implement by checking the hands/gloves equipment slot for item 777 during magic combat resolution and adding +3 to the spell's base `max_hit` (from `spell_book.ex`) before the damage roll, gated to the four Bolt spell ids. Identify those ids from the 468 spellbook (SpellBook / priv/data/spells.exs) first. Notes: - Obtain path is the Family Crest quest reward (in-era) — gated on the quest system (#11); admin-spawn for testing. - Completes the Family Crest gauntlet trio alongside #160 (Goldsmith, 776) and #162 (Cooking, 775) — same worn-slot-check pattern; a shared 'gauntlet 77x worn?' helper would serve all three. - Cache-verify item 777 and the +3 figure against era before hard-coding.
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
BlackLobster/Server#163
No description provided.