Fractured Online Wiki
Advertisement
Edit-copy purple Documentation

 --[[

    ['Example'] = {
        ['description'] = "Description of the spell goes here.",
        ['image'] = "Icon Unknown.jpg",
        ['school'] = "SpellSchool",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 1,
        ['Spell Group'] = "None",
        ['cooldown'] = 10,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 100,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
        ['Categories'] = {},
    },

--]]



return {
    --[[--------------------------------------------]]
    --[[---------------- ABJURATION ----------------]]
    --[[--------------------------------------------]]
    ['Absorb Elements'] = {
        ['description'] = "You surround yourself with a [[magical protection]] that absorbs [INT*2]% of all the [[Fire]]/[[Ice]]/[[Shock]] damage you receive, half of which is then converted into [[Mana]].",
        ['image'] = "Icon Absorb.png",
        ['school'] = "Abjuration",
        ['Toggle Group'] = "Major Protection",
        ['Effect Group'] = "Magical Protection",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Self-Beneficial",
        ['cooldown'] = 10,
        ['Activation Type'] = "Toggle",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 300,
        ['mana_cost_per_s'] = 30,
        ['other_attributes'] = "",
        ['Categories'] = {"Self Protection Spells","Toggle Spells","Memory Cost 2 Spells","Major Protection Spells","Magical Protection Spells"},
    },
    ['Dispel Magic'] = {
        ['description'] = "You attemp to dispel all [[magical buff]]s, debuffs and protections from all the creatures within a 3-meter radius area of your choice. For each effect, you have a [INT*3]% chance to dispel it, but the recipient is allowed a [[Willpower]] Save to keep it if it was a buff or a protection.",
        ['image'] = "icon_DispelMagic.png",
        ['school'] = "Abjuration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "Yes", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 10,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 12,
        ['Casting Range'] = 15,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 400,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
        ['Categories'] = {"AoE Beneficial Spells","Memory Cost 2 Spells","NonDamage Offensive Spells","Targete‎d AoE Offensive Spells"},
    },
    ['Globe of Spell Protection'] = {
        ['description'] = "This globe completely blocks the effects of any single-targeted spell.",
        ['image'] = "Icon GlobeOfSpellProtection.png",
        ['school'] = "Abjuration",
        ['Toggle Group'] = "Major Protection",
        ['Effect Group'] = "Magical Buff",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 1,
        ['Spell Group'] = "Self-Beneficial",
        ['cooldown'] = 10,
        ['Activation Type'] = "Toggle",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "Unarmed",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 300,
        ['mana_cost_per_s'] = 30,
        ['other_attributes'] = "",
        ['Categories'] = {"Memory Cost 1 Spells‎","Self Protection Spells‎","Toggle Spells‎","Major Protection Spells","Buff Spells"},
    },       
    ['Mage Armor'] = {
        ['description'] = "This spell grants [INT*15] [[Armor]] and Magic [[Resistances|Resistance]]. The Armor bonus doesn't stack with the armor gained from [[equipment]], the magic resistance does.",
        ['image'] = "Icon MageArmor.png",
        ['school'] = "Abjuration",
        ['Toggle Group'] = "Damage Protection",
        ['Effect Group'] = "Magical Protection",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Self-Beneficial",
        ['cooldown'] = 10,
        ['Activation Type'] = "Toggle",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 10,
        ['other_attributes'] = "",
        ['Categories'] = {"Memory Cost 2 Spells‎","Self Protection Spells‎","Toggle Spells‎","Damage Protection Spells","Magical Protection Spells"},
    },
    ['Protection from Acid'] = {
        ['description'] = "This spell grants [INT*50] [[Acid Resistance]] and immunity to the [[Corrosion]] effect.",
        ['image'] = "Icon_ProtectionFromAcid.png",
        ['school'] = "Abjuration",
        ['Toggle Group'] = "Damage Protection",
        ['Effect Group'] = "Magical Protection",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Self-Beneficial",
        ['cooldown'] = 10,
        ['Activation Type'] = "Toggle",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 10,
        ['other_attributes'] = "",
        ['Categories'] = {"Memory Cost 2 Spells‎","Self Protection Spells‎","Toggle Spells‎","Damage Protection Spells","Magical Protection Spells"},
    },
    ['Protection from Cold'] = {
        ['description'] = "This spell grants [INT*50] [[Ice Resistance]] and immunity to the [[Chilled]] and [[Frozen]] effects.",
        ['image'] = "Icon_ProtectionFromCold.png",
        ['school'] = "Abjuration",
        ['Toggle Group'] = "Damage Protection",
        ['Effect Group'] = "Magical Protection",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Self-Beneficial",
        ['cooldown'] = 10,
        ['Activation Type'] = "Toggle",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 10,
        ['other_attributes'] = "",
        ['Categories'] = {"Memory Cost 2 Spells‎","Self Protection Spells‎","Toggle Spells‎","Damage Protection Spells","Magical Protection Spells"},
    },
    ['Protection from Electricity'] = {
        ['description'] = "This spell grants [INT*50] [[Shock Resistance]] and immunity to the [[Shocked]] effect.",
        ['image'] = "Icon ProtectionFromElectricity.png",
        ['school'] = "Abjuration",
        ['Toggle Group'] = "Damage Protection",
        ['Effect Group'] = "Magical Protection",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Self-Beneficial",
        ['cooldown'] = 10,
        ['Activation Type'] = "Toggle",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 10,
        ['other_attributes'] = "",
        ['Categories'] = {"Memory Cost 2 Spells‎","Self Protection Spells‎","Toggle Spells‎","Damage Protection Spells","Magical Protection Spells"},
    },      
    ['Protection from Fire'] = {
        ['description'] = "This spell grants [INT*50] [[Fire Resistance]] and immunity to the [[Warm]] and [[Burning]] effects.",
        ['image'] = "Icon Protection from Fire.png",
        ['school'] = "Abjuration",
        ['Toggle Group'] = "Damage Protection",
        ['Effect Group'] = "Magical Protection",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Self-Beneficial",
        ['cooldown'] = 10,
        ['Activation Type'] = "Toggle",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 10,
        ['other_attributes'] = "",
        ['Categories'] = {"Memory Cost 2 Spells‎","Self Protection Spells‎","Toggle Spells‎","Damage Protection Spells","Magical Protection Spells"},
    },
    ['Protection from Poison'] = {
        ['description'] = "This spell grants [INT*50] [[Poison Resistance]] and immunity to the [[Poisoned]] effect.",
        ['image'] = "Icon Protection from Poison.png",
        ['school'] = "Abjuration",
        ['Toggle Group'] = "Damage Protection",
        ['Effect Group'] = "Magical Protection",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Self-Beneficial",
        ['cooldown'] = 10,
        ['Activation Type'] = "Toggle",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 10,
        ['other_attributes'] = "",
        ['Categories'] = {"Memory Cost 2 Spells‎","Self Protection Spells‎","Toggle Spells‎","Damage Protection Spells","Magical Protection Spells"},
    },

    --[[-----------------------------------------------]]
    --[[------------------ ALTERATION -----------------]]
    --[[-----------------------------------------------]]
    ['Barbed Skin'] = {
        ['description'] = "Whenever a creature hits you at melee range, that creature takes [INT*6] [[Pierce|piercing damage]] and must succeed an [[evasion]] check or [[bleed]] for 6 seconds.",
        ['image'] = "Icon BarbedSkin.png",
        ['school'] = "Alteration",
        ['Toggle Group'] = "Skin",
        ['Effect Group'] = "Magical Buff",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 1,
        ['Spell Group'] = "Self-Beneficial",
        ['cooldown'] = 10,
        ['Activation Type'] = "Toggle",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 20,
        ['other_attributes'] = "",
        ['Categories'] = {"Spells Increasing Damage","Skin Spells","Buff Spells","Memory Cost 1 Spells","Self-Beneficial Spells","Toggle Spells","Buff Spells"},
    },
    ['Empower'] = {
        ['description'] = "Any ally within 3 meters from a location of your choice gains [INT*2]% Damage Increase, [INT*20] Max [[Health]] and immunity to the [[Weakened]] status effect for [INT*1] seconds.",
        ['image'] = "Icon Empower.png",
        ['school'] = "Alteration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "Self-Beneficial",
        ['cooldown'] = 10,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 12,
        ['Casting Range'] = 15,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
        ['Categories'] = {"AoE Beneficial Spells","Memory Cost 1 Spells","Targeted AoE Beneficial Spells","Spells Increasing Damage"},
    },
    ['Entangling Roots'] = {
        ['description'] = "For up to 4 seconds you cause an overgrowth of roots all around you. As soon as the effect starts, and every second thereafter, every enemy within 6 meters from your position that fails an [[Evasion]] Save, is [[Snared]] by the roots for [INT*0.1] seconds, and takes [INT*6] [[Crush]] damage per second.",
        ['image'] = "Icon EntanglingRoots.png",
        ['school'] = "Alteration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 3,
        ['Spell Group'] = "Self-Offensive",
        ['cooldown'] = 30,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 300,
        ['mana_cost_per_s'] = 50,
        ['other_attributes'] = "Root Events Count: 5",
        ['Categories'] = {"AoE Offensive Spells","Memory Cost 3 Spells","Self-targeted AoE Offensive Spells","Spells Applying Status Effect"},
    },
    ['Eruption'] = {
        ['description'] = "You cause a ground explosion at a specific location, dealing [INT*12] [[Crush]] damage to anyone within 3 meters, and Knocking them Back by 2 meters.",
        ['image'] = "Icon Eruption.png",
        ['school'] = "Alteration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "Yes", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 10,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 12,
        ['Casting Range'] = 15,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Medium, Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
        ['Categories'] = {"AoE Offensive Spells","Memory Cost 2 Spells","Targeted AoE Offensive Spells","Targeted Offensive Spells"},
    },      
    ['Expose Vulnerabilities'] = {
        ['description'] = "All enemies within a 3-meter radius area of your choice have their non-physical resistances lowered by [INT*20] points for 10 seconds. Resistances higher than 500 are unaffected by this spell.",
        ['image'] = "Icon ExposeVulnerabilities.png",
        ['school'] = "Alteration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 15,
        ['Activation Type'] = "Toggle",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 12,
        ['Casting Range'] = 15,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 250,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
        ['Categories'] = {"AoE Offensive Spells","Memory Cost 2 Spells","NonDamage Offensive Spells","Spells Applying Status Effect","Targeted AoE Offensive Spells","Targeted Offensive Spells","Toggle Spells"},
    },
    ['Lightning Rush'] = {
        ['description'] = "You dash in lightning form in a straight line for up to 5 meters, dealing [INT*6] [[Shock]] damage and 1 [[Shocked]] stacks to any enemy on your path.\nThis ability has [1,2,3,4] charges at [0,12,18,24] [[Intelligence]].",
        ['image'] = "Icon LightningRush.png",
        ['school'] = "Alteration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "True",
        ['Mobility Spell'] = "True",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 10,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 100,
        ['Casting Range'] = 100,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Medium, Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "Dash Duration: 0.2<br>Charge Activation Delay: 0.5",
        ['Categories'] = {"Memory Cost 2 Spells","Mobility Spells","Spells Applying Status Effect","Targeted Offensive Spells","AoE Offensive Spells","Targeted AoE Offensive Spells"},
    },       
    ['Magnetize'] = {
        ['description'] = "All enemies within a 3-meter radius area of your choice become [[Magnetized]] for [INT*0.5] seconds. A [[magnetized]] creature's [[Shock resistance]] is reduced by [INT*10], and every time it would receive a [[Shocked]] stack, it releases a small shockwave dealing 100 [[Shock]] damage to any other nearby creature.",
        ['image'] = "Icon Magnetize.png",
        ['school'] = "Alteration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 15,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 12,
        ['Casting Range'] = 15,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 250,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
        ['Categories'] = {"AoE Offensive Spells","Memory Cost 2 Spells","Spells Applying Status Effect","Targeted AoE Offensive Spells","Targeted Offensive Spells"},
    },
    ['Petrify'] = {
        ['description'] = "You [[Petrified|petrify]] your target for [INT*0.15] seconds, unless it makes a successful [[Fortitude]] check.",
        ['image'] = "Icon Petrify.png",
        ['school'] = "Alteration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 1,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 20,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Entity",
        ['Targeting Range'] = 6,
        ['Casting Range'] = 8,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Medium, Light",
        ['Target Entity Type'] = "Monster, Player",
        ['mana_cost'] = 400,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
        ['Categories'] = {"Memory Cost 1 Spells","NonDamage Offensive Spells","Spells Applying Status Effect","Targeted Offensive Spells"},
    },        
    ['Shivers'] = {
        ['description'] = "Each enemy within 3 meters from you takes between [INT*6] and [INT*18] [[Ice]] damage, depending on their distance from you, and 2 [[Chilled]] stack. A successful [[Fortitude]] Save halves both the damage and the stacks.\nThis ability has [1,2,3,4] charges at [0,12,18,24] [[Intelligence]].",
        ['image'] = "Icon Shivers.png",
        ['school'] = "Alteration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "True",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Self-Offensive",
        ['cooldown'] = 5,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Medium, Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 250,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "Charge Activation Delay: 0.5",
    }, 
    ['Slow'] = {
        ['description'] = "Any enemy within a 5-meter radius area of your choice must succeed a [[Willpower]] check or become [[Slowed]] for [INT*0.6] seconds.",
        ['image'] = "Icon Slow.png",
        ['school'] = "Alteration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 15,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 12,
        ['Casting Range'] = 15,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 300,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },
    ['Verdant Regrowth'] = {
        ['description'] = "You and every ally within 2 meters gain [INT*2] [[Health Regeneration]] bonus for [INT*1] seconds, and gain immunity to [[Bleed]] and [[Cripple]].",
        ['image'] = "Icon Verdant Regrowth.png",
        ['school'] = "Alteration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Self-Beneficial",
        ['cooldown'] = 15,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },
    ['Weaken'] = {
        ['description'] = "Any enemy within a 3-meter radius area of your choice takes [INT*6] [[Magic damage]] and becomes [[Weakened]] for [INT*0.5] seconds.\nA successful [[Willpower]] Save halves the effect duration.",
        ['image'] = "Icon Weaken.png",
        ['school'] = "Alteration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 1,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 15,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 12,
        ['Casting Range'] = 15,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },
    --[[-----------------------------------------------]]
    --[[---------------- ASSASSINATION ----------------]]
    --[[-----------------------------------------------]]
    ['Assassinate'] = {
        ['description'] = "You strike your target, dealing [DEX*0.6] [[Pure]] damage for each percentage point of [[Health]] it's missing.",
        ['image'] = "Icon Assassinate.png",
        ['school'] = "Assassination",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 3,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 20,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Entity",
        ['Targeting Range'] = 2,
        ['Casting Range'] = 4,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Melee",
        ['Restricted Weapon Weight'] = "Medium, Light",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Medium, Light",
        ['Target Entity Type'] = "Monster, Player",
        ['mana_cost'] = 300,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
        ['Categories'] = {"Melee Range Spells","Memory Cost 3 Spells","Targeted Offensive Spells"},
    },
    ['Bleeding Strike'] = {
        ['description'] = "Your next attack is a guaranteed hit that deals [DEX*6] extra damage and makes your targets [[Bleed]] for 6 seconds unless they succeed a [[Fortitude]] Save.",
        ['image'] = "Icon BleedingStrike.png",
        ['school'] = "Assassination",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "On Attack",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "True",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "True",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 1,
        ['Spell Group'] = "Ready on Attack",
        ['cooldown'] = 5,
        ['Activation Type'] = "Ready",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Melee",
        ['Restricted Weapon Weight'] = "Medium, Light",
        ['Restricted Weapon Damage'] = "Pierce, Slash",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Medium, Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 0,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
        ['Categories'] = {"Melee Range Spells","Memory Cost 1 Spells","Ready on Attack Spells","Spells Applying Status Effect"},
    },
    ['Crippling Strike'] = {
        ['description'] = "Your next attack is a guaranteed hit that deals [DEX*6] extra damage and [[Crippled|Cripples]] your targets for 6 seconds unless they succeed a [[Fortitude]] Save.",
        ['image'] = "Icon CripplingStrike.png",
        ['school'] = "Assassination",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "On Attack",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "True",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "True",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 1,
        ['Spell Group'] = "Ready on Attack",
        ['cooldown'] = 5,
        ['Activation Type'] = "Ready",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Unarmed, Melee",
        ['Restricted Weapon Weight'] = "Medium, Light",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Medium, Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 0,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
        ['Categories'] = {"Melee Range Spells","Memory Cost 1 Spells","Ready on Attack Spells","Spells Applying Status Effect"},
    },
    ['Disrupting Strike'] = {
        ['description'] = "Your next attack is a guaranteed hit that deals [DEX*6] extra damage and removes up to [1,2,3] random [[Buff Spells|buffs]] from your target, if you have at least [0,18,24] [[Perception]].",
        ['image'] = "Icon DisruptingStrike.png",
        ['school'] = "Assassination",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "On Attack",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "True",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "True",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Ready on Attack",
        ['cooldown'] = 10,
        ['Activation Type'] = "Ready",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Melee",
        ['Restricted Weapon Weight'] = "Medium, Light",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Medium, Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 100,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
        ['Categories'] = {"Melee Range Spells","Memory Cost 2 Spells","Ready on Attack Spells"},
    },
    ['Pierce Through'] = {
        ['description'] = "You dash in a straight line for up to 5 meters piercing through your opponents, dealing [(DEX+PER)*8] [[Pierce|Piercing]] Damage to every enemy in the way, and removing their [[Magical Protection]]s.",
        ['image'] = "Icon PierceThrough.png",
        ['school'] = "Assassination",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "True",
        ['Memory Cost'] = 3,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 20,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 100,
        ['Casting Range'] = 100,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Melee",
        ['Restricted Weapon Weight'] = "Medium, Light",
        ['Restricted Weapon Damage'] = "Pierce",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Medium, Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 400,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "Dash Duration: 0.2",
        ['Categories'] = {"Memory Cost 3 Spells","Mobility Spells","Targeted Offensive Spells","AoE Offensive Spells","Targeted AoE Offensive Spells"},
    },   
    ['Rend Armor'] = {
        ['description'] = "You cut and slash precisely around the joints of your targets armors, dealing [DEX*6] [[pure]] damage to all enemies within a 120°, 2-meters Cone area, and reducing the physical protection they provide by [DEX+PER]% for 6 seconds.",
        ['image'] = "Icon RendArmor.png",
        ['school'] = "Assassination",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "True",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 10,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 100,
        ['Casting Range'] = 100,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Melee",
        ['Restricted Weapon Weight'] = "Medium, Light",
        ['Restricted Weapon Damage'] = "Slash",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Medium, Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
        ['Categories'] = {"AoE Offensive Spells","Spells Applying Status Effect","Self-targeted AoE Offensive Spells","Targeted AoE Offensive Spells","Memory Cost 2 Spells"},
    }, 
    ['Shadow Step'] = {
        ['description'] = "You teleport behind your target, backstabbing it. If you use this ability while [[Hidden]], the attack deals [DEX*6] extra damage and your target must succeed a [[Willpower]] Save or become [[Frightened]] for 8 seconds.",
        ['image'] = "Icon Shadow Step.png",
        ['school'] = "Assassination",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "True",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 10,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Entity",
        ['Targeting Range'] = 12,
        ['Casting Range'] = 15,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Unarmed, Melee",
        ['Restricted Weapon Weight'] = "Light",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "Monster, Player",
        ['mana_cost'] = 100,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
        ['Categories'] = {"Memory Cost 2 Spells","Mobility Spells","Targeted Offensive Spells"},
    },
    ['Shadow Walk'] = {
        ['description'] = "You Hide Stealthily, and your [[Stealth]] increases by [DEX*2] until this ability is active.",
        ['image'] = "Icon Shadow Walk.png",
        ['school'] = "Assassination",
        ['Toggle Group'] = "Invisibility",
        ['Effect Group'] = "Damage Protection",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "True",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 1,
        ['Spell Group'] = "Self-Beneficial",
        ['cooldown'] = 10,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "Light",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
        ['Categories'] = {"Memory Cost 1 Spells","Self-Beneficial Spells","Toggle Spells","Invisibility Spells"},
    },
    ['Strike Wounds'] = {
        ['description'] = "Your basic attacks deal 6% of your target's missing [[Health]] as extra [[Pure]] damage, up to a maximum of [(DEX+PER)*4] per hit.",
        ['image'] = "Icon StrikeWounds.png",
        ['school'] = "Assassination",
        ['Toggle Group'] = "Stance",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Self-Beneficial",
        ['cooldown'] = 5,
        ['Activation Type'] = "Toggle",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "Medium, Light",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Medium, Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 0,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
        ['Categories'] = {"Spells Increasing Damage","Memory Cost 2 Spells","Toggle Spells","Self-targeted Damage Buff Spells","Self-Beneficial Spells","Stance Spells"},
    },


    --[[---------------------------------------------]]
    --[[---------------- CONJURATION ----------------]]
    --[[---------------------------------------------]]
    ['Acid Breath'] = {
        ['description'] = "While channeling this spell, anyone within a 90° wide/ 3-meters long cone area, take [INT*6] Acid damage plus 1 Corrosion stack every 0.5 seconds, for up to 2 seconds. The damage of this spell can be Critical and can damage your allies in PvP.",
        ['school'] = "Conjuration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "YesNotSelf",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "true",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  10.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  100.0,
        ['Casting Range'] =  100.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  150.00,
        ['mana_cost_per_s'] =  50.0,
        ['other_attributes'] = "",
        ['image'] = "Icon AcidBreath.png",
    },
    ['Acid Rain'] = {
        ['description'] = "For up to [INT*0.5] seconds you conjure an acidic rain all around you. Anyone within 8 mters from your position takes [INT*6] Acid damage per second, and 1 Corrosion stack.",
        ['school'] = "Conjuration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "YesNotSelf",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "2",
        ['Spell Group'] = "SelfOffensive",
        ['cooldown'] =  30.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] =  0.0,
        ['Casting Range'] =  0.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  200.00,
        ['mana_cost_per_s'] =  50.0,
        ['other_attributes'] = "",
        ['image'] = "Icon AcidRain.png",
        ['allowed_weapons'] = "Spell Channeling",
        ['allowed_armor'] = "Light, Medium",
        ['other_attributes'] = "",
    },    
    ['Acid Shell'] = {
        ['description'] = "You cast an acid shell at a specific location, dealing [INT*12] Acid damage and adding 4 Corrosion stacks to all enemies within 4 meters from the impact. A succesful evasion save halves both the damage and the corrosion stacks added. This spell can hurt yourself and your allies in PvP.",
        ['school'] = "Conjuration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "Yes",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "3",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  20.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  12.0,
        ['Casting Range'] =  15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  450.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon AcidShell.png",
    },    
    ['Acid Sphere'] = {
        ['description'] = "You cast an acid projectile that explodes as it collides with the first enemy on its path, dealing [INT*6] Acid damage and adding 2 Corrosion stacks to any enemy within 2 meters from the impact. The damage of this spell can be Critical and can hurt your allies in PvP. ",
        ['school'] = "Conjuration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "YesNotSelf",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "true",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  5.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  100.0,
        ['Casting Range'] =  100.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  150.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon AcidSphere.png",

    },       
    ['Bone Barrage'] = {
        ['description'] = "You summon a wave of bones in a 90°, 8-meters cone aream dealing [INT*15] piercing damage to all enemies within it and Crippling and Bleeding them for 6 seconds if they fail an Evasion saving throw. The bones at the end of the cone remain in place for 10 seconds, creating an impassable wall. This spell can hurt your allies in PvP. ",
        ['school'] = "Conjuration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "YesNotSelf",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "2",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  20.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  100.0,
        ['Casting Range'] =  100.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  300.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon BoneBarrage.png",
    },       
    ['Cobweb'] = {
        ['description'] = "You cover a 6-meter radius area in a spider webs for [INT*1] seconds, reducing by 40% the mobility of anyone in it. Additionally, as the web appears, anyone within range must pass an Evasion Save or be Snared for 1 second. This spell can hurt yourself and your allies in PvP.",
        ['school'] = "Conjuration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "Yes",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "3",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  30.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  12.0,
        ['Casting Range'] =  15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  250.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Cobweb.png",
    },
    ['Entangling Web'] = {
        ['description'] = "You cast a ball of spider webs that collides with the first enemy on its path, Snaring it and any other enemy within a 2-meter radius area for [INT*0.15] seconds.",
        ['school'] = "Conjuration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  5.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  100.0,
        ['Casting Range'] =  100.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  100.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon EntanglingWeb.png",
        ['allowed_weapons'] = "Spell Channeling",
        ['allowed_armor'] = "Light, Medium",
        ['other_attributes'] = "",
    },
    ['Ice Spikes'] = {
        ['description'] = "You cast a fan of ice spikes in a 60° cone in front of you. Each spike collides with the first enemy on its path, dealing [INT*8] Ice damage, and adding 1 Chilled stack. You crate [3,5,7,9] spikes if your [[Intelligence]] is at least [0,12,18,24]. Targets hit by multiple spikes take half damage from each spike after the first one.",
        ['school'] = "Conjuration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "2",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  15.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  100.0,
        ['Casting Range'] =  100.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  300.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon IceSpikes.png",

    },
    ['Infectious Burst'] = {
        ['description'] = "Each enemy within 4 meters if you takes [INT*4] Poison damage. Poisoned enemies take 3 times the damage and spread their poison to any other enemy within the range of this spell that fails a Fortitude check. ",
        ['school'] = "Conjuration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "2",
        ['Spell Group'] = "SelfOffensive",
        ['cooldown'] =  5.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] =  0.0,
        ['Casting Range'] =  0.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  200.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Infectious Burst.png",

    },
    ['Lightning Strike'] = {
        ['description'] = "You call a powerful lightning to strike down at a specific location of your choice, dealing between [INT*10] and [INT*30] Shock damage plus 4 Shocked stacks to anyone within a 2-meter radius area, depending on their distance from the impact position. This spell can hurt yourself and your allies in PvP. ",
        ['school'] = "Conjuration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "Yes",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "3",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  25.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  12.0,
        ['Casting Range'] =  15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  500.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon LightningStrike.png",
    },    
    ['Poison'] = {
        ['description'] = "Your target must succed a Fortitude saving throw or become Poisoned. The poison is of tier [1,2,3,4] if your [[Intelligence]] is at least [0,12,18,24]. This ability has 4 charges.",
        ['school'] = "Conjuration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  10.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Entity",
        ['Targeting Range'] =  12.0,
        ['Casting Range'] =  15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "Monster, Player",
        ['mana_cost'] =  150.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Poison.png",

    },
    ['Relocate'] = {
        ['description'] = "You teleport to a visible location of your choice. This ability has [1,2,3,4] chaarges at [0,12,18,24] [[Intelligence]].",
        ['school'] = "Conjuration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "true",
        ['Memory Cost'] = "2",
        ['Spell Group'] = "Teleport",
        ['cooldown'] =  20.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  15.0,
        ['Casting Range'] =  15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  150.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Relocate.png",

    },
    ['Skeletal Dragon Breath'] = {
        ['description'] = "While channeling this spell, for up to 3 seconds, all enemies within a 90°, 8-meters cone area take [INT]*6 Slash damage every 0,5 seconds and Bleed for 3 seconds. The damage of this spell can be Critical and can hurt your allies in PvP.",
        ['school'] = "Conjuration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "3",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  10.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  100.0,
        ['Casting Range'] =  100.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  300.00,
        ['mana_cost_per_s'] =  100.0,
        ['other_attributes'] = "",
        ['image'] = "Icon SkeletalDragonBreath.png",
        ['allowed_weapons'] = "Spell Channeling",
        ['allowed_armor'] = "Light, Medium",
        ['other_attributes'] = "",
    },
    ['Thunderstorm'] = {
        ['description'] = "For up to [INT*0.5] seconds you conjure a thunderous cloud above you. Every second, up to [INT*0.2] creatures within 8 meters from your position are struck by lightning and take [INT*10] Shock damage plush 1 Shocked stack. This spell can hurt your allies in PvP. ",
        ['school'] = "Conjuration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "YesNotSelf",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "2",
        ['Spell Group'] = "SelfOffensive",
        ['cooldown'] =  30.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] =  0.0,
        ['Casting Range'] =  0.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  200.00,
        ['mana_cost_per_s'] =  50.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Thunderstorm.png",

    },     
    ['Totem of Decay'] = {
        ['description'] = "You summon a Totem of Decay which deals [INT*0] poison damage per second and slows all enemies within a 1-mter radius area. The totem can also cast the [[Poison]] spell.",
        ['school'] = "Conjuration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "3",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  20.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  8.0,
        ['Casting Range'] =  10.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  500.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Totem of Decay.png",

    },
    ['Totem of Wildfire'] = {
        ['description'] = "You summon Totem of Wildfire, which grants [INT*15] Fire Resistance bonus to any ally within a 10-meter radius area, plus [INT*1.5] bonus Fire damage to their basic attacks. The totem can also cast the [[Firebolt]] spell.",
        ['school'] = "Conjuration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "3",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  20.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  8.0,
        ['Casting Range'] =  10.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  500.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Totem of Wildfire.png",
    },

    --[[--------------------------------------------]]
    --[[---------------- ENCHANTING ----------------]]
    --[[--------------------------------------------]]
    ['Acid Arrows'] = {
        ['description'] = "Your projectiles deal [INT*2] extra acid damage and apply 1 Corrosion stacks.",
        ['school'] = "Enchanting",
        ['Toggle Group'] = "WeaponModifier",
        ['Effect Group'] = "MagicalBuff",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "SelfBeneficial",
        ['cooldown'] =  10.0,
        ['Activation Type'] = "Toggle",
        ['Target Type'] = "Self",
        ['Targeting Range'] =  0.0,
        ['Casting Range'] =  0.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "Ranged",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  100.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "Mana Cost per hit: 50",
        ['image'] = "Icon Acid Arrows.png",

    },
    ['Burning Arrows'] = {
        ['description'] = "Your projectiles deal [INT*2] extra Fire damage and apply 1 Warm stacks.",
        ['school'] = "Enchanting",
        ['Toggle Group'] = "WeaponModifier",
        ['Effect Group'] = "MagicalBuff",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "SelfBeneficial",
        ['cooldown'] =  10.0,
        ['Activation Type'] = "Toggle",
        ['Target Type'] = "Self",
        ['Targeting Range'] =  0.0,
        ['Casting Range'] =  0.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "Ranged",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  100.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "Mana Cost per hit: 50",
        ['image'] = "Icon BurningArrow.png",

    },    
    ['Chilling Arrows'] = {
        ['description'] = "Your projectiles deal [INT*2] extra Ice damage and apply 1 Chilled stacks.",
        ['school'] = "Enchanting",
        ['Toggle Group'] = "WeaponModifier",
        ['Effect Group'] = "MagicalBuff",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "SelfBeneficial",
        ['cooldown'] =  10.0,
        ['Activation Type'] = "Toggle",
        ['Target Type'] = "Self",
        ['Targeting Range'] =  0.0,
        ['Casting Range'] =  0.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "Ranged",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  100.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "Mana Cost per hit: 50",
        ['image'] = "Icon ChillingArrows.png",
    },    
    
    ['Word of Power: Heal'] = {
        ['description'] = "A target ally regains [CHA*50] [[Health]] instantly, is cured from poison, and any physical debuff is removed instantly.",
        ['school'] = "Enchanting",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "3",
        ['Spell Group'] = "TargetedBeneficial",
        ['cooldown'] =  30.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Entity",
        ['Targeting Range'] =  12.0,
        ['Casting Range'] =  15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "Self, Ally, Player",
        ['mana_cost'] =  250.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon WordOfPower Heal.png",

    },    
    ['Fear'] = {
        ['description'] = "Any enemy within a 3-meter radius area of your choice becomes Frightened for [CHA*1] seconds. A succesful Willpower Save halves the effect duration.",
        ['school'] = "Enchanting",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  10.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  12.0,
        ['Casting Range'] =  15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  200.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Fear.png",
    },      
    ['Word of Power: Kill'] = {
        ['description'] = "Your target's [[Health]] drops to 0, unless it has more [[Charisma]] than you and succeeds a [[Willpower]] save.<br>This spell has no effect on players with more than 25% [[Health]] and on monsters with more than 1500 [[Health]]",
        ['school'] = "Enchanting",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "3",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  30.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Entity",
        ['Targeting Range'] =  12.0,
        ['Casting Range'] =  15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "Monster, Player",
        ['mana_cost'] =  250.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon WordOfPower Kill.png",
        ['allowed_weapons'] = "Spell Channeling",
        ['allowed_armor'] = "Any",
        ['other_attributes'] = "",
    },
    ['Word of Power: Silence'] = {
        ['description'] = "Your target becomes [[Silenced]] for 6 seconds, unless it has more [[Charisma]] than you and succeeds a [[Willpower]] save throw.",
        ['school'] = "Enchanting",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "3",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  30.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Entity",
        ['Targeting Range'] =  12.0,
        ['Casting Range'] =  15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "Player, Enemy, Monster",
        ['mana_cost'] =  250.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon WordOfPower Silence.png",

    },
    ['Word of Power: Stun'] = {
        ['description'] = "Your target becomes [[Stunned]] for 3 seconds, unless it has more [[Charisma]] than you and suceeds a [[Willpower]] save throw.",
        ['school'] = "Enchanting",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "3",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  30.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Entity",
        ['Targeting Range'] =  12.0,
        ['Casting Range'] =  15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  250.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon WordOfPower Stun.png",
    },

    --[[--------------------------------------------]]
    --[[------------------ HUNTING -----------------]]
    --[[--------------------------------------------]]
    ['Double Shot'] = {
        ['description'] = "You shoot two arrows at the same time, each one dealing [PER*6]% of its original damage. The damage of this spell can be critical.",
        ['school'] = "Hunting",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "OnAttackReceived",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "true",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "2",
        ['Spell Group'] = "ReadyOnAttack",
        ['cooldown'] =  5.0,
        ['Activation Type'] = "Ready",
        ['Target Type'] = "Self",
        ['Targeting Range'] =  0.0,
        ['Casting Range'] =  0.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Ranged",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  0.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Double Shoot.png",
    },
        ['Guided Shot'] = {
        ['description'] = "You shoot a guided projectile aimed at your target after a short delay, that deals [PER*25] extra magic damage. The damage of this spell can be critical.",
        ['school'] = "Hunting",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "true",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "3",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  20.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Entity",
        ['Targeting Range'] =  12.0,
        ['Casting Range'] =  15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Ranged",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "0",
        ['mana_cost'] =  300.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon GuidedShot.png",
    },
    ['Net Trap'] = {
        ['description'] = "You throw a net towards the target location.Every opponent within 2.5 meters is [[Snared]] for [PER*0.2] second.",
        ['school'] = "Hunting",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  15.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  12.0,
        ['Casting Range'] =  15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  100.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Net Trap.png",
    },
    ['Power Shot'] = {
        ['description'] = "You shoot a mana-imbued projectile that pierces through multiple enemies. Anyone in the way takes [PER*10] extra damage as Pierce damage, and is [[Crippled]] for 6 seconds. The damage of this spell can be Critical.",
        ['school'] = "Hunting",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "true",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "2",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  10.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  100.0,
        ['Casting Range'] =  100.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Ranged",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  200.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Power Shot.png",
    },
    ['Ricochet'] = {
        ['description'] = "You shoot a projectile that bounces on multiple enemies within 8 meters from each other. The maximum number of bonuses is [1,2,3,4] if you have at least [0,12,18,24] PER.",
        ['school'] = "Hunting",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  5.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  100.0,
        ['Casting Range'] =  100.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Ranged",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  100.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Ricochet.png",
    },
        ['Volley'] = {
        ['description'] = "You release a volley of 7 arrows in a 60° cone in front of you, each one dealing [PER*4]% of its original damage. Targets hit by multiple arrows take half damage from each arrows after the first one.",
        ['school'] = "Hunting",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "2",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  15.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  100.0,
        ['Casting Range'] =  100.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Ranged",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  200.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Volley.png",
    },

    --[[--------------------------------------------]]
    --[[---------------- ILLUSIONISM ---------------]]
    --[[--------------------------------------------]]
    ['Mind Strike'] = {
        ['description'] = "You deal [CHA*8] magic damage to your target, who must succeed on a [[Willpower]] save or become [[Dazed]] for 2 seconds. The damage of this spell can be Critical.",
        ['image'] = "Icon MindStrike.png",
        ['school'] = "Illusionism",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "True",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 1,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 5.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Entity",
        ['Targeting Range'] = 12.0,
        ['Casting Range'] = 15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "Monster, Player",
        ['mana_cost'] = 200.0,
        ['mana_cost_per_s'] = 0.0,
        ['other_attributes'] = "",
        ['Categories'] = {"Memory Cost 1 Spells"},
    },
        ['Shimmering Sphere'] = {
        ['description'] = "You cast a shiny projectile that collides with the first enemy on its path, which then splits and bounces to any other enemies within 5 meters. Anyone hit by the spell takes [CHA*6] [[Magic Damage]] and becomes [[Confused]] for 8 seconds. A succesful [[Willpower]] save negates the Confusion. The damage of this spell can be Critical.",
        ['image'] = "Icon ShimmeringSphere.png",
        ['school'] = "Illusionism",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "True",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 5.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 100.0,
        ['Casting Range'] = 100.0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 250.0,
        ['mana_cost_per_s'] = 0.0,
        ['other_attributes'] = "",
        ['Categories'] = {"Memory Cost 2 Spells"},
    },
    --[[--------------------------------------------]]
    --[[---------------- INVOCATION ----------------]]
    --[[--------------------------------------------]]
    ['Chain Lightning'] = {
        ['description'] = "You cast a lightning that chains between multiple enemies, dealing [INT*6] Shock damage and 1 Shocked stacks at each bounce. This spell bounces up to [INT*0.4] times. The damage of this spell can be Critical.",
        ['school'] = "Invocation",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "true",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "3",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  15.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Entity",
        ['Targeting Range'] =  10.0,
        ['Casting Range'] =  10.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  400.00,
        ['mana_cost_per_s'] =  6,
        ['other_attributes'] = "",
		['image'] = "Icon ChainLighning.png",
    },
    ['Chilling Touch'] = {
        ['description'] = "Your unarmed attacks deal [INT*2] extra [[Ice damage]] plus 1 Chilled stacks, and can hit incorporeal beings.",
        ['school'] = "Invocation",
        ['Toggle Group'] = "WeaponModifier",
        ['Effect Group'] = "MagicalBuff",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "true",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "SelfBeneficial",
        ['cooldown'] =  10.0,
        ['Activation Type'] = "Toggle",
        ['Target Type'] = "Self",
        ['Targeting Range'] =  0.0,
        ['Casting Range'] =  0.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Unarmed",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  100.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "Mana Consume on Hit: 50",
        ['image'] = "Icon ChillingTouch.png",

    },
        ['Deep Freeze'] = {
        ['description'] = "While channeling this spell, any enemy within 3 meters from a location of your choice takes [INT*3] [[Ice damage]] and 2 Chilled Stacks every 0.5 second for up to 3 seconds. The damage of this spell can be critical and hurt you and your allies in PvP",
        ['school'] = "Invocation",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "Yes",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "true",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "2",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  15.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  12.0,
        ['Casting Range'] =  15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  200.00,
        ['mana_cost_per_s'] =  50.0,
        ['other_attributes'] = "",
        ['image'] = "Icon DeepFreeze.png",
    },
    ['Earthquake'] = {
        ['description'] = "You call forth 4 earthquake shocks, each one dealing between [INT*5] and [INT*20] Crush damage to everyone within 10 meters from you, depending on their distance. Each shock also Stuns for 1.75 seconds anyone who fails a Fortitude Save. This spell can hurt your allies in PvP.",
        ['school'] = "Invocation",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "YesNotSelf",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "3",
        ['Spell Group'] = "SelfOffensive",
        ['cooldown'] =  30.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] =  0.0,
        ['Casting Range'] =  0.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  300.00,
        ['mana_cost_per_s'] =  100.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Earthquake.png",
    },
    ['Fan of Flames'] = {
        ['description'] = "Anyone within a 120°, 4-meters cone area takes [INT*12] Fire damage and 4 Warm stacks. An evasion save halves both the damage and the stacks received. This spell can hurt your allies in PvP.",
        ['school'] = "Invocation",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "YesNotSelf",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  10.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  100.0,
        ['Casting Range'] =  100.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  250.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon FanOfFlames.png",
    },    
    ['Fireball'] = {
        ['description'] = "You cast a fireball at a specific location, dealing [INT*15] [[Fire damage]] and adding 4 Warm stacks to each enemy within 4 meters from the impact. A succesful Evasion Save halves both the damage and the stacks.",
        ['school'] = "Invocation",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "Yes",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "3",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  20.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  12.0,
        ['Casting Range'] =  15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  450.00,
        ['mana_cost_per_s'] = 0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Fireball.png",

    },
    ['Firebolt'] = {
        ['description'] = "You cast a flaming projectile that collides with the first enemy on tis path, dealing [INT*14] [[Fire damage]] to it and adding 2 Warm stacks. The damage of this spell can be Critical.",
        ['school'] = "Invocation",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "true",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  5.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  100.0,
        ['Casting Range'] =  100.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  150.00,
        ['mana_cost_per_s'] = 0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Firebolt.png",
    },
    ['Frost Blast'] = {
        ['description'] = "You cast a frozen sphere that explodes as it collides with the first enemy on its path, dealing [INT*8] [[Ice damage]] to any enemy within 2 meters from the impact and adding 2 Chilled stacks. The damage of this spell can be Critical.",
        ['school'] = "Invocation",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "true",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  5.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  100.0,
        ['Casting Range'] =  100.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  150.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Frost Blast.png",
    },
    ['Magic Missiles'] = {
        ['description'] = "You can [INT*0.3] himing projectiles at your target, each dealing 80 Magic damage. Each projectile can be negated with a succesful Willpower Save.",
        ['school'] = "Invocation",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "true",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  10.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Entity",
        ['Targeting Range'] =  12.0,
        ['Casting Range'] =  15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "0",
        ['mana_cost'] =  250.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon MagicMissiles.png",

    },
    ['Pyroblast'] = {
        ['description'] = "You release a fiery blast around you. Anyone within 3 meters takes [INT*10] Fire damage plus 2 Warm stacks, and is Knocked Back 3 meters from your position. This spell can hurt your allies in PvP.",
        ['school'] = "Invocation",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "YesNotSelf",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "2",
        ['Spell Group'] = "SelfOffensive",
        ['cooldown'] =  10.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] =  0.0,
        ['Casting Range'] =  0.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  250.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Pyroblast.png",

    },    
    ['Shocking Lash'] = {
        ['description'] = "You discharge a jolt of electricity that deals [INT*6] [[Shock damage]] and 1 Shocked stacks to your target. This ability has 4 charges.",
        ['school'] = "Invocation",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "true",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  5.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Entity",
        ['Targeting Range'] =  12.0,
        ['Casting Range'] =  15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "0",
        ['mana_cost'] =  100.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Shocking Lash.png",

    },
        ['Shocking Touch'] = {
        ['description'] = "Your unarmed attacks deal [INT*2] extra [[Shock damage]] plus 1 Shocked stack, and can hit incorporeal beings. The damage of this spell can be Critical.",
        ['school'] = "Invocation",
        ['Toggle Group'] = "WeaponModifier",
        ['Effect Group'] = "MagicalBuff",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "true",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "SelfBeneficial",
        ['cooldown'] =  10.0,
        ['Activation Type'] = "Toggle",
        ['Target Type'] = "Self",
        ['Targeting Range'] =  0.0,
        ['Casting Range'] =  0.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Unarmed",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  100.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "Mana Cost per Hit: 50",
        ['image'] = "Icon ShockingTouch.png",

    },
        ['Static Discharge'] = {
        ['description'] = "You channel electricity for up to 4 seconds and discharge it instantly. Depending on how long you charged the blast, anyone within 3 meters from you takes between [INT*10] and [INT*30] Shock damage, and 2 to 6 Shocked stacks. This spell can hurt your allies in PvP.",
        ['school'] = "Invocation",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "YesNotSelf",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "3",
        ['Spell Group'] = "SelfOffensive",
        ['cooldown'] =  15.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] =  0.0,
        ['Casting Range'] =  0.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  200.00,
        ['mana_cost_per_s'] =  50.0,
        ['other_attributes'] = "",
        ['image'] = "Icon StaticDischarge.png",
    },
    ['Tectonic Outburst'] = {
        ['description'] = "Any enemy within a 4-meter radius area of your choice takes [INT*12] Crush damage and is stunned for 3 seconds. A succesful Fortitude save halves both the damage and the stun duration. This spell can hurt yourself and your allies in PvP.",
        ['school'] = "Invocation",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "Yes",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "2",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  15.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  12.0,
        ['Casting Range'] =  15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  300.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon Tectonic Outburst.png",
    },

    --[[--------------------------------------------]]
    --[[---------------- LEADERSHIP ----------------]]
    --[[--------------------------------------------]]
    ['Call to Tenacity'] = {
        ['description'] = "You remove all [[physical debuff]]s from yourself and any ally within 8 meters from you and grant everyone [CHA*30] [[Fortitude]] for 10 seconds.",
        ['image'] = "Icon CallToTenacity.png",
        ['school'] = "Leadership",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "Magical Buff",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Self Beneficial",
        ['cooldown'] = 15,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 300,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },
    ['Charge'] = {
        ['description'] = "You and every ally within 10 meters from your position move 50% faster for [CHA*0.4] seconds.",
        ['image'] = "Icon Charge Ability.png",
        ['school'] = "Leadership",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No", 
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Self Beneficial",
        ['cooldown'] = 20,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },
    ['Inspire'] = {
        ['description'] = "You restore [CHA*20] [[Health]] to yourself and any ally within 10 meters from you. All creatures affected are also immune to [[Fear]] and gain [CHA*10] [[Accuracy]], [[Evasion]], [[Fortitude]] and [[Willpower]] for 15 seconds.",
        ['image'] = "Icon Inspire.png",
        ['school'] = "Leadership",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Self Beneficial",
        ['cooldown'] = 20,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 300,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },
    ['Shields Up'] = {
        ['description'] = "You and every ally within 10 meters from your position gain [CHA*5] Bonus to all resistances for 10 seconds. Additionally, any [[Block Chance]] from [[Shields]] or [[Weapons]] is doubled for the duration.",
        ['image'] = "Icon ShieldsUp.png",
        ['school'] = "Leadership",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 1,
        ['Spell Group'] = "Self Beneficial",
        ['cooldown'] = 20,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "True",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },    
        ['Warcry'] = {
        ['description'] = " All enemies within a 120°, 10-meters cone area take [CHA*16] [[Crush]] damage, and are [[Slowed]] and [[Frightened]] for 8 seconds. A succesful [[Willpower]] Save halves both the damage and the duration of the effects.",
        ['image'] = "Icon Warcry.png",
        ['school'] = "Leadership",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 15,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 100,
        ['Casting Range'] = 100,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },  
    --[[--------------------------------------------]]
    --[[---------------- NECROMANCY ----------------]]
    --[[--------------------------------------------]]


        ['Death Bargain'] = {
        ['description'] = "If you would go unconscious or die, you instead become immortal for 20 seconds, then die as soon as the effect ends. Killing another creature before the end of he effect, removes it and restores [INT*2]% of your Max [[Health]].",
        ['school'] = "Necromancy",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "OnDeath",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "3",
        ['Spell Group'] = "ReadyOnDeath",
        ['cooldown'] =  60.0,
        ['Activation Type'] = "Ready",
        ['Target Type'] = "Self",
        ['Targeting Range'] =  0.0,
        ['Casting Range'] =  0.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  0.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon DeathBargain.png",
    },
        ['Death Circle'] = {
        ['description'] = "Any enemies within a 3-meter radius area of your choice takes [INT*12] Magic damage and can't recover health for [INT*0.3] seconds. A Fortitude Save halves both the damage and the effect duration.",
        ['school'] = "Necromancy",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "3",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  20.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] =  12.0,
        ['Casting Range'] =  15.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  450.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon DeathCircle.png",
    },    
        ['Life Drain'] = {
        ['description'] = "You steal [INT*5] [[Health]] from your target each seconds, Slowing it during the process.",
        ['school'] = "Necromancy",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  15.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Entity",
        ['Targeting Range'] =  6.0,
        ['Casting Range'] =  8.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "0",
        ['mana_cost'] =  100.00,
        ['mana_cost_per_s'] =  50.0,
        ['other_attributes'] = "",
        ['image'] = "Icon LifeDrain.png",
    },
        ['Mana Drain'] = {
        ['description'] = "You steal [INT*5] [[Mana]] from your target each seconds, Slowing it during the process.",
        ['school'] = "Necromancy",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "1",
        ['Spell Group'] = "TargetedOffensive",
        ['cooldown'] =  15.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Entity",
        ['Targeting Range'] =  6.0,
        ['Casting Range'] =  8.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "0",
        ['mana_cost'] =  100.00,
        ['mana_cost_per_s'] =  0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon ManaDrain.png",
    },    
    ['Unholy Strenght'] = {
        ['description'] = "You and every ally within 8 meters from you gain [CHA*0.32] [[Strenght]] for 15 seconds, but lose 250 [[Fire Resistance]] and take 25 Pure damage per second.",
        ['school'] = "Necromancy",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "2",
        ['Spell Group'] = "SelfBeneficial",
        ['cooldown'] =  20.0,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] =  0.0,
        ['Casting Range'] =  0.0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "true",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Any",
        ['Target Entity Type'] = "",
        ['mana_cost'] =  300.00,
        ['mana_cost_per_s'] = 0.0,
        ['other_attributes'] = "",
        ['image'] = "Icon UnholyStrenght.png",
    },       
    --[[--------------------------------------------]]
    --[[---------------- RESTORATION ----------------]]
    --[[--------------------------------------------]]

    ['Healing Wave'] = {
        ['description'] = "You restore [INT*20] [[Health]] to yourself and each ally within 3 meters from you. Additionally, any [[:Category:Undead|undead]] creature in range takes [INT*10] [[pure]] damage.",
        ['image'] = "Icon_Healing_Wave.png",
        ['school'] = "Restoration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = "2",
        ['Spell Group'] = "Self-Beneficial",
        ['cooldown'] = 10,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Medium, Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 250,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
        ['Categories'] = {"AoE Beneficial Spells","Self-targeted AoE Healing Spells","Healing Spells","Memory Cost 2 Spells","Undead Damaging Spells"},
    },
    ['Mass Cure Wounds'] = {
        ['description'] = "Every ally within 8 meters from your position recovers [INT*12] [[Health]] instantly, while any [[:Category:Undead|undead]] in the area takes [INT*6] [[Pure]] damage instead.\n",
        ['image'] = "Icon MassCureWounds.png",
        ['school'] = "Restoration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 3,
        ['Spell Group'] = "Self-Beneficial",
        ['cooldown'] = 10,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Medium, Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 450,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
        ['Categories'] = {"AoE Beneficial Spells","Healing Spells","Memory Cost 3 Spells","Self-targeted AoE Healing Spells","Undead Damaging Spells"},
    },
    ['Minor Healing'] = {
        ['description'] = "You instantly recover 200 [[Health]]. <br>This ability has [1,2,3,4] charges at [0, 12, 18, 24] [[Intelligence]].",
        ['image'] = "Icon MinorHealing.png",
        ['school'] = "Restoration",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 1,
        ['Spell Group'] = "Self-Beneficial",
        ['cooldown'] = 5,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "False",
        ['Spell Channeling Weapon'] = "True",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 100,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
        ['Categories'] = {"Self-Beneficial Spells","Healing Spells","Memory Cost 1 Spells"},
    },
    --[[-----------------------------------------]]
    --[[---------------- WARFARE ----------------]]
    --[[-----------------------------------------]]
    ['Battle Jump'] = {
        ['description'] = "You jump to a visible location of your choice, dealing [STR*20] [[Crush]] damage and [[Crippled|Crippling]] for 6 seconds all enemies within 3 meters from your landing spot. A succesful [[Fortitude]] Save halves both the damage and the effect duration. This spell can hurt your allies in PvP.",
        ['image'] = "Icon BattleJump.png",
        ['school'] = "Warfare",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "Yes, Not Self",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "True",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 10,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 12,
        ['Casting Range'] = 15,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "Jump Time: 1",
    },
   ['Bloodlust'] = {
        ['description'] = "For the next [CON*0.5] seconds your basic attacks deal 50% more damage to [[Bleed]]ing opponents, and you recover 15% of the damage you deal as [[Health]].",
        ['image'] = "Icon Bloodlust.png",
        ['school'] = "Warfare",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 3,
        ['Spell Group'] = "Self Beneficial",
        ['cooldown'] = 15,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },
    ['Concussive Strike'] = {
        ['description'] = "Your next attack is a guaranteed hit that deals [STR*8] extra damage, and any creature hit suffers the same amount of damage as [[Crush]] damage over the next 4 seconds. The damage of this spell can be [[Critical]].",
        ['image'] = "Icon Concussive Strike.png",
        ['school'] = "Warfare",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "On Attack",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "True",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "True",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Ready on Attack",
        ['cooldown'] = 5,
        ['Activation Type'] = "Ready",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Unarmed|Melee",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "Crush",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 100,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },
    ['Enrage'] = {
        ['description'] = "For the next [CON*0.5] seconds you gain 10% bonus [[Move Speed|Movement Speed]] and you can't be [[Knocked Out]], but you can only use [[Warfare]] abilities. Additionally you gain immunity to [[Confused]], [[Dazed]], [[Frightened]], [[Paralyzed]], [[Sickened]], [[Snared]], [[Stunned]] and [[Slowed]].",
        ['image'] = "Icon Enrage.png",
        ['school'] = "Warfare",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "True",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 3,
        ['Spell Group'] = "Self Beneficial",
        ['cooldown'] = 60,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 0,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },
    ['Eviscerate'] = {
        ['description'] = "You slice with extreme force any enemy in a 120°, 2-meters cone aream dealing [STR*12] extra damage as [[Slash]]ing damage and [[Bleed]]ing them for 12 seconds. The damage of this spell can be [[critical]].",
        ['image'] = "Icon Eviscerate.png",
        ['school'] = "Warfare",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "True",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 15,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 100,
        ['Casting Range'] = 100,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Melee",
        ['Restricted Weapon Weight'] = "Heavy",
        ['Restricted Weapon Damage'] = "Slash",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 0,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },
    ['Execute'] = {
        ['description'] = "You perform an attack that deals [STR*20] extra damage to your target and, or twice that much if it has less than 20% [[Health]]. If your target dies, you gain [STR*0.6]% damage increase for 6 seconds and the cooldown of this ability resets.",
        ['image'] = "Icon Eviscerate.png",
        ['school'] = "Warfare",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 1,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 30,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Entity",
        ['Targeting Range'] = 2,
        ['Casting Range'] = 4,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Melee",
        ['Restricted Weapon Weight'] = "Medium|Heavy",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "Monster, Player",
        ['mana_cost'] = 300,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },
    ['Frenzy'] = {
        ['description'] = "You increase your [[Move Speed|Movement Speed]] and [[Attack Speed]] by [CON*1.5%]%, but your [[Satiety]] and [[Rest]] deplete twice as fast, and you can't receive any [[Targeted Healing Spells|healing]].",
        ['image'] = "Icon Frenzy.png",
        ['school'] = "Warfare",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "Physical Buff",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Self Beneficial",
        ['cooldown'] = 20,
        ['Activation Type'] = "Toggle",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "Light|Medium",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 20,
        ['other_attributes'] = "",
    },
    ['Heavy Blow'] = {
        ['description'] = "Your next attack is a guaranteed hit that deals [STR*16] extra damage ad [[Crippled|Cripples]] your target for 3 seconds. The damage of this spell can be [[Critical]].",
        ['image'] = "Icon HeavyBlow.png",
        ['school'] = "Warfare",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "On Attack",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "True",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "True",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 1,
        ['Spell Group'] = "Ready on Attack",
        ['cooldown'] = 10,
        ['Activation Type'] = "Ready",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Melee",
        ['Restricted Weapon Weight'] = "Heavy",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 0,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },
        ['Resolve'] = {
        ['description'] = "You instantly remove all and gain immunity to all [[Physical Debuff]] for [CON*0.3] seconds. Can be activated also while [[Stunned]]",
        ['image'] = "Icon Resolve.png",
        ['school'] = "Warfare",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "Invisibility",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "True",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Self Beneficial",
        ['cooldown'] = 15,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 100,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },
    ['Lunge'] = {
        ['description'] = "You lunge forward with your weapon for up to 5 meters, inflicting [STR*8] extra damage as [[Pierce|Piercing]] damage to anyone in the way, and [[Stunned|Stunning]] them for 0.5 seconds. The damage of this spell can be [[Critical]].",
        ['image'] = "Icon Lunge.png",
        ['school'] = "Warfare",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "True",
        ['Mobility Spell'] = "True",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 5,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 100,
        ['Casting Range'] = 100,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Melee",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "Pierce",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 100,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },
    ['Ram Through'] = {
        ['description'] = "You rush forward breaking the enemy lines for up to 5 meters, inflicting [STR*10] [[Crush]] damage to anyone in the way, and [[Cripple|Crippling]] them for 6 seconds. The damage of this spell can be [[Critical]].",
        ['image'] = "Icon RamThrough.png",
        ['school'] = "Warfare",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "true",
        ['Mobility Spell'] = "True",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 10,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 100,
        ['Casting Range'] = 100,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "true",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 100,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },     
    ['Resonating Blow'] = {
        ['description'] = "You throw a mighty attack that deals [STR*16] extra damage as [[crush]] damage to your target and to all enemies within [STR*0.2] meters from it.",
        ['image'] = "Icon ResonatingBlow.png",
        ['school'] = "Warfare",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 1,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 10,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Entity",
        ['Targeting Range'] = 2,
        ['Casting Range'] = 4,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Melee",
        ['Restricted Weapon Weight'] = "Heavy",
        ['Restricted Weapon Damage'] = "Crush",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "Player, Monster",
        ['mana_cost'] = 300,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    }, 
    ['Second Wind'] = {
        ['description'] = "You sacrifice [40-CON]% of your current [[Rest]] to instantly restore all your [[Health]] and cure all your [[Physical Debuff]]s",
        ['image'] = "Icon SecondWind.png",
        ['school'] = "Warfare",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Self Beneficial",
        ['cooldown'] = 60,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 0,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },
    ['Shield Slam'] = {
        ['description'] = "Any enemy within a 120°, 2.5 meters cone area takes [STR*16] [[crush]] damage and is Knocked Back by 2 meters, and [[Stunned]] for 1 seconds.",
        ['image'] = "Icon ShieldSlam.png",
        ['school'] = "Warfare",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 1,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 5,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 100,
        ['Casting Range'] = 100,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "true",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 100,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },    
    ['Shockwave'] = {
        ['description'] = "You release a shockwave that deals [STR*12] [[Crush]] damage to all enemies within 3 meters from you and [[Stunned|Stuns]] them for 2 seconds.",
        ['image'] = "Icon Shockwave.png",
        ['school'] = "Warfare",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "True",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Self Offensive",
        ['cooldown'] = 10,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "",
        ['Restricted Weapon Weight'] = "",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },
    ['Swipe'] = {
        ['description'] = "Any enemy within a 120°, 2-meters cone area takes your regular attack damage plus [STR*12] extra damage and is Knocked Back 2 meters.",
        ['image'] = "Icon Swipe.png",
        ['school'] = "Warfare",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "true",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 2,
        ['Spell Group'] = "Targeted Offensive",
        ['cooldown'] = 10,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Location",
        ['Targeting Range'] = 100,
        ['Casting Range'] = 100,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Melee",
        ['Restricted Weapon Weight'] = "Medium|Heavy",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 100,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },    
    ['Vicious Attacks'] = {
        ['description'] = "For the next 10 seconds your basic attacks deal [STR*1]% extra damage to your opponents for each [[physical debuff]] active on them..",
        ['image'] = "Icon ViciousAttacks.png",
        ['school'] = "Warfare",
        ['Toggle Group'] = "None",
        ['Effect Group'] = "None",
        ['Ready Trigger'] = "None",
        ['Friend Fire'] = "No",
        ['Secure Hit'] = "False",
        ['Don\'t Remove Stealth'] = "False",
        ['Avoid Block Controller Check'] = "False",
        ['Can Crit'] = "False",
        ['Mobility Spell'] = "False",
        ['Memory Cost'] = 1,
        ['Spell Group'] = "Self Beneficial",
        ['cooldown'] = 15,
        ['Activation Type'] = "Default",
        ['Target Type'] = "Self",
        ['Targeting Range'] = 0,
        ['Casting Range'] = 0,
        ['Check LOS'] = "True",
        ['Spell Channeling Weapon'] = "False",
        ['Restricted Weapon Class'] = "Melee",
        ['Restricted Weapon Weight'] = "Medium|Heavy",
        ['Restricted Weapon Damage'] = "",
        ['Shield Required'] = "False",
        ['Restricted Armor Weight'] = "",
        ['Target Entity Type'] = "",
        ['mana_cost'] = 200,
        ['mana_cost_per_s'] = 0,
        ['other_attributes'] = "",
    },  
}
Advertisement