AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "DBCStructure.h"
Public Member Functions | |
uint32 | getssdMultiplier (uint32 mask) const |
uint32 | getArmorMod (uint32 mask) const |
uint32 | getDPSMod (uint32 mask) const |
bool | IsTwoHand (uint32 mask) const |
uint32 | getSpellBonus (uint32 mask) const |
uint32 | getFeralBonus (uint32 mask) const |
Public Attributes | |
uint32 | Id |
uint32 | Level |
uint32 | ssdMultiplier [4] |
uint32 | armorMod [4] |
uint32 | dpsMod [6] |
uint32 | spellPower |
uint32 | ssdMultiplier2 |
uint32 | ssdMultiplier3 |
uint32 | armorMod2 [5] |
References armorMod, and armorMod2.
Referenced by Player::_ApplyItemBonuses().
References dpsMod.
Referenced by Player::_ApplyItemBonuses(), and Player::_ApplyWeaponDamage().
Referenced by Player::_ApplyItemBonuses().
References ssdMultiplier, ssdMultiplier2, and ssdMultiplier3.
Referenced by Player::_ApplyItemBonuses().
|
inline |
Referenced by Player::_ApplyWeaponDamage().
uint32 ScalingStatValuesEntry::armorMod[4] |
Referenced by getArmorMod().
uint32 ScalingStatValuesEntry::armorMod2[5] |
Referenced by getArmorMod().
uint32 ScalingStatValuesEntry::dpsMod[6] |
Referenced by getDPSMod().
uint32 ScalingStatValuesEntry::Id |
uint32 ScalingStatValuesEntry::Level |
uint32 ScalingStatValuesEntry::spellPower |
Referenced by getSpellBonus().
uint32 ScalingStatValuesEntry::ssdMultiplier[4] |
Referenced by getssdMultiplier().
uint32 ScalingStatValuesEntry::ssdMultiplier2 |
Referenced by getssdMultiplier().
uint32 ScalingStatValuesEntry::ssdMultiplier3 |
Referenced by getssdMultiplier().