DB/GemProperties: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
  1 ID Integer
  1 ID Integer
  2 iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]] Integer
  2 iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]] Integer
  3 Unknown Boolean* (Perhaps a 2nd iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]])  
  3 maxcount_inv Boolean* (Perhaps a 2nd iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]])  
  4 Unknown Boolean* (Perhaps a 3rd iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]])  
  4 maxcount_item Boolean* (Perhaps a 3rd iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]])  
  5 color BitMask Gem Color (a combination of Meta, Red, Yellow and Blue).  
  5 type BitMask Gem Color (a combination of Meta, Red, Yellow and Blue).  
6 min_item_level Integer


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


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

Revision as of 19:02, 16 April 2011

Header Info

Records...................163
Fields......................5
Record Size................20
String Block Size...........1

Structure

Column	Field 				Type 		Notes 
1 	ID 				Integer 	
2 	iRefID_SpellItemEnchantment 	Integer 	
3 	maxcount_inv 			Boolean* 	(Perhaps a 2nd iRefID_SpellItemEnchantment) 
4 	maxcount_item 			Boolean* 	(Perhaps a 3rd iRefID_SpellItemEnchantment) 
5 	type 				BitMask 	Gem Color (a combination of Meta, Red, Yellow and Blue). 
6	min_item_level			Integer

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