Module:Data/Skill/desum: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
local skill = {
local skill = {
['arm chopper'] = {
['arm chopper'] = {
attribute = 'Sword Skill',
battlename='CUTTING-EDGE',
effect = 'Deals Sword Skill damage. Hits 0-2 times. Switches to another target if initial target dies. Chance to inflict Paralyze.',
attribute='sword skill',
cost = '7%',
cost='7%',
costtype = 'HP',
costtype='HP',
target = 'Single Enemy in Front Row',
power=12,
hit = 1,
inbattle='y',
power = 12,
outbattle='n',
inbattle = 'y',
target='Single enemy in front row',
outbattle = 'n',
descriptionja='特殊物理行動 威力12 0~2回攻撃 PALYZEの効果',
description = 'Special physical action. Power 12. 0-2 hit attack. Paralyze effect.',
description='Special physical action. Power 12. 0-2 hit attack. Paralyze effect.',
name = 'Arm Chopper',
effect='Deals Sword Skill damage. Hits 0-2 times. Switches to another target if initial target dies. Chance to inflict Paralyze.',
battlename = 'CUTTING-EDGE',
skilltype='Extra',
desumicon = 'oextra',
desumicon='oextra',
skilltype = 'Extra'
name='Arm Chopper',
},
},
['spin slash'] = {
battlename='DEADLY-GO-ROUND',
attribute='sword skill',
cost='10%',
costtype='HP',
power=17,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力14 4~6回攻撃',
description='Special physical action. Power 14. 4-6 hit attack.',
effect='Deals Sword Skill damage. Hits 4-6 times. Subsequent hits after the first have a random target.',
skilltype='Extra',
desumicon='oextra',
name='Spin Slash',
},
['skull crack'] = {
battlename='SKULL-CLACK',
attribute='sword skill',
cost='11%',
costtype='HP',
power=100,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='特殊物理行動 威力100 0~1回攻撃',
description='Special physical action. Power 100. 0-1 hit attack.',
effect='Deals Sword Skill damage. Hits 0-1 times (higher chance to fail than to succeed).',
skilltype='Extra',
desumicon='oextra',
name='Skull Crack',
},
['deathbound'] = {
battlename='DEATH-BOUND',
attribute='sword skill',
cost='11%',
costtype='HP',
power=24,
inbattle='y',
outbattle='n',
target='Random in front row',
descriptionja='特殊物理行動 威力24 0~7回攻撃',
description='Special physical action. Power 24. 0-7 hit attack.',
effect='Deals Sword Skill damage. Hits 0-7 times. Switches to another target if initial target dies.',
skilltype='Extra',
desumicon='oextra',
name='Deathbound',
},
['blight'] = {
battlename='VENOM-ZAPPER',
attribute='sword skill',
cost='12%',
costtype='HP',
power=15,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力15 2~4回攻撃 POISONの効果',
description='Special physical action. Power 15. 2-4 hit attack. Poison effect.',
effect='Deals Sword Skill damage. Hits 2-4 times. Subsequent hits after the first have a random target. Chance to inflict Poison.',
skilltype='Extra',
desumicon='oextra',
name='Blight',
},
['giant slice'] = {
battlename='SCHNEIDEN-AXT',
attribute='sword skill',
cost='11%',
costtype='HP',
power=80,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力80',
description='Special physical action. Power 80.',
effect='Deals Sword Skill damage.',
skilltype='Extra',
desumicon='oextra',
name='Giant Slice',
},
['mach thrust'] = {
battlename='MACH-STRIKE',
attribute='spear',
cost='11%',
costtype='HP',
power=12,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力12 0~7回攻撃',
description='Special physical action. Power 12. 0-7 hit attack.',
effect='Deals Spear damage. Hits 0-7 times. Switches to another target if initial target dies.',
skilltype='Extra',
desumicon='oextra',
name='Mach Thrust',
},
['skewer'] = {
battlename='BARBECUE',
attribute='spear',
cost='10%',
costtype='HP',
power=30,
inbattle='y',
outbattle='n',
target='All enemies in either row',
descriptionja='特殊物理行動 威力30 前列/後列攻撃',
description='Special physical action. Power 30. Front row/back row attack.',
effect='Deals Spear damage.',
skilltype='Extra',
desumicon='oextra',
name='Skewer',
},
['atom slicer'] = {
battlename='MINCE-MASTER',
attribute='sword skill',
cost='10%',
costtype='HP',
power=22,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力22 0~7回攻撃',
description='Special physical action. Power 22. 0-7 hit attack.',
effect='Deals Sword Skill damage. Hits 0-7 times. Switches to another target if initial target dies.',
skilltype='Extra',
desumicon='oextra',
name='Atom Slicer',
},
['mist slash'] = {
battlename='MISTY-BLADE',
attribute='sword skill',
cost='15%',
costtype='HP',
power=44,
inbattle='y',
outbattle='n',
target='All enemies in front row',
descriptionja='特殊物理行動 威力44 前列全体攻撃',
description='Special physical action. Power 44. Whole front row attack.',
effect='Deals Sword Skill damage.',
skilltype='Extra',
desumicon='oextra',
name='Mist Slash',
},
['lightning slash'] = {
battlename='LIGHTNING-BLADE',
attribute='sword skill',
cost='12%',
costtype='HP',
power=120,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='特殊物理行動 威力120 0~1回攻撃 SHOCKの効果',
description='Special physical action. Power 120. 0-1 hit attack. Shock effect.',
effect='Deals Sword Skill damage. Hits 0-1 times (higher chance to fail than to succeed). Chance to inflict Shock.',
skilltype='Extra',
desumicon='oextra',
name='Lightning Slash',
},
['lightning speed'] = {
battlename='QUICK-MURDER',
attribute='sword skill',
cost='17%',
costtype='HP',
power=20,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='特殊物理行動 威力20 0~1回攻撃 BINDの効果',
description='Special physical action. Power 20. 0-1 hit attack. Bind effect.',
effect='Deals Sword Skill damage. Hits 0-1 times (higher chance to fail than to succeed). Chance to inflict Bind.',
skilltype='Extra',
desumicon='oextra',
name='Lightning Speed',
},
['hundred man killing'] = {
battlename='MASS-GENOCIDE',
attribute='sword skill',
cost='31%',
costtype='HP',
power=32,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊物理行動 威力32 全体攻撃',
description='Special physical action. Power 32. All attack.',
effect='Deals Sword Skill damage.',
skilltype='Extra',
desumicon='oextra',
name='Hundred Man Killing',
},
['empty wave'] = {
battlename='PHANTOM-EDGE',
attribute='sword skill',
cost='18%',
costtype='HP',
power=54,
inbattle='y',
outbattle='n',
target='All enemies in either row',
descriptionja='特殊物理行動 威力54 前列/後列攻撃',
description='Special physical action. Power 54. Front row/back row attack.',
effect='Deals Sword Skill damage.',
skilltype='Extra',
desumicon='oextra',
name='Empty Wave',
},
['jumping knee'] = {
battlename='JAMPING-KNEE',
attribute='skill',
cost='3%',
costtype='HP',
power=10,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='特殊物理行動 威力10 0~1回攻撃',
description='Special physical action. Power 10. 0-1 hit attack.',
effect='Deals Skill damage. Hits 0-1 times (higher chance to fail than to succeed).',
skilltype='Extra',
desumicon='oextra',
name='Jumping Knee',
},
['vulcan kick'] = {
battlename='VULCAN-KICK',
attribute='skill',
cost='3%',
costtype='HP',
power=3,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力3 2~7回攻撃',
description='Special physical action. Power 3. 2-7 hit attack.',
effect='Deals Skill damage. Hits 2-7 times. Switches to another target if initial target dies.',
skilltype='Extra',
desumicon='oextra',
name='Vulcan Kick',
},
['stun crash'] = {
battlename='STUN-CRASH',
attribute='skill',
cost='5%',
costtype='HP',
power=8,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊物理行動 威力8 全体攻撃 SHOCKの効果',
description='Special physical action. Power 8. All attack. Shock effect.',
effect='Deals Skill damage. Chance to inflict Shock.',
skilltype='Extra',
desumicon='oextra',
name='Stun Crash',
},
['flying knee'] = {
battlename='FLYING-KNEE',
attribute='skill',
cost='3%',
costtype='HP',
power=10,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力10',
description='Special physical action. Power 10.',
effect='Deals Skill damage.',
skilltype='Extra',
desumicon='oextra',
name='Flying Knee',
},
['meteor fist'] = {
battlename='METEOR-FIST',
attribute='skill',
cost='4%',
costtype='HP',
power=7,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='特殊物理行動 威力7 3~6回攻撃',
description='Special physical action. Power 7. 3-6 hit attack.',
effect='Deals Skill damage. Hits 3-6 times. Subsequent hits after the first have a random target.',
skilltype='Extra',
desumicon='oextra',
name='Meteor Fist',
},
['wolfpack fist'] = {
battlename='WOLF-CLAW',
attribute='skill',
cost='4%',
costtype='HP',
power=12,
inbattle='y',
outbattle='n',
target='All enemies in front row',
descriptionja='特殊物理行動 威力12 前列全体攻撃',
description='Special physical action. Power 12. Whole front row attack.',
effect='Deals Skill damage.',
skilltype='Extra',
desumicon='oextra',
name='Wolfpack Fist',
},
['hell thrust'] = {
battlename='MORTAL-BLOW',
attribute='skill',
cost='3%',
costtype='HP',
power=10,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力10 0~1回攻撃 CLOSEの効果',
description='Special physical action. Power 10. 0-1 hit attack. Close effect.',
effect='Deals Skill damage. Hits 0-1 times (higher chance to succeed than to fail). Chance to inflict Close.',
skilltype='Extra',
desumicon='oextra',
name='Hell Thrust',
},
['cause \'n\' effect'] = {
battlename='INNGA',
attribute='skill',
cost='7%',
costtype='HP',
power=50,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='特殊物理行動 威力50',
description='Special physical action. Power 50.',
effect='Deals Skill damage.',
skilltype='Extra',
desumicon='oextra',
name='Cause \'n\' Effect',
},
['screw slap'] = {
battlename='RASEN',
attribute='skill',
cost='10%',
costtype='HP',
power=25,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
effect='Deals Skill damage. Hits 2-7 times. Subsequent hits after the first have a random target.',
skilltype='Extra',
desumicon='oextra',
name='Screw Slap',
},
['tear apart'] = {
battlename='SCATTER',
attribute='skill',
cost='3%',
costtype='HP',
power=10,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力10 1~2回攻撃',
description='Special physical action. Power 10. 1-2 hit attack.',
effect='Deals Skill damage. Hits 1-2 times. Switches to another target if initial target dies.',
skilltype='Extra',
desumicon='oextra',
name='Tear Apart',
},
['venom claw'] = {
battlename='VENOM-CLAW',
attribute='skill',
cost='3%',
costtype='HP',
power=10,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力10 2回攻撃 POISONの効果',
description='Special physical action. Power 10. 2 hit attack. Poison effect.',
effect='Deals Skill damage. Hits 2 times. Chance to inflict Poison.',
skilltype='Extra',
desumicon='oextra',
name='Venom Claw',
},
['stun claw'] = {
battlename='PALYZE-CLAW',
attribute='skill',
cost='4%',
costtype='HP',
power=5,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力5 0~2回攻撃 PALYZEの効果',
description='Special physical action. Power 5. 0-2 hit attack. Paralyze effect.',
effect='Deals Skill damage. Hits 0-2 times. Chance to inflict Paralyze.',
skilltype='Extra',
desumicon='oextra',
name='Stun Claw',
},
['wing flap'] = {
battlename='FLAP-WINGS',
attribute='skill',
cost='4%',
costtype='HP',
power=6,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊物理行動 威力6 全体攻撃',
description='Special physical action. Power 6. All attack.',
effect='Deals Skill damage.',
skilltype='Extra',
desumicon='oextra',
name='Wing Flap',
},
['venom needle'] = {
battlename='VENOM-NEEDLE',
attribute='skill',
cost='12%',
costtype='HP',
power=9,
inbattle='y',
outbattle='n',
target='All enemies in front row',
descriptionja='特殊物理行動 威力9 前列全体攻撃 POISONの効果',
description='Special physical action. Power 9. Whole front row attack. Poison effect.',
effect='Deals Skill damage. Chance to inflict Poison.',
skilltype='Extra',
desumicon='oextra',
name='Venom Needle',
},
['paralyze needle'] = {
battlename='PALYZE-NEEDLE',
attribute='skill',
cost='8%',
costtype='HP',
power=4,
inbattle='y',
outbattle='n',
target='All enemies in front row',
descriptionja='特殊物理行動 威力4 前列全体攻撃 PALYZEの効果',
description='Special physical action. Power 4. Whole front row attack. Paralyze effect.',
effect='Deals Skill damage. Chance to inflict Paralyze.',
skilltype='Extra',
desumicon='oextra',
name='Paralyze Needle',
},
['mince needle'] = {
battlename='MINCE-NEEDLE',
attribute='skill',
cost='7%',
costtype='HP',
power=20,
inbattle='y',
outbattle='n',
target='All enemies in front row',
descriptionja='特殊物理行動 威力20 前列全体攻撃',
description='Special physical action. Power 20. Whole front row attack.',
effect='Deals Skill damage.',
skilltype='Extra',
desumicon='oextra',
name='Mince Needle',
},
['peck'] = {
battlename='PICKING',
attribute='charge',
cost='3%',
costtype='HP',
power=10,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='特殊物理行動 威力10',
description='Special physical action. Power 10.',
effect='Deals Charge damage.',
skilltype='Extra',
desumicon='oextra',
name='Peck',
},
['bird gimlet'] = {
battlename='BIRD-GIMLET',
attribute='charge',
cost='4%',
costtype='HP',
power=15,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='殊物理行動 威力15',
description='Special physical action. Power 15.',
effect='Deals Charge damage.',
skilltype='Extra',
desumicon='oextra',
name='Bird Gimlet',
},
['bite off'] = {
battlename='CHEWING',
attribute='charge',
cost='4%',
costtype='HP',
power=5,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力5 2~4回攻撃',
description='Special physical action. Power 5. 2-4 hit attack.',
effect='Deals Charge damage. Hits 2-4 times. Subsequent hits after the first have a random target.',
skilltype='Extra',
desumicon='oextra',
name='Bite Off',
},
['spiral bite'] = {
battlename='SPIRAL-BITE',
attribute='charge',
cost='3%',
costtype='HP',
power=15,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='殊物理行動 威力15',
description='Special physical action. Power 15.',
effect='Deals Charge damage.',
skilltype='Extra',
desumicon='oextra',
name='Spiral Bite',
},
['tackle'] = {
battlename='TACKLE',
attribute='charge',
cost='5%',
costtype='HP',
power=20,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力20 2~3回攻撃',
description='Special physical action. Power 20. 2-3 hit attack.',
effect='Deals Charge damage. Hits 2-3 times. Subsequent hits after the first have a random target.',
skilltype='Extra',
desumicon='oextra',
name='Tackle',
},
['lariat'] = {
battlename='LARIAT',
attribute='charge',
cost='4%',
costtype='HP',
power=40,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力40 0~1回攻撃',
description='Special physical action. Power 40. 0-1 hit attack.',
effect='Deals Charge damage. Hits 0-1 times (higher chance to succeed than to fail).',
skilltype='Extra',
desumicon='oextra',
name='Lariat',
},
['guillotine heel'] = {
battlename='GUILLOTINE-HEEL',
attribute='charge',
cost='3%',
costtype='HP',
power=20,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='特殊物理行動 威力20',
description='Special physical attack. Power 20.',
effect='Deals Charge damage.',
skilltype='Extra',
desumicon='oextra',
name='Guillotine Heel',
},
['venom bite'] = {
battlename='VENOM-BITE',
attribute='charge',
cost='4%',
costtype='HP',
power=15,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力15 POISONの効果',
description='Special physical action. Power 15. Poison effect.',
effect='Deals Charge damage. Chance to inflict Poison.',
skilltype='Extra',
desumicon='oextra',
name='Venom Bite',
},
['charm bite'] = {
battlename='CHARM-BITE',
attribute='charge',
cost='7%',
costtype='HP',
power=10,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力10 0~1回攻撃 CHARMの効果',
description='Special physical action. Power 10. 0-1 hit attack. Charm effect.',
effect='Deals Charge damage. Hits 0-1 times (higher chance to fail than to succeed). Chance to inflict Charm.',
skilltype='Extra',
desumicon='oextra',
name='Charm Bite',
},
['stone bite'] = {
battlename='PETRA-BITE',
attribute='charge',
cost='8%',
costtype='HP',
power=16,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力16 0~1回攻撃 STONEの効果',
description='Special physical action. Power 16. 0-1 hit attack. Stone effect.',
effect='Deals Charge damage. Hits 0-1 times (higher chance to fail than to succeed). Chance to inflict Stone.',
skilltype='Extra',
desumicon='oextra',
name='Stone Bite',
},
['ether mace'] = {
battlename='ETHER-MACE',
attribute='charge',
cost='14%',
costtype='HP',
power=20,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊物理行動 威力20 全体攻撃 PALYZEの効果',
description='Special physical action. Power 20. All attack. Paralyze effect.',
effect='Deals Charge damage. Chance to inflict Paralyze.',
skilltype='Extra',
desumicon='oextra',
name='Ether Mace',
},
['flare rush'] = {
battlename='FLARE-RUSH',
attribute='charge',
cost='7%',
costtype='HP',
power=16,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力16 0~7回攻撃',
description='Special physical action. Power 16. 0-7 hit attack.',
effect='Deals Charge damage. Hits 0-7 times. Switches to another target if initial target dies.',
skilltype='Extra',
desumicon='oextra',
name='Flare Rush',
},
['rumble rush'] = {
battlename='RUMBLE-RUSH',
attribute='charge',
cost='8%',
costtype='HP',
power=12,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊物理行動 威力12 全体攻撃',
description='Special physical action. Power 12. All attack.',
effect='Deals Charge damage.',
skilltype='Extra',
desumicon='oextra',
name='Rumble Rush',
},
['blood festival'] = {
battlename='BLOODY-FESTA',
attribute='charge',
cost='8%',
costtype='HP',
power=15,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力15 0~7回攻撃',
description='Special physical action. Power 15. 0-7 hit attack.',
effect='Deals Charge damage. Hits 0-7 times. Switches to another target if initial target dies.',
skilltype='Extra',
desumicon='oextra',
name='Blood Festival',
},
['cautery fist'] = {
battlename='FIRE-FIST-AMEN',
attribute='fire',
cost='28%',
costtype='HP',
power=20,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊物理行動 威力20 全体攻撃',
description='Special physical action. Power 20. All attack.',
effect='Deals Fire damage.',
skilltype='Extra',
desumicon='oextra',
name='Cautery Fist',
},
['bamboo slice'] = {
battlename='KARATAKE',
attribute='sword skill',
cost='17%',
costtype='HP',
power=50,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊物理行動 威力50',
description='Special physical action. Power 50.',
effect='Deals Sword Skill damage equal to 20% of target\'s current HP. Has 1/16 chance to kill instantly (except against bosses).',
skilltype='Extra',
desumicon='oextra',
name='Bamboo Slice',
},
['cleave in two'] = {
battlename='CRITICAL-SLASH ',
attribute='sword skill',
cost='21%',
costtype='HP',
power=38,
inbattle='y',
outbattle='n',
target='All enemies in front row',
descriptionja='特殊物理行動 威力38 前列全体攻撃',
description='Special physical action. Power 38. Whole front row attack.',
effect='Deals Sword Skill damage equal to 30% of target\'s current HP. Has 1/16 chance to kill instantly (except against bosses).',
skilltype='Extra',
desumicon='oextra',
name='Cleave in Two',
},
['hassou tobi'] = {
battlename='HASSO-BEAT',
attribute='sword skill',
cost='14%',
costtype='HP',
power=80,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊物理行動 威力80 全体攻撃',
description='Special physical action. Power 80. All attack.',
effect='Deals Sword Skill damage. Hits 8 times.',
skilltype='Extra',
desumicon='oextra',
name='Hassou Tobi',
},
['meat bullet'] = {
battlename='KAMIKAZE',
attribute='charge',
cost='3%',
costtype='HP',
power=98,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='特殊物理行動 威力98 術者の命とひきかえに敵1体へ大ダメージ',
description='Special physical action. Power 98. Great damage to 1 enemy in exchange for caster\'s life.',
effect='Deals Charge damage. Kills user.',
skilltype='Extra',
desumicon='oextra',
name='Meat Bullet',
},
['noble death'] = {
battlename='CHERRY-BLOSSOM',
attribute='charge',
cost='3%',
costtype='HP',
power=150,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊物理行動 術者の命とひきかえに敵全体へ現在HPの50%ダメージ',
description='Special physical action. 50% of current HP damage to all enemies in exchange for caster\'s life.',
effect='Deals Charge damage equal to half of current HP of target. Kills user.',
skilltype='Extra',
desumicon='oextra',
name='Noble Death',
},
['agi'] = {
battlename='AGI',
attribute='fire',
cost=3,
costtype='MP',
power=23,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='攻撃魔法 前列 威力23 敵1体に火炎系ダメージ',
description='Attack magic. Front row. Power 23. Fire-type damage to 1 enemy.',
effect='Deals Fire damage.',
skilltype='Magic',
desumicon='omagic',
name='Agi',
},
['agilao'] = {
battlename='AGIRAO',
attribute='fire',
cost=10,
costtype='MP',
power=50,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='攻撃魔法 前列 威力50 敵1体に複数回の火炎系ダメージ',
description='Attack magic. Front row. Power 50. Fire-type damage multiple times to 1 enemy.',
effect='Deals Fire damage. Hits 2-3 times..  Switches to another target if initial target dies.',
skilltype='Magic',
desumicon='omagic',
name='Agilao',
},
['maragi'] = {
battlename='Maha-AGI',
attribute='fire',
cost=6,
costtype='MP',
power=27,
inbattle='y',
outbattle='n',
target='All enemies in front row',
descriptionja='攻撃魔法 前列 威力27 敵1列全体に火炎系ダメージ',
description='Attack magic. Front row. Power 27. Fire-type damage to 1 whole row of enemies.',
effect='Deals Fire damage.',
skilltype='Magic',
desumicon='omagic',
name='Maragi',
},
['maragion'] = {
battlename='Maha-AGION',
attribute='fire',
cost=22,
costtype='MP',
power=77,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='攻撃魔法 全体 威力77 すべての敵に火炎系ダメージ',
description='Attack magic. All. Power 77. Fire-type damage to all enemies.',
effect='Deals Fire damage.',
skilltype='Magic',
desumicon='omagic',
name='Maragion',
},
['bufu'] = {
battlename='BUFU',
attribute='ice',
cost=3,
costtype='MP',
power=23,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='攻撃魔法 前列 威力23 敵1体に氷結系ダメージ',
description='Attack magic. Front row. Power 23. Ice-type damage to 1 enemy.',
effect='Deals Ice damage. Chance to inflict Freeze.',
skilltype='Magic',
desumicon='omagic',
name='Bufu',
},
['bufula'] = {
battlename='BUFULA',
attribute='ice',
cost=10,
costtype='MP',
power=50,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='攻撃魔法 前列 威力50 複数の敵に氷結系ダメージ',
description='Attack magic. Front row. Power 50. Ice-type damage to multiple enemies.',
effect='Deals Ice damage. Chance to inflict Freeze. Subsequent hits after the first have a random target.',
skilltype='Magic',
desumicon='omagic',
name='Bufula',
},
['mabufu'] = {
battlename='Maha-BUFU',
attribute='ice',
cost=6,
costtype='MP',
power=25,
inbattle='y',
outbattle='n',
target='All enemies in front row',
descriptionja='攻撃魔法 前列 威力25 敵1列全体に氷結系ダメージ',
description='Attack magic. Front row. Power 25. Ice-type damage to 1 whole row of enemies.',
effect='Deals Ice damage. Chance to inflict Freeze.',
skilltype='Magic',
desumicon='omagic',
name='Mabufu',
},
['mabufula'] = {
battlename='Maha-BUFULA',
attribute='ice',
cost=25,
costtype='MP',
power=85,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='攻撃魔法 全体 威力85 すべての敵に氷結系ダメージ',
description='Attack magic. All. Power 85. Ice-type damage to all enemies.',
effect='Deals Ice damage. Chance to inflict Freeze.',
skilltype='Magic',
desumicon='omagic',
name='Mabufula',
},
['zio'] = {
battlename='ZIO',
attribute='electricity',
cost=4,
costtype='MP',
power=28,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='攻撃魔法 前列/後列 威力28 敵1体に電撃系ダメージ',
description='Attack magic. Front row/back row. Power 28. Electricity-type damage to 1 enemy.',
effect='Deals Electricity damage. Chance to inflict Shock.',
skilltype='Magic',
desumicon='omagic',
name='Zio',
},
['zionga'] = {
battlename='ZIONGA',
attribute='electricity',
cost=10,
costtype='MP',
power=98,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='攻撃魔法 前列/後列 威力98 敵1体に電撃系ダメージ',
description='Attack magic. Front row/back row. Power 98. Electricity-type damage to 1 enemy.',
effect='Deals Electricity damage. Chance to inflict Shock.',
skilltype='Magic',
desumicon='omagic',
name='Zionga',
},
['mazio'] = {
battlename='Maha-ZIO',
attribute='electricity',
cost=7,
costtype='MP',
power=30,
inbattle='y',
outbattle='n',
target='All enemies in either row',
descriptionja='攻撃魔法 前列/後列 威力30 敵1列全体に電撃系ダメージ',
description='Attack magic. Front row/back row. Power 30. Electricity-type damage to 1 whole row of enemies.',
effect='Deals Electricity damage. Chance to inflict Shock.',
skilltype='Magic',
desumicon='omagic',
name='Mazio',
},
['mazionga'] = {
battlename='Maha-ZIONGA',
attribute='electricity',
cost=26,
costtype='MP',
power=86,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='攻撃魔法 全体 威力86 すべての敵に電撃系ダメージ',
description='Attack magic. All. Power 86. Electricity-type damage to all enemies.',
effect='Deals Electricity damage. Chance to inflict Shock.',
skilltype='Magic',
desumicon='omagic',
name='Mazionga',
},
['zan'] = {
battlename='ZAN',
attribute='force',
cost=3,
costtype='MP',
power=28,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='攻撃魔法 前列 威力28 敵1体に衝撃系ダメージ',
description='Attack magic. Front row. Power 28. Force-type damage to 1 enemy.',
effect='Deals Force damage.',
skilltype='Magic',
desumicon='omagic',
name='Zan',
},
['zanma'] = {
battlename='ZANMA',
attribute='force',
cost=12,
costtype='MP',
power=40,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='攻撃魔法 前列 威力40 複数の敵に衝撃系ダメージ',
description='Attack magic. Front row. Power 40. Force-type damage to multiple enemies.',
effect='Deals Force damage. Hits 2-4 times.. Subsequent hits after the first have a random target.',
skilltype='Magic',
desumicon='omagic',
name='Zanma',
},
['mazan'] = {
battlename='Maha-ZAN',
attribute='force',
cost=7,
costtype='MP',
power=31,
inbattle='y',
outbattle='n',
target='All enemies in front row',
descriptionja='攻撃魔法 前列 威力31 敵1列全体に衝撃系ダメージ',
description='Attack magic. Front row. Power 31. Force-type damage to 1 whole row of enemies.',
effect='Deals Force damage.',
skilltype='Magic',
desumicon='omagic',
name='Mazan',
},
['mazanma'] = {
battlename='Maha-ZANMA',
attribute='force',
cost=28,
costtype='MP',
power=87,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='攻撃魔法 全体 威力87 すべての敵に衝撃系ダメージ',
description='Attack magic. All. Power 87. Force-type damage to all enemies.',
effect='Deals Force damage.',
skilltype='Magic',
desumicon='omagic',
name='Mazanma',
},
['psi'] = {
battlename='PSY',
attribute='psychokinesis',
cost=3,
costtype='MP',
power=25,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='攻撃魔法 前列/後列 威力25 敵1体に念動系ダメージ',
description='Attack magic. Front row/back row. Power 25. Psychokinesis-type damage to 1 enemy.',
effect='Deals Psychokinesis damage.',
skilltype='Magic',
desumicon='omagic',
name='Psi',
},
['psio'] = {
battlename='PSYO',
attribute='psychokinesis',
cost=10,
costtype='MP',
power=98,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='攻撃魔法 前列/後列 威力98 敵1体に念動系ダメージ',
description='Attack magic. Front row/back row. Power 98. Psychokinesis-type damage to 1 enemy.',
effect='Deals Psychokinesis damage.',
skilltype='Magic',
desumicon='omagic',
name='Psio',
},
['mapsi'] = {
battlename='Maha-PSY',
attribute='psychokinesis',
cost=7,
costtype='MP',
power=31,
inbattle='y',
outbattle='n',
target='All enemies in either row',
descriptionja='攻撃魔法 前列/後列 威力31 敵1列全体に念動系ダメージ',
description='Attack magic. Front row/back row. Power 31. Psychokinesis-type damage to 1 whole row of enemies.',
effect='Deals Psychokinesis damage.',
skilltype='Magic',
desumicon='omagic',
name='Mapsi',
},
['mapsio'] = {
battlename='Maha-PSYO',
attribute='psychokinesis',
cost=32,
costtype='MP',
power=98,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='攻撃魔法 全体 威力98 すべての敵に念動系ダメージ',
description='Attack magic. All. Power 98. Psychokinesis-type damage to all enemies.',
effect='Deals Psychokinesis damage.',
skilltype='Magic',
desumicon='omagic',
name='Mapsio',
},
['megido'] = {
battlename='MEGIDO',
attribute='almighty',
cost=8,
costtype='MP',
power=200,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='攻撃魔法 前列 威力200 敵1体に大ダメージ',
description='Attack magic. Front row. Power 200. Great damage to 1 enemy.',
effect='Deals Almighty damage.',
skilltype='Magic',
desumicon='omagic',
name='Megido',
},
['megidola'] = {
battlename='MEGIDORA',
attribute='almighty',
cost=22,
costtype='MP',
power=150,
inbattle='y',
outbattle='n',
target='All enemies in front row',
descriptionja='攻撃魔法 前列 威力150 敵1列全体に大ダメージ',
description='Attack magic. Front row. Power 150. Great damage to 1 whole row of enemies.',
effect='Deals Almighty damage.',
skilltype='Magic',
desumicon='omagic',
name='Megidola',
},
['megidolaon'] = {
battlename='MEGIDORAON',
attribute='almighty',
cost=52,
costtype='MP',
power=160,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='攻撃魔法 全体 威力160 すべての敵に大ダメージ',
description='Attack magic. All. Power 160. Great damage to all enemies.',
effect='Deals Almighty damage.',
skilltype='Magic',
desumicon='omagic',
name='Megidolaon',
},
['fire breath'] = {
battlename='FIRE-BREATH',
attribute='fire',
cost=8,
costtype='MP',
power=37,
inbattle='y',
outbattle='n',
target='All enemies in front row',
descriptionja='特殊魔法行動 前列 威力37 敵1列全体に火炎系ダメージ',
description='Special magic action. Front row. Power 37. Fire-type damage to 1 whole row of enemies.',
effect='Deals Fire damage.',
skilltype='Extra',
desumicon='oextra',
name='Fire Breath',
},
['hellfire summon'] = {
battlename='HELLISH-FLAME',
attribute='fire',
cost=25,
costtype='MP',
power=77,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊魔法行動 全体 威力118 すべての敵に火炎系ダメージ',
description='Special magic action. All. Power 77. Fire-type damage to all enemies.',
effect='Deals Fire damage.',
skilltype='Extra',
desumicon='oextra',
name='Hellfire Summon',
},
['blizzard breath'] = {
battlename='BLIZZARD-BREATH',
attribute='ice',
cost=8,
costtype='MP',
power=39,
inbattle='y',
outbattle='n',
target='All enemies in front row',
descriptionja='特殊魔法行動 前列 威力39 敵1列全体に氷結系ダメージ',
description='Special magic action. Front row. Power 39. Ice-type damage to 1 whole row of enemies.',
effect='Deals Ice damage. Chance to inflict Freeze.',
skilltype='Extra',
desumicon='oextra',
name='Blizzard Breath',
},
['glacial blast'] = {
battlename='ABSOLUTELY-ZERO',
attribute='ice',
cost=26,
costtype='MP',
power=77,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊魔法行動 全体 威力77 すべての敵に氷結系ダメージ',
description='Special magic action. All. Power 77. Ice-type damage to all enemies.',
effect='Deals Ice damage. Chance to inflict Freeze.',
skilltype='Extra',
desumicon='oextra',
name='Glacial Blast',
},
['shock'] = {
battlename='SWING-THUNDER',
attribute='electricity',
cost=8,
costtype='MP',
power=24,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊魔法行動 前列 威力24 複数の敵に電撃系ダメージ',
description='Special magic action. Front row. Power 24. Electricity-type damage to multiple enemies.',
effect='Deals Electricity damage. Hits 3-5 times. Subsequent hits after the first have a random target. Chance to inflict Shock.',
skilltype='Extra',
desumicon='oextra',
name='Shock',
},
['thunder break'] = {
battlename='THUNDER-BREAK',
attribute='electricity',
cost=28,
costtype='MP',
power=77,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊魔法行動 全体 威力77 すべての敵に電撃系ダメージ',
description='Special magic action. All. Power 77. Electricity-type damage to all enemies.',
effect='Deals Electricity damage. Chance to inflict Shock.',
skilltype='Extra',
desumicon='oextra',
name='Thunder Break',
},
['brain burst'] = {
battlename='BRAIN-BURST',
attribute='bind',
cost=12,
costtype='MP',
power=43,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊魔法行動 前列 威力43 複数の敵に念動系ダメージ/BINDの効果',
description='Special magic action. Front row. Power 43. Psychokinetic-type damage to multiple enemies/Bind effect.',
effect='Deals Psychokinesis damage. Hits 4-6 times. Subsequent hits after the first have a random target. Chance to inflict Bind.',
skilltype='Extra',
desumicon='oextra',
name='Brain Burst',
},
['heretic\'s law'] = {
battlename='OUTSIDER\'S-LAW',
attribute='almighty',
cost=10,
costtype='MP',
power=120,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='特殊魔法行動 全体 威力120 敵1体に大ダメージ',
description='Special magic action. All. Power 120. Great damage to 1 enemy.',
effect='Deals Almighty damage.',
skilltype='Extra',
desumicon='oextra',
name='Heretic\'s Law',
},
['poison light'] = {
battlename='VENOM-FLASH',
attribute='almighty',
cost=36,
costtype='MP',
power=65,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊魔法行動 全体 威力65 すべての敵にダメージ/POISONの効果',
description='Special magic action. All. Power 65. Damage to all enemies/Poison effect.',
effect='Deals Almighty damage. Chance to inflict Poison.',
skilltype='Extra',
desumicon='oextra',
name='Poison Light',
},
['brahmastra'] = {
battlename='BRAHMA-SUTRA',
attribute='almighty',
cost=64,
costtype='MP',
power=180,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊魔法行動 全体 威力180 敵すべての敵に大ダメージ',
description='Special magic action. All. Power 180. Great damage to all enemies.',
effect='Deals Almighty damage.',
skilltype='Extra',
desumicon='oextra',
name='Brahmastra',
},
['judgment'] = {
battlename='JUDGMENT',
attribute='almighty',
cost=54,
costtype='MP',
power=40,
inbattle='y',
outbattle='n',
target='All enemies and allies',
descriptionja='特殊魔法行動 敵・味方全体 術者と属性の異なる者すべてにダメージ',
description='Special magic action. All enemies and allies. Damage to all with different alignment than caster.',
effect='Deals Almighty damage to enemies and allies with different alignment (on Law-Chaos axis) than caster. Neutral demons are immune. ',
skilltype='Extra',
desumicon='oextra',
name='Judgment',
},
['holy wrath'] = {
battlename='JUSTICE-HEAVEN',
attribute='almighty',
cost=108,
costtype='MP',
power=50,
inbattle='y',
outbattle='n',
target='All enemies and allies',
descriptionja='特殊魔法行動 敵・味方全体 術者と属性の異なる者すべてに大ダメージ',
description='Special magic action. All enemies and allies. Great damage to all with different alignment than caster.',
effect='Deals Almighty damage to enemies and allies with different alignment (on Law-Chaos axis) than caster. Neutral demons are immune.',
skilltype='Extra',
desumicon='oextra',
name='Holy Wrath',
},
['hama'] = {
battlename='HAMA',
attribute='expel',
cost=8,
costtype='MP',
power=24,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='攻撃魔法 前列 威力24 敵1体に破魔系ダメージ',
description='Attack magic. Front row. Power 24. Expel-type damage to 1 enemy.',
effect='Chance to inflict Dead.',
skilltype='Magic',
desumicon='omagic',
name='Hama',
},
['hanma'] = {
battlename='HANMA',
attribute='expel',
cost=10,
costtype='MP',
power=20,
inbattle='y',
outbattle='n',
target='All enemies in front row',
descriptionja='攻撃魔法 前列 威力20 敵1列全体に破魔系ダメージ',
description='Attack magic. Front row. Power 20. Expel-type damage to 1 whole row of enemies.',
effect='Chance to inflict Dead.',
skilltype='Magic',
desumicon='omagic',
name='Hanma',
},
['hamaon'] = {
battlename='HAMAON',
attribute='expel',
cost=15,
costtype='MP',
power=16,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='攻撃魔法 全体 威力16 すべての敵に破魔系ダメージ',
description='Attack magic. All. Power 16. Expel-type damage to all enemies.',
effect='Chance to inflict Dead.',
skilltype='Magic',
desumicon='omagic',
name='Hamaon',
},
['mudo'] = {
battlename='MUDO',
attribute='death',
cost=4,
costtype='MP',
power=24,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='攻撃魔法 前列/後列 敵1体を呪殺',
description='Attack magic. Front row/back row. Curses 1 enemy to death.',
effect='Chance to inflict Dead.',
skilltype='Magic',
desumicon='omagic',
name='Mudo',
},
['mudola'] = {
battlename='MUDORA',
attribute='death',
cost=12,
costtype='MP',
power=20,
inbattle='y',
outbattle='n',
target='All enemies in either row',
descriptionja='攻撃魔法 前列/後列 敵1列全体を呪殺',
description='Attack magic. Front row/back row. Curses 1 whole row of enemies to death.',
effect='Chance to inflict Dead.',
skilltype='Magic',
desumicon='omagic',
name='Mudola',
},
['mudoon'] = {
battlename='MUDO-ON',
attribute='death',
cost=15,
costtype='MP',
power=18,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='攻撃魔法 全体 すべての敵を呪殺',
description='Attack magic. All. Curses all enemies to death.',
effect='Chance to inflict Dead.',
skilltype='Magic',
desumicon='omagic',
name='Mudoon',
},
['dormina'] = {
battlename='DOLUMINER',
attribute='mind',
cost=3,
costtype='MP',
power=45,
inbattle='y',
outbattle='n',
target='All enemies in either row',
descriptionja='攻撃補助 前列/後列 バッドステータス 敵1列全体にSLEEPの効果',
description='Attack support. Front row/back row. Bad status. Sleep effect to 1 whole row of enemies.',
effect='Chance to inflict Sleep.',
skilltype='Magic',
desumicon='omagic',
name='Dormina',
},
['marin karin'] = {
battlename='MARIN-KARIN',
attribute='nerve',
cost=4,
costtype='MP',
power=68,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='攻撃補助 前列/後列 バッドステータス 敵1体にCHARMの効果',
description='Attack support. Front row/back row. Bad status. Charm effect to 1 enemy.',
effect='Chance to inflict Charm.',
skilltype='Magic',
desumicon='omagic',
name='Marin Karin',
},
['shibaboo'] = {
battlename='SIBABU',
attribute='bind',
cost=5,
costtype='MP',
power=48,
inbattle='y',
outbattle='n',
target='All enemies in either row',
descriptionja='攻撃補助 前列/後列 バッドステータス 敵1列全体にBINDの効果',
description='Attack support. Front row/back row. Bad status. Bind effect to 1 whole row of enemies.',
effect='Chance to inflict Bind.',
skilltype='Magic',
desumicon='omagic',
name='Shibaboo',
},
['shuff'] = {
battlename='SHUFF',
attribute='ruin',
cost=3,
costtype='MP',
power=32,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='攻撃補助 前列/後列 バッドステータス 敵1体にCARDの効果',
description='Attack support. Front row/back row. Bad status. Card effect to 1 enemy.',
effect='Chance to inflict Card.',
skilltype='Magic',
desumicon='omagic',
name='Shuff',
},
['shuffle'] = {
battlename='SHUFFLE',
attribute='ruin',
cost=5,
costtype='MP',
power=48,
inbattle='y',
outbattle='n',
target='All enemies in either row',
descriptionja='攻撃補助 前列/後列 バッドステータス 敵1列全体にCARDの効果',
description='Attack support. Front row/back row. Card effect to 1 whole row of enemies.',
effect='Chance to inflict Card.',
skilltype='Magic',
desumicon='omagic',
name='Shuffle',
},
['shuffler'] = {
battlename='SHUFFLER',
attribute='ruin',
cost=10,
costtype='MP',
power=54,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='攻撃補助 全体 バッドステータス すべての敵にCARDの効果',
description='Attack support. All. Bad status. Card effect to all enemies.',
effect='Chance to inflict Card.',
skilltype='Magic',
desumicon='omagic',
name='Shuffler',
},
['kyou'] = {
battlename='KYO',
attribute='expel',
cost=3,
costtype='MP',
power=32,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='攻撃補助 前列 バッドステータス 敵1体にMIRRORの効果',
description='Attack support. Front row. Bad status. Mirror effect to 1 enemy.',
effect='Chance to inflict Mirror.',
skilltype='Magic',
desumicon='omagic',
name='Kyou',
},
['hakyou'] = {
battlename='HA-KYO',
attribute='expel',
cost=5,
costtype='MP',
power=48,
inbattle='y',
outbattle='n',
target='All enemies in front row',
descriptionja='攻撃補助 前列 バッドステータス 敵1列全体にMIRRORの効果',
description='Attack support. Front row. Bad status. Mirror effect to 1 whole row of enemies.',
effect='Chance to inflict Mirror.',
skilltype='Magic',
desumicon='omagic',
name='Hakyou',
},
['sikyou'] = {
battlename='SI-KYO',
attribute='expel',
cost=7,
costtype='MP',
power=54,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='攻撃補助 全体 バッドステータス すべての敵にMIRRORの効果',
description='Attack support. All. Bad status. Mirror effect to all enemies.',
effect='Chance to inflict Mirror.',
skilltype='Magic',
desumicon='omagic',
name='Sikyou',
},
['sipani'] = {
battlename='SIPANI',
attribute='mind',
cost=6,
costtype='MP',
power=38,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='攻撃補助 全体 バッドステータス すべての敵にPANICの効果',
description='Attack support. All. Bad status. Panic effect to all enemies.',
effect='Chance to inflict Panic.',
skilltype='Magic',
desumicon='omagic',
name='Sipani',
},
['hapirma'] = {
battlename='HAPIRUMA',
attribute='mind',
cost=4,
costtype='MP',
power=48,
inbattle='y',
outbattle='n',
target='All enemies in front row',
descriptionja='攻撃補助 前列 バッドステータス 敵1列全体にHAPPYの効果',
description='Attack support. Front row. Bad status. Happy effect to 1 whole row enemies.',
effect='Chance to inflict Happy.',
skilltype='Magic',
desumicon='omagic',
name='Hapirma',
},
['makafuji'] = {
battlename='MAKA-FUJI',
attribute='ruin',
cost=5,
costtype='MP',
power=64,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='攻撃補助 前列/後列 バッドステータス 敵1体にCLOSEの効果',
description='Attack support. Front row/back row. Bad status. Close effect to 1 enemy.',
effect='Chance to inflict Close.',
skilltype='Magic',
desumicon='omagic',
name='Makafuji',
},
['bind voice'] = {
battlename='BIND-VOICE',
attribute='bind',
cost=6,
costtype='MP',
power=38,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊魔法行動 全体 バッドステータス すべての敵にBINDの効果',
description='Special magic action. All. Bad status. Bind effect to all enemies.',
effect='Chance to inflict Bind.',
skilltype='Extra',
desumicon='oextra',
name='Bind Voice',
},
['magnetic storm'] = {
battlename='MAGNETIC-STORM',
attribute='bind',
cost=5,
costtype='MP',
power=48,
inbattle='y',
outbattle='n',
target='All enemies in either row',
descriptionja='特殊魔法行動 全体 バッドステータス 敵1列全体にBINDの効果',
description='Special magic action. All. Bad status. Bind effect to 1 whole row of enemies.',
effect='Chance to inflict Bind.',
skilltype='Extra',
desumicon='oextra',
name='Magnetic Storm',
},
['panic voice'] = {
battlename='PANIC-VOICE',
attribute='mind',
cost=12,
costtype='MP',
power=32,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊魔法行動 全体 バッドステータス すべての敵にPANICの効果',
description='Special magic action. All. Bad status. Panic effect to all enemies.',
effect='Chance to inflict Panic.',
skilltype='Extra',
desumicon='oextra',
name='Panic Voice',
},
['happy dance'] = {
battlename='HAPPY-DANCE',
attribute='mind',
cost=12,
costtype='MP',
power=28,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊魔法行動 全体 バッドステータス すべての敵にHAPPYの効果',
description='Special magic action. All. Bad status. Happy effect to all enemies.',
effect='Chance to inflict Happy.',
skilltype='Extra',
desumicon='oextra',
name='Happy Dance',
},
['medicine buddha\'s laugh'] = {
battlename='LAUGHING-YAKUSI',
attribute='ruin',
cost=11,
costtype='MP',
power=42,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊魔法行動 全体 バッドステータス すべての敵にCLOSEの効果',
description='Special magic action. All. Bad status. Close effect to all enemies.',
effect='Chance to inflict Close.',
skilltype='Extra',
desumicon='oextra',
name='Medicine Buddha\'s Laugh',
},
['venom breath'] = {
battlename='VENOM-BREATH',
attribute='ruin',
cost=5,
costtype='MP',
power=28,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊魔法行動 全体 バッドステータス すべての敵にPOISONの効果',
description='Special magic action. All. Bad status. Poison effect to all enemies.',
effect='Chance to inflict Poison.',
skilltype='Extra',
desumicon='oextra',
name='Venom Breath',
},
['insanity eye'] = {
battlename='INSANITY-EYE',
attribute='nerve',
cost=8,
costtype='MP',
power=40,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
descriptionja='特殊魔法行動 前列 バッドステータス 複数の敵にCHARMの効果',
description='Special magic action. Front row. Bad status. Charm effect to multiple enemies.',
effect='Hits 1-3 times. Subsequent hits after the first have a random target. Chance to inflict Charm.',
skilltype='Extra',
desumicon='oextra',
name='Insanity Eye',
},
['sexy dance'] = {
battlename='SEXY-DANCE',
attribute='nerve',
cost=20,
costtype='MP',
power=32,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊魔法行動 全体 バッドステータス すべての敵にCHARMの効果',
description='Special magic action. All. Bad status. Charm effect to all enemies.',
effect='Chance to inflict Charm.',
skilltype='Extra',
desumicon='oextra',
name='Sexy Dance',
},
['lullaby'] = {
battlename='CRADLE-SONG',
attribute='mind',
cost=10,
costtype='MP',
power=28,
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊魔法行動 全体 バッドステータス すべての敵にSLEEPの効果',
description='Special magic action. All. Bad status. Sleep effect to all enemies.',
effect='Chance to inflict Sleep.',
skilltype='Extra',
desumicon='oextra',
name='Lullaby',
},
['evil eye'] = {
battlename='EVIL-EYE',
attribute='death',
cost=8,
costtype='MP',
power=34,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
descriptionja='特殊魔法行動 全体 敵1体を呪殺',
description='Special magic action. All. Curses 1 enemy to death.',
effect='Chance to inflict Dead.',
skilltype='Extra',
desumicon='oextra',
name='Evil Eye',
},
['dia'] = {
battlename='DIA',
cost=2,
costtype='MP',
inbattle='y',
outbattle='y',
target='Single ally',
descriptionja='回復魔法 単体 味方1体のHPを少しだけ回復',
description='Recovery magic. Single. Recovers just a little HP to 1 ally.',
effect='Restores small amount of HP.',
skilltype='Magic',
desumicon='dmagic',
name='Dia',
},
['diarama'] = {
battlename='DIA-RAMA',
cost=4,
costtype='MP',
inbattle='y',
outbattle='y',
target='Single ally',
descriptionja='回復魔法 単体 味方1体のHPを中程度回復',
description='Recovery magic. Single. Recovers a medium amount of HP to 1 ally.',
effect='Restores medium amount of HP.',
skilltype='Magic',
desumicon='dmagic',
name='Diarama',
},
['diarahan'] = {
battlename='DIA-RAHAN',
cost=12,
costtype='MP',
inbattle='y',
outbattle='y',
target='Single ally',
descriptionja='回復魔法 単体 味方1体のHPをMAXまで回復',
description='Recovery magic. Single. Recovers the HP of 1 ally to max.',
effect='Fully restores HP.',
skilltype='Magic',
desumicon='dmagic',
name='Diarahan',
},
['media'] = {
battlename='Me-DIA',
cost=6,
costtype='MP',
inbattle='y',
outbattle='y',
target='All enemies',
descriptionja='回復魔法 全体 味方全員のHPを少しだけ回復',
description='Recovery magic. All. Recovers just a little HP to all allies.',
effect='Restores small amount of HP.',
skilltype='Magic',
desumicon='dmagic',
name='Media',
},
['mediarama'] = {
battlename='Me-DIARAMA',
cost=16,
costtype='MP',
inbattle='y',
outbattle='y',
target='All enemies',
descriptionja='回復魔法 全体 味方全員のHPを中程度回復',
description='Recovery magic. All. Recovers a medium amount of HP to all allies.',
effect='Restores medium amount of HP.',
skilltype='Magic',
desumicon='dmagic',
name='Mediarama',
},
['mediarahan'] = {
battlename='Me-DIARAHAN',
cost=32,
costtype='MP',
inbattle='y',
outbattle='y',
target='All allies',
descriptionja='回復魔法 全体 味方全員のHPをMAXまで回復',
description='Recovery magic. All. Recovers the HP of all allies to max.',
effect='Fully restores HP.',
skilltype='Magic',
desumicon='dmagic',
name='Mediarahan',
},
['posumudi'] = {
battlename='POSM-Di',
cost=2,
costtype='MP',
inbattle='y',
outbattle='y',
target='Single ally',
descriptionja='回復魔法 単体 味方1体の毒の状態を治療',
description='Recovery magic. Single. Cures Poison status of 1 ally.',
effect='Removes Poison ailment.',
skilltype='Magic',
desumicon='dmagic',
name='Posumudi',
},
['phasdi'] = {
battlename='PHAS-Di',
cost=3,
costtype='MP',
inbattle='y',
outbattle='n',
target='Single ally',
descriptionja='回復魔法 単体 味方1体の混乱・至福・睡眠を治療',
description='Recovery magic. Single. Cures Panic, Happy, or Sleep of 1 ally.',
effect='Removes Panic, Happy, or Sleep ailment.',
skilltype='Magic',
desumicon='dmagic',
name='Phasdi',
},
['charmdi'] = {
battlename='CARM-Di',
cost=5,
costtype='MP',
inbattle='y',
outbattle='n',
target='Single ally',
descriptionja='回復魔法 単体 味方1体の魅了を治療',
description='Recovery magic. Single. Cures Charm of 1 ally.',
effect='Removes Charm ailment.',
skilltype='Magic',
desumicon='dmagic',
name='Charmdi',
},
['petradi'] = {
battlename='PETRA-Di',
cost=8,
costtype='MP',
inbattle='y',
outbattle='y',
target='Single ally',
descriptionja='回復魔法 単体 味方1体の石化を治療',
description='Recovery magic. Single. Cures Stone of 1 ally.',
effect='Removes Stone ailment.',
skilltype='Magic',
desumicon='dmagic',
name='Petradi',
},
['closdi'] = {
battlename='CLOS-Di',
cost=5,
costtype='MP',
inbattle='y',
outbattle='y',
target='Single ally',
descriptionja='回復魔法 単体 味方1体の沈黙を治療',
description='Recovery magic. Single. Cures Close of 1 ally.',
effect='Removes Close ailment.',
skilltype='Magic',
desumicon='dmagic',
name='Closdi',
},
['paraladi'] = {
battlename='PALYLA-Di',
cost=7,
costtype='MP',
inbattle='y',
outbattle='y',
target='Single ally',
descriptionja='回復魔法 単体 味方1体の麻痺を治療',
description='Recovery magic. Single. Cures Paralysis of 1 ally.',
effect='Removes Paralyze ailment.',
skilltype='Magic',
desumicon='dmagic',
name='Paraladi',
},
['metamodi'] = {
battlename='METAMO-Di',
cost=4,
costtype='MP',
inbattle='y',
outbattle='n',
target='Single ally',
descriptionja='回復魔法 単体 味方1体の変身を解く',
description='Recovery magic. Single. Undoes Metamorphosis of 1 ally.',
effect='Removes Card or Mirror ailment.',
skilltype='Magic',
desumicon='dmagic',
name='Metamodi',
},
['patra'] = {
battlename='PATORA',
cost=3,
costtype='MP',
inbattle='y',
outbattle='n',
target='Single ally',
descriptionja='回復魔法 単体 味方1体の混乱・至福・睡眠・呪縛を治療',
description='Recovery magic. Single. Cures Panic, Happy, Sleep, or Bind of 1 ally.',
effect='Removes Panic, Happy, Sleep, or Bind ailment.',
skilltype='Magic',
desumicon='dmagic',
name='Patra',
},
['me patra'] = {
battlename='Me-PATORA',
cost=5,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='回復魔法 全体 味方全員の混乱・至福・睡眠・呪縛を治療',
description='Recovery magic. All. Cures Panic, Happy, Sleep, or Bind of all allies.',
effect='Removes Panic, Happy, Sleep, or Bind ailment.',
skilltype='Magic',
desumicon='dmagic',
name='Me Patra',
},
['recarm'] = {
battlename='RECARM',
cost=12,
costtype='MP',
inbattle='y',
outbattle='y',
target='Single ally',
descriptionja='回復魔法 単体 味方1体を復活',
description='Recovery magic. Single. Revives 1 ally.',
effect='Revives party member.',
skilltype='Magic',
desumicon='dmagic',
name='Recarm',
},
['samarecarm'] = {
battlename='Sama-RECARM',
cost=24,
costtype='MP',
inbattle='y',
outbattle='y',
target='Single ally',
descriptionja='回復魔法 単体 味方1体をHP最大で復活',
description='Recovery magic. Single. Revives 1 ally with maximum HP.',
effect='Revives party member with full HP.',
skilltype='Magic',
desumicon='dmagic',
name='Samarecarm',
},
['recarmdra'] = {
battlename='RECARM-Dora',
cost=24,
costtype='MP',
inbattle='y',
outbattle='y',
target='Single ally',
descriptionja='回復魔法 全体 味方全員のHPを最大回復し術者は死亡',
description='Recovery magic. All. Recovers maximum HP of all allies and the caster dies.',
effect='Restores HP. Kills user.',
skilltype='Magic',
desumicon='dmagic',
name='Recarmdra',
},
['nurse'] = {
battlename='NURSE',
cost=1,
costtype='MP',
inbattle='y',
outbattle='y',
target='Single ally',
descriptionja='特殊魔法行動 単体 味方1体のHPを少しだけ回復',
description='Special magic action. Single. Recovers just a little HP to 1 ally.',
effect='Restores small amount of HP.',
skilltype='Extra',
desumicon='dextra',
name='Nurse',
},
['saint\'s song'] = {
battlename='SAINT-SONG ',
cost=5,
costtype='MP',
inbattle='y',
outbattle='y',
target='All allies',
descriptionja='特殊魔法行動 全体 味方全員のHPを少しだけ回復',
description='Special magic action. Single. Recovers just a little HP to all allies.',
effect='Restores small amount of HP.',
skilltype='Extra',
desumicon='dextra',
name='Saint\'s Song',
},
['warm embrace'] = {
battlename='HOLD-IN-MY-ARMS',
cost=14,
costtype='MP',
inbattle='y',
outbattle='y',
target='All allies',
descriptionja='特殊魔法行動 全体 味方全員のHPを中程度回復',
description='Special magic action. All. Recovers a medium amount of HP to all allies.',
effect='Restores medium amount of HP.',
skilltype='Extra',
desumicon='dextra',
name='Warm Embrace',
},
['angel\'s kiss'] = {
battlename='ANGEL\'S-KISS',
cost=12,
costtype='MP',
inbattle='y',
outbattle='y',
target='Single ally',
descriptionja='特殊魔法行動 単体 ロウ・ニュートラルの味方のHPを回復',
description='Special magic action. Single. Recovers HP of a Law or Neutral ally.',
effect='',
skilltype='Extra',
desumicon='dextra',
name='Angel\'s Kiss',
},
['demon\'s kiss'] = {
battlename='DEMON\'S-KISS',
cost=12,
costtype='MP',
inbattle='y',
outbattle='y',
target='Single ally',
descriptionja='特殊魔法行動 単体 カオス・ニュートラルの味方のHPを回復',
description='Special magic action. Single. Recovers HP of a Chaos or Neutral ally.',
effect='',
skilltype='Extra',
desumicon='dextra',
name='Demon\'s Kiss',
},
['maiden\'s prayer'] = {
battlename='VIRGIN-PRAY',
cost=24,
costtype='MP',
inbattle='y',
outbattle='y',
target='Single ally',
descriptionja='特殊魔法行動 全体 味方1体をHP1/2で復活',
description='Special magic action. All. Revives 1 ally with 1/2 HP.',
effect='',
skilltype='Extra',
desumicon='dextra',
name='Maiden\'s Prayer',
},
['rest'] = {
battlename='REST',
cost='5%',
costtype='HP',
target='Self',
inbattle='y',
outbattle='y',
descriptionja='特殊物理行動 術者 使用HPの3倍を回復',
description='Special physical action. Caster. Recovers 3× the HP used.',
effect='',
skilltype='Extra',
desumicon='dextra',
name='Rest',
},
['tetraja'] = {
battlename='TETRAJA',
cost=5,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='防御魔法 全体 破魔・呪殺・エナジードレインを1回防止',
description='Defense magic. All. Prevents Expel, Death, or Energy Drain 1 time.',
effect='',
skilltype='Magic',
desumicon='dmagic',
name='Tetraja',
},
['tetrakarn'] = {
battlename='TETRA-Karn',
cost=6,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='防御魔法 全体 物理攻撃を1ターン防ぎ敵に反射',
description='Defense magic. All. Prevents physical attacks for 1 turn and reflects them back at the enemy.',
effect='',
skilltype='Magic',
desumicon='dmagic',
name='Tetrakarn',
},
['makarakarn'] = {
battlename='MAKARA-Karn',
cost=6,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='防御魔法 全体 魔法攻撃を1ターン防ぎ敵に反射',
description='Defense magic. All. Prevents magic attacks for 1 turn and reflects them back at the enemy.',
effect='',
skilltype='Magic',
desumicon='dmagic',
name='Makarakarn',
},
['barrier'] = {
battlename='UNTOUCHED-ZONE',
cost=4,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='特殊魔法行動 全体 破魔・呪殺・エナジードレインを1回防止',
description='Special magic action. All. Prevents Expel, Death, or Energy Drain 1 time.',
effect='',
skilltype='Extra',
desumicon='dextra',
name='Barrier',
},
['earth wall'] = {
battlename='GAEA-WALL',
cost=5,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='特殊魔法行動 全体 物理攻撃を1ターン防ぎ敵に反射',
description='Special magic action. All. Prevents physical attacks for 1 turn and reflects them back at the enemy.',
effect='',
skilltype='Extra',
desumicon='dextra',
name='Earth Wall',
},
['penta wall'] = {
battlename='PENTA-WALL',
cost=5,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='特殊魔法行動 全体 魔法攻撃を1ターン防ぎ敵に反射',
description='Special magic action. All. Prevents magic attacks for 1 turn and reflects them back at the enemy.',
effect='',
skilltype='Extra',
desumicon='dextra',
name='Penta Wall',
},
['water wall'] = {
battlename='AQUA-WALL ',
cost=5,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='特殊魔法行動 全体 火炎攻撃を1ターン無効化',
description='Special magic action. All. Nullifies fire attacks for 1 turn.',
effect='',
skilltype='Extra',
desumicon='dextra',
name='Water Wall',
},
['flame wall'] = {
battlename='FLAME-WALL',
cost=5,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='特殊魔法行動 全体 氷結攻撃を1ターン無効化',
description='Special magic action. All. Nullifies ice attacks for 1 turn.',
effect='',
skilltype='Extra',
desumicon='dextra',
name='Flame Wall',
},
['psycho barrier'] = {
battlename='PSYCHO-BARRIER',
cost=5,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='特殊魔法行動 全体 念動攻撃を1ターン無効化',
description='Special magic action. All. Nullifies psychokinesis attacks for 1 turn.',
effect='',
skilltype='Extra',
desumicon='dextra',
name='Psycho Barrier',
},
['tatami flip'] = {
battlename='TATAMI-SHIELD',
cost='5%',
costtype='HP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='特殊物理行動 全体 物理攻撃を1ターン防ぐ',
description='Special physical action. All. Prevents physical attacks for 1 turn.',
effect='',
skilltype='Extra',
desumicon='dextra',
name='Tatami Flip',
},
['shaking wall'] = {
battlename='FURI-FURI-WALL',
cost='10%',
costtype='HP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='特殊物理行動 全体 魔法攻撃を1ターン防ぎ敵に反射',
description='Special physical action. All. Prevents magic attacks for 1 turn and reflects them back at the enemy.',
effect='',
skilltype='Extra',
desumicon='dextra',
name='Shaking Wall',
},
['tarunda'] = {
battlename='TARU-Nda',
cost=5,
costtype='MP',
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='攻撃補助 全体 すべての敵の攻撃力ダウン',
description='Attack support. All. Decreases attack of all enemies.',
effect='',
skilltype='Magic',
desumicon='omagic',
name='Tarunda',
},
['rakunda'] = {
battlename='RAKU-Nda',
cost=5,
costtype='MP',
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='攻撃補助 全体 すべての敵の防御力ダウン',
description='Attack support. All. Decreases defense of all enemies.',
effect='',
skilltype='Magic',
desumicon='omagic',
name='Rakunda',
},
['sukunda'] = {
battlename='SUKU-Nda',
cost=5,
costtype='MP',
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='攻撃補助 全体 すべての敵の命中力ダウン',
description='Attack support. All. Decreases accuracy of all enemies.',
effect='',
skilltype='Magic',
desumicon='omagic',
name='Sukunda',
},
['dekaja'] = {
battlename='DE-Kaja',
cost=8,
costtype='MP',
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='攻撃補助 全体 すべての敵の能力値アップを無効化',
description='Attack support. All. Nullifies stat increases of all enemies.',
effect='',
skilltype='Magic',
desumicon='omagic',
name='Dekaja',
},
['tarukaja'] = {
battlename='TARU-Kaja',
cost=5,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='補助魔法 全体 味方全員の攻撃力アップ',
description='Support magic. All. Increases attack of all allies.',
effect='',
skilltype='Magic',
desumicon='dmagic',
name='Tarukaja',
},
['rakukaja'] = {
battlename='RAKU-Kaja',
cost=5,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='補助魔法 全体 味方全員の防御力アップ',
description='Support magic. All. Increases defense of all allies.',
effect='',
skilltype='Magic',
desumicon='dmagic',
name='Rakukaja',
},
['sukukaja'] = {
battlename='SUKU-Kaja',
cost=5,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='補助魔法 全体 味方全員の命中力アップ',
description='Support magic. All. Increases accuracy of all allies.',
effect='',
skilltype='Magic',
desumicon='dmagic',
name='Sukukaja',
},
['makakaja'] = {
battlename='MAKA-Kaja',
cost=5,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='補助魔法 全体 味方全員の魔法威力アップ',
description='Support magic. All. Increases magic power of all allies.',
effect='',
skilltype='Magic',
desumicon='dmagic',
name='Makakaja',
},
['dekunda'] = {
battlename='DE-Kunda',
cost=8,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='補助魔法 全体 味方全員の能力値ダウンを無効化',
description='Support magic. All. Nullifies stat decreases of all allies.',
effect='',
skilltype='Magic',
desumicon='dmagic',
name='Dekunda',
},
['psycho blast'] = {
battlename='PSYCHO-BRUST',
cost=12,
costtype='MP',
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊魔法行動 全体 すべての敵の命中力・魔法威力ダウン',
description='Special magic action. All. Decreases accuracy and magic power of all enemies.',
effect='',
skilltype='Extra',
desumicon='oextra',
name='Psycho Blast',
},
['lucky step'] = {
battlename='LUCKY-STEP',
cost=24,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='特殊魔法行動 全体 味方全員の命中力アップ',
description='Special magic action. All. Increases accuracy of all allies.',
effect='',
skilltype='Extra',
desumicon='dextra',
name='Lucky Step',
},
['vacuum wave'] = {
battlename='SONIC-BOOM',
cost=12,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='特殊魔法行動 全体 味方全体の命中力・攻撃力アップ',
description='Special magic action. All. Increases accuracy and attack of all allies.',
effect='',
skilltype='Extra',
desumicon='dextra',
name='Vacuum Wave',
},
['taunt'] = {
battlename='HEY-HEY-HEY',
cost=3,
costtype='MP',
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊魔法行動 全体 敵全体の攻撃力アップ・防御力ダウン',
description='Special magic action. All. Increases attack and decreases defense of all enemies.',
effect='',
skilltype='Extra',
desumicon='oextra',
name='Taunt',
},
['intimidate'] = {
battlename='ORA-ORA-ORA',
cost=3,
costtype='MP',
inbattle='y',
outbattle='n',
target='All enemies',
descriptionja='特殊魔法行動 全体 敵全体の防御力アップ・攻撃力ダウン',
description='Special magic action. All. Increases defense and decreases attack of all enemies.',
effect='',
skilltype='Extra',
desumicon='oextra',
name='Intimidate',
},
['rousing song'] = {
battlename='ACTIVE-SONG',
cost=12,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='特殊魔法行動 全体 味方全体の攻撃力・魔法威力アップ',
description='Special magic action. All. Increases attack and magic power of all allies.',
effect='',
skilltype='Extra',
desumicon='dextra',
name='Rousing Song',
},
['die hard'] = {
battlename='DIE-HARD',
cost=12,
costtype='MP',
inbattle='y',
outbattle='n',
target='All allies',
descriptionja='特殊魔法行動 全体 味方全体の防御力・命中力アップ',
description='Special magic action. All. Increases defense and accuracy of all allies.',
effect='',
skilltype='Extra',
desumicon='dextra',
name='Die Hard',
},
['necroma'] = {
battlename='NECROMA',
cost=12,
costtype='MP',
inbattle='y',
outbattle='n',
target='Single ally',
descriptionja='補助魔法 単体 死亡した味方1体を戦闘参加',
description='Support magic. Single. Brings 1 dead ally into battle.',
effect='',
skilltype='Magic',
desumicon='dmagic',
name='Necroma',
},
['sabbath'] = {
battlename='SABBATH',
cost=10,
costtype='MP',
inbattle='n',
outbattle='y',
descriptionja='特殊魔法 移動時・戦闘時 マグネタイトを消費しないで仲魔1体を召喚',
description='Special magic. During movement and during battle. Summons 1 allied demon without consuming magnetite.',
effect='',
skilltype='Magic',
desumicon='smagic',
name='Sabbath',
},
['traesto'] = {
cost=3,
costtype='MP',
inbattle='n',
outbattle='y',
descriptionja='特殊魔法 移動時 ダンジョンより脱出',
description='Special magic. During movement. Escapes from the dungeon.',
effect='',
skilltype='Magic',
desumicon='smagic',
name='Traesto',
},
['estoma'] = {
cost=3,
costtype='MP',
inbattle='n',
outbattle='y',
descriptionja='特殊魔法 移動時 月1周の間 低レベル悪魔の出現を抑止',
description='Special magic. During movement. Period of 1 moon cycle. Staves off the appearance of low-level demons.',
effect='',
skilltype='Magic',
desumicon='smagic',
name='Estoma',
},
['mapper'] = {
cost=4,
costtype='MP',
inbattle='n',
outbattle='y',
descriptionja='特殊魔法 移動時 パーティー周辺のマップを表示',
description='Special magic. During movement. Displays a map of the party\'s surroundings.',
effect='Displays minimap until next New Moon. Fails if used during a New Moon. ',
skilltype='Magic',
desumicon='smagic',
name='Mapper',
},
['liftoma'] = {
cost=4,
costtype='MP',
inbattle='n',
outbattle='y',
descriptionja='特殊魔法 移動時 月1周の間 ダメージゾーンを無効化',
description='Special magic. During movement. Period of 1 moon cycle. Nullifies damage zones.',
effect='',
skilltype='Magic',
desumicon='smagic',
name='Liftoma',
},
['escape'] = {
battlename='RUN-AWAY',
cost='0%',
costtype='HP',
inbattle='y',
outbattle='n',
target='Self',
effect='',
skilltype='Extra',
desumicon='dextra',
name='Escape',
},
['demon\'s temptation f'] = {
battlename='DEMON\'S-LURE',
attribute='death',
cost=0,
costtype='MP',
power=12,
inbattle='y',
outbattle='n',
target='All enemies',
effect='Chance to inflict Paralyze.',
skilltype='Extra',
desumicon='oextra',
name='Demon\'s Temptation',
},
['demon\'s temptation m'] = {
battlename='DEMON\'S-LURE',
attribute='death',
cost=0,
costtype='MP',
power=12,
inbattle='y',
outbattle='n',
target='All enemies',
effect='Chance to inflict Paralyze.',
skilltype='Extra',
desumicon='oextra',
name='Demon\'s Temptation',
},
['life drain'] = {
battlename='BLOOD-SUCKER',
attribute='death',
cost=3,
costtype='MP',
power=32,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
effect='Hits 0-1 times (higher chance to fail than to succeed).',
skilltype='Extra',
desumicon='oextra',
name='Life Drain',
},
['petrifying glare'] = {
battlename='PETRA-EYE',
attribute='death',
cost=3,
costtype='MP',
power=42,
inbattle='y',
outbattle='n',
target='All enemies',
effect='Hits 0-1 times (higher chance to fail than to succeed). Chance to inflict Stone.',
skilltype='Extra',
desumicon='oextra',
name='Petrifying Glare',
},
['paralyzing glare'] = {
battlename='PALYZE-EYE',
attribute='nerve',
cost=4,
costtype='MP',
power=52,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
effect='Hits 0-1 times (higher chance to fail than to succeed). Chance to inflict Paralyze.',
skilltype='Extra',
desumicon='oextra',
name='Paralyzing Glare',
},
['arachno wire'] = {
battlename='ARACHNO-WIRE',
attribute='nerve',
cost=8,
costtype='MP',
power=54,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
effect='Chance to inflict Paralyze. Hits 0-2 times. Subsequent hits after the first have a random target.',
skilltype='Extra',
desumicon='oextra',
name='Arachno Wire',
},
['eat whole'] = {
battlename='AMAZING-GNAW',
attribute='charge',
cost='7%',
costtype='HP',
power=50,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
effect='Deals Charge damage equal to 25% of target\'s current HP. Has 1/16 chance to kill instantly.',
skilltype='Extra',
desumicon='oextra',
name='Eat Whole',
},
['swallow'] = {
battlename='FANATIC-EATER',
attribute='charge',
cost='10%',
costtype='HP',
power=70,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
effect='Dead',
skilltype='Extra',
desumicon='oextra',
name='Swallow',
},
['horse-leg kick'] = {
battlename='HORSE-SHOE',
attribute='skill',
cost='3%',
costtype='HP',
power=28,
inbattle='y',
outbattle='n',
target='Single enemy',
effect='Deals Skill damage. Hits 0-7 times. Switches to another target if initial target dies.',
skilltype='Extra',
desumicon='oextra',
name='Horse-Leg Kick',
},
['strangle drop'] = {
battlename='CHIN-LOCK ',
attribute='skill',
cost='4%',
costtype='HP',
power=50,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
effect='Deals Skill damage equal to 30% of target\'s current HP. Always targets enemy with lowest Agility.',
skilltype='Extra',
desumicon='oextra',
name='Strangle Drop',
},
['volcanicker'] = {
battlename='VOLCANICKER',
attribute='electricity',
cost=110,
costtype='MP',
power=30,
inbattle='y',
outbattle='n',
target='All enemies',
effect='Chance to inflict Dead.',
skilltype='Extra',
desumicon='oextra',
name='Volcanicker',
},
['mirror prison'] = {
battlename='MIRROR-PRISON',
attribute='expel',
cost=15,
costtype='MP',
power=64,
inbattle='y',
outbattle='n',
target='All enemies',
effect='Chance to inflict Mirror.',
skilltype='Extra',
desumicon='oextra',
name='Mirror Prison',
},
['wail of resentment'] = {
battlename='SPITE-SHOUT',
attribute='death',
cost=98,
costtype='MP',
power=10,
inbattle='y',
outbattle='n',
target='All enemies',
effect='Chance to inflict Paralyze.',
skilltype='Extra',
desumicon='oextra',
name='Wail of Resentment',
},
['vampire kiss'] = {
battlename='VAMPIRE-KISS',
attribute='death',
cost=20,
costtype='MP',
power=32,
inbattle='y',
outbattle='n',
target='All enemies',
effect='Chance to inflict Vamp.',
skilltype='Extra',
desumicon='oextra',
name='Vampire Kiss',
},
['soul jack'] = {
battlename='SOUL-JACK',
attribute='death',
cost=0,
costtype='MP',
power=10,
inbattle='y',
outbattle='n',
target='All enemies',
effect='Chance to inflict Paralyze.',
skilltype='Extra',
desumicon='oextra',
name='Soul Jack',
},
['photon shot'] = {
battlename='PHOTO\'N-SHOT',
attribute='death',
cost=15,
costtype='MP',
power=64,
inbattle='y',
outbattle='n',
target='All enemies',
effect='Chance to inflict Card.',
skilltype='Extra',
desumicon='oextra',
name='Photon Shot',
},
['qixing jiangtian'] = {
battlename='SHOOTING-7STARS',
attribute='death',
cost=20,
costtype='MP',
power=50,
inbattle='y',
outbattle='n',
target='All enemies',
effect='Chance to inflict Dead.',
skilltype='Extra',
desumicon='oextra',
name='Qixing Jiangtian',
},
['extinction supreme fist'] = {
battlename='GENOCIDE-FIST',
attribute='almighty',
cost='20%',
costtype='HP',
power=100,
inbattle='y',
outbattle='n',
target='Single ally',
effect='',
skilltype='Extra',
desumicon='oextra',
name='Extinction Supreme Fist',
},
['death ring'] = {
battlename='DEATH-RING',
attribute='nerve',
cost=40,
costtype='MP',
power=29,
inbattle='y',
outbattle='n',
target='All enemies',
effect='Chance to inflict Paralyze.',
skilltype='Extra',
desumicon='oextra',
name='Death Ring',
},
['vice gospel'] = {
battlename='VICE-GOSPEL',
attribute='nerve',
cost=0,
costtype='MP',
power=40,
inbattle='y',
outbattle='n',
target='All enemies',
effect='Chance to inflict a random status ailment.',
skilltype='Extra',
desumicon='oextra',
name='Vice Gospel',
},
['roar of lamentation'] = {
battlename='CRYING-SCREAM',
attribute='nerve',
cost=55,
costtype='MP',
power=32,
inbattle='y',
outbattle='n',
target='All enemies',
effect='Chance to inflict Stone or Charm.',
skilltype='Extra',
desumicon='oextra',
name='Roar of Lamentation',
},
['gehou genkajin'] = {
battlename='FIORE-SPLENDIDO ',
attribute='ruin',
cost=50,
costtype='MP',
power=150,
inbattle='y',
outbattle='n',
target='All enemies',
effect='',
skilltype='Extra',
desumicon='oextra',
name='Gehou Genkajin',
},
['magic flute bullet'] = {
battlename='MAGIC-BULLET',
attribute='ruin',
cost=30,
costtype='MP',
power=35,
inbattle='y',
outbattle='n',
target='All enemies',
effect='Deals Ruin damage. Only affects demons.',
skilltype='Extra',
desumicon='oextra',
name='Magic Flute Bullet',
},
['liuxing huihang'] = {
battlename='BRIGHTEN-6STARS',
attribute='ruin',
cost=30,
costtype='MP',
power=0,
inbattle='y',
outbattle='n',
target='All enemies',
effect='',
skilltype='Extra',
desumicon='dextra',
name='Liuxing Huihang',
},
['devil in the flesh'] = {
battlename='DIABLE-DE-CORPS',
attribute='charge',
cost='4%',
costtype='HP',
power=200,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
effect='Deals Charge damage equal to 40% of target\'s current HP. Has chance to kill instantly. Chance to inflict Shock.',
skilltype='Extra',
desumicon='oextra',
name='Devil in the Flesh',
},
['killing step'] = {
battlename='KILLING-STEP ',
attribute='sword skill',
cost='2%',
costtype='HP',
power=90,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
effect='',
skilltype='Extra',
desumicon='oextra',
name='Killing Step',
},
['arm swing'] = {
battlename='MASH-FLESH',
attribute='skill',
cost='16%',
costtype='HP',
power=187,
inbattle='y',
outbattle='n',
target='Single ally',
effect='',
skilltype='Extra',
desumicon='oextra',
name='Arm Swing',
},
['heartless dance'] = {
battlename='MISS-COLD-HEART',
attribute='skill',
cost='22%',
costtype='HP',
power=130,
inbattle='y',
outbattle='n',
target='Single ally',
effect='',
skilltype='Extra',
desumicon='oextra',
name='Heartless Dance',
},
['snipe'] = {
battlename='SNIPE',
attribute='gun',
cost='2%',
costtype='HP',
power=20,
inbattle='y',
outbattle='n',
target='Single enemy in either row',
effect='Deals Gun damage.',
skilltype='Extra',
desumicon='oextra',
name='Snipe',
},
['disorderly fire'] = {
battlename='HAPPY-TRIGGER',
attribute='gun',
cost='5%',
costtype='HP',
power=16,
inbattle='y',
outbattle='n',
target='All enemies in either row',
effect='Deals Gun damage.',
skilltype='Extra',
desumicon='oextra',
name='Disorderly Fire',
},
['lucky trigger'] = {
battlename='LUCKY-TRIGGER',
attribute='gun',
cost='11%',
costtype='HP',
power=22,
inbattle='y',
outbattle='n',
target='Single enemy in front row',
effect='Deals Gun damage. Hits 0-7 times. Subsequent hits after the first have a random target.',
skilltype='Extra',
desumicon='oextra',
name='Lucky Trigger',
}
}
}



