feat: track and display elemental resistances in character stats panel

This commit is contained in:
Kelsi 2026-03-12 12:24:15 -07:00
parent 0a2cd213dc
commit 60794c6e0f
4 changed files with 43 additions and 3 deletions

View file

@ -149,7 +149,7 @@ private:
void renderEquipmentPanel(game::Inventory& inventory);
void renderBackpackPanel(game::Inventory& inventory, bool collapseEmptySections = false);
void renderStatsPanel(game::Inventory& inventory, uint32_t playerLevel, int32_t serverArmor = 0,
const int32_t* serverStats = nullptr);
const int32_t* serverStats = nullptr, const int32_t* serverResists = nullptr);
void renderReputationPanel(game::GameHandler& gameHandler);
void renderItemSlot(game::Inventory& inventory, const game::ItemSlot& slot,