DB/Resistances: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
  '''Column Field Type Notes'''
  '''Column Field Type Notes'''
  1 ID Integer Fixed to a maximum of 7. Should be numbered consecutively.
  1 ID Integer Fixed to a maximum of 7. Should be numbered consecutively.
  2 Magic Integer &1: physical damage. should only be one.
  2 Flags Integer &1: physical damage. should only be one.
  3 Unknown Integer
  3 FizzleSoundID Integer
  4-20 sRefName String + [[Loc]]
  4-20 sRefName String + [[Loc]]



Revision as of 19:50, 16 April 2011

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

Retrieved from "http://www.sourcepeek.com/wiki/Resistances.dbc"