DB/SpellItemEnchantment

From wowdev
Revision as of 07:23, 4 January 2010 by Adys (talk | contribs) (→‎Structure: Update structure)
Jump to navigation Jump to search

Header Info

Records..................1919
Fields.....................38
Record Size...............104
String Block Size.......31981

Structure

Column	Field 					Type 		Notes 
1 	ID 					Integer  
2 	charges 				Integer 	Mostly unused. Added 3.x?
3 	SpellDispelType.dbc_1 			Integer 	Enchantment Type of effect 1 
4 	SpellDispelType.dbc_2 			Integer 	Enchantment Type of effect 2 
5 	SpellDispelType.dbc_3			Integer 	Enchantment Type of effect 3 
6 	minAmount1 				Integer 	Amount of damage/armor/apply/spell for effect 1 
7 	minAmount2 				Integer 	Amount of damage/armor/apply/spell for effect 2 
8 	minAmount3 				Integer 	Amount of damage/armor/apply/spell for effect 3 
6 	maxAmount1 				Integer 	Mostly dupe
7 	maxAmount2 				Integer 	Mostly dupe
8 	maxAmount3 				Integer 	Mostly dupe
12 	objectId1 				Integer 	if type1 == 5, then Stat Types, else Spell.dbc 
13 	objectId2 				Integer 	if type2 == 5, then Stat Types, else Spell.dbc 
14 	objectId2 				Integer 	if type3 == 5, then Stat Types, else Spell.dbc 
15-31 	sRefName 				String+Loc	The name of the enchantment 
32 	ItemVisuals.dbc 			Integer 	The glow to add to the items that has this enchant 
33 	Flags 					Integer 	
34 	ItemCache.wdb 				Integer 	Reference to the Gem that has this ability (Added in 2.0.0.5610) 
35 	SpellItemEnchantmentCondition.dbc 	Integer 	Conditions for the effect to take place (Added in 2.0.0.5610) 
36 	SkillLine.dbc				Integer 	A required profession.
37 	SkillLevel 				Integer 	And the level for that profession.
38     requiredLevel				Integer		Required level to use the enchant   1