DB/SpellItemEnchantment: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
==Header Info ==
==Header Info ==
  Records..................1919
  Records..................1919
  Fields.....................26
  Fields.....................38
  Record Size...............104
  Record Size...............104
  String Block Size.......31981
  String Block Size.......31981
Line 7: Line 7:
==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  ID Integer   
1 ID Integer   
   
   
   3.*:
   3.*:
  charges Integer see [http://www.wowhead.com/?spell=14795#comments Venomhide Poison].
2 charges Integer see [http://www.wowhead.com/?spell=14795#comments Venomhide Poison].
   
   
  iRefID_[[SpellDispelType.dbc|SpellDispelType]]_1 Integer Enchantment Type of effect 1  
3 iRefID_[[SpellDispelType.dbc|SpellDispelType]]_1 Integer Enchantment Type of effect 1  
  iRefID_[[SpellDispelType.dbc|SpellDispelType]]_2 Integer Enchantment Type of effect 2  
4 iRefID_[[SpellDispelType.dbc|SpellDispelType]]_2 Integer Enchantment Type of effect 2  
  iRefID_[[SpellDispelType.dbc|SpellDispelType]]_3 Integer Enchantment Type of effect 3  
5 iRefID_[[SpellDispelType.dbc|SpellDispelType]]_3 Integer Enchantment Type of effect 3  
  amount1 Integer Amount of damage/armor/apply/spell for effect 1  
6 amount1 Integer Amount of damage/armor/apply/spell for effect 1  
  amount2 Integer Amount of damage/armor/apply/spell for effect 2  
7 amount2 Integer Amount of damage/armor/apply/spell for effect 2  
  amount3 Integer Amount of damage/armor/apply/spell for effect 3  
8 amount3 Integer Amount of damage/armor/apply/spell for effect 3  
  dupe1 Integer Unknown, seems to duplicate amount1 (Theory: Perhaps a range, from amount1 to dupe1)  
9 dupe1 Integer Unknown, seems to duplicate amount1 (Theory: Perhaps a range, from amount1 to dupe1)  
  dupe2 Integer Unknown, seems to duplicate amount2 (Theory: Perhaps a range, from amount2 to dupe2)  
10 dupe2 Integer Unknown, seems to duplicate amount2 (Theory: Perhaps a range, from amount2 to dupe2)  
  dupe3 Integer Unknown, seems to duplicate amount3 (Theory: Perhaps a range, from amount3 to dupe3)  
11 dupe3 Integer Unknown, seems to duplicate amount3 (Theory: Perhaps a range, from amount3 to dupe3)  
  iRefID_[[Spell.dbc|Spell]]_1 or [[Stat Types]]_1 Integer if type1 == 5, then Stat Types, else [[Spell.dbc]]  
12 iRefID_[[Spell.dbc|Spell]]_1 or [[Stat Types]]_1 Integer if type1 == 5, then Stat Types, else [[Spell.dbc]]  
  iRefID_[[Spell.dbc|Spell]]_2 or [[Stat Types]]_2 Integer if type2 == 5, then Stat Types, else [[Spell.dbc]]  
13 iRefID_[[Spell.dbc|Spell]]_2 or [[Stat Types]]_2 Integer if type2 == 5, then Stat Types, else [[Spell.dbc]]  
  iRefID_[[Spell.dbc|Spell]]_3 or [[Stat Types]]_3 Integer if type3 == 5, then Stat Types, else [[Spell.dbc]]  
14 iRefID_[[Spell.dbc|Spell]]_3 or [[Stat Types]]_3 Integer if type3 == 5, then Stat Types, else [[Spell.dbc]]  
  sRefName String + [[Loc]] The name of the enchantment  
15-31 sRefName String + [[Loc]] The name of the enchantment  
  iRefID_[[ItemVisuals.dbc|ItemVisuals]] Integer The glow to add to the items that has this enchant  
32 iRefID_[[ItemVisuals.dbc|ItemVisuals]] Integer The glow to add to the items that has this enchant  
  Unknown Integer
33 Flags Integer
  iRefID_[[ItemCache.wdb|ItemCache]] Integer Reference to the Gem that has this ability (Added in 2.0.0.5610)  
34 iRefID_[[ItemCache.wdb|ItemCache]] Integer Reference to the Gem that has this ability (Added in 2.0.0.5610)  
  iRefID_[[SpellItemEnchantmentCondition.dbc|SpellItemEnchantmentCondition]] Integer Conditions for the effect to take place (Added in 2.0.0.5610)  
35 iRefID_[[SpellItemEnchantmentCondition.dbc|SpellItemEnchantmentCondition]] Integer Conditions for the effect to take place (Added in 2.0.0.5610)  
   
   
   3.*:
   3.*:
  iRefID_[[SkillLine.dbc|SkillLine]] Integer A required profession.
36 iRefID_[[SkillLine.dbc|SkillLine]] Integer A required profession.
  SkillLevel Integer And the level for that profession.
37 SkillLevel Integer And the level for that profession.
38    Unkonwn


--[[User:Schlumpf|schlumpf_]] 17:53, 4 September 2008 (CEST)
--[[User:Schlumpf|schlumpf_]] 17:53, 4 September 2008 (CEST)


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

Revision as of 02:18, 17 September 2009

Header Info

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

Structure

Column	Field 					Type 		Notes 
1 	ID 					Integer  

  3.*:
2 	charges 				Integer 	see Venomhide Poison.

3 	iRefID_SpellDispelType_1 					Integer 	Enchantment Type of effect 1 
4 	iRefID_SpellDispelType_2 					Integer 	Enchantment Type of effect 2 
5 	iRefID_SpellDispelType_3					Integer 	Enchantment Type of effect 3 
6 	amount1 				Integer 	Amount of damage/armor/apply/spell for effect 1 
7 	amount2 				Integer 	Amount of damage/armor/apply/spell for effect 2 
8 	amount3 				Integer 	Amount of damage/armor/apply/spell for effect 3 
9 	dupe1 					Integer 	Unknown, seems to duplicate amount1 (Theory: Perhaps a range, from amount1 to dupe1) 
10 	dupe2 					Integer 	Unknown, seems to duplicate amount2 (Theory: Perhaps a range, from amount2 to dupe2) 
11 	dupe3 					Integer 	Unknown, seems to duplicate amount3 (Theory: Perhaps a range, from amount3 to dupe3) 
12 	iRefID_Spell_1 or Stat Types_1 		Integer 	if type1 == 5, then Stat Types, else Spell.dbc 
13 	iRefID_Spell_2 or Stat Types_2 		Integer 	if type2 == 5, then Stat Types, else Spell.dbc 
14 	iRefID_Spell_3 or Stat Types_3 		Integer 	if type3 == 5, then Stat Types, else Spell.dbc 
15-31 	sRefName 				String + Loc	The name of the enchantment 
32 	iRefID_ItemVisuals 			Integer 	The glow to add to the items that has this enchant 
33 	Flags 				Integer 	
34 	iRefID_ItemCache 			Integer 	Reference to the Gem that has this ability (Added in 2.0.0.5610) 
35 	iRefID_SpellItemEnchantmentCondition 	Integer 	Conditions for the effect to take place (Added in 2.0.0.5610) 

  3.*:
36 	iRefID_SkillLine					Integer 	A required profession.
37 	SkillLevel 				Integer 	And the level for that profession.
38     Unkonwn

--schlumpf_ 17:53, 4 September 2008 (CEST)