Revision as of 15:40, 11 May 2024

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

local skill = {
	['arm chopper'] = {
		battlename='CUTTING-EDGE',
		attribute='sword skill',
		cost='7%',
		costtype='HP',
		power=12,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力12 0~2回攻撃 PALYZEの効果',
		description='Special physical action. Power 12. 0-2 hit attack. Paralyze effect.',
		effect='Deals Sword Skill damage. Hits 0-2 times. Switches to another target if initial target dies. Chance to inflict Paralyze.',
		skilltype='Extra',
		desumicon='oextra',
		name='Arm Chopper',
	},
	['spin slash'] = {
		battlename='DEADLY-GO-ROUND',
		attribute='sword skill',
		cost='10%',
		costtype='HP',
		power=17,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力14 4~6回攻撃',
		description='Special physical action. Power 14. 4-6 hit attack.',
		effect='Deals Sword Skill damage. Hits 4-6 times. Subsequent hits after the first have a random target.',
		skilltype='Extra',
		desumicon='oextra',
		name='Spin Slash',
	},
	['skull crack'] = {
		battlename='SKULL-CLACK',
		attribute='sword skill',
		cost='11%',
		costtype='HP',
		power=100,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='特殊物理行動 威力100 0~1回攻撃',
		description='Special physical action. Power 100. 0-1 hit attack.',
		effect='Deals Sword Skill damage. Hits 0-1 times (higher chance to fail than to succeed).',
		skilltype='Extra',
		desumicon='oextra',
		name='Skull Crack',
	},
	['deathbound'] = {
		battlename='DEATH-BOUND',
		attribute='sword skill',
		cost='11%',
		costtype='HP',
		power=24,
		inbattle='y',
		outbattle='n',
		target='Random in front row',
		descriptionja='特殊物理行動 威力24 0~7回攻撃',
		description='Special physical action. Power 24. 0-7 hit attack.',
		effect='Deals Sword Skill damage. Hits 0-7 times. Switches to another target if initial target dies.',
		skilltype='Extra',
		desumicon='oextra',
		name='Deathbound',
	},
	['blight'] = {
		battlename='VENOM-ZAPPER',
		attribute='sword skill',
		cost='12%',
		costtype='HP',
		power=15,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力15 2~4回攻撃 POISONの効果',
		description='Special physical action. Power 15. 2-4 hit attack. Poison effect.',
		effect='Deals Sword Skill damage. Hits 2-4 times. Subsequent hits after the first have a random target. Chance to inflict Poison.',
		skilltype='Extra',
		desumicon='oextra',
		name='Blight',
	},
	['giant slice'] = {
		battlename='SCHNEIDEN-AXT',
		attribute='sword skill',
		cost='11%',
		costtype='HP',
		power=80,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力80',
		description='Special physical action. Power 80.',
		effect='Deals Sword Skill damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Giant Slice',
	},
	['mach thrust'] = {
		battlename='MACH-STRIKE',
		attribute='spear',
		cost='11%',
		costtype='HP',
		power=12,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力12 0~7回攻撃',
		description='Special physical action. Power 12. 0-7 hit attack.',
		effect='Deals Spear damage. Hits 0-7 times. Switches to another target if initial target dies.',
		skilltype='Extra',
		desumicon='oextra',
		name='Mach Thrust',
	},
	['skewer'] = {
		battlename='BARBECUE',
		attribute='spear',
		cost='10%',
		costtype='HP',
		power=30,
		inbattle='y',
		outbattle='n',
		target='All enemies in either row',
		descriptionja='特殊物理行動 威力30 前列/後列攻撃',
		description='Special physical action. Power 30. Front row/back row attack.',
		effect='Deals Spear damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Skewer',
	},
	['atom slicer'] = {
		battlename='MINCE-MASTER',
		attribute='sword skill',
		cost='10%',
		costtype='HP',
		power=22,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力22 0~7回攻撃',
		description='Special physical action. Power 22. 0-7 hit attack.',
		effect='Deals Sword Skill damage. Hits 0-7 times. Switches to another target if initial target dies.',
		skilltype='Extra',
		desumicon='oextra',
		name='Atom Slicer',
	},
	['mist slash'] = {
		battlename='MISTY-BLADE',
		attribute='sword skill',
		cost='15%',
		costtype='HP',
		power=44,
		inbattle='y',
		outbattle='n',
		target='All enemies in front row',
		descriptionja='特殊物理行動 威力44 前列全体攻撃',
		description='Special physical action. Power 44. Whole front row attack.',
		effect='Deals Sword Skill damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Mist Slash',
	},
	['lightning slash'] = {
		battlename='LIGHTNING-BLADE',
		attribute='sword skill',
		cost='12%',
		costtype='HP',
		power=120,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='特殊物理行動 威力120 0~1回攻撃 SHOCKの効果',
		description='Special physical action. Power 120. 0-1 hit attack. Shock effect.',
		effect='Deals Sword Skill damage. Hits 0-1 times (higher chance to fail than to succeed). Chance to inflict Shock.',
		skilltype='Extra',
		desumicon='oextra',
		name='Lightning Slash',
	},
	['lightning speed'] = {
		battlename='QUICK-MURDER',
		attribute='sword skill',
		cost='17%',
		costtype='HP',
		power=20,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='特殊物理行動 威力20 0~1回攻撃 BINDの効果',
		description='Special physical action. Power 20. 0-1 hit attack. Bind effect.',
		effect='Deals Sword Skill damage. Hits 0-1 times (higher chance to fail than to succeed). Chance to inflict Bind.',
		skilltype='Extra',
		desumicon='oextra',
		name='Lightning Speed',
	},
	['hundred man killing'] = {
		battlename='MASS-GENOCIDE',
		attribute='sword skill',
		cost='31%',
		costtype='HP',
		power=32,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊物理行動 威力32 全体攻撃',
		description='Special physical action. Power 32. All attack.',
		effect='Deals Sword Skill damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Hundred Man Killing',
	},
	['empty wave'] = {
		battlename='PHANTOM-EDGE',
		attribute='sword skill',
		cost='18%',
		costtype='HP',
		power=54,
		inbattle='y',
		outbattle='n',
		target='All enemies in either row',
		descriptionja='特殊物理行動 威力54 前列/後列攻撃',
		description='Special physical action. Power 54. Front row/back row attack.',
		effect='Deals Sword Skill damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Empty Wave',
	},
	['jumping knee'] = {
		battlename='JAMPING-KNEE',
		attribute='skill',
		cost='3%',
		costtype='HP',
		power=10,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='特殊物理行動 威力10 0~1回攻撃',
		description='Special physical action. Power 10. 0-1 hit attack.',
		effect='Deals Skill damage. Hits 0-1 times (higher chance to fail than to succeed).',
		skilltype='Extra',
		desumicon='oextra',
		name='Jumping Knee',
	},
	['vulcan kick'] = {
		battlename='VULCAN-KICK',
		attribute='skill',
		cost='3%',
		costtype='HP',
		power=3,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力3 2~7回攻撃',
		description='Special physical action. Power 3. 2-7 hit attack.',
		effect='Deals Skill damage. Hits 2-7 times. Switches to another target if initial target dies.',
		skilltype='Extra',
		desumicon='oextra',
		name='Vulcan Kick',
	},
	['stun crash'] = {
		battlename='STUN-CRASH',
		attribute='skill',
		cost='5%',
		costtype='HP',
		power=8,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊物理行動 威力8 全体攻撃 SHOCKの効果',
		description='Special physical action. Power 8. All attack. Shock effect.',
		effect='Deals Skill damage. Chance to inflict Shock.',
		skilltype='Extra',
		desumicon='oextra',
		name='Stun Crash',
	},
	['flying knee'] = {
		battlename='FLYING-KNEE',
		attribute='skill',
		cost='3%',
		costtype='HP',
		power=10,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力10',
		description='Special physical action. Power 10.',
		effect='Deals Skill damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Flying Knee',
	},
	['meteor fist'] = {
		battlename='METEOR-FIST',
		attribute='skill',
		cost='4%',
		costtype='HP',
		power=7,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='特殊物理行動 威力7 3~6回攻撃',
		description='Special physical action. Power 7. 3-6 hit attack.',
		effect='Deals Skill damage. Hits 3-6 times. Subsequent hits after the first have a random target.',
		skilltype='Extra',
		desumicon='oextra',
		name='Meteor Fist',
	},
	['wolfpack fist'] = {
		battlename='WOLF-CLAW',
		attribute='skill',
		cost='4%',
		costtype='HP',
		power=12,
		inbattle='y',
		outbattle='n',
		target='All enemies in front row',
		descriptionja='特殊物理行動 威力12 前列全体攻撃',
		description='Special physical action. Power 12. Whole front row attack.',
		effect='Deals Skill damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Wolfpack Fist',
	},
	['hell thrust'] = {
		battlename='MORTAL-BLOW',
		attribute='skill',
		cost='3%',
		costtype='HP',
		power=10,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力10 0~1回攻撃 CLOSEの効果',
		description='Special physical action. Power 10. 0-1 hit attack. Close effect.',
		effect='Deals Skill damage. Hits 0-1 times (higher chance to succeed than to fail). Chance to inflict Close.',
		skilltype='Extra',
		desumicon='oextra',
		name='Hell Thrust',
	},
	['cause \'n\' effect'] = {
		battlename='INNGA',
		attribute='skill',
		cost='7%',
		costtype='HP',
		power=50,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='特殊物理行動 威力50',
		description='Special physical action. Power 50.',
		effect='Deals Skill damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Cause \'n\' Effect',
	},
	['screw slap'] = {
		battlename='RASEN',
		attribute='skill',
		cost='10%',
		costtype='HP',
		power=25,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		effect='Deals Skill damage. Hits 2-7 times. Subsequent hits after the first have a random target.',
		skilltype='Extra',
		desumicon='oextra',
		name='Screw Slap',
	},
	['tear apart'] = {
		battlename='SCATTER',
		attribute='skill',
		cost='3%',
		costtype='HP',
		power=10,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力10 1~2回攻撃',
		description='Special physical action. Power 10. 1-2 hit attack.',
		effect='Deals Skill damage. Hits 1-2 times. Switches to another target if initial target dies.',
		skilltype='Extra',
		desumicon='oextra',
		name='Tear Apart',
	},
	['venom claw'] = {
		battlename='VENOM-CLAW',
		attribute='skill',
		cost='3%',
		costtype='HP',
		power=10,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力10 2回攻撃 POISONの効果',
		description='Special physical action. Power 10. 2 hit attack. Poison effect.',
		effect='Deals Skill damage. Hits 2 times. Chance to inflict Poison.',
		skilltype='Extra',
		desumicon='oextra',
		name='Venom Claw',
	},
	['stun claw'] = {
		battlename='PALYZE-CLAW',
		attribute='skill',
		cost='4%',
		costtype='HP',
		power=5,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力5 0~2回攻撃 PALYZEの効果',
		description='Special physical action. Power 5. 0-2 hit attack. Paralyze effect.',
		effect='Deals Skill damage. Hits 0-2 times. Chance to inflict Paralyze.',
		skilltype='Extra',
		desumicon='oextra',
		name='Stun Claw',
	},
	['wing flap'] = {
		battlename='FLAP-WINGS',
		attribute='skill',
		cost='4%',
		costtype='HP',
		power=6,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊物理行動 威力6 全体攻撃',
		description='Special physical action. Power 6. All attack.',
		effect='Deals Skill damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Wing Flap',
	},
	['venom needle'] = {
		battlename='VENOM-NEEDLE',
		attribute='skill',
		cost='12%',
		costtype='HP',
		power=9,
		inbattle='y',
		outbattle='n',
		target='All enemies in front row',
		descriptionja='特殊物理行動 威力9 前列全体攻撃 POISONの効果',
		description='Special physical action. Power 9. Whole front row attack. Poison effect.',
		effect='Deals Skill damage. Chance to inflict Poison.',
		skilltype='Extra',
		desumicon='oextra',
		name='Venom Needle',
	},
	['paralyze needle'] = {
		battlename='PALYZE-NEEDLE',
		attribute='skill',
		cost='8%',
		costtype='HP',
		power=4,
		inbattle='y',
		outbattle='n',
		target='All enemies in front row',
		descriptionja='特殊物理行動 威力4 前列全体攻撃 PALYZEの効果',
		description='Special physical action. Power 4. Whole front row attack. Paralyze effect.',
		effect='Deals Skill damage. Chance to inflict Paralyze.',
		skilltype='Extra',
		desumicon='oextra',
		name='Paralyze Needle',
	},
	['mince needle'] = {
		battlename='MINCE-NEEDLE',
		attribute='skill',
		cost='7%',
		costtype='HP',
		power=20,
		inbattle='y',
		outbattle='n',
		target='All enemies in front row',
		descriptionja='特殊物理行動 威力20 前列全体攻撃',
		description='Special physical action. Power 20. Whole front row attack.',
		effect='Deals Skill damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Mince Needle',
	},
	['peck'] = {
		battlename='PICKING',
		attribute='charge',
		cost='3%',
		costtype='HP',
		power=10,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='特殊物理行動 威力10',
		description='Special physical action. Power 10.',
		effect='Deals Charge damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Peck',
	},
	['bird gimlet'] = {
		battlename='BIRD-GIMLET',
		attribute='charge',
		cost='4%',
		costtype='HP',
		power=15,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='殊物理行動 威力15',
		description='Special physical action. Power 15.',
		effect='Deals Charge damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Bird Gimlet',
	},
	['bite off'] = {
		battlename='CHEWING',
		attribute='charge',
		cost='4%',
		costtype='HP',
		power=5,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力5 2~4回攻撃',
		description='Special physical action. Power 5. 2-4 hit attack.',
		effect='Deals Charge damage. Hits 2-4 times. Subsequent hits after the first have a random target.',
		skilltype='Extra',
		desumicon='oextra',
		name='Bite Off',
	},
	['spiral bite'] = {
		battlename='SPIRAL-BITE',
		attribute='charge',
		cost='3%',
		costtype='HP',
		power=15,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='殊物理行動 威力15',
		description='Special physical action. Power 15.',
		effect='Deals Charge damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Spiral Bite',
	},
	['tackle'] = {
		battlename='TACKLE',
		attribute='charge',
		cost='5%',
		costtype='HP',
		power=20,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力20 2~3回攻撃',
		description='Special physical action. Power 20. 2-3 hit attack.',
		effect='Deals Charge damage. Hits 2-3 times. Subsequent hits after the first have a random target.',
		skilltype='Extra',
		desumicon='oextra',
		name='Tackle',
	},
	['lariat'] = {
		battlename='LARIAT',
		attribute='charge',
		cost='4%',
		costtype='HP',
		power=40,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力40 0~1回攻撃',
		description='Special physical action. Power 40. 0-1 hit attack.',
		effect='Deals Charge damage. Hits 0-1 times (higher chance to succeed than to fail).',
		skilltype='Extra',
		desumicon='oextra',
		name='Lariat',
	},
	['guillotine heel'] = {
		battlename='GUILLOTINE-HEEL',
		attribute='charge',
		cost='3%',
		costtype='HP',
		power=20,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='特殊物理行動 威力20',
		description='Special physical attack. Power 20.',
		effect='Deals Charge damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Guillotine Heel',
	},
	['venom bite'] = {
		battlename='VENOM-BITE',
		attribute='charge',
		cost='4%',
		costtype='HP',
		power=15,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力15 POISONの効果',
		description='Special physical action. Power 15. Poison effect.',
		effect='Deals Charge damage. Chance to inflict Poison.',
		skilltype='Extra',
		desumicon='oextra',
		name='Venom Bite',
	},
	['charm bite'] = {
		battlename='CHARM-BITE',
		attribute='charge',
		cost='7%',
		costtype='HP',
		power=10,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力10 0~1回攻撃 CHARMの効果',
		description='Special physical action. Power 10. 0-1 hit attack. Charm effect.',
		effect='Deals Charge damage. Hits 0-1 times (higher chance to fail than to succeed). Chance to inflict Charm.',
		skilltype='Extra',
		desumicon='oextra',
		name='Charm Bite',
	},
	['stone bite'] = {
		battlename='PETRA-BITE',
		attribute='charge',
		cost='8%',
		costtype='HP',
		power=16,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力16 0~1回攻撃 STONEの効果',
		description='Special physical action. Power 16. 0-1 hit attack. Stone effect.',
		effect='Deals Charge damage. Hits 0-1 times (higher chance to fail than to succeed). Chance to inflict Stone.',
		skilltype='Extra',
		desumicon='oextra',
		name='Stone Bite',
	},
	['ether mace'] = {
		battlename='ETHER-MACE',
		attribute='charge',
		cost='14%',
		costtype='HP',
		power=20,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊物理行動 威力20 全体攻撃 PALYZEの効果',
		description='Special physical action. Power 20. All attack. Paralyze effect.',
		effect='Deals Charge damage. Chance to inflict Paralyze.',
		skilltype='Extra',
		desumicon='oextra',
		name='Ether Mace',
	},
	['flare rush'] = {
		battlename='FLARE-RUSH',
		attribute='charge',
		cost='7%',
		costtype='HP',
		power=16,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力16 0~7回攻撃',
		description='Special physical action. Power 16. 0-7 hit attack.',
		effect='Deals Charge damage. Hits 0-7 times. Switches to another target if initial target dies.',
		skilltype='Extra',
		desumicon='oextra',
		name='Flare Rush',
	},
	['rumble rush'] = {
		battlename='RUMBLE-RUSH',
		attribute='charge',
		cost='8%',
		costtype='HP',
		power=12,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊物理行動 威力12 全体攻撃',
		description='Special physical action. Power 12. All attack.',
		effect='Deals Charge damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Rumble Rush',
	},
	['blood festival'] = {
		battlename='BLOODY-FESTA',
		attribute='charge',
		cost='8%',
		costtype='HP',
		power=15,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力15 0~7回攻撃',
		description='Special physical action. Power 15. 0-7 hit attack.',
		effect='Deals Charge damage. Hits 0-7 times. Switches to another target if initial target dies.',
		skilltype='Extra',
		desumicon='oextra',
		name='Blood Festival',
	},
	['cautery fist'] = {
		battlename='FIRE-FIST-AMEN',
		attribute='fire',
		cost='28%',
		costtype='HP',
		power=20,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊物理行動 威力20 全体攻撃',
		description='Special physical action. Power 20. All attack.',
		effect='Deals Fire damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Cautery Fist',
	},
	['bamboo slice'] = {
		battlename='KARATAKE',
		attribute='sword skill',
		cost='17%',
		costtype='HP',
		power=50,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊物理行動 威力50',
		description='Special physical action. Power 50.',
		effect='Deals Sword Skill damage equal to 20% of target\'s current HP. Has 1/16 chance to kill instantly (except against bosses).',
		skilltype='Extra',
		desumicon='oextra',
		name='Bamboo Slice',
	},
	['cleave in two'] = {
		battlename='CRITICAL-SLASH ',
		attribute='sword skill',
		cost='21%',
		costtype='HP',
		power=38,
		inbattle='y',
		outbattle='n',
		target='All enemies in front row',
		descriptionja='特殊物理行動 威力38 前列全体攻撃',
		description='Special physical action. Power 38. Whole front row attack.',
		effect='Deals Sword Skill damage equal to 30% of target\'s current HP. Has 1/16 chance to kill instantly (except against bosses).',
		skilltype='Extra',
		desumicon='oextra',
		name='Cleave in Two',
	},
	['hassou tobi'] = {
		battlename='HASSO-BEAT',
		attribute='sword skill',
		cost='14%',
		costtype='HP',
		power=80,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊物理行動 威力80 全体攻撃',
		description='Special physical action. Power 80. All attack.',
		effect='Deals Sword Skill damage. Hits 8 times.',
		skilltype='Extra',
		desumicon='oextra',
		name='Hassou Tobi',
	},
	['meat bullet'] = {
		battlename='KAMIKAZE',
		attribute='charge',
		cost='3%',
		costtype='HP',
		power=98,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='特殊物理行動 威力98 術者の命とひきかえに敵1体へ大ダメージ',
		description='Special physical action. Power 98. Great damage to 1 enemy in exchange for caster\'s life.',
		effect='Deals Charge damage. Kills user.',
		skilltype='Extra',
		desumicon='oextra',
		name='Meat Bullet',
	},
	['noble death'] = {
		battlename='CHERRY-BLOSSOM',
		attribute='charge',
		cost='3%',
		costtype='HP',
		power=150,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊物理行動 術者の命とひきかえに敵全体へ現在HPの50%ダメージ',
		description='Special physical action. 50% of current HP damage to all enemies in exchange for caster\'s life.',
		effect='Deals Charge damage equal to half of current HP of target. Kills user.',
		skilltype='Extra',
		desumicon='oextra',
		name='Noble Death',
	},
	['agi'] = {
		battlename='AGI',
		attribute='fire',
		cost=3,
		costtype='MP',
		power=23,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='攻撃魔法 前列 威力23 敵1体に火炎系ダメージ',
		description='Attack magic. Front row. Power 23. Fire-type damage to 1 enemy.',
		effect='Deals Fire damage.',
		skilltype='Magic',
		desumicon='omagic',
		name='Agi',
	},
	['agilao'] = {
		battlename='AGIRAO',
		attribute='fire',
		cost=10,
		costtype='MP',
		power=50,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='攻撃魔法 前列 威力50 敵1体に複数回の火炎系ダメージ',
		description='Attack magic. Front row. Power 50. Fire-type damage multiple times to 1 enemy.',
		effect='Deals Fire damage. Hits 2-3 times..  Switches to another target if initial target dies.',
		skilltype='Magic',
		desumicon='omagic',
		name='Agilao',
	},
	['maragi'] = {
		battlename='Maha-AGI',
		attribute='fire',
		cost=6,
		costtype='MP',
		power=27,
		inbattle='y',
		outbattle='n',
		target='All enemies in front row',
		descriptionja='攻撃魔法 前列 威力27 敵1列全体に火炎系ダメージ',
		description='Attack magic. Front row. Power 27. Fire-type damage to 1 whole row of enemies.',
		effect='Deals Fire damage.',
		skilltype='Magic',
		desumicon='omagic',
		name='Maragi',
	},
	['maragion'] = {
		battlename='Maha-AGION',
		attribute='fire',
		cost=22,
		costtype='MP',
		power=77,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='攻撃魔法 全体 威力77 すべての敵に火炎系ダメージ',
		description='Attack magic. All. Power 77. Fire-type damage to all enemies.',
		effect='Deals Fire damage.',
		skilltype='Magic',
		desumicon='omagic',
		name='Maragion',
	},
	['bufu'] = {
		battlename='BUFU',
		attribute='ice',
		cost=3,
		costtype='MP',
		power=23,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='攻撃魔法 前列 威力23 敵1体に氷結系ダメージ',
		description='Attack magic. Front row. Power 23. Ice-type damage to 1 enemy.',
		effect='Deals Ice damage. Chance to inflict Freeze.',
		skilltype='Magic',
		desumicon='omagic',
		name='Bufu',
	},
	['bufula'] = {
		battlename='BUFULA',
		attribute='ice',
		cost=10,
		costtype='MP',
		power=50,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='攻撃魔法 前列 威力50 複数の敵に氷結系ダメージ',
		description='Attack magic. Front row. Power 50. Ice-type damage to multiple enemies.',
		effect='Deals Ice damage. Chance to inflict Freeze. Subsequent hits after the first have a random target.',
		skilltype='Magic',
		desumicon='omagic',
		name='Bufula',
	},
	['mabufu'] = {
		battlename='Maha-BUFU',
		attribute='ice',
		cost=6,
		costtype='MP',
		power=25,
		inbattle='y',
		outbattle='n',
		target='All enemies in front row',
		descriptionja='攻撃魔法 前列 威力25 敵1列全体に氷結系ダメージ',
		description='Attack magic. Front row. Power 25. Ice-type damage to 1 whole row of enemies.',
		effect='Deals Ice damage. Chance to inflict Freeze.',
		skilltype='Magic',
		desumicon='omagic',
		name='Mabufu',
	},
	['mabufula'] = {
		battlename='Maha-BUFULA',
		attribute='ice',
		cost=25,
		costtype='MP',
		power=85,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='攻撃魔法 全体 威力85 すべての敵に氷結系ダメージ',
		description='Attack magic. All. Power 85. Ice-type damage to all enemies.',
		effect='Deals Ice damage. Chance to inflict Freeze.',
		skilltype='Magic',
		desumicon='omagic',
		name='Mabufula',
	},
	['zio'] = {
		battlename='ZIO',
		attribute='electricity',
		cost=4,
		costtype='MP',
		power=28,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='攻撃魔法 前列/後列 威力28 敵1体に電撃系ダメージ',
		description='Attack magic. Front row/back row. Power 28. Electricity-type damage to 1 enemy.',
		effect='Deals Electricity damage. Chance to inflict Shock.',
		skilltype='Magic',
		desumicon='omagic',
		name='Zio',
	},
	['zionga'] = {
		battlename='ZIONGA',
		attribute='electricity',
		cost=10,
		costtype='MP',
		power=98,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='攻撃魔法 前列/後列 威力98 敵1体に電撃系ダメージ',
		description='Attack magic. Front row/back row. Power 98. Electricity-type damage to 1 enemy.',
		effect='Deals Electricity damage. Chance to inflict Shock.',
		skilltype='Magic',
		desumicon='omagic',
		name='Zionga',
	},
	['mazio'] = {
		battlename='Maha-ZIO',
		attribute='electricity',
		cost=7,
		costtype='MP',
		power=30,
		inbattle='y',
		outbattle='n',
		target='All enemies in either row',
		descriptionja='攻撃魔法 前列/後列 威力30 敵1列全体に電撃系ダメージ',
		description='Attack magic. Front row/back row. Power 30. Electricity-type damage to 1 whole row of enemies.',
		effect='Deals Electricity damage. Chance to inflict Shock.',
		skilltype='Magic',
		desumicon='omagic',
		name='Mazio',
	},
	['mazionga'] = {
		battlename='Maha-ZIONGA',
		attribute='electricity',
		cost=26,
		costtype='MP',
		power=86,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='攻撃魔法 全体 威力86 すべての敵に電撃系ダメージ',
		description='Attack magic. All. Power 86. Electricity-type damage to all enemies.',
		effect='Deals Electricity damage. Chance to inflict Shock.',
		skilltype='Magic',
		desumicon='omagic',
		name='Mazionga',
	},
	['zan'] = {
		battlename='ZAN',
		attribute='force',
		cost=3,
		costtype='MP',
		power=28,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='攻撃魔法 前列 威力28 敵1体に衝撃系ダメージ',
		description='Attack magic. Front row. Power 28. Force-type damage to 1 enemy.',
		effect='Deals Force damage.',
		skilltype='Magic',
		desumicon='omagic',
		name='Zan',
	},
	['zanma'] = {
		battlename='ZANMA',
		attribute='force',
		cost=12,
		costtype='MP',
		power=40,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='攻撃魔法 前列 威力40 複数の敵に衝撃系ダメージ',
		description='Attack magic. Front row. Power 40. Force-type damage to multiple enemies.',
		effect='Deals Force damage. Hits 2-4 times.. Subsequent hits after the first have a random target.',
		skilltype='Magic',
		desumicon='omagic',
		name='Zanma',
	},
	['mazan'] = {
		battlename='Maha-ZAN',
		attribute='force',
		cost=7,
		costtype='MP',
		power=31,
		inbattle='y',
		outbattle='n',
		target='All enemies in front row',
		descriptionja='攻撃魔法 前列 威力31 敵1列全体に衝撃系ダメージ',
		description='Attack magic. Front row. Power 31. Force-type damage to 1 whole row of enemies.',
		effect='Deals Force damage.',
		skilltype='Magic',
		desumicon='omagic',
		name='Mazan',
	},
	['mazanma'] = {
		battlename='Maha-ZANMA',
		attribute='force',
		cost=28,
		costtype='MP',
		power=87,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='攻撃魔法 全体 威力87 すべての敵に衝撃系ダメージ',
		description='Attack magic. All. Power 87. Force-type damage to all enemies.',
		effect='Deals Force damage.',
		skilltype='Magic',
		desumicon='omagic',
		name='Mazanma',
	},
	['psi'] = {
		battlename='PSY',
		attribute='psychokinesis',
		cost=3,
		costtype='MP',
		power=25,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='攻撃魔法 前列/後列 威力25 敵1体に念動系ダメージ',
		description='Attack magic. Front row/back row. Power 25. Psychokinesis-type damage to 1 enemy.',
		effect='Deals Psychokinesis damage.',
		skilltype='Magic',
		desumicon='omagic',
		name='Psi',
	},
	['psio'] = {
		battlename='PSYO',
		attribute='psychokinesis',
		cost=10,
		costtype='MP',
		power=98,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='攻撃魔法 前列/後列 威力98 敵1体に念動系ダメージ',
		description='Attack magic. Front row/back row. Power 98. Psychokinesis-type damage to 1 enemy.',
		effect='Deals Psychokinesis damage.',
		skilltype='Magic',
		desumicon='omagic',
		name='Psio',
	},
	['mapsi'] = {
		battlename='Maha-PSY',
		attribute='psychokinesis',
		cost=7,
		costtype='MP',
		power=31,
		inbattle='y',
		outbattle='n',
		target='All enemies in either row',
		descriptionja='攻撃魔法 前列/後列 威力31 敵1列全体に念動系ダメージ',
		description='Attack magic. Front row/back row. Power 31. Psychokinesis-type damage to 1 whole row of enemies.',
		effect='Deals Psychokinesis damage.',
		skilltype='Magic',
		desumicon='omagic',
		name='Mapsi',
	},
	['mapsio'] = {
		battlename='Maha-PSYO',
		attribute='psychokinesis',
		cost=32,
		costtype='MP',
		power=98,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='攻撃魔法 全体 威力98 すべての敵に念動系ダメージ',
		description='Attack magic. All. Power 98. Psychokinesis-type damage to all enemies.',
		effect='Deals Psychokinesis damage.',
		skilltype='Magic',
		desumicon='omagic',
		name='Mapsio',
	},
	['megido'] = {
		battlename='MEGIDO',
		attribute='almighty',
		cost=8,
		costtype='MP',
		power=200,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='攻撃魔法 前列 威力200 敵1体に大ダメージ',
		description='Attack magic. Front row. Power 200. Great damage to 1 enemy.',
		effect='Deals Almighty damage.',
		skilltype='Magic',
		desumicon='omagic',
		name='Megido',
	},
	['megidola'] = {
		battlename='MEGIDORA',
		attribute='almighty',
		cost=22,
		costtype='MP',
		power=150,
		inbattle='y',
		outbattle='n',
		target='All enemies in front row',
		descriptionja='攻撃魔法 前列 威力150 敵1列全体に大ダメージ',
		description='Attack magic. Front row. Power 150. Great damage to 1 whole row of enemies.',
		effect='Deals Almighty damage.',
		skilltype='Magic',
		desumicon='omagic',
		name='Megidola',
	},
	['megidolaon'] = {
		battlename='MEGIDORAON',
		attribute='almighty',
		cost=52,
		costtype='MP',
		power=160,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='攻撃魔法 全体 威力160 すべての敵に大ダメージ',
		description='Attack magic. All. Power 160. Great damage to all enemies.',
		effect='Deals Almighty damage.',
		skilltype='Magic',
		desumicon='omagic',
		name='Megidolaon',
	},
	['fire breath'] = {
		battlename='FIRE-BREATH',
		attribute='fire',
		cost=8,
		costtype='MP',
		power=37,
		inbattle='y',
		outbattle='n',
		target='All enemies in front row',
		descriptionja='特殊魔法行動 前列 威力37 敵1列全体に火炎系ダメージ',
		description='Special magic action. Front row. Power 37. Fire-type damage to 1 whole row of enemies.',
		effect='Deals Fire damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Fire Breath',
	},
	['hellfire summon'] = {
		battlename='HELLISH-FLAME',
		attribute='fire',
		cost=25,
		costtype='MP',
		power=77,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊魔法行動 全体 威力118 すべての敵に火炎系ダメージ',
		description='Special magic action. All. Power 77. Fire-type damage to all enemies.',
		effect='Deals Fire damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Hellfire Summon',
	},
	['blizzard breath'] = {
		battlename='BLIZZARD-BREATH',
		attribute='ice',
		cost=8,
		costtype='MP',
		power=39,
		inbattle='y',
		outbattle='n',
		target='All enemies in front row',
		descriptionja='特殊魔法行動 前列 威力39 敵1列全体に氷結系ダメージ',
		description='Special magic action. Front row. Power 39. Ice-type damage to 1 whole row of enemies.',
		effect='Deals Ice damage. Chance to inflict Freeze.',
		skilltype='Extra',
		desumicon='oextra',
		name='Blizzard Breath',
	},
	['glacial blast'] = {
		battlename='ABSOLUTELY-ZERO',
		attribute='ice',
		cost=26,
		costtype='MP',
		power=77,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊魔法行動 全体 威力77 すべての敵に氷結系ダメージ',
		description='Special magic action. All. Power 77. Ice-type damage to all enemies.',
		effect='Deals Ice damage. Chance to inflict Freeze.',
		skilltype='Extra',
		desumicon='oextra',
		name='Glacial Blast',
	},
	['shock'] = {
		battlename='SWING-THUNDER',
		attribute='electricity',
		cost=8,
		costtype='MP',
		power=24,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊魔法行動 前列 威力24 複数の敵に電撃系ダメージ',
		description='Special magic action. Front row. Power 24. Electricity-type damage to multiple enemies.',
		effect='Deals Electricity damage. Hits 3-5 times. Subsequent hits after the first have a random target. Chance to inflict Shock.',
		skilltype='Extra',
		desumicon='oextra',
		name='Shock',
	},
	['thunder break'] = {
		battlename='THUNDER-BREAK',
		attribute='electricity',
		cost=28,
		costtype='MP',
		power=77,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊魔法行動 全体 威力77 すべての敵に電撃系ダメージ',
		description='Special magic action. All. Power 77. Electricity-type damage to all enemies.',
		effect='Deals Electricity damage. Chance to inflict Shock.',
		skilltype='Extra',
		desumicon='oextra',
		name='Thunder Break',
	},
	['brain burst'] = {
		battlename='BRAIN-BURST',
		attribute='bind',
		cost=12,
		costtype='MP',
		power=43,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊魔法行動 前列 威力43 複数の敵に念動系ダメージ/BINDの効果',
		description='Special magic action. Front row. Power 43. Psychokinetic-type damage to multiple enemies/Bind effect.',
		effect='Deals Psychokinesis damage. Hits 4-6 times. Subsequent hits after the first have a random target. Chance to inflict Bind.',
		skilltype='Extra',
		desumicon='oextra',
		name='Brain Burst',
	},
	['heretic\'s law'] = {
		battlename='OUTSIDER\'S-LAW',
		attribute='almighty',
		cost=10,
		costtype='MP',
		power=120,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='特殊魔法行動 全体 威力120 敵1体に大ダメージ',
		description='Special magic action. All. Power 120. Great damage to 1 enemy.',
		effect='Deals Almighty damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Heretic\'s Law',
	},
	['poison light'] = {
		battlename='VENOM-FLASH',
		attribute='almighty',
		cost=36,
		costtype='MP',
		power=65,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊魔法行動 全体 威力65 すべての敵にダメージ/POISONの効果',
		description='Special magic action. All. Power 65. Damage to all enemies/Poison effect.',
		effect='Deals Almighty damage. Chance to inflict Poison.',
		skilltype='Extra',
		desumicon='oextra',
		name='Poison Light',
	},
	['brahmastra'] = {
		battlename='BRAHMA-SUTRA',
		attribute='almighty',
		cost=64,
		costtype='MP',
		power=180,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊魔法行動 全体 威力180 敵すべての敵に大ダメージ',
		description='Special magic action. All. Power 180. Great damage to all enemies.',
		effect='Deals Almighty damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Brahmastra',
	},
	['judgment'] = {
		battlename='JUDGMENT',
		attribute='almighty',
		cost=54,
		costtype='MP',
		power=40,
		inbattle='y',
		outbattle='n',
		target='All enemies and allies',
		descriptionja='特殊魔法行動 敵・味方全体 術者と属性の異なる者すべてにダメージ',
		description='Special magic action. All enemies and allies. Damage to all with different alignment than caster.',
		effect='Deals Almighty damage to enemies and allies with different alignment (on Law-Chaos axis) than caster. Neutral demons are immune. ',
		skilltype='Extra',
		desumicon='oextra',
		name='Judgment',
	},
	['holy wrath'] = {
		battlename='JUSTICE-HEAVEN',
		attribute='almighty',
		cost=108,
		costtype='MP',
		power=50,
		inbattle='y',
		outbattle='n',
		target='All enemies and allies',
		descriptionja='特殊魔法行動 敵・味方全体 術者と属性の異なる者すべてに大ダメージ',
		description='Special magic action. All enemies and allies. Great damage to all with different alignment than caster.',
		effect='Deals Almighty damage to enemies and allies with different alignment (on Law-Chaos axis) than caster. Neutral demons are immune.',
		skilltype='Extra',
		desumicon='oextra',
		name='Holy Wrath',
	},
	['hama'] = {
		battlename='HAMA',
		attribute='expel',
		cost=8,
		costtype='MP',
		power=24,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='攻撃魔法 前列 威力24 敵1体に破魔系ダメージ',
		description='Attack magic. Front row. Power 24. Expel-type damage to 1 enemy.',
		effect='Chance to inflict Dead.',
		skilltype='Magic',
		desumicon='omagic',
		name='Hama',
	},
	['hanma'] = {
		battlename='HANMA',
		attribute='expel',
		cost=10,
		costtype='MP',
		power=20,
		inbattle='y',
		outbattle='n',
		target='All enemies in front row',
		descriptionja='攻撃魔法 前列 威力20 敵1列全体に破魔系ダメージ',
		description='Attack magic. Front row. Power 20. Expel-type damage to 1 whole row of enemies.',
		effect='Chance to inflict Dead.',
		skilltype='Magic',
		desumicon='omagic',
		name='Hanma',
	},
	['hamaon'] = {
		battlename='HAMAON',
		attribute='expel',
		cost=15,
		costtype='MP',
		power=16,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='攻撃魔法 全体 威力16 すべての敵に破魔系ダメージ',
		description='Attack magic. All. Power 16. Expel-type damage to all enemies.',
		effect='Chance to inflict Dead.',
		skilltype='Magic',
		desumicon='omagic',
		name='Hamaon',
	},
	['mudo'] = {
		battlename='MUDO',
		attribute='death',
		cost=4,
		costtype='MP',
		power=24,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='攻撃魔法 前列/後列 敵1体を呪殺',
		description='Attack magic. Front row/back row. Curses 1 enemy to death.',
		effect='Chance to inflict Dead.',
		skilltype='Magic',
		desumicon='omagic',
		name='Mudo',
	},
	['mudola'] = {
		battlename='MUDORA',
		attribute='death',
		cost=12,
		costtype='MP',
		power=20,
		inbattle='y',
		outbattle='n',
		target='All enemies in either row',
		descriptionja='攻撃魔法 前列/後列 敵1列全体を呪殺',
		description='Attack magic. Front row/back row. Curses 1 whole row of enemies to death.',
		effect='Chance to inflict Dead.',
		skilltype='Magic',
		desumicon='omagic',
		name='Mudola',
	},
	['mudoon'] = {
		battlename='MUDO-ON',
		attribute='death',
		cost=15,
		costtype='MP',
		power=18,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='攻撃魔法 全体 すべての敵を呪殺',
		description='Attack magic. All. Curses all enemies to death.',
		effect='Chance to inflict Dead.',
		skilltype='Magic',
		desumicon='omagic',
		name='Mudoon',
	},
	['dormina'] = {
		battlename='DOLUMINER',
		attribute='mind',
		cost=3,
		costtype='MP',
		power=45,
		inbattle='y',
		outbattle='n',
		target='All enemies in either row',
		descriptionja='攻撃補助 前列/後列 バッドステータス 敵1列全体にSLEEPの効果',
		description='Attack support. Front row/back row. Bad status. Sleep effect to 1 whole row of enemies.',
		effect='Chance to inflict Sleep.',
		skilltype='Magic',
		desumicon='omagic',
		name='Dormina',
	},
	['marin karin'] = {
		battlename='MARIN-KARIN',
		attribute='nerve',
		cost=4,
		costtype='MP',
		power=68,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='攻撃補助 前列/後列 バッドステータス 敵1体にCHARMの効果',
		description='Attack support. Front row/back row. Bad status. Charm effect to 1 enemy.',
		effect='Chance to inflict Charm.',
		skilltype='Magic',
		desumicon='omagic',
		name='Marin Karin',
	},
	['shibaboo'] = {
		battlename='SIBABU',
		attribute='bind',
		cost=5,
		costtype='MP',
		power=48,
		inbattle='y',
		outbattle='n',
		target='All enemies in either row',
		descriptionja='攻撃補助 前列/後列 バッドステータス 敵1列全体にBINDの効果',
		description='Attack support. Front row/back row. Bad status. Bind effect to 1 whole row of enemies.',
		effect='Chance to inflict Bind.',
		skilltype='Magic',
		desumicon='omagic',
		name='Shibaboo',
	},
	['shuff'] = {
		battlename='SHUFF',
		attribute='ruin',
		cost=3,
		costtype='MP',
		power=32,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='攻撃補助 前列/後列 バッドステータス 敵1体にCARDの効果',
		description='Attack support. Front row/back row. Bad status. Card effect to 1 enemy.',
		effect='Chance to inflict Card.',
		skilltype='Magic',
		desumicon='omagic',
		name='Shuff',
	},
	['shuffle'] = {
		battlename='SHUFFLE',
		attribute='ruin',
		cost=5,
		costtype='MP',
		power=48,
		inbattle='y',
		outbattle='n',
		target='All enemies in either row',
		descriptionja='攻撃補助 前列/後列 バッドステータス 敵1列全体にCARDの効果',
		description='Attack support. Front row/back row. Card effect to 1 whole row of enemies.',
		effect='Chance to inflict Card.',
		skilltype='Magic',
		desumicon='omagic',
		name='Shuffle',
	},
	['shuffler'] = {
		battlename='SHUFFLER',
		attribute='ruin',
		cost=10,
		costtype='MP',
		power=54,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='攻撃補助 全体 バッドステータス すべての敵にCARDの効果',
		description='Attack support. All. Bad status. Card effect to all enemies.',
		effect='Chance to inflict Card.',
		skilltype='Magic',
		desumicon='omagic',
		name='Shuffler',
	},
	['kyou'] = {
		battlename='KYO',
		attribute='expel',
		cost=3,
		costtype='MP',
		power=32,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='攻撃補助 前列 バッドステータス 敵1体にMIRRORの効果',
		description='Attack support. Front row. Bad status. Mirror effect to 1 enemy.',
		effect='Chance to inflict Mirror.',
		skilltype='Magic',
		desumicon='omagic',
		name='Kyou',
	},
	['hakyou'] = {
		battlename='HA-KYO',
		attribute='expel',
		cost=5,
		costtype='MP',
		power=48,
		inbattle='y',
		outbattle='n',
		target='All enemies in front row',
		descriptionja='攻撃補助 前列 バッドステータス 敵1列全体にMIRRORの効果',
		description='Attack support. Front row. Bad status. Mirror effect to 1 whole row of enemies.',
		effect='Chance to inflict Mirror.',
		skilltype='Magic',
		desumicon='omagic',
		name='Hakyou',
	},
	['sikyou'] = {
		battlename='SI-KYO',
		attribute='expel',
		cost=7,
		costtype='MP',
		power=54,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='攻撃補助 全体 バッドステータス すべての敵にMIRRORの効果',
		description='Attack support. All. Bad status. Mirror effect to all enemies.',
		effect='Chance to inflict Mirror.',
		skilltype='Magic',
		desumicon='omagic',
		name='Sikyou',
	},
	['sipani'] = {
		battlename='SIPANI',
		attribute='mind',
		cost=6,
		costtype='MP',
		power=38,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='攻撃補助 全体 バッドステータス すべての敵にPANICの効果',
		description='Attack support. All. Bad status. Panic effect to all enemies.',
		effect='Chance to inflict Panic.',
		skilltype='Magic',
		desumicon='omagic',
		name='Sipani',
	},
	['hapirma'] = {
		battlename='HAPIRUMA',
		attribute='mind',
		cost=4,
		costtype='MP',
		power=48,
		inbattle='y',
		outbattle='n',
		target='All enemies in front row',
		descriptionja='攻撃補助 前列 バッドステータス 敵1列全体にHAPPYの効果',
		description='Attack support. Front row. Bad status. Happy effect to 1 whole row enemies.',
		effect='Chance to inflict Happy.',
		skilltype='Magic',
		desumicon='omagic',
		name='Hapirma',
	},
	['makafuji'] = {
		battlename='MAKA-FUJI',
		attribute='ruin',
		cost=5,
		costtype='MP',
		power=64,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='攻撃補助 前列/後列 バッドステータス 敵1体にCLOSEの効果',
		description='Attack support. Front row/back row. Bad status. Close effect to 1 enemy.',
		effect='Chance to inflict Close.',
		skilltype='Magic',
		desumicon='omagic',
		name='Makafuji',
	},
	['bind voice'] = {
		battlename='BIND-VOICE',
		attribute='bind',
		cost=6,
		costtype='MP',
		power=38,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊魔法行動 全体 バッドステータス すべての敵にBINDの効果',
		description='Special magic action. All. Bad status. Bind effect to all enemies.',
		effect='Chance to inflict Bind.',
		skilltype='Extra',
		desumicon='oextra',
		name='Bind Voice',
	},
	['magnetic storm'] = {
		battlename='MAGNETIC-STORM',
		attribute='bind',
		cost=5,
		costtype='MP',
		power=48,
		inbattle='y',
		outbattle='n',
		target='All enemies in either row',
		descriptionja='特殊魔法行動 全体 バッドステータス 敵1列全体にBINDの効果',
		description='Special magic action. All. Bad status. Bind effect to 1 whole row of enemies.',
		effect='Chance to inflict Bind.',
		skilltype='Extra',
		desumicon='oextra',
		name='Magnetic Storm',
	},
	['panic voice'] = {
		battlename='PANIC-VOICE',
		attribute='mind',
		cost=12,
		costtype='MP',
		power=32,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊魔法行動 全体 バッドステータス すべての敵にPANICの効果',
		description='Special magic action. All. Bad status. Panic effect to all enemies.',
		effect='Chance to inflict Panic.',
		skilltype='Extra',
		desumicon='oextra',
		name='Panic Voice',
	},
	['happy dance'] = {
		battlename='HAPPY-DANCE',
		attribute='mind',
		cost=12,
		costtype='MP',
		power=28,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊魔法行動 全体 バッドステータス すべての敵にHAPPYの効果',
		description='Special magic action. All. Bad status. Happy effect to all enemies.',
		effect='Chance to inflict Happy.',
		skilltype='Extra',
		desumicon='oextra',
		name='Happy Dance',
	},
	['medicine buddha\'s laugh'] = {
		battlename='LAUGHING-YAKUSI',
		attribute='ruin',
		cost=11,
		costtype='MP',
		power=42,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊魔法行動 全体 バッドステータス すべての敵にCLOSEの効果',
		description='Special magic action. All. Bad status. Close effect to all enemies.',
		effect='Chance to inflict Close.',
		skilltype='Extra',
		desumicon='oextra',
		name='Medicine Buddha\'s Laugh',
	},
	['venom breath'] = {
		battlename='VENOM-BREATH',
		attribute='ruin',
		cost=5,
		costtype='MP',
		power=28,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊魔法行動 全体 バッドステータス すべての敵にPOISONの効果',
		description='Special magic action. All. Bad status. Poison effect to all enemies.',
		effect='Chance to inflict Poison.',
		skilltype='Extra',
		desumicon='oextra',
		name='Venom Breath',
	},
	['insanity eye'] = {
		battlename='INSANITY-EYE',
		attribute='nerve',
		cost=8,
		costtype='MP',
		power=40,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		descriptionja='特殊魔法行動 前列 バッドステータス 複数の敵にCHARMの効果',
		description='Special magic action. Front row. Bad status. Charm effect to multiple enemies.',
		effect='Hits 1-3 times. Subsequent hits after the first have a random target. Chance to inflict Charm.',
		skilltype='Extra',
		desumicon='oextra',
		name='Insanity Eye',
	},
	['sexy dance'] = {
		battlename='SEXY-DANCE',
		attribute='nerve',
		cost=20,
		costtype='MP',
		power=32,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊魔法行動 全体 バッドステータス すべての敵にCHARMの効果',
		description='Special magic action. All. Bad status. Charm effect to all enemies.',
		effect='Chance to inflict Charm.',
		skilltype='Extra',
		desumicon='oextra',
		name='Sexy Dance',
	},
	['lullaby'] = {
		battlename='CRADLE-SONG',
		attribute='mind',
		cost=10,
		costtype='MP',
		power=28,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊魔法行動 全体 バッドステータス すべての敵にSLEEPの効果',
		description='Special magic action. All. Bad status. Sleep effect to all enemies.',
		effect='Chance to inflict Sleep.',
		skilltype='Extra',
		desumicon='oextra',
		name='Lullaby',
	},
	['evil eye'] = {
		battlename='EVIL-EYE',
		attribute='death',
		cost=8,
		costtype='MP',
		power=34,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		descriptionja='特殊魔法行動 全体 敵1体を呪殺',
		description='Special magic action. All. Curses 1 enemy to death.',
		effect='Chance to inflict Dead.',
		skilltype='Extra',
		desumicon='oextra',
		name='Evil Eye',
	},
	['dia'] = {
		battlename='DIA',
		cost=2,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='Single ally',
		descriptionja='回復魔法 単体 味方1体のHPを少しだけ回復',
		description='Recovery magic. Single. Recovers just a little HP to 1 ally.',
		effect='Restores small amount of HP.',
		skilltype='Magic',
		desumicon='dmagic',
		name='Dia',
	},
	['diarama'] = {
		battlename='DIA-RAMA',
		cost=4,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='Single ally',
		descriptionja='回復魔法 単体 味方1体のHPを中程度回復',
		description='Recovery magic. Single. Recovers a medium amount of HP to 1 ally.',
		effect='Restores medium amount of HP.',
		skilltype='Magic',
		desumicon='dmagic',
		name='Diarama',
	},
	['diarahan'] = {
		battlename='DIA-RAHAN',
		cost=12,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='Single ally',
		descriptionja='回復魔法 単体 味方1体のHPをMAXまで回復',
		description='Recovery magic. Single. Recovers the HP of 1 ally to max.',
		effect='Fully restores HP.',
		skilltype='Magic',
		desumicon='dmagic',
		name='Diarahan',
	},
	['media'] = {
		battlename='Me-DIA',
		cost=6,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='All enemies',
		descriptionja='回復魔法 全体 味方全員のHPを少しだけ回復',
		description='Recovery magic. All. Recovers just a little HP to all allies.',
		effect='Restores small amount of HP.',
		skilltype='Magic',
		desumicon='dmagic',
		name='Media',
	},
	['mediarama'] = {
		battlename='Me-DIARAMA',
		cost=16,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='All enemies',
		descriptionja='回復魔法 全体 味方全員のHPを中程度回復',
		description='Recovery magic. All. Recovers a medium amount of HP to all allies.',
		effect='Restores medium amount of HP.',
		skilltype='Magic',
		desumicon='dmagic',
		name='Mediarama',
	},
	['mediarahan'] = {
		battlename='Me-DIARAHAN',
		cost=32,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='All allies',
		descriptionja='回復魔法 全体 味方全員のHPをMAXまで回復',
		description='Recovery magic. All. Recovers the HP of all allies to max.',
		effect='Fully restores HP.',
		skilltype='Magic',
		desumicon='dmagic',
		name='Mediarahan',
	},
	['posumudi'] = {
		battlename='POSM-Di',
		cost=2,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='Single ally',
		descriptionja='回復魔法 単体 味方1体の毒の状態を治療',
		description='Recovery magic. Single. Cures Poison status of 1 ally.',
		effect='Removes Poison ailment.',
		skilltype='Magic',
		desumicon='dmagic',
		name='Posumudi',
	},
	['phasdi'] = {
		battlename='PHAS-Di',
		cost=3,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='Single ally',
		descriptionja='回復魔法 単体 味方1体の混乱・至福・睡眠を治療',
		description='Recovery magic. Single. Cures Panic, Happy, or Sleep of 1 ally.',
		effect='Removes Panic, Happy, or Sleep ailment.',
		skilltype='Magic',
		desumicon='dmagic',
		name='Phasdi',
	},
	['charmdi'] = {
		battlename='CARM-Di',
		cost=5,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='Single ally',
		descriptionja='回復魔法 単体 味方1体の魅了を治療',
		description='Recovery magic. Single. Cures Charm of 1 ally.',
		effect='Removes Charm ailment.',
		skilltype='Magic',
		desumicon='dmagic',
		name='Charmdi',
	},
	['petradi'] = {
		battlename='PETRA-Di',
		cost=8,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='Single ally',
		descriptionja='回復魔法 単体 味方1体の石化を治療',
		description='Recovery magic. Single. Cures Stone of 1 ally.',
		effect='Removes Stone ailment.',
		skilltype='Magic',
		desumicon='dmagic',
		name='Petradi',
	},
	['closdi'] = {
		battlename='CLOS-Di',
		cost=5,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='Single ally',
		descriptionja='回復魔法 単体 味方1体の沈黙を治療',
		description='Recovery magic. Single. Cures Close of 1 ally.',
		effect='Removes Close ailment.',
		skilltype='Magic',
		desumicon='dmagic',
		name='Closdi',
	},
	['paraladi'] = {
		battlename='PALYLA-Di',
		cost=7,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='Single ally',
		descriptionja='回復魔法 単体 味方1体の麻痺を治療',
		description='Recovery magic. Single. Cures Paralysis of 1 ally.',
		effect='Removes Paralyze ailment.',
		skilltype='Magic',
		desumicon='dmagic',
		name='Paraladi',
	},
	['metamodi'] = {
		battlename='METAMO-Di',
		cost=4,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='Single ally',
		descriptionja='回復魔法 単体 味方1体の変身を解く',
		description='Recovery magic. Single. Undoes Metamorphosis of 1 ally.',
		effect='Removes Card or Mirror ailment.',
		skilltype='Magic',
		desumicon='dmagic',
		name='Metamodi',
	},
	['patra'] = {
		battlename='PATORA',
		cost=3,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='Single ally',
		descriptionja='回復魔法 単体 味方1体の混乱・至福・睡眠・呪縛を治療',
		description='Recovery magic. Single. Cures Panic, Happy, Sleep, or Bind of 1 ally.',
		effect='Removes Panic, Happy, Sleep, or Bind ailment.',
		skilltype='Magic',
		desumicon='dmagic',
		name='Patra',
	},
	['me patra'] = {
		battlename='Me-PATORA',
		cost=5,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='回復魔法 全体 味方全員の混乱・至福・睡眠・呪縛を治療',
		description='Recovery magic. All. Cures Panic, Happy, Sleep, or Bind of all allies.',
		effect='Removes Panic, Happy, Sleep, or Bind ailment.',
		skilltype='Magic',
		desumicon='dmagic',
		name='Me Patra',
	},
	['recarm'] = {
		battlename='RECARM',
		cost=12,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='Single ally',
		descriptionja='回復魔法 単体 味方1体を復活',
		description='Recovery magic. Single. Revives 1 ally.',
		effect='Revives party member.',
		skilltype='Magic',
		desumicon='dmagic',
		name='Recarm',
	},
	['samarecarm'] = {
		battlename='Sama-RECARM',
		cost=24,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='Single ally',
		descriptionja='回復魔法 単体 味方1体をHP最大で復活',
		description='Recovery magic. Single. Revives 1 ally with maximum HP.',
		effect='Revives party member with full HP.',
		skilltype='Magic',
		desumicon='dmagic',
		name='Samarecarm',
	},
	['recarmdra'] = {
		battlename='RECARM-Dora',
		cost=24,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='Single ally',
		descriptionja='回復魔法 全体 味方全員のHPを最大回復し術者は死亡',
		description='Recovery magic. All. Recovers maximum HP of all allies and the caster dies.',
		effect='Restores HP. Kills user.',
		skilltype='Magic',
		desumicon='dmagic',
		name='Recarmdra',
	},
	['nurse'] = {
		battlename='NURSE',
		cost=1,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='Single ally',
		descriptionja='特殊魔法行動 単体 味方1体のHPを少しだけ回復',
		description='Special magic action. Single. Recovers just a little HP to 1 ally.',
		effect='Restores small amount of HP.',
		skilltype='Extra',
		desumicon='dextra',
		name='Nurse',
	},
	['saint\'s song'] = {
		battlename='SAINT-SONG ',
		cost=5,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='All allies',
		descriptionja='特殊魔法行動 全体 味方全員のHPを少しだけ回復',
		description='Special magic action. Single. Recovers just a little HP to all allies.',
		effect='Restores small amount of HP.',
		skilltype='Extra',
		desumicon='dextra',
		name='Saint\'s Song',
	},
	['warm embrace'] = {
		battlename='HOLD-IN-MY-ARMS',
		cost=14,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='All allies',
		descriptionja='特殊魔法行動 全体 味方全員のHPを中程度回復',
		description='Special magic action. All. Recovers a medium amount of HP to all allies.',
		effect='Restores medium amount of HP.',
		skilltype='Extra',
		desumicon='dextra',
		name='Warm Embrace',
	},
	['angel\'s kiss'] = {
		battlename='ANGEL\'S-KISS',
		cost=12,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='Single ally',
		descriptionja='特殊魔法行動 単体 ロウ・ニュートラルの味方のHPを回復',
		description='Special magic action. Single. Recovers HP of a Law or Neutral ally.',
		effect='',
		skilltype='Extra',
		desumicon='dextra',
		name='Angel\'s Kiss',
	},
	['demon\'s kiss'] = {
		battlename='DEMON\'S-KISS',
		cost=12,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='Single ally',
		descriptionja='特殊魔法行動 単体 カオス・ニュートラルの味方のHPを回復',
		description='Special magic action. Single. Recovers HP of a Chaos or Neutral ally.',
		effect='',
		skilltype='Extra',
		desumicon='dextra',
		name='Demon\'s Kiss',
	},
	['maiden\'s prayer'] = {
		battlename='VIRGIN-PRAY',
		cost=24,
		costtype='MP',
		inbattle='y',
		outbattle='y',
		target='Single ally',
		descriptionja='特殊魔法行動 全体 味方1体をHP1/2で復活',
		description='Special magic action. All. Revives 1 ally with 1/2 HP.',
		effect='',
		skilltype='Extra',
		desumicon='dextra',
		name='Maiden\'s Prayer',
	},
	['rest'] = {
		battlename='REST',
		cost='5%',
		costtype='HP',
		target='Self',
		inbattle='y',
		outbattle='y',
		descriptionja='特殊物理行動 術者 使用HPの3倍を回復',
		description='Special physical action. Caster. Recovers 3× the HP used.',
		effect='',
		skilltype='Extra',
		desumicon='dextra',
		name='Rest',
	},
	['tetraja'] = {
		battlename='TETRAJA',
		cost=5,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='防御魔法 全体 破魔・呪殺・エナジードレインを1回防止',
		description='Defense magic. All. Prevents Expel, Death, or Energy Drain 1 time.',
		effect='',
		skilltype='Magic',
		desumicon='dmagic',
		name='Tetraja',
	},
	['tetrakarn'] = {
		battlename='TETRA-Karn',
		cost=6,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='防御魔法 全体 物理攻撃を1ターン防ぎ敵に反射',
		description='Defense magic. All. Prevents physical attacks for 1 turn and reflects them back at the enemy.',
		effect='',
		skilltype='Magic',
		desumicon='dmagic',
		name='Tetrakarn',
	},
	['makarakarn'] = {
		battlename='MAKARA-Karn',
		cost=6,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='防御魔法 全体 魔法攻撃を1ターン防ぎ敵に反射',
		description='Defense magic. All. Prevents magic attacks for 1 turn and reflects them back at the enemy.',
		effect='',
		skilltype='Magic',
		desumicon='dmagic',
		name='Makarakarn',
	},
	['barrier'] = {
		battlename='UNTOUCHED-ZONE',
		cost=4,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='特殊魔法行動 全体 破魔・呪殺・エナジードレインを1回防止',
		description='Special magic action. All. Prevents Expel, Death, or Energy Drain 1 time.',
		effect='',
		skilltype='Extra',
		desumicon='dextra',
		name='Barrier',
	},
	['earth wall'] = {
		battlename='GAEA-WALL',
		cost=5,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='特殊魔法行動 全体 物理攻撃を1ターン防ぎ敵に反射',
		description='Special magic action. All. Prevents physical attacks for 1 turn and reflects them back at the enemy.',
		effect='',
		skilltype='Extra',
		desumicon='dextra',
		name='Earth Wall',
	},
	['penta wall'] = {
		battlename='PENTA-WALL',
		cost=5,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='特殊魔法行動 全体 魔法攻撃を1ターン防ぎ敵に反射',
		description='Special magic action. All. Prevents magic attacks for 1 turn and reflects them back at the enemy.',
		effect='',
		skilltype='Extra',
		desumicon='dextra',
		name='Penta Wall',
	},
	['water wall'] = {
		battlename='AQUA-WALL ',
		cost=5,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='特殊魔法行動 全体 火炎攻撃を1ターン無効化',
		description='Special magic action. All. Nullifies fire attacks for 1 turn.',
		effect='',
		skilltype='Extra',
		desumicon='dextra',
		name='Water Wall',
	},
	['flame wall'] = {
		battlename='FLAME-WALL',
		cost=5,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='特殊魔法行動 全体 氷結攻撃を1ターン無効化',
		description='Special magic action. All. Nullifies ice attacks for 1 turn.',
		effect='',
		skilltype='Extra',
		desumicon='dextra',
		name='Flame Wall',
	},
	['psycho barrier'] = {
		battlename='PSYCHO-BARRIER',
		cost=5,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='特殊魔法行動 全体 念動攻撃を1ターン無効化',
		description='Special magic action. All. Nullifies psychokinesis attacks for 1 turn.',
		effect='',
		skilltype='Extra',
		desumicon='dextra',
		name='Psycho Barrier',
	},
	['tatami flip'] = {
		battlename='TATAMI-SHIELD',
		cost='5%',
		costtype='HP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='特殊物理行動 全体 物理攻撃を1ターン防ぐ',
		description='Special physical action. All. Prevents physical attacks for 1 turn.',
		effect='',
		skilltype='Extra',
		desumicon='dextra',
		name='Tatami Flip',
	},
	['shaking wall'] = {
		battlename='FURI-FURI-WALL',
		cost='10%',
		costtype='HP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='特殊物理行動 全体 魔法攻撃を1ターン防ぎ敵に反射',
		description='Special physical action. All. Prevents magic attacks for 1 turn and reflects them back at the enemy.',
		effect='',
		skilltype='Extra',
		desumicon='dextra',
		name='Shaking Wall',
	},
	['tarunda'] = {
		battlename='TARU-Nda',
		cost=5,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='攻撃補助 全体 すべての敵の攻撃力ダウン',
		description='Attack support. All. Decreases attack of all enemies.',
		effect='',
		skilltype='Magic',
		desumicon='omagic',
		name='Tarunda',
	},
	['rakunda'] = {
		battlename='RAKU-Nda',
		cost=5,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='攻撃補助 全体 すべての敵の防御力ダウン',
		description='Attack support. All. Decreases defense of all enemies.',
		effect='',
		skilltype='Magic',
		desumicon='omagic',
		name='Rakunda',
	},
	['sukunda'] = {
		battlename='SUKU-Nda',
		cost=5,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='攻撃補助 全体 すべての敵の命中力ダウン',
		description='Attack support. All. Decreases accuracy of all enemies.',
		effect='',
		skilltype='Magic',
		desumicon='omagic',
		name='Sukunda',
	},
	['dekaja'] = {
		battlename='DE-Kaja',
		cost=8,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='攻撃補助 全体 すべての敵の能力値アップを無効化',
		description='Attack support. All. Nullifies stat increases of all enemies.',
		effect='',
		skilltype='Magic',
		desumicon='omagic',
		name='Dekaja',
	},
	['tarukaja'] = {
		battlename='TARU-Kaja',
		cost=5,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='補助魔法 全体 味方全員の攻撃力アップ',
		description='Support magic. All. Increases attack of all allies.',
		effect='',
		skilltype='Magic',
		desumicon='dmagic',
		name='Tarukaja',
	},
	['rakukaja'] = {
		battlename='RAKU-Kaja',
		cost=5,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='補助魔法 全体 味方全員の防御力アップ',
		description='Support magic. All. Increases defense of all allies.',
		effect='',
		skilltype='Magic',
		desumicon='dmagic',
		name='Rakukaja',
	},
	['sukukaja'] = {
		battlename='SUKU-Kaja',
		cost=5,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='補助魔法 全体 味方全員の命中力アップ',
		description='Support magic. All. Increases accuracy of all allies.',
		effect='',
		skilltype='Magic',
		desumicon='dmagic',
		name='Sukukaja',
	},
	['makakaja'] = {
		battlename='MAKA-Kaja',
		cost=5,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='補助魔法 全体 味方全員の魔法威力アップ',
		description='Support magic. All. Increases magic power of all allies.',
		effect='',
		skilltype='Magic',
		desumicon='dmagic',
		name='Makakaja',
	},
	['dekunda'] = {
		battlename='DE-Kunda',
		cost=8,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='補助魔法 全体 味方全員の能力値ダウンを無効化',
		description='Support magic. All. Nullifies stat decreases of all allies.',
		effect='',
		skilltype='Magic',
		desumicon='dmagic',
		name='Dekunda',
	},
	['psycho blast'] = {
		battlename='PSYCHO-BRUST',
		cost=12,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊魔法行動 全体 すべての敵の命中力・魔法威力ダウン',
		description='Special magic action. All. Decreases accuracy and magic power of all enemies.',
		effect='',
		skilltype='Extra',
		desumicon='oextra',
		name='Psycho Blast',
	},
	['lucky step'] = {
		battlename='LUCKY-STEP',
		cost=24,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='特殊魔法行動 全体 味方全員の命中力アップ',
		description='Special magic action. All. Increases accuracy of all allies.',
		effect='',
		skilltype='Extra',
		desumicon='dextra',
		name='Lucky Step',
	},
	['vacuum wave'] = {
		battlename='SONIC-BOOM',
		cost=12,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='特殊魔法行動 全体 味方全体の命中力・攻撃力アップ',
		description='Special magic action. All. Increases accuracy and attack of all allies.',
		effect='',
		skilltype='Extra',
		desumicon='dextra',
		name='Vacuum Wave',
	},
	['taunt'] = {
		battlename='HEY-HEY-HEY',
		cost=3,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊魔法行動 全体 敵全体の攻撃力アップ・防御力ダウン',
		description='Special magic action. All. Increases attack and decreases defense of all enemies.',
		effect='',
		skilltype='Extra',
		desumicon='oextra',
		name='Taunt',
	},
	['intimidate'] = {
		battlename='ORA-ORA-ORA',
		cost=3,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All enemies',
		descriptionja='特殊魔法行動 全体 敵全体の防御力アップ・攻撃力ダウン',
		description='Special magic action. All. Increases defense and decreases attack of all enemies.',
		effect='',
		skilltype='Extra',
		desumicon='oextra',
		name='Intimidate',
	},
	['rousing song'] = {
		battlename='ACTIVE-SONG',
		cost=12,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='特殊魔法行動 全体 味方全体の攻撃力・魔法威力アップ',
		description='Special magic action. All. Increases attack and magic power of all allies.',
		effect='',
		skilltype='Extra',
		desumicon='dextra',
		name='Rousing Song',
	},
	['die hard'] = {
		battlename='DIE-HARD',
		cost=12,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='All allies',
		descriptionja='特殊魔法行動 全体 味方全体の防御力・命中力アップ',
		description='Special magic action. All. Increases defense and accuracy of all allies.',
		effect='',
		skilltype='Extra',
		desumicon='dextra',
		name='Die Hard',
	},
	['necroma'] = {
		battlename='NECROMA',
		cost=12,
		costtype='MP',
		inbattle='y',
		outbattle='n',
		target='Single ally',
		descriptionja='補助魔法 単体 死亡した味方1体を戦闘参加',
		description='Support magic. Single. Brings 1 dead ally into battle.',
		effect='',
		skilltype='Magic',
		desumicon='dmagic',
		name='Necroma',
	},
	['sabbath'] = {
		battlename='SABBATH',
		cost=10,
		costtype='MP',
		inbattle='n',
		outbattle='y',
		descriptionja='特殊魔法 移動時・戦闘時 マグネタイトを消費しないで仲魔1体を召喚',
		description='Special magic. During movement and during battle. Summons 1 allied demon without consuming magnetite.',
		effect='',
		skilltype='Magic',
		desumicon='smagic',
		name='Sabbath',
	},
	['traesto'] = {
		cost=3,
		costtype='MP',
		inbattle='n',
		outbattle='y',
		descriptionja='特殊魔法 移動時 ダンジョンより脱出',
		description='Special magic. During movement. Escapes from the dungeon.',
		effect='',
		skilltype='Magic',
		desumicon='smagic',
		name='Traesto',
	},
	['estoma'] = {
		cost=3,
		costtype='MP',
		inbattle='n',
		outbattle='y',
		descriptionja='特殊魔法 移動時 月1周の間 低レベル悪魔の出現を抑止',
		description='Special magic. During movement. Period of 1 moon cycle. Staves off the appearance of low-level demons.',
		effect='',
		skilltype='Magic',
		desumicon='smagic',
		name='Estoma',
	},
	['mapper'] = {
		cost=4,
		costtype='MP',
		inbattle='n',
		outbattle='y',
		descriptionja='特殊魔法 移動時 パーティー周辺のマップを表示',
		description='Special magic. During movement. Displays a map of the party\'s surroundings.',
		effect='Displays minimap until next New Moon. Fails if used during a New Moon. ',
		skilltype='Magic',
		desumicon='smagic',
		name='Mapper',
	},
	['liftoma'] = {
		cost=4,
		costtype='MP',
		inbattle='n',
		outbattle='y',
		descriptionja='特殊魔法 移動時 月1周の間 ダメージゾーンを無効化',
		description='Special magic. During movement. Period of 1 moon cycle. Nullifies damage zones.',
		effect='',
		skilltype='Magic',
		desumicon='smagic',
		name='Liftoma',
	},
	['escape'] = {
		battlename='RUN-AWAY',
		cost='0%',
		costtype='HP',
		inbattle='y',
		outbattle='n',
		target='Self',
		effect='',
		skilltype='Extra',
		desumicon='dextra',
		name='Escape',
	},
	['demon\'s temptation f'] = {
		battlename='DEMON\'S-LURE',
		attribute='death',
		cost=0,
		costtype='MP',
		power=12,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		effect='Chance to inflict Paralyze.',
		skilltype='Extra',
		desumicon='oextra',
		name='Demon\'s Temptation',
	},
	['demon\'s temptation m'] = {
		battlename='DEMON\'S-LURE',
		attribute='death',
		cost=0,
		costtype='MP',
		power=12,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		effect='Chance to inflict Paralyze.',
		skilltype='Extra',
		desumicon='oextra',
		name='Demon\'s Temptation',
	},
	['life drain'] = {
		battlename='BLOOD-SUCKER',
		attribute='death',
		cost=3,
		costtype='MP',
		power=32,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		effect='Hits 0-1 times (higher chance to fail than to succeed).',
		skilltype='Extra',
		desumicon='oextra',
		name='Life Drain',
	},
	['petrifying glare'] = {
		battlename='PETRA-EYE',
		attribute='death',
		cost=3,
		costtype='MP',
		power=42,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		effect='Hits 0-1 times (higher chance to fail than to succeed). Chance to inflict Stone.',
		skilltype='Extra',
		desumicon='oextra',
		name='Petrifying Glare',
	},
	['paralyzing glare'] = {
		battlename='PALYZE-EYE',
		attribute='nerve',
		cost=4,
		costtype='MP',
		power=52,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		effect='Hits 0-1 times (higher chance to fail than to succeed). Chance to inflict Paralyze.',
		skilltype='Extra',
		desumicon='oextra',
		name='Paralyzing Glare',
	},
	['arachno wire'] = {
		battlename='ARACHNO-WIRE',
		attribute='nerve',
		cost=8,
		costtype='MP',
		power=54,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		effect='Chance to inflict Paralyze. Hits 0-2 times. Subsequent hits after the first have a random target.',
		skilltype='Extra',
		desumicon='oextra',
		name='Arachno Wire',
	},
	['eat whole'] = {
		battlename='AMAZING-GNAW',
		attribute='charge',
		cost='7%',
		costtype='HP',
		power=50,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		effect='Deals Charge damage equal to 25% of target\'s current HP. Has 1/16 chance to kill instantly.',
		skilltype='Extra',
		desumicon='oextra',
		name='Eat Whole',
	},
	['swallow'] = {
		battlename='FANATIC-EATER',
		attribute='charge',
		cost='10%',
		costtype='HP',
		power=70,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		effect='Dead',
		skilltype='Extra',
		desumicon='oextra',
		name='Swallow',
	},
	['horse-leg kick'] = {
		battlename='HORSE-SHOE',
		attribute='skill',
		cost='3%',
		costtype='HP',
		power=28,
		inbattle='y',
		outbattle='n',
		target='Single enemy',
		effect='Deals Skill damage. Hits 0-7 times. Switches to another target if initial target dies.',
		skilltype='Extra',
		desumicon='oextra',
		name='Horse-Leg Kick',
	},
	['strangle drop'] = {
		battlename='CHIN-LOCK ',
		attribute='skill',
		cost='4%',
		costtype='HP',
		power=50,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		effect='Deals Skill damage equal to 30% of target\'s current HP. Always targets enemy with lowest Agility.',
		skilltype='Extra',
		desumicon='oextra',
		name='Strangle Drop',
	},
	['volcanicker'] = {
		battlename='VOLCANICKER',
		attribute='electricity',
		cost=110,
		costtype='MP',
		power=30,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		effect='Chance to inflict Dead.',
		skilltype='Extra',
		desumicon='oextra',
		name='Volcanicker',
	},
	['mirror prison'] = {
		battlename='MIRROR-PRISON',
		attribute='expel',
		cost=15,
		costtype='MP',
		power=64,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		effect='Chance to inflict Mirror.',
		skilltype='Extra',
		desumicon='oextra',
		name='Mirror Prison',
	},
	['wail of resentment'] = {
		battlename='SPITE-SHOUT',
		attribute='death',
		cost=98,
		costtype='MP',
		power=10,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		effect='Chance to inflict Paralyze.',
		skilltype='Extra',
		desumicon='oextra',
		name='Wail of Resentment',
	},
	['vampire kiss'] = {
		battlename='VAMPIRE-KISS',
		attribute='death',
		cost=20,
		costtype='MP',
		power=32,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		effect='Chance to inflict Vamp.',
		skilltype='Extra',
		desumicon='oextra',
		name='Vampire Kiss',
	},
	['soul jack'] = {
		battlename='SOUL-JACK',
		attribute='death',
		cost=0,
		costtype='MP',
		power=10,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		effect='Chance to inflict Paralyze.',
		skilltype='Extra',
		desumicon='oextra',
		name='Soul Jack',
	},
	['photon shot'] = {
		battlename='PHOTO\'N-SHOT',
		attribute='death',
		cost=15,
		costtype='MP',
		power=64,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		effect='Chance to inflict Card.',
		skilltype='Extra',
		desumicon='oextra',
		name='Photon Shot',
	},
	['qixing jiangtian'] = {
		battlename='SHOOTING-7STARS',
		attribute='death',
		cost=20,
		costtype='MP',
		power=50,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		effect='Chance to inflict Dead.',
		skilltype='Extra',
		desumicon='oextra',
		name='Qixing Jiangtian',
	},
	['extinction supreme fist'] = {
		battlename='GENOCIDE-FIST',
		attribute='almighty',
		cost='20%',
		costtype='HP',
		power=100,
		inbattle='y',
		outbattle='n',
		target='Single ally',
		effect='',
		skilltype='Extra',
		desumicon='oextra',
		name='Extinction Supreme Fist',
	},
	['death ring'] = {
		battlename='DEATH-RING',
		attribute='nerve',
		cost=40,
		costtype='MP',
		power=29,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		effect='Chance to inflict Paralyze.',
		skilltype='Extra',
		desumicon='oextra',
		name='Death Ring',
	},
	['vice gospel'] = {
		battlename='VICE-GOSPEL',
		attribute='nerve',
		cost=0,
		costtype='MP',
		power=40,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		effect='Chance to inflict a random status ailment.',
		skilltype='Extra',
		desumicon='oextra',
		name='Vice Gospel',
	},
	['roar of lamentation'] = {
		battlename='CRYING-SCREAM',
		attribute='nerve',
		cost=55,
		costtype='MP',
		power=32,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		effect='Chance to inflict Stone or Charm.',
		skilltype='Extra',
		desumicon='oextra',
		name='Roar of Lamentation',
	},
	['gehou genkajin'] = {
		battlename='FIORE-SPLENDIDO ',
		attribute='ruin',
		cost=50,
		costtype='MP',
		power=150,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		effect='',
		skilltype='Extra',
		desumicon='oextra',
		name='Gehou Genkajin',
	},
	['magic flute bullet'] = {
		battlename='MAGIC-BULLET',
		attribute='ruin',
		cost=30,
		costtype='MP',
		power=35,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		effect='Deals Ruin damage. Only affects demons.',
		skilltype='Extra',
		desumicon='oextra',
		name='Magic Flute Bullet',
	},
	['liuxing huihang'] = {
		battlename='BRIGHTEN-6STARS',
		attribute='ruin',
		cost=30,
		costtype='MP',
		power=0,
		inbattle='y',
		outbattle='n',
		target='All enemies',
		effect='',
		skilltype='Extra',
		desumicon='dextra',
		name='Liuxing Huihang',
	},
	['devil in the flesh'] = {
		battlename='DIABLE-DE-CORPS',
		attribute='charge',
		cost='4%',
		costtype='HP',
		power=200,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		effect='Deals Charge damage equal to 40% of target\'s current HP. Has chance to kill instantly. Chance to inflict Shock.',
		skilltype='Extra',
		desumicon='oextra',
		name='Devil in the Flesh',
	},
	['killing step'] = {
		battlename='KILLING-STEP ',
		attribute='sword skill',
		cost='2%',
		costtype='HP',
		power=90,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		effect='',
		skilltype='Extra',
		desumicon='oextra',
		name='Killing Step',
	},
	['arm swing'] = {
		battlename='MASH-FLESH',
		attribute='skill',
		cost='16%',
		costtype='HP',
		power=187,
		inbattle='y',
		outbattle='n',
		target='Single ally',
		effect='',
		skilltype='Extra',
		desumicon='oextra',
		name='Arm Swing',
	},
	['heartless dance'] = {
		battlename='MISS-COLD-HEART',
		attribute='skill',
		cost='22%',
		costtype='HP',
		power=130,
		inbattle='y',
		outbattle='n',
		target='Single ally',
		effect='',
		skilltype='Extra',
		desumicon='oextra',
		name='Heartless Dance',
	},
	['snipe'] = {
		battlename='SNIPE',
		attribute='gun',
		cost='2%',
		costtype='HP',
		power=20,
		inbattle='y',
		outbattle='n',
		target='Single enemy in either row',
		effect='Deals Gun damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Snipe',
	},
	['disorderly fire'] = {
		battlename='HAPPY-TRIGGER',
		attribute='gun',
		cost='5%',
		costtype='HP',
		power=16,
		inbattle='y',
		outbattle='n',
		target='All enemies in either row',
		effect='Deals Gun damage.',
		skilltype='Extra',
		desumicon='oextra',
		name='Disorderly Fire',
	},
	['lucky trigger'] = {
		battlename='LUCKY-TRIGGER',
		attribute='gun',
		cost='11%',
		costtype='HP',
		power=22,
		inbattle='y',
		outbattle='n',
		target='Single enemy in front row',
		effect='Deals Gun damage. Hits 0-7 times. Subsequent hits after the first have a random target.',
		skilltype='Extra',
		desumicon='oextra',
		name='Lucky Trigger',
	}
}

return {
	skill = skill,
}