DB/SpellVisualKitEffect: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=7}}
==7.1.0.22996==
==7.1.0.22996==
KitIDs are duplicated in order to provide details on another component of the spell.
KitIDs are duplicated in order to provide details on another component of the spell.
Line 12: Line 14:
| 2 || [[DB/SpellVisual|KitID]] || iRefID || precastKit, castKit, impactKit, stateKit, etc
| 2 || [[DB/SpellVisual|KitID]] || iRefID || precastKit, castKit, impactKit, stateKit, etc
|- style="background:#E0E0E0;"
|- style="background:#E0E0E0;"
| 3 || Classification || iRefID || 2 for SpellVisualMissileAttach, 4 for SoundEntries, 5 for SpellVisualAnimKit
| 3 || Classification || Integer || 2 for SpellVisualKitModelAttach, 4 for SoundEntries, 5 for SpellVisualAnim, 11 for EdgeGlowEffect
|-
|-
| 4 || KitClassificationID || Integer || ID in respective Classification Table
| 4 || KitClassificationID || Integer || ID in respective Classification Table
|}
|}
==8.3.0.33941==
Further research desperately needed
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Column
! width="180" | Field
! width="80" | Type
! width="500" | Notes
|- style="background:#E0E0E0;"
| 1 || ID || Integer ||
|-
| 2 || EffectType || Integer || 6 - definitely cast animation (possibly oneshot anim). 2 also possibly cast-related
|- style="background:#E0E0E0;"
| 3 || Effect || iRefID || 6 => SpellVisualAnim
|-
| 4 || [[DB/SpellVisualKit|ParentSpellVisualKitID]] || iRefID ||
|}
[[Category:DBC]]

Latest revision as of 01:51, 12 April 2020

≥ Legion

7.1.0.22996

KitIDs are duplicated in order to provide details on another component of the spell.

Column Field Type Notes
1 ID Integer
2 KitID iRefID precastKit, castKit, impactKit, stateKit, etc
3 Classification Integer 2 for SpellVisualKitModelAttach, 4 for SoundEntries, 5 for SpellVisualAnim, 11 for EdgeGlowEffect
4 KitClassificationID Integer ID in respective Classification Table

8.3.0.33941

Further research desperately needed

Column Field Type Notes
1 ID Integer
2 EffectType Integer 6 - definitely cast animation (possibly oneshot anim). 2 also possibly cast-related
3 Effect iRefID 6 => SpellVisualAnim
4 ParentSpellVisualKitID iRefID