Equipment bonuses: sum the extended OSRS set (ranged strength, magic damage) #159
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#159
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?
EquipmentBonus.calculate_total_bonuses/1sums the 12 melee/def/str/prayer bonuses and pushes them to interface 465, which is live. The wider OSRS bonus shape — ranged strength, magic damage, and the other extended keys — is not summed or surfaced yet. Extend the totals map and add the corresponding interface-465 lines.Source:
game/combat/equipment_bonus.ex(docstring notes the 15-key shape as a known gap). Follow-up from #21.