[Rule] Mob Offensive and Weapon Skill static tables (#4328)

* [Rule] Mob Offensive and Weapon Skill static tables

* Adjustments per comments

* Adjustments - Thanks KK
This commit is contained in:
Fryguy
2024-05-25 17:38:45 -04:00
committed by GitHub
parent ca25122bfa
commit 3e34447172
3 changed files with 70 additions and 4 deletions
+2
View File
@@ -1111,6 +1111,8 @@ public:
uint8 GetWeaponDamageBonus(const EQ::ItemData* weapon, bool offhand = false);
const DamageTable &GetDamageTable() const;
int GetMobFixedOffenseSkill();
int GetMobFixedWeaponSkill();
void ApplyDamageTable(DamageHitInfo &hit);
virtual int GetHandToHandDamage(void);