DB/Resistances: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page Resistances.dbc to DB/Resistances)
mNo edit summary
Line 11: Line 11:
  3 FizzleSoundID Integer
  3 FizzleSoundID Integer
  4-20 sRefName String + [[Loc]]
  4-20 sRefName String + [[Loc]]
Retrieved from "http://www.sourcepeek.com/wiki/Resistances.dbc"


==6.0.1.18179==
==6.0.1.18179==

Revision as of 23:07, 21 February 2016

Header Info

Records.....................7
Fields.....................20
Record Size................48
String Block Size..........47

Structure

Column	Field 		Type 		Notes
1 	ID 		Integer 	Fixed to a maximum of 7. Should be numbered consecutively.
2 	Flags 		Integer		&1: physical damage. should only be one.
3 	FizzleSoundID 	Integer 	
4-20 	sRefName 	String + Loc

6.0.1.18179

struct ResistancesRec {
  uint32_t m_ID;
  uint32_t m_Flags;
  uint32_t m_FizzleSoundID;
  stringref m_name_lang;
};