DB/GemProperties: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Added Category WotLK)
m (→‎Structure: Added enum values for gem colors.)
Line 11: Line 11:
  3 maxcount_inv Boolean* (Perhaps a 2nd iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]])  
  3 maxcount_inv Boolean* (Perhaps a 2nd iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]])  
  4 maxcount_item Boolean* (Perhaps a 3rd iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]])  
  4 maxcount_item Boolean* (Perhaps a 3rd iRefID_[[SpellItemEnchantment.dbc|SpellItemEnchantment]])  
  5 type BitMask Gem Color (a combination of Meta, Red, Yellow and Blue).  
  5 type BitMask Gem Color (a combination of Meta = 1, Red = 2, Yellow = 4 and Blue = 8).  
  6 min_item_level Integer
  6 min_item_level Integer



Revision as of 19:38, 20 January 2014

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 = 1, Red = 2, Yellow = 4 and Blue = 8). 
6	min_item_level			Integer

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