summaryrefslogtreecommitdiff
path: root/docs/spell_dbc.md
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2019-02-17 21:34:28 +0100
committerYehonal <yehonal.azeroth@gmail.com>2019-02-17 21:34:28 +0100
commita3d359e1cc4f40328f898653a5cc3b9711a522e6 (patch)
tree48d879cbdbf5e78a72ca686912ca4ac361c929c7 /docs/spell_dbc.md
parentb781501462339649eac45d9d54f8dbbfb11a32db (diff)
downloadwiki-a3d359e1cc4f40328f898653a5cc3b9711a522e6.tar.gz
wiki-a3d359e1cc4f40328f898653a5cc3b9711a522e6.tar.bz2
wiki-a3d359e1cc4f40328f898653a5cc3b9711a522e6.zip
Import all wiki page from old wiki (links to fix)
Diffstat (limited to 'docs/spell_dbc.md')
-rw-r--r--docs/spell_dbc.md100
1 files changed, 100 insertions, 0 deletions
diff --git a/docs/spell_dbc.md b/docs/spell_dbc.md
new file mode 100644
index 0000000..fccc882
--- /dev/null
+++ b/docs/spell_dbc.md
@@ -0,0 +1,100 @@
+[[Database Structure|Database Structure]] > [[World-Database|World-Database]] > [[spell_dbc|spell_dbc]]
+
+Column | Type | Description
+--- | --- | ---
+Id | int(10) unsigned |
+Dispel | int(10) unsigned |
+Mechanic | int(10) unsigned |
+Attributes | int(10) unsigned |
+AttributesEx | int(10) unsigned |
+AttributesEx2 | int(10) unsigned |
+AttributesEx3 | int(10) unsigned |
+AttributesEx4 | int(10) unsigned |
+AttributesEx5 | int(10) unsigned |
+AttributesEx6 | int(10) unsigned |
+AttributesEx7 | int(10) unsigned |
+Stances | int(10) unsigned |
+StancesNot | int(10) unsigned |
+Targets | int(10) unsigned |
+CastingTimeIndex | int(10) unsigned |
+AuraInterruptFlags | int(10) unsigned |
+ProcFlags | int(10) unsigned |
+ProcChance | int(10) unsigned |
+ProcCharges | int(10) unsigned |
+MaxLevel | int(10) unsigned |
+BaseLevel | int(10) unsigned |
+SpellLevel | int(10) unsigned |
+DurationIndex | int(10) unsigned |
+RangeIndex | int(10) unsigned |
+StackAmount | int(10) unsigned |
+EquippedItemClass | int(11) |
+EquippedItemSubClassMask | int(11) |
+EquippedItemInventoryTypeMask | int(11) |
+Effect1 | int(10) unsigned |
+Effect2 | int(10) unsigned |
+Effect3 | int(10) unsigned |
+EffectDieSides1 | int(11) |
+EffectDieSides2 | int(11) |
+EffectDieSides3 | int(11) |
+EffectRealPointsPerLevel1 | float |
+EffectRealPointsPerLevel2 | float |
+EffectRealPointsPerLevel3 | float |
+EffectBasePoints1 | int(11) |
+EffectBasePoints2 | int(11) |
+EffectBasePoints3 | int(11) |
+EffectMechanic1 | int(10) unsigned |
+EffectMechanic2 | int(10) unsigned |
+EffectMechanic3 | int(10) unsigned |
+EffectImplicitTargetA1 | int(10) unsigned |
+EffectImplicitTargetA2 | int(10) unsigned |
+EffectImplicitTargetA3 | int(10) unsigned |
+EffectImplicitTargetB1 | int(10) unsigned |
+EffectImplicitTargetB2 | int(10) unsigned |
+EffectImplicitTargetB3 | int(10) unsigned |
+EffectRadiusIndex1 | int(10) unsigned |
+EffectRadiusIndex2 | int(10) unsigned |
+EffectRadiusIndex3 | int(10) unsigned |
+EffectApplyAuraName1 | int(10) unsigned |
+EffectApplyAuraName2 | int(10) unsigned |
+EffectApplyAuraName3 | int(10) unsigned |
+EffectAmplitude1 | int(11) |
+EffectAmplitude2 | int(11) |
+EffectAmplitude3 | int(11) |
+EffectMultipleValue1 | float |
+EffectMultipleValue2 | float |
+EffectMultipleValue3 | float |
+EffectItemType1 | int(10) unsigned |
+EffectItemType2 | int(10) unsigned |
+EffectItemType3 | int(10) unsigned |
+EffectMiscValue1 | int(11) |
+EffectMiscValue2 | int(11) |
+EffectMiscValue3 | int(11) |
+EffectMiscValueB1 | int(11) |
+EffectMiscValueB2 | int(11) |
+EffectMiscValueB3 | int(11) |
+EffectTriggerSpell1 | int(10) unsigned |
+EffectTriggerSpell2 | int(10) unsigned |
+EffectTriggerSpell3 | int(10) unsigned |
+EffectSpellClassMaskA1 | int(10) unsigned |
+EffectSpellClassMaskA2 | int(10) unsigned |
+EffectSpellClassMaskA3 | int(10) unsigned |
+EffectSpellClassMaskB1 | int(10) unsigned |
+EffectSpellClassMaskB2 | int(10) unsigned |
+EffectSpellClassMaskB3 | int(10) unsigned |
+EffectSpellClassMaskC1 | int(10) unsigned |
+EffectSpellClassMaskC2 | int(10) unsigned |
+EffectSpellClassMaskC3 | int(10) unsigned |
+MaxTargetLevel | int(10) unsigned |
+SpellFamilyName | int(10) unsigned |
+SpellFamilyFlags1 | int(10) unsigned |
+SpellFamilyFlags2 | int(10) unsigned |
+SpellFamilyFlags3 | int(10) unsigned |
+MaxAffectedTargets | int(10) unsigned |
+DmgClass | int(10) unsigned |
+PreventionType | int(10) unsigned |
+DmgMultiplier1 | float |
+DmgMultiplier2 | float |
+DmgMultiplier3 | float |
+AreaGroupId | int(11) |
+SchoolMask | int(10) unsigned |
+Comment | text |