Module:Data/Skill/sh1: Difference between revisions

Jump to navigation Jump to search
No edit summary
(Added missing skills but need to find their game descriptions.)
Line 1: Line 1:
local skill = {
local skill = {
["dia"] = {
attribute= "recovery",
cost = 2,
costtype = "MP",
inbattle = "y",
outbattle = "y",
target = "Ally",
description = "Recovery Magic/Ally<br/>> Restores HP (low)",
skilltype = "Magic",
name = "Dia"
},
["diarama"] = {
attribute= "recovery",
cost = 4,
costtype = "MP",
inbattle = "y",
outbattle = "y",
target = "Ally",
description = "Recovery Magic/Ally<br/>> Restores HP (high)",
skilltype = "Magic",
name = "Diarama"
},
["diarahan"] = {
attribute= "recovery",
cost = 10,
costtype = "MP",
inbattle = "y",
outbattle = "y",
target = "Ally",
description = "Recovery Magic/Ally<br/>> Fully restores HP",
skilltype = "Magic",
name = "Diarahan"
},
["media"] = {
attribute = "recovery",
cost = 6,
costtype = "MP",
inbattle = "y",
outbattle = "y",
target = "All Allies",
description = "Recovery Magic/All Allies<br/>> Restores HP (low)",
skilltype = "Magic",
name = "Media"
},
["mediarama"] = {
attribute = "recovery",
cost = 12,
costtype = "MP",
inbattle = "y",
outbattle = "y",
target = "All Allies",
description = "Recovery Magic/All Allies<br/>> Restores HP (high)",
skilltype = "Magic",
name = "Mediarama"
},
["mediarahan"] = {
attribute= "recovery",
cost = 30,
costtype = "MP",
inbattle = "y",
outbattle = "y",
target = "All Allies",
description = "Recovery Magic/All Allies<br/>> Fully restores HP",
skilltype = "Magic",
name = "Mediarahan"
},
["markdi"] = {
attribute = "recovery",
cost = 3,
costtype = "MP",
inbattle = "y",
outbattle = "y",
target = "Ally",
description = "Recovery Magic/Ally<br/>> Cures Mark",
skilltype = "Magic",
name = "Markdi"
},
["charmdi"] = {
attribute = "recovery",
cost = 3,
costtype = "MP",
inbattle = "y",
outbattle = "y",
target = "Ally",
description = "Recovery Magic/Ally<br/>> Cures Charm",
skilltype = "Magic",
name = "Charmdi"
},
["bombdi"] = {
attribute = "recovery",
cost = 3,
costtype = "MP",
inbattle = "y",
outbattle = "y",
target = "Ally",
description = "Recovery Magic/Ally<br/>> Cures Bomb",
skilltype = "Magic",
name = "Bombdi"
},
["paraladai"] = {
attribute = "recovery",
cost = 3,
costtype = "MP",
inbattle = "y",
outbattle = "y",
target = "Ally",
description = "Recovery Magic/Ally<br/>> Cures Paralyze",
skilltype = "Magic",
name = "Paraladai"
},
["patra"] = {
attribute = "recovery",
cost = 2,
costtype = "MP",
inbattle = "y",
outbattle = "y",
target = "Ally",
description = "'Recovery Magic/Ally<br/>> Cures Sleep and Confusion'",
skilltype = "Magic",
name = "Patra"
},
["me patra"] = {
attribute = "recovery",
cost = 4,
costtype = "MP",
inbattle = "y",
outbattle = "y",
target = "All Allies",
description = "'Recovery Magic/Ally<br/>> Cures Sleep and Confusion'",
skilltype = "Magic",
name = "Me Patra"
},
["petradi"] = {
attribute = "recovery",
cost = 3,
costtype = "MP",
inbattle = "y",
outbattle = "?",
target = "Ally",
description = "Recovery Magic/Ally<br/>> Cures Stone",
skilltype = "Magic",
name = "Petradi"
},
["posumudi"] = {
attribute = "recovery",
cost = 2,
costtype = "MP",
inbattle = "y",
outbattle = "?",
target = "Ally",
description = "Recovery Magic/Ally<br/>> Cures Poison",
skilltype = "Magic",
name = "Posumudi"
},
["recarm"] = {
attribute = "recovery",
cost = 8,
costtype = "MP",
inbattle = "y",
outbattle = "y",
target = "Ally",
description = "Recovery Magic/Ally<br/>> Revives an ally",
skilltype = "Magic",
name = "Recarm"
},
["samarecarm"] = {
attribute = "recovery",
cost = 16,
costtype = "MP",
inbattle = "y",
outbattle = "y",
target = "Ally",
description = "Recovery Magic/Ally<br/>> Revives with full HP",
skilltype = "Magic",
name = "Samarecarm"
},
["recarmdra"] = {
attribute = "recovery",
cost = 1,
costtype = "MP",
inbattle = "y",
outbattle = "?",
target = "Ally",
description = "'Recovery Magic/Ally<br/>> Sacrifice self to fully restore an Ally's HP'",
skilltype = "Magic",
name = "Recarmdra"
},
     ["agi"] = {
     ["agi"] = {
         attribute="fire",
         attribute = "fire",
         cost=3,
         cost = 3,
         costtype="MP",
         costtype = "MP",
         power=5,
         power = 5,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="",
         target = "Single",
         description="Fire '''POW''' 5 Foe<br/>> Flames that scorch the foe",
         description = "Fire '''POW''' 5 Foe<br/>> Flames that scorch the foe",
         effect="Deals Fire damage.",
         effect = "Deals Fire damage.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Agi",
         name = "Agi",
     },
     },
     ["agilao"] = {
     ["agilao"] = {
         attribute="fire",
         attribute = "fire",
         cost=10,
         cost = 10,
         costtype="MP",
         costtype = "MP",
         power=46,
         power = 46,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="",
         target = "Single",
         description="Fire '''POW''' 46 Foe<br/>> Flames that scorch the foe",
         description = "Fire '''POW''' 46 Foe<br/>> Flames that scorch the foe",
         effect="Deals Fire damage.",
         effect = "Deals Fire damage.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Agilao",
         name = "Agilao",
     },
     },
     ["maragi"] = {
     ["maragi"] = {
         attribute="fire",
         attribute = "fire",
         cost=8,
         cost = 8,
         costtype="MP",
         costtype = "MP",
         power=15,
         power = 15,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="",
         target = "Foe Spread",
         description="Fire '''POW''' 15 Row<br/>> Flames that scorch the foe",
         description = "Fire '''POW''' 15 Row<br/>> Flames that scorch the foe",
         effect="Deals Fire damage.",
         effect = "Deals Fire damage.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Maragi",
         name = "Maragi",
     },
     },
     ["maragion"] = {
     ["maragion"] = {
         attribute="fire",
         attribute = "fire",
         cost=18,
         cost = 18,
         costtype="MP",
         costtype = "MP",
         power=40,
         power = 40,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="All enemies",
         target = "Center Spread",
         description="Fire '''POW''' 40 All<br/>> Flames that scorch the foe",
         description = "Fire '''POW''' 40 All<br/>> Flames that scorch the foe",
         effect="Deals Fire damage.",
         effect = "Deals Fire damage.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Maragion",
         name = "Maragion",
    },
    ["immolation"] = {
        attribute = "fire",
        cost = 4,
        costtype = "MP",
        power = 100,
        inbattle = "y",
        outbattle = "n",
        target = "Zoma",
        description = "",
        effect = "Deals fire damage to Zoma. Finnegan exclusive.",
        skilltype = "Magic",
        name = "Immolation",
    },
    ["loyal fire"] = {
        attribute = "fire",
        cost = 12,
        costtype = "MP",
        power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Scales based on loyalty. Throne, Salamander, Loki exclusive",
        skilltype = "Magic",
        name = "Loyal Fire",
     },
     },
     ["bufu"] = {
     ["bufu"] = {
         attribute="ice",
         attribute = "ice",
         cost=3,
         cost = 3,
         costtype="MP",
         costtype = "MP",
         power=5,
         power = 5,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="",
         target = "Single",
         description="Ice '''POW''' 5 Foe<br/>> Frigid air that can Freeze your foes",
         description = "Ice '''POW''' 5 Foe<br/>> Frigid air that can Freeze your foes",
         effect="Deals Ice damage. Chance to inflict Freeze.",
         effect = "Deals Ice damage. Chance to inflict Freeze.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Bufu",
         name = "Bufu",
     },
     },
     ["bufula"] = {
     ["bufula"] = {
         attribute="ice",
         attribute = "ice",
         cost=10,
         cost = 10,
         costtype="MP",
         costtype = "MP",
         power=44,
         power = 44,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="",
         target = "Single",
         description="Ice '''POW''' 44 Foe<br/>> Frigid air that can Freeze your foes",
         description = "Ice '''POW''' 44 Foe<br/>> Frigid air that can Freeze your foes",
         effect="Deals Ice damage. Chance to inflict Freeze.",
         effect = "Deals Ice damage. Chance to inflict Freeze.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Bufula",
         name = "Bufula",
     },
     },
     ["mabufu"] = {
     ["mabufu"] = {
         attribute="ice",
         attribute = "ice",
         cost=8,
         cost = 8,
         costtype="MP",
         costtype = "MP",
         power=14,
         power = 14,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="",
         target = "Foe Spread",
         description="Ice '''POW''' 14 Row<br/>> Frigid air that can Freeze your foes",
         description = "Ice '''POW''' 14 Row<br/>> Frigid air that can Freeze your foes",
         effect="Deals Ice damage. Chance to inflict Freeze.",
         effect = "Deals Ice damage. Chance to inflict Freeze.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Mabufu",
         name = "Mabufu",
     },
     },
     ["mabufula"] = {
     ["mabufula"] = {
         attribute="ice",
         attribute = "ice",
         cost=18,
         cost = 18,
         costtype="MP",
         costtype = "MP",
         power=38,
         power = 38,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="All enemies",
         target = "Center Spread",
         description="Ice '''POW''' 38 All<br/>> Frigid air that can Freeze your foes",
         description = "Ice '''POW''' 38 All<br/>> Frigid air that can Freeze your foes",
         effect="Deals Ice damage. Chance to inflict Freeze.",
         effect = "Deals Ice damage. Chance to inflict Freeze.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Mabufula",
         name = "Mabufula",
    },
    ["wild freezer"] = {
        attribute = "ice",
        cost = 4,
        costtype = "MP",
        power = 100,
        inbattle = "y",
        outbattle = "n",
        target = "Wild",
        description = "",
        effect = "Deals Ice damage to Wild demons. Loki, Headless Rider exclusive",
        skilltype = "Magic",
        name = "Wild Freezer",
    },
    ["loyal ice"] = {
        attribute = "ice",
        cost = 12,
        costtype = "MP",
        power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Scales based on Loyalty. Silky, Undine, Loki exclusive",
        skilltype = "Magic",
        name = "Loyal Ice",
     },
     },
     ["zio"] = {
     ["zio"] = {
         attribute="elec",
         attribute = "elec",
         cost=3,
         cost = 3,
         costtype="MP",
         costtype = "MP",
         power=5,
         power = 5,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="",
         target = "Single",
         description="Elec '''POW''' 5 Foe<br/>> Powerful electricity that Shocks foes",
         description = "Elec '''POW''' 5 Foe<br/>> Powerful electricity that Shocks foes",
         effect="Deals Elec damage. Chance to inflict Shock.",
         effect = "Deals Elec damage. Chance to inflict Shock.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Zio",
         name = "Zio",
     },
     },
     ["zionga"] = {
     ["zionga"] = {
         attribute="elec",
         attribute = "elec",
         cost=10,
         cost = 10,
         costtype="MP",
         costtype = "MP",
         power=44,
         power = 44,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="",
         target = "Single",
         description="Elec '''POW''' 44 Foe<br/>> Powerful electricity that Shocks foes",
         description = "Elec '''POW''' 44 Foe<br/>> Powerful electricity that Shocks foes",
         effect="Deals Elec damage. Chance to inflict Shock.",
         effect = "Deals Elec damage. Chance to inflict Shock.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Zionga",
         name = "Zionga",
     },
     },
     ["mazio"] = {
     ["mazio"] = {
         attribute="elec",
         attribute = "elec",
         cost=8,
         cost = 8,
         costtype="MP",
         costtype = "MP",
         power=14,
         power = 14,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="",
         target = "Foe Spread",
         description="Elec '''POW''' 14 Foe Spread<br/>> Powerful electricity that Shocks foes",
         description = "Elec '''POW''' 14 Foe Spread<br/>> Powerful electricity that Shocks foes",
         effect="Deals Elec damage. Chance to inflict Shock.",
         effect = "Deals Elec damage. Chance to inflict Shock.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Mazio",
         name = "Mazio",
     },
     },
     ["mazionga"] = {
     ["mazionga"] = {
         attribute="elec",
         attribute = "elec",
         cost=18,
         cost = 18,
         costtype="MP",
         costtype = "MP",
         power=38,
         power = 38,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="All enemies",
         target = "Center Spread",
         description="Elec '''POW''' 38 Center Spread<br/>> Powerful electricity that Shocks foes",
         description = "Elec '''POW''' 38 Center Spread<br/>> Powerful electricity that Shocks foes",
         effect="Deals Elec damage. Chance to inflict Shock.",
         effect = "Deals Elec damage. Chance to inflict Shock.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Mazionga",
         name = "Mazionga",
    },
    ["loyal shock"] = {
        attribute = "ice",
        cost = 12,
        costtype = "MP",
        power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Scales based on Loyalty. Hariti, Gnome, Moh Shuvuu, Loki exclusive",
        skilltype = "Magic",
        name = "Loyal Shock",
     },
     },
     ["zan"] = {
     ["zan"] = {
         attribute="force",
         attribute = "force",
         cost=3,
         cost = 3,
         costtype="MP",
         costtype = "MP",
         power=5,
         power = 5,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="",
         target = "Single",
         description="Force '''POW''' 5 Foe<br/>> A shockwave that crushes the enemy",
         description = "Force '''POW''' 5 Foe<br/>> A shockwave that crushes the enemy",
         effect="Deals Force damage.",
         effect = "Deals Force damage.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Zan",
         name = "Zan",
     },
     },
     ["zanma"] = {
     ["zanma"] = {
         attribute="force",
         attribute = "force",
         cost=10,
         cost = 10,
         costtype="MP",
         costtype = "MP",
         power=48,
         power = 48,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="",
         target = "Single",
         description="Force '''POW''' 48 Foe<br/>> A shockwave that crushes the enemy",
         description = "Force '''POW''' 48 Foe<br/>> A shockwave that crushes the enemy",
         effect="Deals Force damage.",
         effect = "Deals Force damage.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Zanma",
         name = "Zanma",
     },
     },
     ["mazan"] = {
     ["mazan"] = {
         attribute="force",
         attribute = "force",
         cost=8,
         cost = 8,
         costtype="MP",
         costtype = "MP",
         power=14,
         power = 14,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="",
         target = "Foe Spread",
         description="Force '''POW''' 14 Row<br/>> A shockwave that crushes the enemy",
         description = "Force '''POW''' 14 Row<br/>> A shockwave that crushes the enemy",
         effect="Deals Force damage.",
         effect = "Deals Force damage.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Mazan",
         name = "Mazan",
     },
     },
     ["mazanma"] = {
     ["mazanma"] = {
         attribute="force",
         attribute = "force",
         cost=18,
         cost = 18,
         costtype="MP",
         costtype = "MP",
         power=38,
         power = 38,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="All enemies",
         target = "Center Spread",
         description="Force '''POW''' 38 All<br/>> A shockwave that crushes the enemy",
         description = "Force '''POW''' 38 All<br/>> A shockwave that crushes the enemy",
         effect="Deals Force damage.",
         effect = "Deals Force damage.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Mazanma",
         name = "Mazanma",
    },
    ["beating kindness"] = {
        attribute = "force",
        cost = 4,
        costtype = "MP",
        power = 100,
        inbattle = "y",
        outbattle = "n",
        target = "Kind",
        description = "",
        effect = "Deals Force damage to Kind demons. Headless Rider exclusive.",
        skilltype = "Magic",
        name = "Beating Kindness",
    },
    ["loyal force"] = {
        attribute = "force",
        cost = 12,
        costtype = "MP",
        power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Scales based on Loyalty. Dominion, Slepinir, Katakirauwa, Sylph, Loki exclusive",
        skilltype = "Magic",
        name = "Loyal Force",
     },
     },
     ["megido"] = {
     ["megido"] = {
         attribute="almighty",
         attribute = "almighty",
         cost=6,
         cost = 6,
         costtype="MP",
         costtype = "MP",
         power=60,
         power = 60,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="",
         target = "Single",
         description="Almighty '''POW''' 60 Foe<br/>> A light that damages any affinity",
         description = "Almighty '''POW''' 60 Foe<br/>> A light that damages any affinity",
         effect="Deals Almighty damage.",
         effect = "Deals Almighty damage.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Megido",
         name = "Megido",
     },
     },
     ["megidola"] = {
     ["megidola"] = {
         attribute="almighty",
         attribute = "almighty",
         cost=12,
         cost = 12,
         costtype="MP",
         costtype = "MP",
         power=75,
         power = 75,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="",
         target = "Single",
         description="Almighty '''POW''' 75 Row<br/>> A light that damages any affinity",
         description = "Almighty '''POW''' 75 Row<br/>> A light that damages any affinity",
         effect="Deals Almighty damage.",
         effect = "Deals Almighty damage.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Megidola",
         name="Megidola",
     },
     },
     ["megidolaon"] = {
     ["megidolaon"] = {
         attribute="almighty",
         attribute = "almighty",
         cost=22,
         cost = 22,
         costtype="MP",
         costtype = "MP",
         power=72,
         power = 72,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="All enemies",
         target = "Center Spread",
         description="Almighty '''POW''' 72 All<br/>> A light that damages any affinity",
         description = "Almighty '''POW''' 72 All<br/>> A light that damages any affinity",
         effect="Deals Almighty damage.",
         effect = "Deals Almighty damage.",
         skilltype="Magic",
         skilltype = "Magic",
         name="Megidolaon",
         name = "Megidolaon",
     },
     },
     ["makarakarn"] = {
     ["demon birth cry"] = {
         attribute="support",
         attribute = "almighty",
         cost=6,
         cost = 4,
         costtype="MP",
         costtype = "MP",
         inbattle="y",
        power = 30,
         outbattle="n",
         inbattle = "y",
         target="All allies",
         outbattle = "n",
         description="Reflects any Magic Attack except Almighty<br/>> Effective only on the turn used",
         target = "?",
         effect="Reflects one magic attack.",
         description = "",
         skilltype="Magic",
         effect = "",
         name="Makarakarn",
         skilltype = "Extra",
         name = "Demon Birth Cry",
     },
     },
     ["happy trigger"] = {
     ["necro dogma"] = {
         attribute="gun",
         attribute = "almighty",
         cost="42%",
         cost = 6,
         costtype="HP",
         costtype = "MP",
         power=28,
         power = 38,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="All enemies",
         target = "?",
         description="Gun '''POW''' 28 All<br/>> Rapid shots fired to cruelly kill foes",
         description = "",
         effect="Deals Gun damage.",
         effect = "",
         skilltype="Extra",
         skilltype = "Extra",
         name="Happy Trigger",
         name = "Necro Dogma",
     },
     },
     ["ice crush"] = {
     ["ice crush"] = {
         attribute="almighty",
         attribute = "almighty",
         cost="26%",
         cost = "26%",
         costtype="HP",
         costtype = "HP",
         power=10,
         power = 10,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="",
         target = "",
         description="Almighty Foe<br/>> Shatters Frozen targets",
         description = "Almighty Foe<br/>> Shatters Frozen targets",
         effect="",
         effect = "",
         skilltype="Extra",
         skilltype = "Extra",
         name="Ice Crush",
         name = "Ice Crush",
     },
     },
     ["yabusame shot"] = {
     ["yabusame shot"] = {
         attribute="almighty",
         attribute = "almighty",
         cost="26%",
         cost = "26%",
         costtype="HP",
         costtype = "HP",
         power=10,
         power = 10,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="",
         target = "",
         description="Almighty Foe<br/>> Pierces enemies that are Marked",
         description = "Almighty Foe<br/>> Pierces enemies that are Marked",
         effect="",
         effect = "",
         skilltype="Extra",
         skilltype = "Extra",
         name="Yabusame Shot",
         name = "Yabusame Shot",
    },
    ["tatami flip"] = {
        attribute = "almighty",
        cost = "4%",
        costtype = "HP",
        inbattle = "y",
        outbattle = "n",
        target = "All Allies",
        description = "",
        effect = "Reflects any non-Almighty Physical attack.",
        skilltype = "Extra",
        name = "Tatami Flip",
    },
    ["lost word"] = {
        attribute = "almighty",
        cost = 4,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "—",
        description = "",
        effect = "Random effect: Turn all allied demons Undead/Almighty damage to all enemies/Caster takes Almighty damage/Flee from battle. Garuda, Huang Di, Knocker, Titania exclusive.",
        skilltype = "Extra",
        name = "Lost Word",
    },
    ["question box"] = {
        attribute = "almighty",
        cost = 6,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Makes all but Calm demons Return to COMP. Erika, King Frost exclusive.",
        skilltype = "Extra",
        name = "Question Box",
    },
    ["death marker"] = {
        attribute = "almighty",
        cost = 8,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "",
        effect = "Inflicts Mark. Targets Nemissa first. Moowis exclusive.",
        skilltype = "Extra",
        name = "Death Marker",
    },
    ["orlean prayer"] = {
        attribute = "almighty",
        cost = 8,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "—",
        description = "",
        effect = "Random effect: Recovers all allies' HP/Recovers all allies' MP/Caster is inflicted with Bomb. Jeanne D'Arc exclusive.",
        skilltype = "Extra",
        name = "Orlean Prayer",
    },
    ["brahmastra"] = {
        attribute = "almighty",
        cost = 12,
        costtype = "MP",
        power = 48,
        inbattle = "y",
        outbattle = "n",
        target = "?",
        description = "",
        effect = "Rama exclusive",
        skilltype = "Extra",
        name = "Brahmastra",
    },
    ["armageddon"] = {
        attribute = "almighty",
        cost = 16,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "?",
        description = "",
        effect = "Halves all units' HP, caps at 500. Manitou, Beelzebub exclusive",
        skilltype = "Extra",
        name = "Armageddon",
    },
    ["judgement"] = {
        attribute = "almighty",
        cost = 16,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Reduces all but Neutral characters HP by 25%. Kinmamon, Omoteotl, Heimdall, Rama exclusive",
        skilltype = "Extra",
        name = "Judgement",
    },
    ["heaven's vengeance"] = {
        attribute = "almighty",
        cost = 18,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Reduces all opposite aligned characters HP by 50%. Shiva, Xi Wangmu, Metatron, Masakado, Izanami exclusive",
        skilltype = "Extra",
        name = "Heaven's Vengeance",
    },
    ["silent whisper"] = {
        attribute = "almighty",
        cost = 52,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Inflicts Seal. Pales, Nyx, Oshira-sama, Juggler, Malsumis, Sid Davis exclusive",
        skilltype = "Extra",
        name = "Silent Whisper",
    },
    ["abyss of naraku"] = {
        attribute = "almighty",
        cost = "1%",
        costtype = "HP",
        power = 10,
        inbattle = "y",
        outbattle = "n",
        target = "Law demons",
        description = "",
        effect = "Makes Law demons Return to COMP. Manitou exclusive",
        skilltype = "Extra",
        name = "Abyss of Naraku",
    },
    ["fake guillotine"] = {
        attribute = "almighty",
        cost = "1%",
        costtype = "HP",
        power = 10,
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Makes all demons Return to COMP and reduces their HP to 1. Azazel exclusive",
        skilltype = "Extra",
        name = "Fake Guillotine",
    },
    ["ultimate laser"] = {
        attribute = "almighty",
        cost = "1%",
        costtype = "HP",
        power = 10,
        inbattle = "y",
        outbattle = "n",
        target = "F. Row",
        hit = 3,
        description = "",
        effect = "Kadokura exclusive",
        skilltype = "Extra",
        name = "Ultimate Laser",
    },
    ["barrier guard"] = {
        attribute = "almighty",
        cost = "2%",
        costtype = "HP",
        inbattle = "y",
        outbattle = "n",
        target = "Self",
        description = "",
        effect = "Increases caster's Defense for 1 turn. Cosmo Zombie exclusive.",
        skilltype = "Extra",
        name = "Barrier Guard",
    },
    ["boost up"] = {
        attribute = "almighty",
        cost = "2%",
        costtype = "HP",
        inbattle = "y",
        outbattle = "n",
        target = "Self",
        description = "",
        effect = "Caster retreats. Turbo-Granny exclusive.",
        skilltype = "Extra",
        name = "Boost Up",
    },
    ["escape"] = {
        attribute = "almighty",
        cost = "2%",
        costtype = "HP",
        inbattle = "y",
        outbattle = "n",
        target = "Self",
        description = "",
        effect = "Caster retreats. Rolwoy, Moh Shuvuu, Chaglin, Obariyon exclusive.",
        skilltype = "Extra",
        name = "Escape",
    },
    ["simple twist"] = {
        attribute = "almighty",
        cost = "2%",
        costtype = "HP",
        inbattle = "y",
        outbattle = "n",
        target = "Self",
        description = "",
        effect = "Inflicts Sleep and recovers HP. Camazots, Obariyon, Drag Queen exclusive.",
        skilltype = "Extra",
        name = "Simple Twist",
    },
    ["mag drainer"] = {
        attribute = "almighty",
        cost = "4%",
        costtype = "HP",
        power = 10,
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "",
        effect = "Targets demon with highest MAG cost. May inflict Petrified. Titania, Wild Hunt, Winpe, Satanael exclusive.",
        skilltype = "Extra",
        name = "MAG Drainer",
    },
    ["nice short"] = {
        attribute = "almighty",
        cost = "26%",
        costtype = "HP",
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "",
        effect = "Kills 1 Shocked foe. Beelzebub exclusive.",
        skilltype = "Extra",
        name = "Nice Short",
    },
["hama"] = {
    attribute = "expel",
    cost = 4,
    costtype = "MP",
    power = 22,
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "Expel '''POW''' 22 Foe<br/>> Releases the foe from Darkness",
        skilltype = "Magic",
        name = "Hama",
    },
    ["hanma"] = {
    attribute = "expel",
    cost = 6,
    costtype = "MP",
    power = 18,
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "Expel '''POW''' 18 Row  (Back OK)<br/>> Releases the foe from Darkness",
        skilltype = "Magic",
        name = "Hanma",
    },
    ["hamaon"] = {
    attribute = "expel",
    cost = 8,
    costtype = "MP",
    power = 20,
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "Expel '''POW''' 20 All  (Back OK)<br/>> Releases the foe from Darkness",
        skilltype = "Magic",
        name = "Hamaon"
    },
    ["mudo"] = {
    attribute = "death",
    cost = 4,
    costtype = "MP",
    power = 22,
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "Death '''POW''' 22 Foe<br/>> A spell that curses the enemy to death",
        skilltype = "Magic",
        name = "Mudo",
    },
    ["mudola"] = {
    attribute = "death",
    cost = 6,
    costtype = "MP",
    power = 18,
        inbattle = "y",
        outbattle = "n",
        target = "Row",
        description = "Death '''POW''' 18 Row  (Back OK)<br/>> A spell that curses the enemy to death",
        skilltype = "Magic",
        name = "Mudola",
    },
    ["mudoon"] = {
    attribute = "death",
    cost = 8,
    costtype = "MP",
    power = 20,
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "Death '''POW''' 20 All  (Back OK)<br/>> A spell that curses the enemy to death",
        skilltype = "Magic",
        name = "Mudoon",
    },
    ["despair night"] = {
    attribute = "death",
    cost = 4,
    costtype = "MP",
    power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Lowers level of paralyzed enemies by 1. Loki, Lilith exclusive",
        skilltype = "Magic",
        name = "Despair Night",
    },
    ["glimmering eye"] = {
    attribute = "death",
    cost = 4,
    costtype = "MP",
    power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Paralyzes lowest level enemy. Satanael, Lilith, Beelzebub exclusive",
        skilltype = "Magic",
        name = "Glimmering Eye",
    },
    ["incubus eye"] = {
    attribute = "death",
    cost = 4,
    costtype = "MP",
    power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Lowers level of paralyzed female enemies by 1. Incubus exclusive",
        skilltype = "Magic",
        name = "Incubus Eye",
    },
    ["succubus eye"] = {
    attribute = "death",
    cost = 4,
    costtype = "MP",
    power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Lowers level of paralyzed female enemies by 1. Succubus exclusive",
        skilltype = "Magic",
        name = "Succubus Eye",
    },
    ["bad breath"] = {
    attribute = "curse",
    cost = 2,
    costtype = "MP",
    power = 22,
    inbattle = "y",
    outbattle = "n",
    target = "1 F. Row Foe",
    description = "",
    effect = "Chance to inflict Poison",
    skilltype = "Magic",
    name = "Bad Breath",
    },
    ["poison breath"] = {
    attribute = "curse",
    cost = 4,
    costtype = "MP",
    power = 18,
    inbattle = "y",
    outbattle = "n",
    target = "F. Row",
    description = "",
    effect = "Chance to inflict Poison",
    skilltype = "Magic",
    name = "Poison Breath",
    },
    ["frolic"] = {
    attribute = "curse",
    cost = 2,
    costtype = "MP",
    power = 24,
    inbattle = "y",
    outbattle = "n",
    target = "F. Row",
    description = "",
    effect = "Chance to inflict Charm",
    skilltype = "Magic",
    name = "Frolic ",
    },
    ["marin karin"] = {
    attribute = "curse",
    cost = 3,
    costtype = "MP",
    power = 26,
    inbattle = "y",
    outbattle = "n",
    target = "Single",
    description = "Curse '''POW''' 26 Foe  (Back OK)<br/> Charms the enemy",
    effect = "",
    skilltype = "Magic",
    name = "Marin Karin",
    },
    ["babylon pheromone"] = {
    attribute = "curse",
    cost = 5,
    costtype = "MP",
    power = 24,
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "Chance to inflict Charm",
    skilltype = "Magic",
    name = "Babylon Pheromone ",
    },
    ["drunk smile"] = {
    attribute = "curse",
    cost = 4,
    costtype = "MP",
    power = "?",
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "Power scales based on drunkennes. Chance to inflict Charm. Ba Da Wang, Shiisa, Duergar exclusive",
    skilltype = "Magic",
    name = "Drunk Smile ",
    },
    ["sly charmer"] = {
    attribute = "curse",
    cost = 4,
    costtype = "MP",
    power = 100,
    inbattle = "y",
    outbattle = "n",
    target = "Sly",
    description = "",
    effect = "Deals Curse damage to all Sly demons. Headless Rider exclusive",
    skilltype = "Magic",
    name = "Sly Charmer ",
    },
    ["bacteria one"] = {
    attribute = "curse",
    cost = 16,
    costtype = "MP",
    power = 28,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "Chance to inflict Charm. Moowis, Sid Davis exclusive",
    skilltype = "Magic",
    name = "Bacteria One",
    },
    ["mite breath"] = {
    attribute = "nerve",
    cost = 2,
    costtype = "MP",
    power = 24,
    inbattle = "y",
    outbattle = "n",
    target = "1 F. Row Foe",
    description = "",
    effect = "Chance to inflict Bomb",
    skilltype = "Magic",
    name = "Mite Breath",
    },
    ["paral eyes"] = {
    attribute = "nerve",
    cost = 2,
    costtype = "MP",
    power = 25,
    inbattle = "y",
    outbattle = "n",
    target = "Single",
    description = "",
    effect = "Chance to inflict Paralyze.",
    skilltype = "Magic",
    name = "Paral Eyes",
    },
    ["paralama"] = {
    attribute = "nerve",
    cost = 2,
    costtype = "MP",
    inbattle = "y",
    outbattle = "n",
    target = "Single",
    description = "Curse '''POW''' 24 Foe  (Back OK)<br/> Paralyzes the enemy",
    effect = "",
    skilltype = "Magic",
    name = "Paralama",
    },
    ["paral web"] = {
    attribute = "nerve",
    cost = 3,
    costtype = "MP",
    power = 22,
    inbattle = "y",
    outbattle = "n",
    target = "Row",
    description = "",
    effect = "Chance to inflict Paralyze",
    skilltype = "Magic",
    name = "Paral Web",
    },
    ["demon teeth grind"] = {
    attribute = "nerve",
    cost = 4,
    costtype = "MP",
    power = 18,
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "Chance to inflict Paralyze",
    skilltype = "Magic",
    name = "Demon Teeth Grind",
    },
    ["bite the dust"] = {
    attribute = "nerve",
    cost = 5,
    costtype = "MP",
    power = 24,
    inbattle = "y",
    outbattle = "n",
    target = "F. Row",
    description = "",
    effect = "Chance to inflict Bomb",
    skilltype = "Magic",
    name = "Bite the Dust",
    },
    ["evil trance"] = {
    attribute = "nerve",
    cost = 12,
    costtype = "MP",
    power = 24,
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "Mind? damage to foes afflicted with Bomb. Satanael exclusive",
    skilltype = "Magic",
    name = "Evil Trance",
    },
    ["dormina"] = {
    attribute = "mind",
    cost = 2,
    costtype = "MP",
    power = 24,
    inbattle = "y",
    outbattle = "n",
    target = "Single",
    description = "Curse '''POW''' 24 Foe  (Back OK)<br/> Sleeps the enemy",
    effect = "Chance to inflict Sleep",
    skilltype = "Magic",
    name = "Dormina",
    },
    ["hypnosis"] = {
    attribute = "mind",
    cost = 4,
    costtype = "MP",
    power = 20,
    inbattle = "y",
    outbattle = "n",
    target = "Row",
    description = "",
    effect = "Chance to inflict Sleep",
    skilltype = "Magic",
    name = "Hypnosis",
    },
    ["lullaby"] = {
    attribute = "mind",
    cost = 6,
    costtype = "MP",
    power = 18,
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "Chance to inflict Sleep",
    skilltype = "Magic",
    name = "Lullaby",
    },
    ["eternal rest"] = {
    attribute = "mind",
    cost = 8,
    costtype = "MP",
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "Instant KO to foes inflicted with Sleep",
    skilltype = "Magic",
    name = "Eternal Rest",
    },
    ["strength song"] = {
    attribute = "mind",
    cost = 2,
    costtype = "MP",
    power = 26,
    inbattle = "y",
    outbattle = "n",
    target = "Single",
    description = "",
    effect = "Chance to inflict Confusion",
    skilltype = "Magic",
    name = "Strength Song",
    },
    ["valiant dance"] = {
    attribute = "mind",
    cost = 4,
    costtype = "MP",
    power = 24,
    inbattle = "y",
    outbattle = "n",
    target = "F. Row",
    description = "",
    effect = "Chance to inflict Confusion",
    skilltype = "Magic",
    name = "Valiant Dance",
    },
    ["delta puplae"] = {
    attribute = "mind",
    cost = 8,
    costtype = "MP",
    power = 28,
    inbattle = "y",
    outbattle = "n",
    target = "All Confused",
    description = "",
    effect = "Mind? damage to Confused foes. Shemyaza exclusive",
    skilltype = "Magic",
    name = "Delta Puplae",
    },
    ["tarunda"] = {
    attribute = "support",
    cost = 4,
    costtype = "MP",
    inbattle = "y",
    outbattle = "n",
    target = "All Foes",
    description = "Decreases Attack of All foes<br/>> Effect stacks up to 4 times",
    effect = "",
    skilltype = "Magic",
    name = "Tarunda",
    },
    ["rakunda"] = {
    attribute = "support",
    cost = 4,
    costtype = "MP",
    inbattle = "y",
    outbattle = "n",
    target = "All Foes",
    description = "Decreases Defense of All foes<br/>> Effect stacks up to 4 times",
    effect = "",
    skilltype = "Magic",
    name = "Rakunda",
    },
    ["sukunda"] = {
    attribute = "support",
    cost = 4,
    costtype = "MP",
    inbattle = "y",
    outbattle = "n",
    target = "All Foes",
    description = "Decreases Accuracy of All foes<br/>> Effect stacks up to 4 times",
    effect = "",
    skilltype = "Magic",
    name = "Sukunda",
    },
    ["dekaja"] = {
    attribute = "support",
    cost = 6,
    costtype = "MP",
    inbattle = "y",
    outbattle = "n",
    target = "All Foes",
    description = "?",
    effect = "",
    skilltype = "Magic",
    name = "Dekaja",
    },
    ["tarukaja"] = {
    attribute = "support",
    cost = 5,
    costtype = "MP",
    inbattle = "y",
    outbattle = "n",
    target = "All Allies",
    description = "Increases all allies' Attack stat<br/>> Effect stacks up to 4 times",
    effect = "",
    skilltype = "Magic",
    name = "Tarukaja",
    },
    ["rakukaja"] = {
    attribute = "support",
    cost = 5,
    costtype = "MP",
    inbattle = "y",
    outbattle = "n",
    target = "All Allies",
    description = "Increases all allies' Defense stat<br/>> Effect stacks up to 4 times",
    effect = "",
    skilltype = "Magic",
    name = "Rakukaja",
    },
    ["sukukaja"] = {
    attribute = "support",
    cost = 5,
    costtype = "MP",
    inbattle = "y",
    outbattle = "n",
    target = "All Allies",
    description = "Increases all allies' Accuracy stat<br/>> Effect stacks up to 4 times",
    effect = "",
    skilltype = "Magic",
    name = "Sukukaja",
    },
["makakaja"] = {
    attribute = "support",
    cost = 5,
    costtype = "MP",
    inbattle = "y",
    outbattle = "n",
    target = "All Allies",
    description = "Increases all allies' Magic Attack stat<br/>> Effect stacks up to 4 times",
    effect = "",
    skilltype = "Magic",
    name = "Makakaja",
    },
    ["dekunda"] = {
    attribute = "support",
    cost = 8,
    costtype = "MP",
    inbattle = "y",
    outbattle = "n",
    target = "All Allies",
    description = "?",
    effect = "",
    skilltype = "Magic",
    name = "Dekunda",
    },
    ["tetraja"] = {
        attribute = "support",
        cost = 8,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "All allies",
        description = "Blocks any Expel or Death Attack<br/>> Effective only on the turn used",
        effect = "Blocks one expel or death attack.",
        skilltype = "Magic",
        name = "Tetraja",
    },
    ["tetrakarn"] = {
        attribute = "support",
        cost = 6,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "All allies",
        description = "Reflects any Physical Attack<br/>> Effective only on the turn used",
        effect = "Reflects one physical attack.",
        skilltype = "Magic",
        name = "Tetrakarn",
    },
    ["makarakarn"] = {
        attribute = "support",
        cost = 6,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "All allies",
        description = "Reflects any Magic Attack except Almighty<br/>> Effective only on the turn used",
        effect = "Reflects one magic attack.",
        skilltype = "Magic",
        name = "Makarakarn",
    },
    ["demon's intimidation"] = {
        attribute = "support",
        cost = 2,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Rakukaja and Tarunda x2. Odin, Amazon exclusive.",
        skilltype = "Magic",
        name = "Demon's Intimidation",
    },
    ["infinite taunt"] = {
        attribute = "support",
        cost = 6,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Tarukaja and Rakunda x2. Attis, Power, Bifrons, Oliver, Oliver Zero exclusive.",
        skilltype = "Magic",
        name = "Infinite Taunt",
    },
    ["necroma"] = {
    attribute = "special",
    cost = 24,
    costtype = "MP",
    inbattle = "?",
    outbattle = "y",
    target = "One Demon",
    description = "Summons a DEAD demon as UNDEAD<br/>> Recovery action or Expel reverts to DEAD",
    effect = "",
    skilltype = "Extra",
    name = "Necroma"
    },
    ["sabbatoma"] = {
    attribute = "special",
    cost = 18,
    costtype = "MP",
    inbattle = "?",
    outbattle = "y",
    target = "One Demon",
    description = "Summon a demon<br/>> No Magnetite cost",
    effect = "",
    skilltype = "Extra",
    name = "Sabbatoma"
    },
    ["estoma"] = {
    attribute = "special",
    cost = 4,
    costtype = "MP",
    inbattle = "n",
    outbattle = "y",
    target = "Self",
    description = "",
    effect = "Reduces encounter rate of lower leveled demons for one moon cycle",
    skilltype = "Extra",
    name = "Estoma"
    },
    ["riberama"] = {
    attribute = "special",
    cost = 4,
    costtype = "MP",
    inbattle = "n",
    outbattle = "y",
    target = "Self",
    description = "",
    effect = "Increases encounter rate for one moon cycle",
    skilltype = "Extra",
    name = "Riberama"
    },
    ["liftoma"] = {
    attribute = "special",
    cost = 6,
    costtype = "MP",
    inbattle = "n",
    outbattle = "y",
    target = "Self",
    description = "",
    effect = "Nullifies damage floors for one moon cycle",
    skilltype = "Extra",
    name = "Liftoma"
    },
    ["mapper"] = {
    attribute = "special",
    cost = 3,
    costtype = "MP",
    inbattle = "n",
    outbattle = "y",
    target = "Self",
    description = "",
    effect = "Displays the map until the next new moon. Cannot be used during a new moon.",
    skilltype = "Extra",
    name = "Mapper"
    },
    ["kanzeon redemption"] = {
    attribute = "healing",
    cost = 8,
    costtype = "MP",
    inbattle = "y",
    outbattle = "n",
    target = "One Human",
    description = "",
    effect = "Temporarily raises one human's max HP",
    skilltype = "Magic",
    name = "Kanzeon Redemption"
    },
    ["soma gongen"] = {
    attribute = "healing",
    cost = 6,
    costtype = "MP",
    inbattle = "y",
    outbattle = "n",
    target = "One Human",
    description = "",
    effect = "Fully cures one human",
    skilltype = "Magic",
    name = "Soma Gongen"
    },
    ["overlord"] = {
        attribute = "strike",
        cost = 12,
        costtype = "MP",
        power = 42,
        inbattle = "y",
        outbattle = "n",
        target = "Front Row",
        hit = 4,
        description = "Strike '''POW''' 42 F. Row  (Back OK)<br/>> Unleashes the power of Chi You",
        effect = "Deals Strike damage.",
        skilltype = "Extra",
        name = "Overlord",
    },
    ["kurikara kokuryu"] = {
        attribute = "fire",
        cost = 12,
        costtype = "MP",
        power = 46,
        inbattle = "y",
        outbattle = "n",
        target = "Front Row",
        hit = 4,
        description = "Fire '''POW''' 46 F. Row  (Back OK)<br/>> Unleashes the power of Fudo Myouo",
        effect = "Deals Fire damage.",
        skilltype = "Magic",
        name = "Kirukara Kokuryu",
    },
    ["240,000,000 evils"] = {
        attribute = "almighty",
        cost = 12,
        costtype = "MP",
        power = 46,
        inbattle = "y",
        outbattle = "n",
        target = "Front Row",
        hit = 1,
        description = "'almighty '''POW''' 80 All  (Back OK)<br/>> Unleashes the power of Ahriman to all NEUTRAL demons'",
        effect = "Deals almighty damage to all neutral demons",
        skilltype = "Magic",
        name = "240,000,000 Evils",
    },
    ["full moon queen"] = {
        attribute = "almighty",
        cost = 4,
        costtype = "MP",
        power = 120,
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "Almighty '''POW''' 120 All<br/>> Unleashes the power of Hecate",
        effect = "Deals Almighty damage, power increases during full moons.",
        skilltype = "Magic",
        name = "Full Moon Queen",
    },
    ["roma calor"] = {
        attribute = "fire",
        cost = 6,
        costtype = "MP",
        power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "Fire '''POW''' ? All<br/>> Becomes more powerful at lower HP",
        effect = "Nemissa exclusive",
        skilltype = "Magic",
        name = "Roma Calor",
    },
    ["roma grando"] = {
        attribute = "ice",
        cost = 6,
        costtype = "MP",
        power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "Ice '''POW''' ? All<br/>> Becomes more powerful at lower HP",
        effect = "Nemissa exclusive",
        skilltype = "Magic",
        name = "Roma Grando",
    },
    ["roma fulmen"] = {
        attribute = "elec",
        cost = 6,
        costtype = "MP",
        power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "Elec '''POW''' ? All<br/>> Becomes more powerful at lower HP",
        effect = "Nemissa exclusive",
        skilltype = "Magic",
        name = "Roma Fulmen",
    },
    ["tackle"] = {
    attribute = "strike",
    cost = "10%",
    costtype = "HP",
    power = 12,
    inbattle = "y",
    outbattle = "n",
    target = "Single",
    description = "",
    effect = "Strike damage to 1 foe",
    skilltype = "Extra",
    name = "Tackle"
    },
    ["short jab"] = {
    attribute = "strike",
    cost = "5%",
    costtype = "HP",
    power = 12,
    inbattle = "y",
    outbattle = "n",
    target = "Single",
    description = "Strike '''POW''' Foe  (Back OK but F. Row only)<br/>> A quick yet heavy punch",
    effect = "",
    skilltype = "Extra",
    name = "Short Jab"
    },
    ["squash"] = {
    attribute = "strike",
    cost = "10%",
    costtype = "HP",
    power = 20,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Squash"
    },
    ["roundhouse"] = {
    attribute = "strike",
    cost = "20%",
    costtype = "HP",
    power = 10,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Roundhouse"
    },
    ["hysterical slap"] = {
    attribute = "strike",
    cost = "15%",
    costtype = "HP",
    power = 8,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Hysterical Slap"
    },
    ["electrick backfist"] = {
    attribute = "strike",
    cost = "20%",
    costtype = "HP",
    power = 20,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "May inflict shock",
    skilltype = "Extra",
    name = "Electrick Backfist"
    },
    ["frenzy"] = {
    attribute = "strike",
    cost = "18%",
    costtype = "HP",
    power = 20,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Frenzy"
    },
    ["megaton press"] = {
    attribute = "strike",
    cost = "25%",
    costtype = "HP",
    power = 42,
    inbattle = "y",
    outbattle = "n",
    target = "Row",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Megaton Press"
    },
    ["twister kick"] = {
    attribute = "strike",
    cost = "12%",
    costtype = "HP",
    power = 16,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Twister Kick"
    },
    ["somersault"] = {
    attribute = "strike",
    cost = "12%",
    costtype = "HP",
    power = 48,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Somersault"
    },
    ["missile punch"] = {
    attribute = "strike",
    cost = "25%",
    costtype = "HP",
    power = 32,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Missile Punch"
    },
    ["thunder kick"] = {
    attribute = "strike",
    cost = "52%",
    costtype = "HP",
    power = 34,
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Thunder Kick"
    },
    ["alga zona"] = {
    attribute = "strike",
    cost = "1%",
    costtype = "HP",
    power = 80,
    inbattle = "y",
    outbattle = "n",
    target = "Foe position 2, 4, 6",
    description = "",
    effect = "Malsumis exclusive",
    skilltype = "Extra",
    name = "Alga Zona"
    },
    ["destroy pile"] = {
    attribute = "strike",
    cost = "1%",
    costtype = "HP",
    power = 84,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "Moowis exclusive",
    skilltype = "Extra",
    name = "Destroy Pile"
    },
    ["second sun"] = {
    attribute = "strike",
    cost = "1%",
    costtype = "HP",
    power = 80,
    inbattle = "y",
    outbattle = "n",
    target = "Foe position 1, 3, 5",
    description = "",
    effect = "Manitou exclusive",
    skilltype = "Extra",
    name = "Second Sun"
    },
    ["moonlit mochi-making"] = {
    attribute = "strike",
    cost = "10%",
    costtype = "HP",
    power = 10,
    inbattle = "y",
    outbattle = "n",
    target = "Single",
    description = "",
    effect = "4 hits during full moon. Hare of Inaba exclusive.",
    skilltype = "Extra",
    name = "Moonlit Mochi-Making"
    },
    ["drunken god kick"] = {
    attribute = "strike",
    cost = "12%",
    costtype = "HP",
    power = "?",
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "Scales based on drunkennes. Vodyanik exclusive",
    skilltype = "Extra",
    name = "Drunken God Kick"
    },
    ["corkscrew"] = {
    attribute = "strike",
    cost = "15%",
    costtype = "HP",
    power = 38,
    inbattle = "y",
    outbattle = "n",
    target = "Single",
    description = "",
    effect = "Hagen exclusive",
    skilltype = "Extra",
    name = "Corkscrew"
    },
    ["toasting strike"] = {
    attribute = "strike",
    cost = "15%",
    costtype = "HP",
    power = "?",
    inbattle = "y",
    outbattle = "n",
    target = "F. Row",
    description = "",
    effect = "Scales based on drunkennes. Ba Da Wang, Koropokkuru, Mada exclusive",
    skilltype = "Extra",
    name = "Toasting Strike"
    },
    ["mortal jihad"] = {
    attribute = "strike",
    cost = "24%",
    costtype = "HP",
    power = 10,
    inbattle = "y",
    outbattle = "n",
    target = "F. Row",
    description = "",
    effect = "Saladin exclusive",
    skilltype = "Extra",
    name = "Mortal Jihad"
    },
    ["loyalty fist"] = {
    attribute = "strike",
    cost = "25%",
    costtype = "HP",
    power = "?",
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "Scales based on loyalty. Bishamonten, Gogmagog, Setanta exclusive",
    skilltype = "Extra",
    name = "Loyalty Fist"
    },
    ["hell strike"] = {
    attribute = "strike",
    cost = "32%",
    costtype = "HP",
    power = 12,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "Masakado exclusive",
    skilltype = "Extra",
    name = "Hell Strike"
    },
    ["dolphin kick"] = {
    attribute = "strike",
    cost = "40%",
    costtype = "HP",
    inbattle = "y",
    outbattle = "n",
    target = "F. Row",
    description = "",
    effect = "Deal damage equal to 50% of front row's and 25% of back row's enemies' HP. Snappy exclusive.",
    skilltype = "Extra",
    name = "Dolphin Kick"
    },
    ["scratch"] = {
    attribute = "slash",
    cost = "22%",
    costtype = "HP",
    power = 16,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Scratch"
    },
    ["arm chopper"] = {
    attribute = "slash",
    cost = "15%",
    costtype = "HP",
    power = 34,
    inbattle = "y",
    outbattle = "n",
    target = "Single",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Arm Chopper"
    },
    ["blight"] = {
    attribute = "slash",
    cost = "18%",
    costtype = "HP",
    power = 20,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "May inflict Poison",
    skilltype = "Extra",
    name = "Blight"
    },
    ["bamboo slice"] = {
    attribute = "slash",
    cost = "20%",
    costtype = "HP",
    power = 64,
    inbattle = "y",
    outbattle = "n",
    target = "Single",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Bamboo Slice"
    },
    ["heatwave"] = {
    attribute = "slash",
    cost = "20%",
    costtype = "HP",
    power = 24,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Heatwave"
    },
    ["inazuma strike"] = {
    attribute = "slash",
    cost = "25%",
    costtype = "HP",
    power = 22,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "May inflict Shock",
    skilltype = "Extra",
    name = "Inazuma Strike"
    },
    ["mist slash"] = {
    attribute = "slash",
    cost = "26%",
    costtype = "HP",
    power = 20,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Mist Slash"
    },
    ["deathbound"] = {
    attribute = "slash",
    cost = "35%",
    costtype = "HP",
    power = 24,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Deathbound"
    },
    ["spin slash"] = {
    attribute = "slash",
    cost = "36%",
    costtype = "HP",
    power = 12,
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Spin Slash"
    },
    ["atom slicer"] = {
    attribute = "slash",
    cost = "40%",
    costtype = "HP",
    power = 40,
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Atom Slicer"
    },
    ["empty wave"] = {
    attribute = "slash",
    cost = "52%",
    costtype = "HP",
    power = 68,
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Empty Wave"
    },
    ["golgotha pierce"] = {
    attribute = "slash",
    cost = "20%",
    costtype = "HP",
    power = 30,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "May inflict Shock. Longinus exclusive",
    skilltype = "Extra",
    name = "Golgotha Pierce"
    },
    ["loyalty slash"] = {
    attribute = "slash",
    cost = "25%",
    costtype = "HP",
    power = "?",
    inbattle = "y",
    outbattle = "n",
    target = "F. Row",
    description = "",
    effect = "Scales based on loyalty. Cerberus and Dormarth exclusive",
    skilltype = "Extra",
    name = "Loyalty Slash"
    },
    ["love heart"] = {
    attribute = "slash",
    cost = "42%",
    costtype = "HP",
    power = 15,
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "May inflict Charm. Siegfried exclusive",
    skilltype = "Extra",
    name = "Love Heart"
    },
    ["peck"] = {
    attribute = "skill",
    attribute_link = "Skill (Attribute)",
    cost = "12%",
    costtype = "HP",
    power = 35,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "peck"
    },
    ["feral bite"] = {
    attribute = "skill",
    attribute_link = "Skill (Attribute)",
    cost = "15%",
    costtype = "HP",
    power = 30,
    inbattle = "y",
    outbattle = "n",
    target = "Single",
    description = "Deadly fangs bite when least expected",
    effect = "",
    skilltype = "Extra",
    name = "Feral Bite"
    },
    ["wrap around"] = {
    attribute = "skill",
    attribute_link = "Skill (Attribute)",
    cost = "18%",
    costtype = "HP",
    power = 28,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Wrap Around"
    },
    ["pollen"] = {
    attribute = "skill",
    attribute_link = "Skill (Attribute)",
    cost = "15%",
    costtype = "HP",
    power = 32,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "May inflict Confusion",
    skilltype = "Extra",
    name = "Pollen"
    },
    ["twist off"] = {
    attribute = "skill",
    attribute_link = "Skill (Attribute)",
    cost = "15%",
    costtype = "HP",
    power = 26,
    inbattle = "y",
    outbattle = "n",
    target = "Single",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Twist Off"
    },
    ["fold"] = {
    attribute = "skill",
    attribute_link = "Skill (Attribute)",
    cost = "22%",
    costtype = "HP",
    power = 38,
    inbattle = "y",
    outbattle = "n",
    target = "Single",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Fold"
    },
    ["wing flap"] = {
    attribute = "skill",
    attribute_link = "Skill (Attribute)",
    cost = "24%",
    costtype = "HP",
    power = 40,
    inbattle = "y",
    outbattle = "n",
    target = "F. Row",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Wing Flap"
    },
    ["stone bite"] = {
    attribute = "skill",
    attribute_link = "Skill (Attribute)",
    cost = "15%",
    costtype = "HP",
    power = 16,
    inbattle = "y",
    outbattle = "n",
    target = "Single",
    description = "",
    effect = "May inflict Petrified",
    skilltype = "Extra",
    name = "Stone Bite"
    },
    ["sap"] = {
    attribute = "skill",
    attribute_link = "Skill (Attribute)",
    cost = "28%",
    costtype = "HP",
    power = 25,
    inbattle = "y",
    outbattle = "n",
    target = "F. Row",
    description = "",
    effect = "May inflict Charm",
    skilltype = "Extra",
    name = "Sap"
    },
    ["green saliva"] = {
    attribute = "skill",
    attribute_link = "Skill (Attribute)",
    cost = "38%",
    costtype = "HP",
    power = 18,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "May inflict Poison",
    skilltype = "Extra",
    name = "Green Saliva"
     },
     },
     ["sneak attack"] = {
     ["sneak attack"] = {
         attribute="skill",
         attribute = "skill",
         attribute_link="Skill (Attribute)",
         attribute_link = "Skill (Attribute)",
         cost="38%",
         cost = "38%",
         costtype="HP",
         costtype = "HP",
         power=1,
         power = 1,
         inbattle="y",
         inbattle = "y",
         outbattle="n",
         outbattle = "n",
         target="All enemies",
         target = "All enemies",
         description="Skill  '''POW''' 1 All<br/>> A 4-hit attack only on new moons",
         description = "Skill '''POW''' 1 All<br/>> A 4-hit attack only on new moons",
         effect="Deals Skill damage 4 times.",
         effect = "Deals Skill damage 4 times.",
         skilltype="Extra",
         skilltype = "Extra",
         name="Sneak Attack",
         name = "Sneak Attack",
    },
    ["eat whole"] = {
    attribute = "skill",
    attribute_link = "Skill (Attribute)",
    cost = "52%",
    costtype = "HP",
    power = 60,
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Eat Whole"
    },
    ["dynablast"] = {
    attribute = "skill",
    attribute_link = "Skill (Attribute)",
    cost = "1%",
    costtype = "HP",
    power = 62,
    inbattle = "y",
    outbattle = "n",
    target = "Single",
    description = "",
    effect = "Moowis exclusive",
    skilltype = "Extra",
    name = "Dynablast"
    },
    ["hassou tobi"] = {
    attribute = "skill",
    attribute_link = "Skill (Attribute)",
    cost = "8%",
    costtype = "HP",
    power = 10,
    hit = 8,
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "Yoshitsune exclusive",
    skilltype = "Extra",
    name = "Hassou Tobi"
    },
    ["loyalty technique"] = {
    attribute = "skill",
    attribute_link = "Skill (Attribute)",
    cost = "25%",
    costtype = "HP",
    power = "?",
    inbattle = "y",
    outbattle = "n",
    target = "F. Row",
    description = "",
    effect = "Scales based on loyalty. Vritra, Hagen, Setanda exlusive",
    skilltype = "Extra",
    name = "Loyalty Technique"
    },
    ["confusing stumble"] = {
    attribute = "skill",
    attribute_link = "Skill (Attribute)",
    cost = "35%",
    costtype = "HP",
    power = "?",
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "Scales based on drunkennes. Oberon and Mada exclusive",
    skilltype = "Extra",
    name = "Confusing Stumble"
    },
    ["flying high"] = {
    attribute = "skill",
    attribute_link = "Skill (Attribute)",
    cost = "42%",
    costtype = "HP",
    power = 28,
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "May inflict Confusion. Lanling Wang exlusive.",
    skilltype = "Extra",
    name = "Flying High"
    },
    ["yinlong killer"] = {
    attribute = "skill",
    attribute_link = "Skill (Attribute)",
    cost = "42%",
    costtype = "HP",
    power = 44,
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "Huang Di exclusive",
    skilltype = "Extra",
    name = "Yinlong Killer"
    },
    ["gun phone"] = {
    attribute = "gun",
    cost = "12%",
    costtype = "HP",
    power = 10,
    inbattle = "y",
    outbattle = "n",
    target = "?",
    description = "",
    effect = "May inflict Confusion",
    skilltype = "Extra",
    name = "Gun Phone"
    },
    ["aim"] = {
    attribute = "gun",
    cost = "20%",
    costtype = "HP",
    power = 50,
    inbattle = "y",
    outbattle = "n",
    target = "Single",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "Aim"
    },
    ["99 needles"] = {
    attribute = "gun",
    cost = "20%",
    costtype = "HP",
    power = 18,
    inbattle = "y",
    outbattle = "n",
    target = "Row",
    description = "",
    effect = "",
    skilltype = "Extra",
    name = "99 Needles"
    },
    ["happy trigger"] = {
        attribute = "gun",
        cost = "42%",
        costtype = "HP",
        power = 28,
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "Gun '''POW''' 28 All<br/>> Rapid shots fired to cruelly kill foes",
        effect = "Deals Gun damage.",
        skilltype = "Extra",
        name = "Happy Trigger",
    },
    ["spore cannon"] = {
    attribute = "gun",
    cost = "1%",
    costtype = "HP",
    power = 10,
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "May inflict random ailment. Kadokura and Manitou exclusive",
    skilltype = "Extra",
    name = "Spore Cannon"
    },
    ["loyalty gunshot"] = {
    attribute = "gun",
    cost = "25%",
    costtype = "HP",
    power = "?",
    inbattle = "y",
    outbattle = "n",
    target = "All",
    description = "",
    effect = "Power scales with loyalty. Sandman and Cherb exclusive,",
    skilltype = "Extra",
    name = "Loyalty Gunshot"
     },
     },
}
}

Revision as of 21:35, 4 June 2024

Documentation for this module may be created at Module:Data/Skill/sh1/doc

local skill = {
	["dia"] = {
		attribute= "recovery",
		cost = 2,
		costtype = "MP",
		inbattle = "y",
		outbattle = "y",
		target = "Ally",
		description = "Recovery Magic/Ally<br/>> Restores HP (low)",
		skilltype = "Magic",
		name = "Dia"
	},
	["diarama"] = {
		attribute= "recovery",
		cost = 4,
		costtype = "MP",
		inbattle = "y",
		outbattle = "y",
		target = "Ally",
		description = "Recovery Magic/Ally<br/>> Restores HP (high)",
		skilltype = "Magic",
		name = "Diarama"
	},
	["diarahan"] = {
		attribute= "recovery",
		cost = 10,
		costtype = "MP",
		inbattle = "y",
		outbattle = "y",
		target = "Ally",
		description = "Recovery Magic/Ally<br/>> Fully restores HP",
		skilltype = "Magic",
		name = "Diarahan"
	},
	["media"] = {
		attribute = "recovery",
		cost = 6,
		costtype = "MP",
		inbattle = "y",
		outbattle = "y",
		target = "All Allies",
		description = "Recovery Magic/All Allies<br/>> Restores HP (low)",
		skilltype = "Magic",
		name = "Media"
	},
	["mediarama"] = {
		attribute = "recovery",
		cost = 12,
		costtype = "MP",
		inbattle = "y",
		outbattle = "y",
		target = "All Allies",
		description = "Recovery Magic/All Allies<br/>> Restores HP (high)",
		skilltype = "Magic",
		name = "Mediarama"
	},
	["mediarahan"] = {
		attribute= "recovery",
		cost = 30,
		costtype = "MP",
		inbattle = "y",
		outbattle = "y",
		target = "All Allies",
		description = "Recovery Magic/All Allies<br/>> Fully restores HP",
		skilltype = "Magic",
		name = "Mediarahan"
	},
	["markdi"] = {
		attribute = "recovery",
		cost = 3,
		costtype = "MP",
		inbattle = "y",
		outbattle = "y",
		target = "Ally",
		description = "Recovery Magic/Ally<br/>> Cures Mark",
		skilltype = "Magic",
		name = "Markdi"
	},
	["charmdi"] = {
		attribute = "recovery",
		cost = 3,
		costtype = "MP",
		inbattle = "y",
		outbattle = "y",
		target = "Ally",
		description = "Recovery Magic/Ally<br/>> Cures Charm",
		skilltype = "Magic",
		name = "Charmdi"
	},
	["bombdi"] = {
		attribute = "recovery",
		cost = 3,
		costtype = "MP",
		inbattle = "y",
		outbattle = "y",
		target = "Ally",
		description = "Recovery Magic/Ally<br/>> Cures Bomb",
		skilltype = "Magic",
		name = "Bombdi"
	},
	["paraladai"] = {
		attribute = "recovery",
		cost = 3,
		costtype = "MP",
		inbattle = "y",
		outbattle = "y",
		target = "Ally",
		description = "Recovery Magic/Ally<br/>> Cures Paralyze",
		skilltype = "Magic",
		name = "Paraladai"
	},
	["patra"] = {
		attribute = "recovery",
		cost = 2,
		costtype = "MP",
		inbattle = "y",
		outbattle = "y",
		target = "Ally",
		description = "'Recovery Magic/Ally<br/>> Cures Sleep and Confusion'",
		skilltype = "Magic",
		name = "Patra"
	},
	["me patra"] = {
		attribute = "recovery",
		cost = 4,
		costtype = "MP",
		inbattle = "y",
		outbattle = "y",
		target = "All Allies",
		description = "'Recovery Magic/Ally<br/>> Cures Sleep and Confusion'",
		skilltype = "Magic",
		name = "Me Patra"
	},
	["petradi"] = {
		attribute = "recovery",
		cost = 3,
		costtype = "MP",
		inbattle = "y",
		outbattle = "?",
		target = "Ally",
		description = "Recovery Magic/Ally<br/>> Cures Stone",
		skilltype = "Magic",
		name = "Petradi"
	},
	["posumudi"] = {
		attribute = "recovery",
		cost = 2,
		costtype = "MP",
		inbattle = "y",
		outbattle = "?",
		target = "Ally",
		description = "Recovery Magic/Ally<br/>> Cures Poison",
		skilltype = "Magic",
		name = "Posumudi"
	},
	["recarm"] = {
		attribute = "recovery",
		cost = 8,
		costtype = "MP",
		inbattle = "y",
		outbattle = "y",
		target = "Ally",
		description = "Recovery Magic/Ally<br/>> Revives an ally",
		skilltype = "Magic",
		name = "Recarm"
	},
	["samarecarm"] = {
		attribute = "recovery",
		cost = 16,
		costtype = "MP",
		inbattle = "y",
		outbattle = "y",
		target = "Ally",
		description = "Recovery Magic/Ally<br/>> Revives with full HP",
		skilltype = "Magic",
		name = "Samarecarm"
	},
	["recarmdra"] = {
		attribute = "recovery",
		cost = 1,
		costtype = "MP",
		inbattle = "y",
		outbattle = "?",
		target = "Ally",
		description = "'Recovery Magic/Ally<br/>> Sacrifice self to fully restore an Ally's HP'",
		skilltype = "Magic",
		name = "Recarmdra"
	},
    ["agi"] = {
        attribute = "fire",
        cost = 3,
        costtype = "MP",
        power = 5,
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "Fire '''POW''' 5 Foe<br/>> Flames that scorch the foe",
        effect = "Deals Fire damage.",
        skilltype = "Magic",
        name = "Agi",
    },
    ["agilao"] = {
        attribute = "fire",
        cost = 10,
        costtype = "MP",
        power = 46,
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "Fire '''POW''' 46 Foe<br/>> Flames that scorch the foe",
        effect = "Deals Fire damage.",
        skilltype = "Magic",
        name = "Agilao",
    },
    ["maragi"] = {
        attribute = "fire",
        cost = 8,
        costtype = "MP",
        power = 15,
        inbattle = "y",
        outbattle = "n",
        target = "Foe Spread",
        description = "Fire '''POW''' 15 Row<br/>> Flames that scorch the foe",
        effect = "Deals Fire damage.",
        skilltype = "Magic",
        name = "Maragi",
    },
    ["maragion"] = {
        attribute = "fire",
        cost = 18,
        costtype = "MP",
        power = 40,
        inbattle = "y",
        outbattle = "n",
        target = "Center Spread",
        description = "Fire '''POW''' 40 All<br/>> Flames that scorch the foe",
        effect = "Deals Fire damage.",
        skilltype = "Magic",
        name = "Maragion",
    },
    ["immolation"] = {
        attribute = "fire",
        cost = 4,
        costtype = "MP",
        power = 100,
        inbattle = "y",
        outbattle = "n",
        target = "Zoma",
        description = "",
        effect = "Deals fire damage to Zoma. Finnegan exclusive.",
        skilltype = "Magic",
        name = "Immolation",
    },
    ["loyal fire"] = {
        attribute = "fire",
        cost = 12,
        costtype = "MP",
        power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Scales based on loyalty. Throne, Salamander, Loki exclusive",
        skilltype = "Magic",
        name = "Loyal Fire",
    },
    ["bufu"] = {
        attribute = "ice",
        cost = 3,
        costtype = "MP",
        power = 5,
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "Ice '''POW''' 5 Foe<br/>> Frigid air that can Freeze your foes",
        effect = "Deals Ice damage. Chance to inflict Freeze.",
        skilltype = "Magic",
        name = "Bufu",
    },
    ["bufula"] = {
        attribute = "ice",
        cost = 10,
        costtype = "MP",
        power = 44,
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "Ice '''POW''' 44 Foe<br/>> Frigid air that can Freeze your foes",
        effect = "Deals Ice damage. Chance to inflict Freeze.",
        skilltype = "Magic",
        name = "Bufula",
    },
    ["mabufu"] = {
        attribute = "ice",
        cost = 8,
        costtype = "MP",
        power = 14,
        inbattle = "y",
        outbattle = "n",
        target = "Foe Spread",
        description = "Ice '''POW''' 14 Row<br/>> Frigid air that can Freeze your foes",
        effect = "Deals Ice damage. Chance to inflict Freeze.",
        skilltype = "Magic",
        name = "Mabufu",
    },
    ["mabufula"] = {
        attribute = "ice",
        cost = 18,
        costtype = "MP",
        power = 38,
        inbattle = "y",
        outbattle = "n",
        target = "Center Spread",
        description = "Ice '''POW''' 38 All<br/>> Frigid air that can Freeze your foes",
        effect = "Deals Ice damage. Chance to inflict Freeze.",
        skilltype = "Magic",
        name = "Mabufula",
    },
    ["wild freezer"] = {
        attribute = "ice",
        cost = 4,
        costtype = "MP",
        power = 100,
        inbattle = "y",
        outbattle = "n",
        target = "Wild",
        description = "",
        effect = "Deals Ice damage to Wild demons. Loki, Headless Rider exclusive",
        skilltype = "Magic",
        name = "Wild Freezer",
    },
    ["loyal ice"] = {
        attribute = "ice",
        cost = 12,
        costtype = "MP",
        power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Scales based on Loyalty. Silky, Undine, Loki exclusive",
        skilltype = "Magic",
        name = "Loyal Ice",
    },
    ["zio"] = {
        attribute = "elec",
        cost = 3,
        costtype = "MP",
        power = 5,
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "Elec '''POW''' 5 Foe<br/>> Powerful electricity that Shocks foes",
        effect = "Deals Elec damage. Chance to inflict Shock.",
        skilltype = "Magic",
        name = "Zio",
    },
    ["zionga"] = {
        attribute = "elec",
        cost = 10,
        costtype = "MP",
        power = 44,
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "Elec '''POW''' 44 Foe<br/>> Powerful electricity that Shocks foes",
        effect = "Deals Elec damage. Chance to inflict Shock.",
        skilltype = "Magic",
        name = "Zionga",
    },
    ["mazio"] = {
        attribute = "elec",
        cost = 8,
        costtype = "MP",
        power = 14,
        inbattle = "y",
        outbattle = "n",
        target = "Foe Spread",
        description = "Elec '''POW''' 14 Foe Spread<br/>> Powerful electricity that Shocks foes",
        effect = "Deals Elec damage. Chance to inflict Shock.",
        skilltype = "Magic",
        name = "Mazio",
    },
    ["mazionga"] = {
        attribute = "elec",
        cost = 18,
        costtype = "MP",
        power = 38,
        inbattle = "y",
        outbattle = "n",
        target = "Center Spread",
        description = "Elec '''POW''' 38 Center Spread<br/>> Powerful electricity that Shocks foes",
        effect = "Deals Elec damage. Chance to inflict Shock.",
        skilltype = "Magic",
        name = "Mazionga",
    },
    ["loyal shock"] = {
        attribute = "ice",
        cost = 12,
        costtype = "MP",
        power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Scales based on Loyalty. Hariti, Gnome, Moh Shuvuu, Loki exclusive",
        skilltype = "Magic",
        name = "Loyal Shock",
    },
    ["zan"] = {
        attribute = "force",
        cost = 3,
        costtype = "MP",
        power = 5,
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "Force '''POW''' 5 Foe<br/>> A shockwave that crushes the enemy",
        effect = "Deals Force damage.",
        skilltype = "Magic",
        name = "Zan",
    },
    ["zanma"] = {
        attribute = "force",
        cost = 10,
        costtype = "MP",
        power = 48,
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "Force '''POW''' 48 Foe<br/>> A shockwave that crushes the enemy",
        effect = "Deals Force damage.",
        skilltype = "Magic",
        name = "Zanma",
    },
    ["mazan"] = {
        attribute = "force",
        cost = 8,
        costtype = "MP",
        power = 14,
        inbattle = "y",
        outbattle = "n",
        target = "Foe Spread",
        description = "Force '''POW''' 14 Row<br/>> A shockwave that crushes the enemy",
        effect = "Deals Force damage.",
        skilltype = "Magic",
        name = "Mazan",
    },
    ["mazanma"] = {
        attribute = "force",
        cost = 18,
        costtype = "MP",
        power = 38,
        inbattle = "y",
        outbattle = "n",
        target = "Center Spread",
        description = "Force '''POW''' 38 All<br/>> A shockwave that crushes the enemy",
        effect = "Deals Force damage.",
        skilltype = "Magic",
        name = "Mazanma",
    },
    ["beating kindness"] = {
        attribute = "force",
        cost = 4,
        costtype = "MP",
        power = 100,
        inbattle = "y",
        outbattle = "n",
        target = "Kind",
        description = "",
        effect = "Deals Force damage to Kind demons. Headless Rider exclusive.",
        skilltype = "Magic",
        name = "Beating Kindness",
    },
    ["loyal force"] = {
        attribute = "force",
        cost = 12,
        costtype = "MP",
        power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Scales based on Loyalty. Dominion, Slepinir, Katakirauwa, Sylph, Loki exclusive",
        skilltype = "Magic",
        name = "Loyal Force",
    },
    ["megido"] = {
        attribute = "almighty",
        cost = 6,
        costtype = "MP",
        power = 60,
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "Almighty '''POW''' 60 Foe<br/>> A light that damages any affinity",
        effect = "Deals Almighty damage.",
        skilltype = "Magic",
        name = "Megido",
    },
    ["megidola"] = {
        attribute = "almighty",
        cost = 12,
        costtype = "MP",
        power = 75,
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "Almighty '''POW''' 75 Row<br/>> A light that damages any affinity",
        effect = "Deals Almighty damage.",
        skilltype = "Magic",
        name="Megidola",
    },
    ["megidolaon"] = {
        attribute = "almighty",
        cost = 22,
        costtype = "MP",
        power = 72,
        inbattle = "y",
        outbattle = "n",
        target = "Center Spread",
        description = "Almighty '''POW''' 72 All<br/>> A light that damages any affinity",
        effect = "Deals Almighty damage.",
        skilltype = "Magic",
        name = "Megidolaon",
    },
    ["demon birth cry"] = {
        attribute = "almighty",
        cost = 4,
        costtype = "MP",
        power = 30,
        inbattle = "y",
        outbattle = "n",
        target = "?",
        description = "",
        effect = "",
        skilltype = "Extra",
        name = "Demon Birth Cry",
    },
    ["necro dogma"] = {
        attribute = "almighty",
        cost = 6,
        costtype = "MP",
        power = 38,
        inbattle = "y",
        outbattle = "n",
        target = "?",
        description = "",
        effect = "",
        skilltype = "Extra",
        name = "Necro Dogma",
    },
    ["ice crush"] = {
        attribute = "almighty",
        cost = "26%",
        costtype = "HP",
        power = 10,
        inbattle = "y",
        outbattle = "n",
        target = "",
        description = "Almighty Foe<br/>> Shatters Frozen targets",
        effect = "",
        skilltype = "Extra",
        name = "Ice Crush",
    },
    ["yabusame shot"] = {
        attribute = "almighty",
        cost = "26%",
        costtype = "HP",
        power = 10,
        inbattle = "y",
        outbattle = "n",
        target = "",
        description = "Almighty Foe<br/>> Pierces enemies that are Marked",
        effect = "",
        skilltype = "Extra",
        name = "Yabusame Shot",
    },
    ["tatami flip"] = {
        attribute = "almighty",
        cost = "4%",
        costtype = "HP",
        inbattle = "y",
        outbattle = "n",
        target = "All Allies",
        description = "",
        effect = "Reflects any non-Almighty Physical attack.",
        skilltype = "Extra",
        name = "Tatami Flip",
    },
    ["lost word"] = {
        attribute = "almighty",
        cost = 4,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "—",
        description = "",
        effect = "Random effect: Turn all allied demons Undead/Almighty damage to all enemies/Caster takes Almighty damage/Flee from battle. Garuda, Huang Di, Knocker, Titania exclusive.",
        skilltype = "Extra",
        name = "Lost Word",
    },
    ["question box"] = {
        attribute = "almighty",
        cost = 6,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Makes all but Calm demons Return to COMP. Erika, King Frost exclusive.",
        skilltype = "Extra",
        name = "Question Box",
    },
    ["death marker"] = {
        attribute = "almighty",
        cost = 8,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "",
        effect = "Inflicts Mark. Targets Nemissa first. Moowis exclusive.",
        skilltype = "Extra",
        name = "Death Marker",
    },
    ["orlean prayer"] = {
        attribute = "almighty",
        cost = 8,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "—",
        description = "",
        effect = "Random effect: Recovers all allies' HP/Recovers all allies' MP/Caster is inflicted with Bomb. Jeanne D'Arc exclusive.",
        skilltype = "Extra",
        name = "Orlean Prayer",
    },
    ["brahmastra"] = {
        attribute = "almighty",
        cost = 12,
        costtype = "MP",
        power = 48,
        inbattle = "y",
        outbattle = "n",
        target = "?",
        description = "",
        effect = "Rama exclusive",
        skilltype = "Extra",
        name = "Brahmastra",
    },
    ["armageddon"] = {
        attribute = "almighty",
        cost = 16,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "?",
        description = "",
        effect = "Halves all units' HP, caps at 500. Manitou, Beelzebub exclusive",
        skilltype = "Extra",
        name = "Armageddon",
    },
    ["judgement"] = {
        attribute = "almighty",
        cost = 16,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Reduces all but Neutral characters HP by 25%. Kinmamon, Omoteotl, Heimdall, Rama exclusive",
        skilltype = "Extra",
        name = "Judgement",
    },
    ["heaven's vengeance"] = {
        attribute = "almighty",
        cost = 18,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Reduces all opposite aligned characters HP by 50%. Shiva, Xi Wangmu, Metatron, Masakado, Izanami exclusive",
        skilltype = "Extra",
        name = "Heaven's Vengeance",
    },
    ["silent whisper"] = {
        attribute = "almighty",
        cost = 52,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Inflicts Seal. Pales, Nyx, Oshira-sama, Juggler, Malsumis, Sid Davis exclusive",
        skilltype = "Extra",
        name = "Silent Whisper",
    },
    ["abyss of naraku"] = {
        attribute = "almighty",
        cost = "1%",
        costtype = "HP",
        power = 10,
        inbattle = "y",
        outbattle = "n",
        target = "Law demons",
        description = "",
        effect = "Makes Law demons Return to COMP. Manitou exclusive",
        skilltype = "Extra",
        name = "Abyss of Naraku",
    },
    ["fake guillotine"] = {
        attribute = "almighty",
        cost = "1%",
        costtype = "HP",
        power = 10,
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Makes all demons Return to COMP and reduces their HP to 1. Azazel exclusive",
        skilltype = "Extra",
        name = "Fake Guillotine",
    },
    ["ultimate laser"] = {
        attribute = "almighty",
        cost = "1%",
        costtype = "HP",
        power = 10,
        inbattle = "y",
        outbattle = "n",
        target = "F. Row",
        hit = 3,
        description = "",
        effect = "Kadokura exclusive",
        skilltype = "Extra",
        name = "Ultimate Laser",
    },
    ["barrier guard"] = {
        attribute = "almighty",
        cost = "2%",
        costtype = "HP",
        inbattle = "y",
        outbattle = "n",
        target = "Self",
        description = "",
        effect = "Increases caster's Defense for 1 turn. Cosmo Zombie exclusive.",
        skilltype = "Extra",
        name = "Barrier Guard",
    },
    ["boost up"] = {
        attribute = "almighty",
        cost = "2%",
        costtype = "HP",
        inbattle = "y",
        outbattle = "n",
        target = "Self",
        description = "",
        effect = "Caster retreats. Turbo-Granny exclusive.",
        skilltype = "Extra",
        name = "Boost Up",
    },
    ["escape"] = {
        attribute = "almighty",
        cost = "2%",
        costtype = "HP",
        inbattle = "y",
        outbattle = "n",
        target = "Self",
        description = "",
        effect = "Caster retreats. Rolwoy, Moh Shuvuu, Chaglin, Obariyon exclusive.",
        skilltype = "Extra",
        name = "Escape",
    },
    ["simple twist"] = {
        attribute = "almighty",
        cost = "2%",
        costtype = "HP",
        inbattle = "y",
        outbattle = "n",
        target = "Self",
        description = "",
        effect = "Inflicts Sleep and recovers HP. Camazots, Obariyon, Drag Queen exclusive.",
        skilltype = "Extra",
        name = "Simple Twist",
    },
    ["mag drainer"] = {
        attribute = "almighty",
        cost = "4%",
        costtype = "HP",
        power = 10,
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "",
        effect = "Targets demon with highest MAG cost. May inflict Petrified. Titania, Wild Hunt, Winpe, Satanael exclusive.",
        skilltype = "Extra",
        name = "MAG Drainer",
    },
    ["nice short"] = {
        attribute = "almighty",
        cost = "26%",
        costtype = "HP",
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "",
        effect = "Kills 1 Shocked foe. Beelzebub exclusive.",
        skilltype = "Extra",
        name = "Nice Short",
    },
	["hama"] = {
    	attribute = "expel",
    	cost = 4,
    	costtype = "MP",
    	power = 22,
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "Expel '''POW''' 22 Foe<br/>> Releases the foe from Darkness",
        skilltype = "Magic",
        name = "Hama",
    },
    ["hanma"] = {
    	attribute = "expel",
    	cost = 6,
    	costtype = "MP",
    	power = 18,
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "Expel '''POW''' 18 Row  (Back OK)<br/>> Releases the foe from Darkness",
        skilltype = "Magic",
        name = "Hanma",
    },
    ["hamaon"] = {
    	attribute = "expel",
    	cost = 8,
    	costtype = "MP",
    	power = 20,
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "Expel '''POW''' 20 All  (Back OK)<br/>> Releases the foe from Darkness",
        skilltype = "Magic",
        name = "Hamaon"
    },
    ["mudo"] = {
    	attribute = "death",
    	cost = 4,
    	costtype = "MP",
    	power = 22,
        inbattle = "y",
        outbattle = "n",
        target = "Single",
        description = "Death '''POW''' 22 Foe<br/>> A spell that curses the enemy to death",
        skilltype = "Magic",
        name = "Mudo",
    },
    ["mudola"] = {
    	attribute = "death",
    	cost = 6,
    	costtype = "MP",
    	power = 18,
        inbattle = "y",
        outbattle = "n",
        target = "Row",
        description = "Death '''POW''' 18 Row  (Back OK)<br/>> A spell that curses the enemy to death",
        skilltype = "Magic",
        name = "Mudola",
    },
    ["mudoon"] = {
    	attribute = "death",
    	cost = 8,
    	costtype = "MP",
    	power = 20,
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "Death '''POW''' 20 All  (Back OK)<br/>> A spell that curses the enemy to death",
        skilltype = "Magic",
        name = "Mudoon",
    },
    ["despair night"] = {
    	attribute = "death",
    	cost = 4,
    	costtype = "MP",
    	power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Lowers level of paralyzed enemies by 1. Loki, Lilith exclusive",
        skilltype = "Magic",
        name = "Despair Night",
    },
    ["glimmering eye"] = {
    	attribute = "death",
    	cost = 4,
    	costtype = "MP",
    	power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Paralyzes lowest level enemy. Satanael, Lilith, Beelzebub exclusive",
        skilltype = "Magic",
        name = "Glimmering Eye",
    },
    ["incubus eye"] = {
    	attribute = "death",
    	cost = 4,
    	costtype = "MP",
    	power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Lowers level of paralyzed female enemies by 1. Incubus exclusive",
        skilltype = "Magic",
        name = "Incubus Eye",
    },
    ["succubus eye"] = {
    	attribute = "death",
    	cost = 4,
    	costtype = "MP",
    	power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Lowers level of paralyzed female enemies by 1. Succubus exclusive",
        skilltype = "Magic",
        name = "Succubus Eye",
    },
    ["bad breath"] = {
    	attribute = "curse",
    	cost = 2,
    	costtype = "MP",
    	power = 22,
    	inbattle = "y",
    	outbattle = "n",
    	target = "1 F. Row Foe",
    	description = "",
    	effect = "Chance to inflict Poison",
    	skilltype = "Magic",
    	name = "Bad Breath",
    },
    ["poison breath"] = {
    	attribute = "curse",
    	cost = 4,
    	costtype = "MP",
    	power = 18,
    	inbattle = "y",
    	outbattle = "n",
    	target = "F. Row",
    	description = "",
    	effect = "Chance to inflict Poison",
    	skilltype = "Magic",
    	name = "Poison Breath",
    },
    ["frolic"] = {
    	attribute = "curse",
    	cost = 2,
    	costtype = "MP",
    	power = 24,
    	inbattle = "y",
    	outbattle = "n",
    	target = "F. Row",
    	description = "",
    	effect = "Chance to inflict Charm",
    	skilltype = "Magic",
    	name = "Frolic ",
    },
    ["marin karin"] = {
    	attribute = "curse",
    	cost = 3,
    	costtype = "MP",
    	power = 26,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Single",
    	description = "Curse '''POW''' 26 Foe  (Back OK)<br/> Charms the enemy",
    	effect = "",
    	skilltype = "Magic",
    	name = "Marin Karin",
    },
    ["babylon pheromone"] = {
    	attribute = "curse",
    	cost = 5,
    	costtype = "MP",
    	power = 24,
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "Chance to inflict Charm",
    	skilltype = "Magic",
    	name = "Babylon Pheromone ",
    },
    ["drunk smile"] = {
    	attribute = "curse",
    	cost = 4,
    	costtype = "MP",
    	power = "?",
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "Power scales based on drunkennes. Chance to inflict Charm. Ba Da Wang, Shiisa, Duergar exclusive",
    	skilltype = "Magic",
    	name = "Drunk Smile ",
    },
    ["sly charmer"] = {
    	attribute = "curse",
    	cost = 4,
    	costtype = "MP",
    	power = 100,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Sly",
    	description = "",
    	effect = "Deals Curse damage to all Sly demons. Headless Rider exclusive",
    	skilltype = "Magic",
    	name = "Sly Charmer ",
    },
    ["bacteria one"] = {
    	attribute = "curse",
    	cost = 16,
    	costtype = "MP",
    	power = 28,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "Chance to inflict Charm. Moowis, Sid Davis exclusive",
    	skilltype = "Magic",
    	name = "Bacteria One",
    },
    ["mite breath"] = {
    	attribute = "nerve",
    	cost = 2,
    	costtype = "MP",
    	power = 24,
    	inbattle = "y",
    	outbattle = "n",
    	target = "1 F. Row Foe",
    	description = "",
    	effect = "Chance to inflict Bomb",
    	skilltype = "Magic",
    	name = "Mite Breath",
    },
    ["paral eyes"] = {
    	attribute = "nerve",
    	cost = 2,
    	costtype = "MP",
    	power = 25,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Single",
    	description = "",
    	effect = "Chance to inflict Paralyze.",
    	skilltype = "Magic",
    	name = "Paral Eyes",
    },
    ["paralama"] = {
    	attribute = "nerve",
    	cost = 2,
    	costtype = "MP",
    	inbattle = "y",
    	outbattle = "n",
    	target = "Single",
    	description = "Curse '''POW''' 24 Foe  (Back OK)<br/> Paralyzes the enemy",
    	effect = "",
    	skilltype = "Magic",
    	name = "Paralama",
    },
    ["paral web"] = {
    	attribute = "nerve",
    	cost = 3,
    	costtype = "MP",
    	power = 22,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Row",
    	description = "",
    	effect = "Chance to inflict Paralyze",
    	skilltype = "Magic",
    	name = "Paral Web",
    },
    ["demon teeth grind"] = {
    	attribute = "nerve",
    	cost = 4,
    	costtype = "MP",
    	power = 18,
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "Chance to inflict Paralyze",
    	skilltype = "Magic",
    	name = "Demon Teeth Grind",
    },
    ["bite the dust"] = {
    	attribute = "nerve",
    	cost = 5,
    	costtype = "MP",
    	power = 24,
    	inbattle = "y",
    	outbattle = "n",
    	target = "F. Row",
    	description = "",
    	effect = "Chance to inflict Bomb",
    	skilltype = "Magic",
    	name = "Bite the Dust",
    },
    ["evil trance"] = {
    	attribute = "nerve",
    	cost = 12,
    	costtype = "MP",
    	power = 24,
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "Mind? damage to foes afflicted with Bomb. Satanael exclusive",
    	skilltype = "Magic",
    	name = "Evil Trance",
    },
    ["dormina"] = {
    	attribute = "mind",
    	cost = 2,
    	costtype = "MP",
    	power = 24,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Single",
    	description = "Curse '''POW''' 24 Foe  (Back OK)<br/> Sleeps the enemy",
    	effect = "Chance to inflict Sleep",
    	skilltype = "Magic",
    	name = "Dormina",
    },
    ["hypnosis"] = {
    	attribute = "mind",
    	cost = 4,
    	costtype = "MP",
    	power = 20,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Row",
    	description = "",
    	effect = "Chance to inflict Sleep",
    	skilltype = "Magic",
    	name = "Hypnosis",
    },
    ["lullaby"] = {
    	attribute = "mind",
    	cost = 6,
    	costtype = "MP",
    	power = 18,
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "Chance to inflict Sleep",
    	skilltype = "Magic",
    	name = "Lullaby",
    },
    ["eternal rest"] = {
    	attribute = "mind",
    	cost = 8,
    	costtype = "MP",
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "Instant KO to foes inflicted with Sleep",
    	skilltype = "Magic",
    	name = "Eternal Rest",
    },
    ["strength song"] = {
    	attribute = "mind",
    	cost = 2,
    	costtype = "MP",
    	power = 26,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Single",
    	description = "",
    	effect = "Chance to inflict Confusion",
    	skilltype = "Magic",
    	name = "Strength Song",
    },
    ["valiant dance"] = {
    	attribute = "mind",
    	cost = 4,
    	costtype = "MP",
    	power = 24,
    	inbattle = "y",
    	outbattle = "n",
    	target = "F. Row",
    	description = "",
    	effect = "Chance to inflict Confusion",
    	skilltype = "Magic",
    	name = "Valiant Dance",
    },
    ["delta puplae"] = {
    	attribute = "mind",
    	cost = 8,
    	costtype = "MP",
    	power = 28,
    	inbattle = "y",
    	outbattle = "n",
    	target = "All Confused",
    	description = "",
    	effect = "Mind? damage to Confused foes. Shemyaza exclusive",
    	skilltype = "Magic",
    	name = "Delta Puplae",
    },
    ["tarunda"] = {
    	attribute = "support",
    	cost = 4,
    	costtype = "MP",
    	inbattle = "y",
    	outbattle = "n",
    	target = "All Foes",
    	description = "Decreases Attack of All foes<br/>> Effect stacks up to 4 times",
    	effect = "",
    	skilltype = "Magic",
    	name = "Tarunda",
    },
    ["rakunda"] = {
    	attribute = "support",
    	cost = 4,
    	costtype = "MP",
    	inbattle = "y",
    	outbattle = "n",
    	target = "All Foes",
    	description = "Decreases Defense of All foes<br/>> Effect stacks up to 4 times",
    	effect = "",
    	skilltype = "Magic",
    	name = "Rakunda",
    },
    ["sukunda"] = {
    	attribute = "support",
    	cost = 4,
    	costtype = "MP",
    	inbattle = "y",
    	outbattle = "n",
    	target = "All Foes",
    	description = "Decreases Accuracy of All foes<br/>> Effect stacks up to 4 times",
    	effect = "",
    	skilltype = "Magic",
    	name = "Sukunda",
    },
    ["dekaja"] = {
    	attribute = "support",
    	cost = 6,
    	costtype = "MP",
    	inbattle = "y",
    	outbattle = "n",
    	target = "All Foes",
    	description = "?",
    	effect = "",
    	skilltype = "Magic",
    	name = "Dekaja",
    },
    ["tarukaja"] = {
    	attribute = "support",
    	cost = 5,
    	costtype = "MP",
    	inbattle = "y",
    	outbattle = "n",
    	target = "All Allies",
    	description = "Increases all allies' Attack stat<br/>> Effect stacks up to 4 times",
    	effect = "",
    	skilltype = "Magic",
    	name = "Tarukaja",
    },
    ["rakukaja"] = {
    	attribute = "support",
    	cost = 5,
    	costtype = "MP",
    	inbattle = "y",
    	outbattle = "n",
    	target = "All Allies",
    	description = "Increases all allies' Defense stat<br/>> Effect stacks up to 4 times",
    	effect = "",
    	skilltype = "Magic",
    	name = "Rakukaja",
    },
    ["sukukaja"] = {
    	attribute = "support",
    	cost = 5,
    	costtype = "MP",
    	inbattle = "y",
    	outbattle = "n",
    	target = "All Allies",
    	description = "Increases all allies' Accuracy stat<br/>> Effect stacks up to 4 times",
    	effect = "",
    	skilltype = "Magic",
    	name = "Sukukaja",
    },
	["makakaja"] = {
    	attribute = "support",
    	cost = 5,
    	costtype = "MP",
    	inbattle = "y",
    	outbattle = "n",
    	target = "All Allies",
    	description = "Increases all allies' Magic Attack stat<br/>> Effect stacks up to 4 times",
    	effect = "",
    	skilltype = "Magic",
    	name = "Makakaja",
    },
    ["dekunda"] = {
    	attribute = "support",
    	cost = 8,
    	costtype = "MP",
    	inbattle = "y",
    	outbattle = "n",
    	target = "All Allies",
    	description = "?",
    	effect = "",
    	skilltype = "Magic",
    	name = "Dekunda",
    },
    ["tetraja"] = {
        attribute = "support",
        cost = 8,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "All allies",
        description = "Blocks any Expel or Death Attack<br/>> Effective only on the turn used",
        effect = "Blocks one expel or death attack.",
        skilltype = "Magic",
        name = "Tetraja",
    },
    ["tetrakarn"] = {
        attribute = "support",
        cost = 6,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "All allies",
        description = "Reflects any Physical Attack<br/>> Effective only on the turn used",
        effect = "Reflects one physical attack.",
        skilltype = "Magic",
        name = "Tetrakarn",
    },
    ["makarakarn"] = {
        attribute = "support",
        cost = 6,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "All allies",
        description = "Reflects any Magic Attack except Almighty<br/>> Effective only on the turn used",
        effect = "Reflects one magic attack.",
        skilltype = "Magic",
        name = "Makarakarn",
    },
    ["demon's intimidation"] = {
        attribute = "support",
        cost = 2,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Rakukaja and Tarunda x2. Odin, Amazon exclusive.",
        skilltype = "Magic",
        name = "Demon's Intimidation",
    },
    ["infinite taunt"] = {
        attribute = "support",
        cost = 6,
        costtype = "MP",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "",
        effect = "Tarukaja and Rakunda x2. Attis, Power, Bifrons, Oliver, Oliver Zero exclusive.",
        skilltype = "Magic",
        name = "Infinite Taunt",
    },
    ["necroma"] = {
    	attribute = "special",
    	cost = 24,
    	costtype = "MP",
    	inbattle = "?",
    	outbattle = "y",
    	target = "One Demon",
    	description = "Summons a DEAD demon as UNDEAD<br/>> Recovery action or Expel reverts to DEAD",
    	effect = "",
    	skilltype = "Extra",
    	name = "Necroma"
    },
    ["sabbatoma"] = {
    	attribute = "special",
    	cost = 18,
    	costtype = "MP",
    	inbattle = "?",
    	outbattle = "y",
    	target = "One Demon",
    	description = "Summon a demon<br/>> No Magnetite cost",
    	effect = "",
    	skilltype = "Extra",
    	name = "Sabbatoma"
    },
    ["estoma"] = {
    	attribute = "special",
    	cost = 4,
    	costtype = "MP",
    	inbattle = "n",
    	outbattle = "y",
    	target = "Self",
    	description = "",
    	effect = "Reduces encounter rate of lower leveled demons for one moon cycle",
    	skilltype = "Extra",
    	name = "Estoma"
    },
    ["riberama"] = {
    	attribute = "special",
    	cost = 4,
    	costtype = "MP",
    	inbattle = "n",
    	outbattle = "y",
    	target = "Self",
    	description = "",
    	effect = "Increases encounter rate for one moon cycle",
    	skilltype = "Extra",
    	name = "Riberama"
    },
    ["liftoma"] = {
    	attribute = "special",
    	cost = 6,
    	costtype = "MP",
    	inbattle = "n",
    	outbattle = "y",
    	target = "Self",
    	description = "",
    	effect = "Nullifies damage floors for one moon cycle",
    	skilltype = "Extra",
    	name = "Liftoma"
    },
    ["mapper"] = {
    	attribute = "special",
    	cost = 3,
    	costtype = "MP",
    	inbattle = "n",
    	outbattle = "y",
    	target = "Self",
    	description = "",
    	effect = "Displays the map until the next new moon. Cannot be used during a new moon.",
    	skilltype = "Extra",
    	name = "Mapper"
    },
    ["kanzeon redemption"] = {
    	attribute = "healing",
    	cost = 8,
    	costtype = "MP",
    	inbattle = "y",
    	outbattle = "n",
    	target = "One Human",
    	description = "",
    	effect = "Temporarily raises one human's max HP",
    	skilltype = "Magic",
    	name = "Kanzeon Redemption"
    },
    ["soma gongen"] = {
    	attribute = "healing",
    	cost = 6,
    	costtype = "MP",
    	inbattle = "y",
    	outbattle = "n",
    	target = "One Human",
    	description = "",
    	effect = "Fully cures one human",
    	skilltype = "Magic",
    	name = "Soma Gongen"
    },
    ["overlord"] = {
        attribute = "strike",
        cost = 12,
        costtype = "MP",
        power = 42,
        inbattle = "y",
        outbattle = "n",
        target = "Front Row",
        hit = 4,
        description = "Strike '''POW''' 42 F. Row  (Back OK)<br/>> Unleashes the power of Chi You",
        effect = "Deals Strike damage.",
        skilltype = "Extra",
        name = "Overlord",
    },
    ["kurikara kokuryu"] = {
        attribute = "fire",
        cost = 12,
        costtype = "MP",
        power = 46,
        inbattle = "y",
        outbattle = "n",
        target = "Front Row",
        hit = 4,
        description = "Fire '''POW''' 46 F. Row  (Back OK)<br/>> Unleashes the power of Fudo Myouo",
        effect = "Deals Fire damage.",
        skilltype = "Magic",
        name = "Kirukara Kokuryu",
    },
    ["240,000,000 evils"] = {
        attribute = "almighty",
        cost = 12,
        costtype = "MP",
        power = 46,
        inbattle = "y",
        outbattle = "n",
        target = "Front Row",
        hit = 1,
        description = "'almighty '''POW''' 80 All  (Back OK)<br/>> Unleashes the power of Ahriman to all NEUTRAL demons'",
        effect = "Deals almighty damage to all neutral demons",
        skilltype = "Magic",
        name = "240,000,000 Evils",
    },
    ["full moon queen"] = {
        attribute = "almighty",
        cost = 4,
        costtype = "MP",
        power = 120,
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "Almighty '''POW''' 120 All<br/>> Unleashes the power of Hecate",
        effect = "Deals Almighty damage, power increases during full moons.",
        skilltype = "Magic",
        name = "Full Moon Queen",
    },
    ["roma calor"] = {
        attribute = "fire",
        cost = 6,
        costtype = "MP",
        power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "Fire '''POW''' ? All<br/>> Becomes more powerful at lower HP",
        effect = "Nemissa exclusive",
        skilltype = "Magic",
        name = "Roma Calor",
    },
    ["roma grando"] = {
        attribute = "ice",
        cost = 6,
        costtype = "MP",
        power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "Ice '''POW''' ? All<br/>> Becomes more powerful at lower HP",
        effect = "Nemissa exclusive",
        skilltype = "Magic",
        name = "Roma Grando",
    },
    ["roma fulmen"] = {
        attribute = "elec",
        cost = 6,
        costtype = "MP",
        power = "?",
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "Elec '''POW''' ? All<br/>> Becomes more powerful at lower HP",
        effect = "Nemissa exclusive",
        skilltype = "Magic",
        name = "Roma Fulmen",
    },
    ["tackle"] = {
    	attribute = "strike",
    	cost = "10%",
    	costtype = "HP",
    	power = 12,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Single",
    	description = "",
    	effect = "Strike damage to 1 foe",
    	skilltype = "Extra",
    	name = "Tackle"
    },
    ["short jab"] = {
    	attribute = "strike",
    	cost = "5%",
    	costtype = "HP",
    	power = 12,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Single",
    	description = "Strike '''POW''' Foe  (Back OK but F. Row only)<br/>> A quick yet heavy punch",
    	effect = "",
    	skilltype = "Extra",
    	name = "Short Jab"
    },
    ["squash"] = {
    	attribute = "strike",
    	cost = "10%",
    	costtype = "HP",
    	power = 20,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Squash"
    },
    ["roundhouse"] = {
    	attribute = "strike",
    	cost = "20%",
    	costtype = "HP",
    	power = 10,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Roundhouse"
    },
    ["hysterical slap"] = {
    	attribute = "strike",
    	cost = "15%",
    	costtype = "HP",
    	power = 8,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Hysterical Slap"
    },
    ["electrick backfist"] = {
    	attribute = "strike",
    	cost = "20%",
    	costtype = "HP",
    	power = 20,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "May inflict shock",
    	skilltype = "Extra",
    	name = "Electrick Backfist"
    },
    ["frenzy"] = {
    	attribute = "strike",
    	cost = "18%",
    	costtype = "HP",
    	power = 20,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Frenzy"
    },
    ["megaton press"] = {
    	attribute = "strike",
    	cost = "25%",
    	costtype = "HP",
    	power = 42,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Row",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Megaton Press"
    },
    ["twister kick"] = {
    	attribute = "strike",
    	cost = "12%",
    	costtype = "HP",
    	power = 16,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Twister Kick"
    },
    ["somersault"] = {
    	attribute = "strike",
    	cost = "12%",
    	costtype = "HP",
    	power = 48,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Somersault"
    },
    ["missile punch"] = {
    	attribute = "strike",
    	cost = "25%",
    	costtype = "HP",
    	power = 32,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Missile Punch"
    },
    ["thunder kick"] = {
    	attribute = "strike",
    	cost = "52%",
    	costtype = "HP",
    	power = 34,
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Thunder Kick"
    },
    ["alga zona"] = {
    	attribute = "strike",
    	cost = "1%",
    	costtype = "HP",
    	power = 80,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Foe position 2, 4, 6",
    	description = "",
    	effect = "Malsumis exclusive",
    	skilltype = "Extra",
    	name = "Alga Zona"
    },
    ["destroy pile"] = {
    	attribute = "strike",
    	cost = "1%",
    	costtype = "HP",
    	power = 84,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "Moowis exclusive",
    	skilltype = "Extra",
    	name = "Destroy Pile"
    },
    ["second sun"] = {
    	attribute = "strike",
    	cost = "1%",
    	costtype = "HP",
    	power = 80,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Foe position 1, 3, 5",
    	description = "",
    	effect = "Manitou exclusive",
    	skilltype = "Extra",
    	name = "Second Sun"
    },
    ["moonlit mochi-making"] = {
    	attribute = "strike",
    	cost = "10%",
    	costtype = "HP",
    	power = 10,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Single",
    	description = "",
    	effect = "4 hits during full moon. Hare of Inaba exclusive.",
    	skilltype = "Extra",
    	name = "Moonlit Mochi-Making"
    },
    ["drunken god kick"] = {
    	attribute = "strike",
    	cost = "12%",
    	costtype = "HP",
    	power = "?",
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "Scales based on drunkennes. Vodyanik exclusive",
    	skilltype = "Extra",
    	name = "Drunken God Kick"
    },
    ["corkscrew"] = {
    	attribute = "strike",
    	cost = "15%",
    	costtype = "HP",
    	power = 38,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Single",
    	description = "",
    	effect = "Hagen exclusive",
    	skilltype = "Extra",
    	name = "Corkscrew"
    },
    ["toasting strike"] = {
    	attribute = "strike",
    	cost = "15%",
    	costtype = "HP",
    	power = "?",
    	inbattle = "y",
    	outbattle = "n",
    	target = "F. Row",
    	description = "",
    	effect = "Scales based on drunkennes. Ba Da Wang, Koropokkuru, Mada exclusive",
    	skilltype = "Extra",
    	name = "Toasting Strike"
    },
    ["mortal jihad"] = {
    	attribute = "strike",
    	cost = "24%",
    	costtype = "HP",
    	power = 10,
    	inbattle = "y",
    	outbattle = "n",
    	target = "F. Row",
    	description = "",
    	effect = "Saladin exclusive",
    	skilltype = "Extra",
    	name = "Mortal Jihad"
    },
    ["loyalty fist"] = {
    	attribute = "strike",
    	cost = "25%",
    	costtype = "HP",
    	power = "?",
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "Scales based on loyalty. Bishamonten, Gogmagog, Setanta exclusive",
    	skilltype = "Extra",
    	name = "Loyalty Fist"
    },
    ["hell strike"] = {
    	attribute = "strike",
    	cost = "32%",
    	costtype = "HP",
    	power = 12,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "Masakado exclusive",
    	skilltype = "Extra",
    	name = "Hell Strike"
    },
    ["dolphin kick"] = {
    	attribute = "strike",
    	cost = "40%",
    	costtype = "HP",
    	inbattle = "y",
    	outbattle = "n",
    	target = "F. Row",
    	description = "",
    	effect = "Deal damage equal to 50% of front row's and 25% of back row's enemies' HP. Snappy exclusive.",
    	skilltype = "Extra",
    	name = "Dolphin Kick"
    },
    ["scratch"] = {
    	attribute = "slash",
    	cost = "22%",
    	costtype = "HP",
    	power = 16,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Scratch"
    },
    ["arm chopper"] = {
    	attribute = "slash",
    	cost = "15%",
    	costtype = "HP",
    	power = 34,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Single",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Arm Chopper"
    },
    ["blight"] = {
    	attribute = "slash",
    	cost = "18%",
    	costtype = "HP",
    	power = 20,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "May inflict Poison",
    	skilltype = "Extra",
    	name = "Blight"
    },
    ["bamboo slice"] = {
    	attribute = "slash",
    	cost = "20%",
    	costtype = "HP",
    	power = 64,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Single",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Bamboo Slice"
    },
    ["heatwave"] = {
    	attribute = "slash",
    	cost = "20%",
    	costtype = "HP",
    	power = 24,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Heatwave"
    },
    ["inazuma strike"] = {
    	attribute = "slash",
    	cost = "25%",
    	costtype = "HP",
    	power = 22,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "May inflict Shock",
    	skilltype = "Extra",
    	name = "Inazuma Strike"
    },
    ["mist slash"] = {
    	attribute = "slash",
    	cost = "26%",
    	costtype = "HP",
    	power = 20,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Mist Slash"
    },
    ["deathbound"] = {
    	attribute = "slash",
    	cost = "35%",
    	costtype = "HP",
    	power = 24,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Deathbound"
    },
    ["spin slash"] = {
    	attribute = "slash",
    	cost = "36%",
    	costtype = "HP",
    	power = 12,
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Spin Slash"
    },
    ["atom slicer"] = {
    	attribute = "slash",
    	cost = "40%",
    	costtype = "HP",
    	power = 40,
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Atom Slicer"
    },
    ["empty wave"] = {
    	attribute = "slash",
    	cost = "52%",
    	costtype = "HP",
    	power = 68,
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Empty Wave"
    },
    ["golgotha pierce"] = {
    	attribute = "slash",
    	cost = "20%",
    	costtype = "HP",
    	power = 30,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "May inflict Shock. Longinus exclusive",
    	skilltype = "Extra",
    	name = "Golgotha Pierce"
    },
    ["loyalty slash"] = {
    	attribute = "slash",
    	cost = "25%",
    	costtype = "HP",
    	power = "?",
    	inbattle = "y",
    	outbattle = "n",
    	target = "F. Row",
    	description = "",
    	effect = "Scales based on loyalty. Cerberus and Dormarth exclusive",
    	skilltype = "Extra",
    	name = "Loyalty Slash"
    },
    ["love heart"] = {
    	attribute = "slash",
    	cost = "42%",
    	costtype = "HP",
    	power = 15,
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "May inflict Charm. Siegfried exclusive",
    	skilltype = "Extra",
    	name = "Love Heart"
    },
    ["peck"] = {
    	attribute = "skill",
    	attribute_link = "Skill (Attribute)",
    	cost = "12%",
    	costtype = "HP",
    	power = 35,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "peck"
    },
    ["feral bite"] = {
    	attribute = "skill",
    	attribute_link = "Skill (Attribute)",
    	cost = "15%",
    	costtype = "HP",
    	power = 30,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Single",
    	description = "Deadly fangs bite when least expected",
    	effect = "",
    	skilltype = "Extra",
    	name = "Feral Bite"
    },
    ["wrap around"] = {
    	attribute = "skill",
    	attribute_link = "Skill (Attribute)",
    	cost = "18%",
    	costtype = "HP",
    	power = 28,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Wrap Around"
    },
    ["pollen"] = {
    	attribute = "skill",
    	attribute_link = "Skill (Attribute)",
    	cost = "15%",
    	costtype = "HP",
    	power = 32,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "May inflict Confusion",
    	skilltype = "Extra",
    	name = "Pollen"
    },
    ["twist off"] = {
    	attribute = "skill",
    	attribute_link = "Skill (Attribute)",
    	cost = "15%",
    	costtype = "HP",
    	power = 26,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Single",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Twist Off"
    },
    ["fold"] = {
    	attribute = "skill",
    	attribute_link = "Skill (Attribute)",
    	cost = "22%",
    	costtype = "HP",
    	power = 38,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Single",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Fold"
    },
    ["wing flap"] = {
    	attribute = "skill",
    	attribute_link = "Skill (Attribute)",
    	cost = "24%",
    	costtype = "HP",
    	power = 40,
    	inbattle = "y",
    	outbattle = "n",
    	target = "F. Row",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Wing Flap"
    },
    ["stone bite"] = {
    	attribute = "skill",
    	attribute_link = "Skill (Attribute)",
    	cost = "15%",
    	costtype = "HP",
    	power = 16,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Single",
    	description = "",
    	effect = "May inflict Petrified",
    	skilltype = "Extra",
    	name = "Stone Bite"
    },
    ["sap"] = {
    	attribute = "skill",
    	attribute_link = "Skill (Attribute)",
    	cost = "28%",
    	costtype = "HP",
    	power = 25,
    	inbattle = "y",
    	outbattle = "n",
    	target = "F. Row",
    	description = "",
    	effect = "May inflict Charm",
    	skilltype = "Extra",
    	name = "Sap"
    },
    ["green saliva"] = {
    	attribute = "skill",
    	attribute_link = "Skill (Attribute)",
    	cost = "38%",
    	costtype = "HP",
    	power = 18,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "May inflict Poison",
    	skilltype = "Extra",
    	name = "Green Saliva"
    },
    ["sneak attack"] = {
        attribute = "skill",
        attribute_link = "Skill (Attribute)",
        cost = "38%",
        costtype = "HP",
        power = 1,
        inbattle = "y",
        outbattle = "n",
        target = "All enemies",
        description = "Skill '''POW''' 1 All<br/>> A 4-hit attack only on new moons",
        effect = "Deals Skill damage 4 times.",
        skilltype = "Extra",
        name = "Sneak Attack",
    },
    ["eat whole"] = {
    	attribute = "skill",
    	attribute_link = "Skill (Attribute)",
    	cost = "52%",
    	costtype = "HP",
    	power = 60,
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Eat Whole"
    },
    ["dynablast"] = {
    	attribute = "skill",
    	attribute_link = "Skill (Attribute)",
    	cost = "1%",
    	costtype = "HP",
    	power = 62,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Single",
    	description = "",
    	effect = "Moowis exclusive",
    	skilltype = "Extra",
    	name = "Dynablast"
    },
    ["hassou tobi"] = {
    	attribute = "skill",
    	attribute_link = "Skill (Attribute)",
    	cost = "8%",
    	costtype = "HP",
    	power = 10,
    	hit = 8,
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "Yoshitsune exclusive",
    	skilltype = "Extra",
    	name = "Hassou Tobi"
    },
    ["loyalty technique"] = {
    	attribute = "skill",
    	attribute_link = "Skill (Attribute)",
    	cost = "25%",
    	costtype = "HP",
    	power = "?",
    	inbattle = "y",
    	outbattle = "n",
    	target = "F. Row",
    	description = "",
    	effect = "Scales based on loyalty. Vritra, Hagen, Setanda exlusive",
    	skilltype = "Extra",
    	name = "Loyalty Technique"
    },
    ["confusing stumble"] = {
    	attribute = "skill",
    	attribute_link = "Skill (Attribute)",
    	cost = "35%",
    	costtype = "HP",
    	power = "?",
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "Scales based on drunkennes. Oberon and Mada exclusive",
    	skilltype = "Extra",
    	name = "Confusing Stumble"
    },
    ["flying high"] = {
    	attribute = "skill",
    	attribute_link = "Skill (Attribute)",
    	cost = "42%",
    	costtype = "HP",
    	power = 28,
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "May inflict Confusion. Lanling Wang exlusive.",
    	skilltype = "Extra",
    	name = "Flying High"
    },
    ["yinlong killer"] = {
    	attribute = "skill",
    	attribute_link = "Skill (Attribute)",
    	cost = "42%",
    	costtype = "HP",
    	power = 44,
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "Huang Di exclusive",
    	skilltype = "Extra",
    	name = "Yinlong Killer"
    },
    ["gun phone"] = {
    	attribute = "gun",
    	cost = "12%",
    	costtype = "HP",
    	power = 10,
    	inbattle = "y",
    	outbattle = "n",
    	target = "?",
    	description = "",
    	effect = "May inflict Confusion",
    	skilltype = "Extra",
    	name = "Gun Phone"
    },
    ["aim"] = {
    	attribute = "gun",
    	cost = "20%",
    	costtype = "HP",
    	power = 50,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Single",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "Aim"
    },
    ["99 needles"] = {
    	attribute = "gun",
    	cost = "20%",
    	costtype = "HP",
    	power = 18,
    	inbattle = "y",
    	outbattle = "n",
    	target = "Row",
    	description = "",
    	effect = "",
    	skilltype = "Extra",
    	name = "99 Needles"
    },
    ["happy trigger"] = {
        attribute = "gun",
        cost = "42%",
        costtype = "HP",
        power = 28,
        inbattle = "y",
        outbattle = "n",
        target = "All",
        description = "Gun '''POW''' 28 All<br/>> Rapid shots fired to cruelly kill foes",
        effect = "Deals Gun damage.",
        skilltype = "Extra",
        name = "Happy Trigger",
    },
    ["spore cannon"] = {
    	attribute = "gun",
    	cost = "1%",
    	costtype = "HP",
    	power = 10,
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "May inflict random ailment. Kadokura and Manitou exclusive",
    	skilltype = "Extra",
    	name = "Spore Cannon"
    },
    ["loyalty gunshot"] = {
    	attribute = "gun",
    	cost = "25%",
    	costtype = "HP",
    	power = "?",
    	inbattle = "y",
    	outbattle = "n",
    	target = "All",
    	description = "",
    	effect = "Power scales with loyalty. Sandman and Cherb exclusive,",
    	skilltype = "Extra",
    	name = "Loyalty Gunshot"
    },
}

return {
    skill = skill,
}