DB/GtCombatRatings

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

BC … WoD

Structure

Column	Field 		Type 
1 	Data 	  Float 	

3.3.5

This DBC is used to define the amount of stats combat ratings give for each level, such as dodge rating or melee crit rating. The value defines how much rating is required to have 1% of the stat at this level.
Each combat rating has a range of 100.
Each record represents player level (from 1 to 100)
Example : 580 = mele hit rating at level 80.


1-100  : Weapon skill
101-200 : Defense Rating
201-300 : Dodge Rating
301-400 : Parry Rating
401-500 : Shield Block Rating
501-600 : Melee Hit Rating
601-700 : Ranged Hit Rating
701-800 : Spell Hit Rating
801-900 : Melee Critical Strike Rating
901-1000 : Ranged Critical Strike Rating
1001-1100 : Spell Critical Strike Rating
1101-1200 : Melee hit taken
1201-1300 : Ranged hit taken
1301-1400 : Spell hit taken
1401-1500 : Melee crit taken
1501-1600 : Ranged crit taken
1601-1700 : Spell crit taken
1701-1800 : Melee haste
1801-1900 : Ranged haste
1901-2000 : Spell haste
2001-2100 : Main-hand weapon skill
2101-2200 : Off-hand weapon skill
2201-2300 : Ranged weapon skill
2301-2400 : Expertise
2401-2500 : Armor penetration
2501+ : Unused ?

6.0.1.18179

struct gtCombatRatingsRec {
  uint8_t padding_0[4];
  float m_data;
};