DB/Resistances: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (+ Loc)
Line 7: Line 7:
==Structure==
==Structure==
  '''Column Field Type Notes'''
  '''Column Field Type Notes'''
  1 ID Integer
  1 ID Integer Fixed to a maximum of 7. Should be numbered consecutively.
  2 Magic Boolean Damage is !Magic? (0 -> magic)
  2 Magic Integer &1: physical damage. should only be one.
  3 Unknown Integer
  3 Unknown Integer
  4-12 sRefName String + [[Loc]]
  4-12 sRefName String + [[Loc]]

Revision as of 22:33, 10 July 2009

Header Info

Records.....................7
Fields.....................12
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 	Magic 		Integer		&1: physical damage. should only be one.
3 	Unknown 	Integer 	
4-12 	sRefName 	String + Loc

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