--
-- File generated with SQLiteStudio v3.4.4 on Tue May 23 18:47:36 2023
--
-- Text encoding used: System
--
PRAGMA foreign_keys = off;
BEGIN TRANSACTION;

-- Table: SpellDefinition
CREATE TABLE IF NOT EXISTS SpellDefinition (SpellTypeID TEXT COLLATE NOCASE REFERENCES SpellKnowledge (SpellTypeID) ON UPDATE CASCADE NOT NULL, Upgrade TEXT COLLATE NOCASE NOT NULL REFERENCES SpellUpgrades (SpellUpgrade), Range REAL, CooldownTime REAL, NonCombatCooldownMultiplier REAL DEFAULT (30), DamageObject REAL, DamageCharacter REAL, PhysicsImpulseSuccess REAL, PhysicsImpulseFailed REAL, ImpactType TEXT COLLATE NOCASE REFERENCES SpellImpactTypes (EImpactTypesName) ON UPDATE CASCADE, SizeLimit TEXT COLLATE NOCASE REFERENCES SpellSizes (EObjectSizeClassName) ON UPDATE CASCADE, AllowNonObjectInfoActors BOOLEAN DEFAULT (0), Duration REAL, DurationCharacter REAL, DurationCreature REAL, DurationPlayer REAL, ChargeTime REAL, ChargedMaxTime REAL, ChannelingMinTime REAL, Animate BOOLEAN, Inanimate BOOLEAN, Plant BOOLEAN, Dead BOOLEAN, Water BOOLEAN, UpgradedMechanics BOOLEAN, PlayObjectImpactEffects BOOLEAN, LimitedCountObject INTEGER, LimitedCountCharacter INTEGER, ProjectileSpeed REAL DEFAULT (0), ProjectileGravity REAL DEFAULT (0), PRIMARY KEY (SpellTypeID, Upgrade)) WITHOUT ROWID;
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Accio', 'Spell_Accio_Base', 3000.0, 1.0, 24.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 1, 0.0, 0.5, 2.0, 0.0, 0.0, 0.0, 0.5, 1, 1, 1, 1, 0, 0, 0, 0, 0, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Accio_Charged', 'Spell_Accio_Charged_Base', 3000.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 1, 0.0, 0.0, 0.0, 0.0, 3.0, 3600.0, 0.1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('AccioMaxima', 'Spell_AccioMaxima_Base', 3000.0, 100.0, 1.0, NULL, NULL, NULL, NULL, NULL, 'XXL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 1, 1, 0, 0, 0, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Aguamenti', 'Spell_Aguamenti_Base', 750.0, 0.5, 1.0, 0.0, 0.0, 0.0, 0.0, 'Water', 'XXL', 1, 25.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('AguamentiMaxima', 'Spell_AguamentiMaxima_Base', 3000.0, 100.0, 1.0, 0.0, 0.0, NULL, NULL, 'Water', 'XXL', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Alohomora', 'Spell_Alohomora_Base', 3000.0, 0.5, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('AMPushAOE', 'Spell_AMPushAOE_Base', 600.0, NULL, 1.0, NULL, NULL, NULL, NULL, 'SpellDefault', 'XXL', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, NULL, 0, 0, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('AnimagusForm', 'Spell_AnimagusForm_Base', NULL, 0.5, 1.0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Apparition', 'Spell_Apparition_Base', 3000.0, 100.0, 10.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.5, 3600.0, 0.01, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('ApparitionMaxima', 'Spell_ApparitionMaxima_Base', 5250.0, 100.0, 10.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, NULL, NULL, 0.001, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('ArrestoMomentum', 'Spell_ArrestoMomentum_Base', 3000.0, 15.0, 45.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 1, 60.0, 15.0, 5.0, 3.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 3, 3, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('ArrestoMomentumMaxima', 'Spell_ArrestoMomentumMaxima_Base', 1000.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 15.0, 15.0, 7.5, 3.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('ArrestoMomentumMaximaMT', 'Spell_ArrestoMomentumMaximaMT_Base', 1000.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 15.0, 15.0, 7.5, 3.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('ArrestoMomentumMT', 'Spell_ArrestoMomentumMT_Base', 3000.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 60.0, 15.0, 10.0, 3.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 3, 3, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('AvadaKedavra', 'Spell_AvadaKedavra_Base', 3000.0, 1.0, 1.0, 0.0, 10000000.0, 0.0, 0.0, 'SpellDamageLarge', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('BatBogey', 'Spell_BatBogey_Base', 3000.0, 100.0, 200.0, 0.0, 0.0, 10000.0, 7000.0, 'SpellDefault', 'XXL', 0, 10.0, 10.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('ComboAtk_DW_Extortionist', 'Spell_ComboAtk_DW_Extortionist_Base', 8000.0, NULL, 1.0, 20.0, 45.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('ComboAtk_DW_Poacher', 'Spell_ComboAtk_DW_Poacher_Base', 8000.0, NULL, 1.0, 20.0, 40.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('ComboAtk_DW_Thief', 'Spell_ComboAtk_DW_Thief_Base', 8000.0, NULL, 1.0, 20.0, 35.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Confringo', 'Spell_Confringo_Base', 3000.0, 1.0, 30.0, 150.0, 99925.0, 0.0, 0.0, 'SpellDamageLarge', 'XXL', 0, 0.0, 5.0, 5.0, 0.0, 3.0, 3600.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('ConfringoMaxima', 'Spell_ConfringoMaxima_Base', 1000.0, 100.0, 1.0, 500.0, 500.0, 0.0, 0.0, 'SpellDamageLarge', 'XXL', 0, 0.0, 5.0, 5.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('ConfringoMaximaMT', 'Spell_ConfringoMaximaMT_Base', 1000.0, 100.0, 1.0, 500.0, 500.0, 0.0, 0.0, 'SpellDamageLarge', 'XXL', 0, 0.0, 5.0, 5.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('ConfringoMT', 'Spell_ConfringoMT_Base', 3000.0, 100.0, 1.0, 300.0, 300.0, 0.0, 0.0, 'SpellDamageLarge', 'XXL', 0, 0.0, 5.0, 5.0, 0.0, 3.0, 3600.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Confundo', 'Spell_Confundo_Base', 3000.0, 1.0, 60.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 15.0, 10.0, 3.0, 0.0, 0.0, 0.0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('ConfundoMT', 'Spell_ConfundoMT_Base', 3000.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 25.0, 15.0, 3.0, 0.0, 0.0, 0.0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Conjuration', 'Spell_Conjuration_Base', 1000.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'None', 'XXL', 0, 60.0, 0.0, NULL, NULL, 2.0, 3600.0, 0.25, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Crucio', 'Spell_Crucio_Base', 3000.0, 1.0, 60.0, 0.0, 9999.0, 0.0, 0.0, 'SpellDefault', 'XXL', NULL, 20.0, 20.0, 20.0, 20.0, NULL, NULL, NULL, 1, 0, 0, 0, 0, 0, 0, 0, 3, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Depulso', 'Spell_Depulso_Base', 3000.0, 10.0, 30.0, 0.0, 0.0, 0.0, 0.0, 'SpellDamageLarge', 'XXL', 1, 0.0, 0.0, 0.0, 0.0, 2.0, 3600.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('DepulsoDH', 'Spell_DepulsoDH_Base', 3000.0, 2.0, 6.0, 0.0, 0.0, 0.0, 0.0, 'SpellDamageLarge', 'XXL', 1, 0.0, 0.0, 0.0, 0.0, 2.0, 3600.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('DepulsoMaxima', 'Spell_DepulsoMaxima_Base', 1000.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDamageLarge', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('DepulsoMaximaMT', 'Spell_DepulsoMaximaMT_Base', 1000.0, 100.0, 1.0, 200.0, 0.0, 0.0, 0.0, 'SpellDamageLarge', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('DepulsoMT', 'Spell_DepulsoMT_Base', 3000.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDamageLarge', 'XXL', 1, 0.0, 0.0, 0.0, 0.0, 2.0, 3600.0, 0.0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Descendo', 'Spell_Descendo_Base', 3000.0, 10.0, 30.0, 0.0, 11.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 2.0, 2.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('DescendoDH', 'Spell_DescendoDH_Base', 3000.0, 2.0, 6.0, 0.0, 1200.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 2.0, 2.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Diffindo', 'Spell_Diffindo_Base', 3000.0, 1.0, 45.0, 55.0, 9999.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', 0, 0.0, 20.0, 20.0, 20.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 4000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('DiffindoDH', 'Spell_DiffindoDH_Base', 3000.0, 4.0, 12.0, 500.0, 1200.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', 0, 0.0, 20.0, 20.0, 20.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 4000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Disillusionment', 'Spell_Disillusionment_Base', 0.0, 0.5, 1.0, 0.0, 0.0, 0.0, 0.0, NULL, 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Dragon_Attack_Spell_DragonBolt', 'Spell_Dragon_Attack_DragonBolt_Base', 3000.0, 0.0, 1.0, 50.0, 15.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Dragon_Attack_Spell_DragonFire', 'Spell_Dragon_Attack_DragonFire_Base', 3000.0, 0.0, 1.0, 50.0, 15.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Dragon_Attack_Spell_DragonSpit', 'Spell_Dragon_Attack_DragonSpit_Base', 3000.0, 0.0, 1.0, 50.0, 15.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Engorgio', 'Spell_Engorgio_Base', 3000.0, 30.0, 60.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'M', 0, 60.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0, 1, 1, 0, 0, 0, 0, 3, 3, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Episkey', 'Spell_Episkey_Base', 1500.0, 30.0, 60.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('ExpectoPatronum', 'Spell_ExpectoPatronum_Base', 3000.0, 30.0, 60.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 15.0, 15.0, 15.0, 0.0, 0.0, 0.0, 0.0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('ExpectoPatronumMaxima', 'Spell_ExpectoPatronumMaxima_Base', 1000.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 30.0, 30.0, 30.0, 0.0, 0.0, 0.0, 0.0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Expelliarmus', 'Spell_Expelliarmus_Base', 3000.0, 1.0, 30.0, 0.0, 99920.0, 10000.0, 5000.0, 'SpellDamage', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.5, 5.0, 0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('ExpelliarmusMT', 'Spell_ExpelliarmusMT_Base', 3000.0, 0.0, 1.0, 0.0, 0.0, 12000.0, 6000.0, 'SpellDamage', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 1.0, 5.0, 0.0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Expulso', 'Spell_Expulso_Base', 3000.0, 15.0, 45.0, 150.0, 35.0, 0.0, 0.0, 'SpellDamageLarge', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 3.0, 3600.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('ExpulsoDH', 'Spell_ExpulsoDH_Base', 3000.0, 4.0, 12.0, 500.0, 1800.0, 0.0, 0.0, 'SpellDamageLarge', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 3.0, 3600.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('ExpulsoMaxima', 'Spell_ExpulsoMaxima_Base', 1000.0, 100.0, 1.0, 500.0, 500.0, 0.0, 0.0, 'SpellDamageLarge', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('FiendFyre', 'Spell_FiendFyre_Base', 3000.0, 20.0, 60.0, 150.0, 25.0, 15000.0, 10000.0, 'Fire', 'XXL', 0, 15.0, 5.0, 5.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('FinisherAMBossKiller', 'Spell_FinisherAMBossKiller_Base', 5000.0, 0.0, 1.0, 0.0, 250.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('FinisherBlackParticleExplode', 'Spell_FinisherBlackParticleExplode_Base', 5000.0, 0.0, 1.0, 0.0, 250.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('FinisherCrystalShatter', 'Spell_FinisherCrystalShatter_Base', 5000.0, 0.0, 1.0, 0.0, 250.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('FinisherDeepFreeze', 'Spell_FinisherDeepFreeze_Base', 5000.0, 0.0, 1.0, 0.0, 250.0, 0.0, 0.0, 'Ice', 'XXL', 0, 10.0, 10.0, 10.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('FinisherFierySend', 'Spell_FinisherFierySend_Base', 5000.0, 0.0, 1.0, 0.0, 250.0, 0.0, 0.0, 'Fire', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('FinisherFireStorm', 'Spell_FinisherFireStorm_Base', 1000.0, 0.0, 1.0, 0.0, 250.0, 10000.0, 7000.0, 'Fire', 'XXL', 0, 10.0, 10.0, 10.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('FinisherFlashSend', 'Spell_FinisherFlashSend_Base', 5000.0, 0.0, 1.0, 0.0, 250.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('FinisherLightningStorm', 'Spell_FinisherLightningStorm_Base', 1500.0, 0.0, 1.0, 0.0, 250.0, 10000.0, 7000.0, 'SpellDamageLarge', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('FinisherPetrificusTotalus', 'Spell_FinisherPetrificusTotalus_Base', 5000.0, 0.0, 1.0, 0.0, 250.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 8.0, 8.0, 8.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('FinisherScarabBurst', 'Spell_FinisherScarabBurst_Base', 5000.0, 0.0, 1.0, 0.0, 250.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 15.0, 15.0, 15.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('FinisherSpiderBurst', 'Spell_FinisherSpiderBurst_Base', 5000.0, 0.0, 1.0, 0.0, 250.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('FinisherSuperSlams', 'Spell_FinisherSuperSlams_Base', 5000.0, 0.0, 1.0, 0.0, 250.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Finite', 'Spell_Finite_Base', 3000.0, 0.5, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Flipendo', 'Spell_Flipendo_Base', 3000.0, 1.0, 15.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 1, 0.0, 0.0, 0.0, 0.0, 0.5, 5.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('FollowAtk_DW_Extortionist', 'Spell_FollowAtk_DW_Extortionist_Base', 8000.0, NULL, 1.0, 50.0, 80.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('FollowAtk_DW_Poacher', 'Spell_FollowAtk_DW_Poacher_Base', 8000.0, NULL, 1.0, 50.0, 70.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Fumos', 'Spell_Fumos_Base', 250.0, 30.0, 60.0, 0.0, 0.0, 0.0, 0.0, 'None', 'XXL', 0, 10.0, 10.0, 10.0, 3.0, NULL, NULL, NULL, 1, 0, 1, 0, 0, 0, 0, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('FXBeamTest', 'Spell_FXBeamTest_Base', 3000.0, 0.0, 30.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 30.0, 30.0, 30.0, 3.0, 2.0, 3600.0, 0.0, 1, 1, 1, 1, 0, 1, 1, 3, 3, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('FXTest', 'Spell_FXTest_Base', 3000.0, 0.0, 30.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 30.0, 30.0, 30.0, 3.0, 2.0, 3600.0, 0.0, 1, 1, 1, 1, 0, 1, 1, 3, 3, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Glacius', 'Spell_Glacius_Base', 3000.0, 1.0, 30.0, 0.0, 0.0, 0.0, 0.0, 'Ice', 'XXL', 1, 60.0, 10.0, 5.0, 3.0, 2.0, 3600.0, 0.0, 1, 1, 1, 1, 1, 0, 0, 3, 3, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('GlaciusMaxima', 'Spell_GlaciusMaxima_Base', 1000.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'Ice', 'XXL', 0, 60.0, 10.0, 5.0, 3.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('GlaciusMaximaMT', 'Spell_GlaciusMaximaMT_Base', 1000.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'Ice', 'XXL', 0, 60.0, 10.0, 5.0, 3.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('GlaciusMT', 'Spell_GlaciusMT_Base', 3000.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'Ice', 'XXL', 0, 120.0, 10.0, 5.0, 3.0, 2.0, 3600.0, 0.0, 1, 1, 1, 1, 1, 1, 0, 3, 3, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Goblin_Attack_Spell_Apparate', 'Spell_Goblin_Attack_Spell_Apparate_Base', 3000.0, 0.0, 1.0, 50.0, 15.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Goblin_Attack_Spell_Close', 'Spell_Goblin_Attack_Spell_Close_Base', 3000.0, 0.0, 1.0, 50.0, 15.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Goblin_Attack_Spell_Combo', 'Spell_Goblin_Attack_Spell_Combo_Base', 3000.0, 0.0, 1.0, 50.0, 15.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Goblin_Attack_Spell_Flame', 'Spell_Goblin_Attack_Spell_Flame_Base', 3000.0, 0.0, 1.0, 50.0, 15.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 4000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Goblin_Attack_Spell_Ranged', 'Spell_Goblin_Attack_Spell_Ranged_Base', 3000.0, 0.0, 1.0, 50.0, 15.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Imperius', 'Spell_Imperius_Base', 3000.0, 1.0, 1.0, 0.0, 9999.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 20.0, 20.0, 10.0, 3.0, 0.0, 0.0, 0.0, 1, 0, 0, 0, 0, 0, 0, 0, 3, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Incarcerous', 'Spell_Incarcerous_Base', 3000.0, 15.0, 30.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Incendio', 'Spell_Incendio_Base', 500.0, 1.0, 24.0, 0.0, 9999.0, 0.0, 0.0, 'Fire', 'XXL', 0, 0.0, 5.0, 5.0, 0.0, 0.0, 5.0, 0.1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 3000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('IncendioMaxima', 'Spell_IncendioMaxima_Base', 1000.0, 100.0, 1.0, 20.0, 50.0, 0.0, 0.0, 'Fire', 'XXL', 0, 0.0, 5.0, 5.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('IncendioMaximaMT', 'Spell_IncendioMaximaMT_Base', 1000.0, 100.0, 1.0, 20.0, 50.0, 0.0, 0.0, 'Fire', 'XXL', 0, 0.0, 5.0, 5.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('IncendioMT', 'Spell_IncendioMT_Base', 500.0, 100.0, 1.0, 0.0, 150.0, 0.0, 0.0, 'Fire', 'XXL', 0, 0.0, 5.0, 5.0, 0.0, 0.0, 0.0, 0.1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('InstantScalping', 'Spell_InstantScalping_Base', 3000.0, 17.0, 34.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 10.0, 0.0, 0.0, 0.0, 2.0, 3600.0, 0.0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('InteractionGeneral', 'Spell_InteractionGeneral_Base', 10000.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, NULL, NULL, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('InvisibilityDH', 'Spell_InvisibilityDH_Base', 0.0, 0.5, 1.5, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Levioso', 'Spell_Levioso_Base', 3000.0, 1.0, 24.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 1, 60.0, 8.0, 3.5, 3.0, 2.0, 3600.0, 0.0, 1, 1, 1, 0, 0, 0, 0, 3, 3, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('LeviosoMaxima', 'Spell_LeviosoMaxima_Base', 1000.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 20.0, 8.0, 5.0, 3.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('LeviosoMaximaMT', 'Spell_LeviosoMaximaMT_Base', 1000.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 20.0, 8.0, 5.0, 3.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('LeviosoMT', 'Spell_LeviosoMT_Base', 3000.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 120.0, 8.0, 5.0, 3.0, 2.0, 3600.0, 0.0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('LgAtk_DW_Extortionist', 'Spell_LgAtk_DW_Extortionist_Base', 8000.0, NULL, 1.0, 200.0, 250.0, 11000.0, 5000.0, 'SpellDamageLarge', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('LgAtk_DW_Poacher', 'Spell_LgAtk_DW_Poacher_Base', 8000.0, NULL, 1.0, 200.0, 225.0, 11000.0, 5000.0, 'SpellDamageLarge', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('LgAtk_DW_Thief', 'Spell_LgAtk_DW_Thief_Base', 8000.0, NULL, 1.0, 200.0, 200.0, 11000.0, 5000.0, 'SpellDamageLarge', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Lumos', 'Spell_Lumos_Base', 0.0, 0.5, 1.0, 0.0, 0.0, 0.0, 0.0, NULL, 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('LumosMaxima', 'Spell_LumosMaxima_Base', 1000.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, NULL, 'XXL', 0, 35.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('MedAtk_DW_Extortionist', 'Spell_MedAtk_DW_Extortionist_Base', 8000.0, NULL, 1.0, 200.0, 175.0, 11000.0, 5000.0, 'SpellDamageLarge', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('MedAtk_DW_Poacher', 'Spell_MedAtk_DW_Poacher_Base', 8000.0, NULL, 1.0, 200.0, 150.0, 11000.0, 5000.0, 'Fire', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('MedAtk_DW_Thief', 'Spell_MedAtk_DW_Thief_Base', 8000.0, NULL, 1.0, 65.0, 65.0, 11000.0, 5000.0, 'SpellDamageLarge', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('MeleeAtk_DW_Extortionist', 'Spell_MeleeAtk_DW_Extortionist_Base', 300.0, NULL, 1.0, 15.0, 175.0, 11000.0, 5000.0, 'SpellDamageLarge', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('MeleeAtk_DW_Poacher', 'Spell_MeleeAtk_DW_Poacher_Base', 300.0, NULL, 1.0, 15.0, 175.0, 11000.0, 5000.0, 'Fire', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('MeleeAtk_DW_Thief', 'Spell_MeleeAtk_DW_Thief_Base', 300.0, NULL, 1.0, 15.0, 175.0, 11000.0, 5000.0, 'SpellDamageLarge', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Obliviate', 'Spell_Obliviate_Base', 3000.0, 30.0, 3.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 0, 0, 0, 0, 0, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Oppugno', 'Spell_Oppugno_Base', 3000.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 1, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.5, 0, 1, 1, 1, 0, 0, 0, 0, 0, 100000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('OppugnoMT', 'Spell_OppugnoMT_Base', 3000.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 1, 0.0, 0.0, 0.0, 0.0, 1.0, 3600.0, 0.5, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Petrificus', 'Spell_Petrificus_Base', 3000.0, 10.0, 30.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', NULL, 0.0, 30.0, 5.0, 4.867, NULL, NULL, NULL, 1, 0, 0, 0, 0, NULL, 0, 0, 3, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('PiertotumLocomotor', 'Spell_PiertotumLocomotor_Base', 3000.0, 100.0, 10.0, 0.0, 0.0, 0.0, 0.0, NULL, 'XXL', 0, 10.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Protego', 'Spell_Protego_Base', 100.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 2.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.01, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('PygmyFireball_L1', 'Spell_PygmyFireball_L1_Base', 3000.0, 0.0, 1.0, 50.0, 30.0, 15000.0, 7500.0, 'Fire', 'XXL', NULL, 5.0, 5.0, 5.0, 0.0, NULL, NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('PygmyFireball_L2', 'Spell_PygmyFireball_L2_Base', 3000.0, 0.0, 1.0, 125.0, 75.0, 17000.0, 8000.0, 'Fire', 'XXL', NULL, 5.0, 5.0, 5.0, 0.0, NULL, NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('PygmyFireball_L3', 'Spell_PygmyFireball_L3_Base', 3000.0, 0.0, 1.0, 250.0, 150.0, 20000.0, 10000.0, 'Fire', 'XXL', NULL, 5.0, 5.0, 5.0, 0.0, NULL, NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('RangedAtk_DW_Extortionist', 'Spell_Ranged_DW_Extortionist_Base', 20000.0, NULL, 1.0, 200.0, 175.0, 11000.0, 5000.0, 'SpellDamageLarge', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('RangedAtk_DW_Poacher', 'Spell_Ranged_DW_Poacher_Base', 20000.0, NULL, 1.0, 200.0, 150.0, 11000.0, 5000.0, 'SpellDamageLarge', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('RangedAtk_DW_Thief', 'Spell_Ranged_DW_Thief_Base', 20000.0, NULL, 1.0, 65.0, 65.0, 11000.0, 5000.0, 'SpellDamageLarge', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('RanrakBoss_Breath_Showoff', 'Spell_RanrakBoss_Breath_Arc_Base', 25500.0, NULL, 1.0, 0.0, 10.0, 20000.0, 10000.0, 'SpellDamageLarge', 'XXL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('RanrakBoss_Breath_Straight', 'Spell_RanrakBoss_Breath_Straight_Base', 25000.0, NULL, 1.0, 0.0, 300.0, 20000.0, 0.0, 'SpellDamageLarge', 'XXL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('RanrakBoss_Breath_Sweep', 'Spell_RanrakBoss_Breath_Sweep_Base', 25000.0, NULL, 1.0, 0.0, 45.0, 20000.0, 10000.0, 'SpellDamageLarge', 'XXL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('RanrakBoss_Projectile_Blockable', 'Spell_RanrakBoss_Projectile_Blockable_Base', 25500.0, NULL, 1.0, 0.0, 30.0, 11000.0, 5000.0, 'SpellDamageLarge', 'XXL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 2750.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('RanrakBoss_Projectile_Unblockable', 'Spell_RanrakBoss_Projectile_Unblockable_Base', 25000.0, NULL, 1.0, 0.0, 45.0, 20000.0, 10000.0, 'SpellDamageLarge', 'XXL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 2350.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('RanrakBoss_Pulse', 'Spell_RanrakBoss_Pulse_Base', 25000.0, NULL, 1.0, 0.0, 40.0, 20000.0, 20000.0, 'SpellDamageLarge', 'XXL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Reducio', 'Spell_Reducio_Base', 3000.0, 30.0, 60.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'L', 0, 60.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0, 1, 1, 0, 0, 0, 0, 3, 3, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Reducto', 'Spell_Reducto_Base', 3000.0, 100.0, 200.0, 0.0, 0.0, 0.0, 0.0, 'SpellDamageLarge', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Reparo', 'Spell_Reparo_Base', 3000.0, 0.5, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 2.0, 3600.0, 0.0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 800.0, -300.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('ReparoMaxima', 'Spell_ReparoMaxima_Base', 1000.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Revelio', 'Spell_Revelio_Base', 7500.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, NULL, 'XXL', 1, 10.0, 10.0, 10.0, 10.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('RevelioNPC', 'Spell_RevelioNPC_Base', 3000.0, NULL, 1.0, NULL, NULL, NULL, NULL, NULL, 'XXL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 0, 0, 0, 0, 0, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('SidekickBasicCommand', 'Spell_SidekickBasicCommand_Base', 10000.0, 0.5, 1.0, NULL, NULL, NULL, NULL, NULL, 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 0, 0, 0, 0, NULL, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('SidekickReturnCommand', 'Spell_SidekickReturnCommand_Base', 10000.0, 0.5, 1.0, NULL, NULL, NULL, NULL, NULL, 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 0, 0, 0, 0, NULL, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('SidekickSpecialCommand', 'Spell_SidekickSpecialCommand_Base', 10000.0, 0.5, 1.0, NULL, NULL, NULL, NULL, NULL, 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 0, 0, 0, 0, NULL, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('SmAtk_DW_Extortionist', 'Spell_SmAtk_DW_Extortionist_Base', 8000.0, NULL, 1.0, 50.0, 80.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('SmAtk_DW_Poacher', 'Spell_SmAtk_DW_Poacher_Base', 8000.0, NULL, 1.0, 50.0, 70.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('SmAtk_DW_Thief', 'Spell_SmAtk_DW_Thief_Base', 8000.0, NULL, 1.0, 50.0, 60.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('SpecialAtk_Dragon_Fireball', 'Spell_SpecialAtk_Dragon_Fireball_Base', 10000.0, 0.0, 1.0, 0.0, 100.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('SpecialAtk_DW_Extortionist', 'Spell_SpecialAtk_DW_Extortionist_Base', 8000.0, NULL, 1.0, 200.0, 100000.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('SpecialAtk_DW_Poacher', 'Spell_SpecialAtk_DW_Poacher_Base', 8000.0, NULL, 1.0, 150.0, 300.0, 11000.0, 5000.0, 'Fire', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 2000.0, -2000.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('SpecialAtk_DW_Thief', 'Spell_SpecialAtk_DW_Thief_Base', 8000.0, NULL, 1.0, 0.0, 100.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Spider_Attack_Burrow_Strike', 'Spell_Spider_Attack_Burrow_Strike', 300.0, NULL, NULL, 150.0, 300.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, 0, 1, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('StealthTakedown', 'Spell_StealthTakedown_Base', 550.0, 1.25, 1.0, NULL, 250.0, NULL, NULL, 'SpellDamage', 'XXL', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 0, 0, NULL, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Stinging', 'Spell_Stinging_Base', 3000.0, 0.0, 1.0, 25.0, 5.0, 10000.0, 4500.0, 'SpellDamage', 'XXL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, NULL, NULL, 4000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Stupefy', 'Spell_Stupefy_Base', 3000.0, 0.0, 1.0, 50.0, 3.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 12000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('StupefyDH', 'Spell_StupefyDH_Base', 3000.0, 0.0, 1.0, 65.0, 15.0, 13000.0, 6000.0, 'SpellDamage', 'XXL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('StupefyHeavy', 'Spell_StupefyHeavy_Base', 3000.0, 0.0, 1.0, 65.0, 23.0, 13000.0, 6000.0, 'SpellDamage', 'XXL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, NULL, NULL, 12000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('StupefyLight', 'Spell_StupefyLight_Base', 3000.0, 0.0, 1.0, 25.0, 5.0, 10000.0, 4000.0, 'SpellDamage', 'XXL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, NULL, NULL, 4000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('StupefyLightHeavy', 'Spell_StupefyLightHeavy_Base', 3000.0, 0.0, 1.0, 32.5, 10.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, NULL, NULL, 4000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('StupefyMT', 'Spell_StupefyMT_Base', 250.0, 100.0, 1.0, 75.0, 120.0, 13500.0, 7500.0, 'SpellDamage', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('StupefySpecial_Popup', 'Spell_StupefySpecial_Popup_Base', 3000.0, 0.0, 1.0, 65.0, 0.0, 13000.0, 6000.0, 'SpellDamage', 'XXL', 0, NULL, 6.0, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('StupefySpecial_Pull', 'Spell_StupefySpecial_Pull_Base', 3000.0, 0.0, 1.0, 65.0, 0.0, 13000.0, 6000.0, 'SpellDamage', 'XXL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('StupefySpecial_Ricochet', 'Spell_StupefySpecial_Ricochet_Base', 3000.0, 0.0, 1.0, 50.0, 10.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('StupefySpecial_Send', 'Spell_StupefySpecial_Send_Base', 3000.0, 0.0, 1.0, 65.0, 0.0, 13000.0, 6000.0, 'SpellDamage', 'XXL', 0, NULL, 6.0, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('StupefySpecial_Slam', 'Spell_StupefySpecial_Slam_Base', 3000.0, 0.0, 1.0, 65.0, 0.0, 13000.0, 6000.0, 'SpellDamage', 'XXL', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 0, NULL, 1, NULL, NULL, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Tarantallegra', 'Spell_Tarantallegra_Base', 3000.0, 30.0, 6.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 10.0, 10.0, 3.0, 0.0, 0.0, 0.0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('TauntDragon', 'Spell_TauntDragon_Base', 3000.0, 8.0, 30.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 1, 0.0, 3.0, 0.0, 0.0, 0.0, 0.0, 0.1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('TombProtector_Stomp_Missile', 'Spell_TombProtector_Stomp_Missile_Base', 8000.0, 0.0, 1.0, 50.0, 55.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Transformation', 'Spell_Transformation_Base', 3000.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'None', 'XXL', 0, 60.0, 10.0, 10.0, 0.0, 0.25, 3600.0, 0.0, 1, 1, 1, 1, 0, 1, 0, 1, 1, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('TransformationOverland', 'Spell_TransformationOverland_Base', 3000.0, 20.0, 60.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'M', 0, 60.0, 15.0, 20.0, 3.0, 0.0, 0.0, 0.0, 1, 1, 1, 0, 0, 0, 0, 3, 3, 8000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('TripJinx', 'Spell_TripJinx_Base', 3000.0, 10.0, 20.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('TrollBoulder', 'Spell_TrollBoulder_Base', 10000.0, NULL, NULL, 300.0, 45.0, 20000.0, 10000.0, 'Stone', 'XXL', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 0, 0, 0, NULL, 1, NULL, NULL, 4500.0, -3000.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Vanishment', 'Spell_Vanishment_Base', 5000.0, 0.0, 1.0, 0.0, 0.0, 0.0, 7000.0, 'None', 'XXL', 0, 60.0, 30.0, 30.0, 0.0, 0.25, 3600.0, 0.0, 1, 1, 1, 1, 0, 1, 0, 1, 1, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('VenomousTentacula_Attack_Spit', 'Spell_VenomousTentacula_Attack_Spit_Base', 3000.0, 0.0, 1.0, 50.0, 15.0, 11000.0, 5000.0, 'SpellDamage', 'XXL', 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('Wingardium', 'Spell_Wingardium_Base', 1000.0, 0.5, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 1, 9999999.0, 5.0, 5.0, 3.0, 0.0, 0.0, 0.5, 0, 1, 1, 1, 0, 0, 0, NULL, NULL, 5000.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('WingardiumMaxima', 'Spell_WingardiumMaxima_Base', 1500.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 30.0, 5.0, 5.0, 3.0, NULL, NULL, 0.005, 1, 1, 1, 1, 0, 0, 0, NULL, NULL, 0.0, 0.0);
INSERT OR REPLACE INTO SpellDefinition (SpellTypeID, Upgrade, Range, CooldownTime, NonCombatCooldownMultiplier, DamageObject, DamageCharacter, PhysicsImpulseSuccess, PhysicsImpulseFailed, ImpactType, SizeLimit, AllowNonObjectInfoActors, Duration, DurationCharacter, DurationCreature, DurationPlayer, ChargeTime, ChargedMaxTime, ChannelingMinTime, Animate, Inanimate, Plant, Dead, Water, UpgradedMechanics, PlayObjectImpactEffects, LimitedCountObject, LimitedCountCharacter, ProjectileSpeed, ProjectileGravity) VALUES ('WingardiumMT', 'Spell_WingardiumMT_Base', 3000.0, 100.0, 1.0, 0.0, 0.0, 0.0, 0.0, 'SpellDefault', 'XXL', 0, 9999999.0, 5.0, 5.0, 3.0, 0.0, 0.0, 0.05, 1, 1, 1, 1, 0, 0, 0, NULL, NULL, 0.0, 0.0);

COMMIT TRANSACTION;
PRAGMA foreign_keys = on;
