DB/Exhaustion: Difference between revisions

From wowdev
Jump to navigation Jump to search
(+ Loc)
Line 8: Line 8:
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 Unknown Integer
  2 xp Integer
  3 EXP Modifier Float Rate EXP is earned in this state  
  3 factor Float Rate EXP is earned in this state  
  4 Unknown Float
  4 outdoorHours Float
  5 Unknown Float
  5 innHours Float
  6-14 sRefName String + [[Loc]] Name of rested state  
  6-14 sRefName String + [[Loc]] Name of rested state  
  15 Unknown Float Rested has a value of 12. All else 0.  
  15 threshold Float Rested has a value of 12. All else 0.  


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


[[Category:DBC]]
[[Category:DBC]]

Revision as of 18:52, 16 April 2011

Header Info

Records.....................5
Fields.....................15
Record Size................60
String Block Size..........37

Structure

Column 	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	xp		Integer 	
3 	factor		Float 		Rate EXP is earned in this state 
4 	outdoorHours 	Float 	
5 	innHours 	Float 	
6-14 	sRefName 	String + Loc	Name of rested state 
15 	threshold 	Float 		Rested has a value of 12. All else 0. 

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