Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing SpellVisualKit references to SpellVisual.dbd #161

Merged
merged 1 commit into from
Nov 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions definitions/SpellVisual.dbd
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@ float MissileImpactOffset
int MissileImpactPositionerID
int<SpellVisualKit::ID> MissileTargetingKit
int<SpellVisualMissile::SpellVisualMissileSetID> SpellVisualMissileSetID
int PrecastKit
int CastKit
int ImpactKit
int StateKit
int StateDoneKit
int ChannelKit
int<SpellVisualKit::ID> PrecastKit
int<SpellVisualKit::ID> CastKit
int<SpellVisualKit::ID> ImpactKit
int<SpellVisualKit::ID> StateKit
int<SpellVisualKit::ID> StateDoneKit
int<SpellVisualKit::ID> ChannelKit
int HasMissile
int MissileModel
int MissilePathType
int MissileSound
int CasterImpactKit
int TargetImpactKit
int<SpellVisualKit::ID> CasterImpactKit
int<SpellVisualKit::ID> TargetImpactKit
int MissileFollowGroundHeight
int MissileFollowGroundDropSpeed
int MissileFollowGroundApproach
int MissileFollowGroundFlags
int MissileMotion
int InstantAreaKit
int ImpactAreaKit
int PersistentAreaKit
int<SpellVisualKit::ID> InstantAreaKit
int<SpellVisualKit::ID> ImpactAreaKit
int<SpellVisualKit::ID> PersistentAreaKit
int HasAreaEffect
int AreaModel
int AreaKit
Expand Down