Chaos gauntlets — bolt spell damage boost #163
Labels
No labels
bug
ci-cd
client
epic:security-hardening
feature
optimization
priority:high
priority:low
priority:medium
server
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
BlackLobster/Server#163
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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(fromspell_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: