Module:Data/Skill/sh1: Difference between revisions

Jump to navigation Jump to search
(Created page with "local skill = { ['agi'] = { attribute='fire', cost=3, costtype='MP', power=5, inbattle='y', outbattle='n', target='', 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='', description='Fire \'\'\'POW\'\'\' 46 Foe<br/>> Flames that scorch t...")
 
mNo edit summary
Line 1: Line 1:
local skill = {
local skill = {
['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='',
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='',
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='',
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='All enemies',
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',
},
    },
['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='',
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='',
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='',
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='All enemies',
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',
},
    },
['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='',
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='',
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='',
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='All enemies',
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',
},
    },
['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='',
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='',
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='',
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='All enemies',
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',
},
    },
['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='',
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='',
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='All enemies',
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'] = {
    ['makarakarn'] = {
attribute='support',
        attribute='support',
cost=6,
        cost=6,
costtype='MP',
        costtype='MP',
inbattle='y',
        inbattle='y',
outbattle='n',
        outbattle='n',
target='All allies',
        target='All allies',
description='Reflects any Magic Attack except Almighty<br/>> Effective only on the turn used',
        description='Reflects any Magic Attack except Almighty<br/>> Effective only on the turn used',
effect='Reflects one magic attack.',
        effect='Reflects one magic attack.',
skilltype='Magic',
        skilltype='Magic',
name='Makarakarn',
        name='Makarakarn',
},
    },
['happy trigger'] = {
    ['happy trigger'] = {
attribute='gun',
        attribute='gun',
cost='42%',
        cost='42%',
costtype='HP',
        costtype='HP',
power=28,
        power=28,
inbattle='y',
        inbattle='y',
outbattle='n',
        outbattle='n',
target='All enemies',
        target='All enemies',
description='Gun \'\'\'POW\'\'\' 28 All<br/>> Rapid shots fired to cruelly kill foes',
        description='Gun \'\'\'POW\'\'\' 28 All<br/>> Rapid shots fired to cruelly kill foes',
effect='Deals Gun damage.',
        effect='Deals Gun damage.',
skilltype='Extra',
        skilltype='Extra',
name='Happy Trigger',
        name='Happy Trigger',
},
    },
['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',
},
    },
['sneak attack'] = {
    ['sneak attack'] = {
attribute='skill (attribute)|skill',
        attribute='skill (attribute)|skill',
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',
},
    },
}
}



Revision as of 03:35, 12 May 2024

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

local skill = {
    ['agi'] = {
        attribute='fire',
        cost=3,
        costtype='MP',
        power=5,
        inbattle='y',
        outbattle='n',
        target='',
        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='',
        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='',
        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='All enemies',
        description='Fire \'\'\'POW\'\'\' 40 All<br/>> Flames that scorch the foe',
        effect='Deals Fire damage.',
        skilltype='Magic',
        name='Maragion',
    },
    ['bufu'] = {
        attribute='ice',
        cost=3,
        costtype='MP',
        power=5,
        inbattle='y',
        outbattle='n',
        target='',
        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='',
        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='',
        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='All enemies',
        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',
    },
    ['zio'] = {
        attribute='elec',
        cost=3,
        costtype='MP',
        power=5,
        inbattle='y',
        outbattle='n',
        target='',
        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='',
        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='',
        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='All enemies',
        description='Elec \'\'\'POW\'\'\' 38 Center Spread<br/>> Powerful electricity that Shocks foes',
        effect='Deals Elec damage. Chance to inflict Shock.',
        skilltype='Magic',
        name='Mazionga',
    },
    ['zan'] = {
        attribute='force',
        cost=3,
        costtype='MP',
        power=5,
        inbattle='y',
        outbattle='n',
        target='',
        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='',
        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='',
        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='All enemies',
        description='Force \'\'\'POW\'\'\' 38 All<br/>> A shockwave that crushes the enemy',
        effect='Deals Force damage.',
        skilltype='Magic',
        name='Mazanma',
    },
    ['megido'] = {
        attribute='almighty',
        cost=6,
        costtype='MP',
        power=60,
        inbattle='y',
        outbattle='n',
        target='',
        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='',
        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='All enemies',
        description='Almighty \'\'\'POW\'\'\' 72 All<br/>> A light that damages any affinity',
        effect='Deals Almighty damage.',
        skilltype='Magic',
        name='Megidolaon',
    },
    ['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',
    },
    ['happy trigger'] = {
        attribute='gun',
        cost='42%',
        costtype='HP',
        power=28,
        inbattle='y',
        outbattle='n',
        target='All enemies',
        description='Gun \'\'\'POW\'\'\' 28 All<br/>> Rapid shots fired to cruelly kill foes',
        effect='Deals Gun damage.',
        skilltype='Extra',
        name='Happy Trigger',
    },
    ['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',
    },
    ['sneak attack'] = {
        attribute='skill (attribute)|skill',
        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',
    },
}

return {
    skill = skill,
}