Equipment bonuses: sum the extended OSRS set (ranged strength, magic damage) #159

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

EquipmentBonus.calculate_total_bonuses/1 sums 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.

`EquipmentBonus.calculate_total_bonuses/1` sums 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.
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#159
No description provided.