Module:Data/Skill/dx2

Revision as of 06:48, 18 April 2024 by Rman41 (talk | contribs) (Undo revision 88852 by Rman41 (talk))
Jump to navigation Jump to search

Purpose

Data module used to document skill details from Shin Megami Tensei: Liberation Dx2.

Usage

This module is to be updated with skill data for use with Template:Dx2 Ally Demon Stats and Template:Dx2 Enemy Demon Stats.

[''] = {
    cost = '',
    pow = '',
    hit = '',
    target_list = '',
    attribute = '',
    description = '',
    effect = '',
    skillpoints = '',
    unique = '',
    level = '',
    name = '',
    default = ''
},
Parameter Notes
[' ']
The name of the skill. Must be input between the apostrophes in all lowercase.
cost
The cost of the skill. Input " MP" after the number.
pow
The base power of the skill.
hit
The amount of hits a skill does per target. This parameter should not be used for Passive skills where an attack is part of an effect.
In the case of skills that hit multiple times as part of separate effects, include an Template:Exp note after the number of hits of the initial attack saying "Subsequent attack(s) upon success".
If the amount of hits changes, include an Template:Exp note after the initial amount of hits saying "Increases with Boost level".
target_list
The unit(s) targeted by the skill.
  • Types of targets include:
    • Allied Party: "Self" and "Entire Party"
    • Enemy Party: "Single", "All Enemies", and "Random"
    • Both: "All"
attribute
The attribute of the skill. This parameter determines the icon of the skill.
Attributes should be rendered as the following: "Phys", "Fire", "Ice", "Elec", "Force", "Light", "Dark", "Multi-Element", "Almighty", "Fractional", "Healing", "Support", "Ailment", and "Passive".
The following skill attributes do not have icons to display: Healing, Support, Ailment, and Fractional.
description
The official description of the skill.
If a description has multiple sub-effects, use <hr> to separate them.
If an effect/sub-effect has minor details that explains how a skill works mechanically, separate the text using <br>.
If a description starts with a plus sign (+), use &plus; instead of the symbol. If character "+" is used at the start of the information, the parameter will not function.
effect
An unofficial description of the skill. This parameter is used when a skill's mechanics are not sufficiently explained by the official description. Do not use when unnecessary.
skillpoints
The amount of skill points it costs to transfer a skill onto a demon.
unique
The demon(s) that the skill is unique to. A skill is considered unique when less than 5 demons have access to it. Any skill that can be transferred cannot be considered unique.
level
The description of a skill's maximum level.
  • Example: For the skill Cleave, level would be rendered as level = 'Lv. 6: +17% to damage.',
name
The name of a skill. Should be rendered as a link with a span id in order to be linked to within the Skills in Shin Megami Tensei: Liberation_Dx2 page.
  • Example: For the skill Cleave, name would be rendered as name = '[[Cleave]]<span id="Cleave"></span>',
default
The default output of the skill data. Input the name of the skill as a link.
  • Example: For the skill Cleave, default would be rendered as default = '[[Cleave]]'

Code

[''] = {
    cost = '',
    pow = '',
    hit = '',
    target_list = '',
    attribute = '',
    description = '',
    effect = '',
    skillpoints = '',
    unique = '',
    level = '',
    name = '',
    default = ''
},

Examples

['cleave'] = {
    cost = '4 MP',
    pow = '120',
    hit = '1',
    target_list = 'Single',
    attribute = 'Phys',
    description = 'Inflicts Phys (Physical) damage with 120 power on a Single Enemy.',
    effect = '—',
    skillpoints = '1',
    unique = '—',
    level = 'Lv. 6: +17% to damage.',
    name = '[[Cleave]]<span id="Cleave"></span>',
    default = '[[Cleave]]'
},

local skill = {
['cleave'] = {
    cost = '4 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 120 power on a Single Enemy.',
    effect = '—',
    skillpoints = '1',
    unique = '—',
    level = 'Lv. 6: +17% to damage.',
    name = '[[Cleave]]<span id="Cleave"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Cleave|Cleave]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Cleave]]'
},
['fatal sword l'] = {
    cost = '4 MP',
    pow = '140',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 140 power on a Single Enemy.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 6: +17% to damage.',
    name = '[[Fatal Sword|Fatal Sword L]]<span id="Fatal Sword L"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Fatal Sword L|Fatal Sword L]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Fatal Sword|Fatal Sword L]]'
},
['lunge'] = {
    cost = '4 MP',
    pow = '115',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 30% crit rate and 115 power on a Single Enemy.',
    effect = '—',
    skillpoints = '2',
    unique = '—',
    level = 'Lv. 6: +16% to Phys attack hit rate.',
    name = '[[Lunge]]<span id="Lunge"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Lunge|Lunge]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Lunge]]'
},
['seburo c-40a'] = {
    cost = '4 MP',
    pow = '40',
    hit = '3',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) Pierce effect damage 3 times (Power: 40) with 50% crit rate on a single enemy.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Batou]]',
    level = 'Lv. 6: +15% to damage dealt using this skill.<br>+20% to hit rate of this skill.',
    name = '[[SEBURO C-40A]]<span id="SEBURO C-40A"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#SEBURO C-40A|SEBURO C-40A]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[SEBURO C-40A]]'
},
['binding claw'] = {
    cost = '5 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 120 power on a Single Enemy with 40% chance to inflict Bind when using this skill.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 7: +16% chance to inflict status ailments when using this skill.',
    name = '[[Binding Claw]]<span id="Binding Claw"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Binding Claw|Binding Claw]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Binding Claw]]'
},
['boar rush'] = {
    cost = '5 MP',
    pow = '150',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage (Power: 150) with 30% crit rate on a single enemy.<br>*The damage inflicted by this skill is dependent on max HP for up to 30% of one\'s max HP.<br>*Damage inflicted by this effect will ignore all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Albedo (Overlord)|Albedo]]; [[Arioch]]',
    level = '—',
    name = '[[Boar Rush]]<span id="Boar Rush"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Boar Rush|Boar Rush]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Boar Rush]]'
},
['dark sword'] = {
    cost = '5 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 120 power on a Single Enemy with 40% chance to inflict Mute.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 7: +16% chance to inflict status ailments when using this skill.',
    name = '[[Dark Sword]]<span id="Dark Sword"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Dark Sword|Dark Sword]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Dark Sword]]'
},
['eat whole'] = {
    cost = '5 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 120 power on a Single Enemy, while healing caster 25% of damage dealt.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 6: +11% to damage.',
    name = '[[Eat Whole]]<span id="Eat Whole"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Eat Whole|Eat Whole]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Eat Whole]]'
},
['fatal sword'] = {
    cost = '5 MP',
    pow = '140',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 140 power on a Single Enemy.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 6: +17% to damage.',
    name = '[[Fatal Sword]]<span id="Fatal Sword"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Fatal Sword|Fatal Sword]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Fatal Sword]]'
},
['indra'] = {
    cost = '5 MP',
    pow = '150',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys damage (Physical, Power: 150) with a 50% Critical hit rate on a single enemy.<hr>Activates the following Chain Effect when the attack is successful: Inflicts Phys damage (Physical, Power: 150) with a 50% Critical hit rate on a single enemy.<br>*Damage inflicted by this skill will ignore Counter effects and all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Indra]]',
    level = 'Lv. 6: +20% to damage dealt using this skill<br>+20% to hit rate of this skill.',
    name = '[[Indra (Skill)|Indra]]<span id="Indra"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Indra|Indra]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Indra (Skill)|Indra]]'
},
['iron judgement'] = {
    cost = '5 MP',
    pow = '200',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage (Power: 200) with 50% crit rate on a single enemy and 80% chance to inflict Bind on hit enemies. This skill will have Phys Pierce effect.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Demonee-Ho]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Iron Judgement]]<span id="Iron Judgement"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Iron Judgement|Iron Judgement]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Iron Judgement]]'
},
['oni-kagura'] = {
    cost = '5 MP',
    pow = '135',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 30% crit rate and 135 power on a Single Enemy.',
    effect = '—',
    skillpoints = '5',
    unique = '—',
    level = 'Lv. 6: +16% to Phys attack hit rate.',
    name = '[[Oni-Kagura]]<span id="Oni-Kagura"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Oni-Kagura|Oni-Kagura]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Oni-Kagura]]'
},
['paralyzing bite'] = {
    cost = '5 MP',
    pow = '160',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 160 power on a Single Enemy with 35% chance to inflict Bind.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Kamiotoko]]',
    level = '—',
    name = '[[Paralyzing Bite]]<span id="Paralyzing Bite"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Paralyzing Bite|Paralyzing Bite]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Paralyzing Bite]]'
},
['soul break'] = {
    cost = '5 MP',
    pow = '145',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) Pierce effect damage (Power: 145) with 30% crit rate on a single enemy and reduces MP by 3.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Sraosha]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Soul Break]]<span id="Soul Break"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Soul Break|Soul Break]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Soul Break]]'
},
['sweet bite'] = {
    cost = '5 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 120 power on a Single Enemy with 40% chance to inflict Charm.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 7: +16% chance to inflict status ailments when using this skill.',
    name = '[[Sweet Bite]]<span id="Sweet Bite"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Sweet Bite|Sweet Bite]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Sweet Bite]]'
},
['toxic sting'] = {
    cost = '5 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 120 power on a Single Enemy with 40% chance to inflict Poison.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 7: +16% chance to inflict status ailments when using this skill.',
    name = '[[Toxic Sting]]<span id="Toxic Sting"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Toxic Sting|Toxic Sting]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Toxic Sting]]'
},
['berserk'] = {
    cost = '6 MP',
    pow = '160',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage (Power: 160) with 50% crit rate on a single enemy.<hr>Activates the following Chain Effect when the attack is successful: Inflicts Phys (Physical) damage (Power: 160) with 50% crit rate on a single enemy.<hr>Damage inflicted by this skill (Chain Effect included) will ignore Counter effects and all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Berserker Guts]]',
    level = 'Lv. 6: +15% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Berserk]]<span id="Berserk"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Berserk|Berserk]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Berserk]]'
},
['berserker god'] = {
    cost = '6 MP',
    pow = '160',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 160 power on a Single Enemy.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 6: +17% to damage.',
    name = '[[Berserker God]]<span id="Berserker God"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Berserker God|Berserker God]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Berserker God]]'
},
['binge eating'] = {
    cost = '6 MP',
    pow = '140',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 140 power on a Single Enemy, while healing caster 40% of damage dealt.',
    effect = '—',
    skillpoints = '8',
    unique = '—',
    level = 'Lv. 6: +11% to damage.',
    name = '[[Binge Eating]]<span id="Binge Eating"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Binge Eating|Binge Eating]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Binge Eating]]'
},
['bleeder'] = {
    cost = '6 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 120 power on a Single Enemy and reduces MP by 2.',
    effect = '—',
    skillpoints = '8',
    unique = '—',
    level = '—',
    name = '[[Bleeder]]<span id="Bleeder"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Bleeder|Bleeder]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Bleeder]]'
},
['crushing force'] = {
    cost = '6 MP',
    pow = '150',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage (Power: 150) with a 30% critical hit rate on a single enemy.<hr>Activates the following Chain Effect if the attack is successful: Increases ATK of All Party Members by 20% for 1 turn.<br>*The damage inflicted by this skill is dependent on max HP for up to 30% of one\'s max HP.<br>*Damage inflicted by this skill will ignore all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Gozu-Tennoh]]',
    level = '—',
    name = '[[Crushing Force]]<span id="Crushing Force"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Crushing Force|Crushing Force]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Crushing Force]]'
},
['dance of rebellion'] = {
    cost = '6 MP',
    pow = '50',
    hit = '4',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Places all party members into a state of Might, then inflicts Phys (Physical) damage 4 times (Power: 50, Total: 200) on a single enemy.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Kali]] <small><i>([[Dimensional]])</i></small>',
    level = '—',
    name = '[[Dance of Rebellion]]<span id="Dance of Rebellion"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Dance of Rebellion|Dance of Rebellion]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Dance of Rebellion]]'
},
['flying high'] = {
    cost = '6 MP',
    pow = '200',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage (Power: 200) with 50% crit rate on a single enemy.<br>*Damage from this skill ignores all death prevention skills.<hr>Activates the following Chain Effect when the attack is successful: Sends all party members into a state of Zenith. (1 turn)',
    effect = '—',
    skillpoints = '—',
    unique = '[[Lanling Wang]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Flying High]]<span id="Flying High"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Flying High|Flying High]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Flying High]]'
},
['heavenly sword'] = {
    cost = '6 MP',
    pow = '125',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage (Power: 125) on a single enemy.<br>*Damage from this skill ignores all death prevention skills.<br>*Enters a state of Might and Charge, and gains 1 Boost level for Sword of Hallel if the attack is successful.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Ose Hallel]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Heavenly Sword]]<span id="Heavenly Sword"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Heavenly Sword|Heavenly Sword]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Heavenly Sword]]'
},
['heavenly sword stroke'] = {
    cost = '6 MP',
    pow = '300',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Magic) damage (Power: 300) with Bulwark Pierce and Remnants to a single enemy.<hr>Activates the following Chain Effect if the attack is successful: Adds an additional Press Turn Icon. (This effect activates once per turn)<br>*The damage inflicted by this skill is dependent on max HP for up to 30% of one\'s max HP.<br>*Ignores all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Masakado]] <small><i>([[Fury]])</i></small>',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Heavenly Sword Stroke]]<span id="Heavenly Sword Stroke"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Heavenly Sword Stroke|Heavenly Sword Stroke]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Heavenly Sword Stroke]]'
},
['iron fist'] = {
    cost = '6 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) Pierce effect damage (Power: 120) with 50% crit rate on a single enemy.<hr>Increases own party\'s ATK and EV/AC by 20% if the attack is successful. (2 turns)',
    effect = '—',
    skillpoints = '—',
    unique = '[[Flauros]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Iron Fist]]<span id="Iron Fist"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Iron Fist|Iron Fist]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Iron Fist]]'
},
['lord astaroth'] = {
    cost = '6 MP',
    pow = '125',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage (Power: 125) with 50% crit rate on a single enemy.<hr>Activates the following Chain Effect when the attack is successful: Inflicts Phys (Physical) damage (Power: 125) with 50% crit rate on a single enemy.<hr>Damage inflicted by this skill (Chain Effect included) will ignore Counter effects and all death prevention skills.<br>*Enemies downed by this skill will not be able to revive.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Astaroth]]',
    level = 'Lv. 6:+20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Lord Astaroth]]<span id="Lord Astaroth"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Lord Astaroth|Lord Astaroth]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Lord Astaroth]]'
},
['merciful slaughter'] = {
    cost = '6 MP',
    pow = '130',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys damage (Physical, Power: 130) with Bulwark Pierce on a single enemy.<hr>Activates the following Chain Effect when the attack is successful: Inflicts Phys damage (Physical, Power: 130) with Bulwark Pierce to all enemies.<br>*The damage inflicted by this skill is dependent on max HP for up to 30% of one\'s max HP.<br>*Damage inflicted by this skill will ignore all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Albedo (Overlord)|Albedo]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Merciful Slaughter]]<span id="Merciful Slaughter"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Merciful Slaughter|Merciful Slaughter]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Merciful Slaughter]]'
},
['mortal jihad'] = {
    cost = '6 MP',
    pow = '155',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 30% crit rate and 155 power on a Single Enemy.',
    effect = '—',
    skillpoints = '7',
    unique = '—',
    level = 'Lv. 6: +16% to Phys attack hit rate.',
    name = '[[Mortal Jihad]]<span id="Mortal Jihad"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mortal Jihad|Mortal Jihad]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Mortal Jihad]]'
},
['muscle punch'] = {
    cost = '6 MP',
    pow = '170',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage on a single enemy. Power: 170<br>*The damage inflicted by this skill is dependent on Phys DEF.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 6: +17% to damage dealt using this skill.',
    name = '[[Muscle Punch]]<span id="Muscle Punch"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Muscle Punch|Muscle Punch]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Muscle Punch]]'
},
['physical hunt'] = {
    cost = '6 MP',
    pow = '180',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) Pierce effect damage (Power: 180) with 80% crit rate on a single enemy, while healing caster 50% of damage dealt and drains 3 MP.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Ban]]',
    level = 'Lv. 4: +10% to damage dealt using this skill.<br>+20% to hit rate of this skill.',
    name = '[[Physical Hunt]]<span id="Physical Hunt"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Physical Hunt|Physical Hunt]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Physical Hunt]]'
},
['ruin and grace'] = {
    cost = '6 MP',
    pow = '240',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage (Power: 240) with Pierce and a 50% critical hit rate on a single enemy.<hr>Heals all party members (Power: 80) if the attack is successful.<br>*The damage inflicted and HP healed by this skill is dependent on Mag ATK.<br>*Ignores all counter and death prevention skills.<br>*This skill has a chance of missing or landing a critical hit.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Ardha]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Ruin and Grace]]<span id="Ruin and Grace"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Ruin and Grace|Ruin and Grace]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Ruin and Grace]]'
},
['sword of fealty'] = {
    cost = '6 MP',
    pow = '200',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys damage (Physical, Power: 200) with a 100% critical hit rate on a single enemy.<hr>Activates the following Chain Effect if the attack is successful: Puts all party member into a state of Might, and increase the party\'s ATK and EV/AC by 20%. (1 turn)<br>*Ignores all counter and death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Hagen]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Sword of Fealty]]<span id="Sword of Fealty"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Sword of Fealty|Sword of Fealty]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Sword of Fealty]]'
},
['violent dance'] = {
    cost = '6 MP',
    pow = '35',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage (Power: 35) with 30% crit rate on a single enemy 6 times.<hr>Enters a state of Might when attack is successful.<hr>Counter effects will not work on this skill.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Kali]] (Standard)',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Violent Dance]]<span id="Violent Dance"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Violent Dance|Violent Dance]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Violent Dance]]'
},
['violent slash'] = {
    cost = '6 MP',
    pow = '280',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys damage (Physical, Power: 280) with a 30% Critical hit rate on a single enemy, and decreases the target\'s MP by 2.<br>*This skill will gain 1 Boost level with each use.<br>Boost Level 1: Increases Critical hit rate to 50%, and Power to 300. Will also now ignore all death prevention skills.<br>Boost Level 2: Increases Critical hit rate to 80%, and Power to 320. Will also now ignore all counter skills.<br>Boost Level 3: Increases Critical hit rate to 100%, and will now cause the target to lose 3 MP.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Susano-o]] (Dimensional)',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Violent Slash]]<span id="Violent Slash"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Violent Slash|Violent Slash]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Violent Slash]]'
},
['daylight blade'] = {
    cost = '7 MP',
    pow = '130',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage (Power: 130) with 50% crit rate on a single enemy and enters into a state of Concentrate if the attack is successful, increasing next Mag attack damage by 125%. This skill will have Phys Pierce effect.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Marici]]',
    level = 'Lv. 6: +20% to AC.<br>MP cost of this skill -1.',
    name = '[[Daylight Blade]]<span id="Daylight Blade"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Daylight Blade|Daylight Blade]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Daylight Blade]]'
},
['dragon blade'] = {
    cost = '7 MP',
    pow = '150',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage (power: 150) with 30% crit rate on a single enemy.<hr>Activates the following Chain Effect when an attack is successful: Inflicts Phys (Physical) damage (power: 80) with 30% crit rate on all enemies.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Guan Yu]]',
    level = 'Lv. 6: +15% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Dragon Blade]]<span id="Dragon Blade"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Dragon Blade|Dragon Blade]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Dragon Blade]]'
},
['megaton raid'] = {
    cost = '7 MP',
    pow = '180',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 180 power on a Single Enemy.',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 6: +17% to damage.',
    name = '[[Megaton Raid]]<span id="Megaton Raid"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Megaton Raid|Megaton Raid]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Megaton Raid]]'
},
['power hit'] = {
    cost = '7 HP',
    pow = '170',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Use 10% of own HP to Inflicts Phys (Physical) damage with 170 power on a Single Enemy.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 6: +11% to damage.',
    name = '[[Power Hit]]<span id="Power Hit"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Power Hit|Power Hit]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Power Hit]]'
},
['god\'s hand'] = {
    cost = '8 MP',
    pow = '200',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 200 power on a Single Enemy.',
    effect = '—',
    skillpoints = '15',
    unique = '—',
    level = 'Lv. 5: +14% to damage.',
    name = '[[God\'s Hand]]<span id="God\'s Hand"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#God\'s Hand|God\'s Hand]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[God\'s Hand]]'
},
['occult flash'] = {
    cost = '8 MP',
    pow = '200',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage (Power: 200) with 50% crit rate on a single enemy, with 100% chance to inflict Mortal.<br>*Nullifies all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Masakado]] (General)',
    level = 'Lv. 6: +20% to AC.<br>MP cost -1.',
    name = '[[Occult Flash]]<span id="Occult Flash"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Occult Flash|Occult Flash]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Occult Flash]]'
},
['herculean strike l'] = {
    cost = '4 MP',
    pow = '100',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage with 100 power on All Enemies.',
    effect = '—',
    skillpoints = '4',
    unique = '—',
    level = 'Lv. 6: +17% to damage dealt using this skill.',
    name = '[[Herculean Strike|Herculean Strike L]]<span id="Herculean Strike L"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Herculean Strike L|Herculean Strike L]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Herculean Strike|Herculean Strike L]]'
},
['mow down'] = {
    cost = '4 MP',
    pow = '80',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage with 80 power on All Enemies.',
    effect = '—',
    skillpoints = '2',
    unique = '—',
    level = 'Lv. 6: +17% to damage dealt using this skill.',
    name = '[[Mow Down]]<span id="Mow Down"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mow Down|Mow Down]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Mow Down]]'
},
['heat wave'] = {
    cost = '5 MP',
    pow = '85',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage with 30% crit rate and 85 power on All Enemies.',
    effect = '—',
    skillpoints = '2',
    unique = '—',
    level = 'Lv. 6: +16% to Phys attack hit rate.',
    name = '[[Heat Wave]]<span id="Heat Wave"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Heat Wave|Heat Wave]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Heat Wave]]'
},
['herculean strike'] = {
    cost = '5 MP',
    pow = '100',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage with 100 power on All Enemies.',
    effect = '—',
    skillpoints = '4',
    unique = '—',
    level = 'Lv. 6: +17% to damage dealt using this skill.',
    name = '[[Herculean Strike]]<span id="Herculean Strike"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Herculean Strike|Herculean Strike]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Herculean Strike]]'
},
['beloved slash'] = {
    cost = '6 MP',
    pow = '60',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage on all enemies twice. Power: 60',
    effect = '—',
    skillpoints = '—',
    unique = '[[Beloved]]',
    level = '—',
    name = '[[Beloved Slash]]<span id="Beloved Slash"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Beloved Slash|Beloved Slash]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Beloved Slash]]'
},
['blight'] = {
    cost = '6 MP',
    pow = '100',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage with 30% crit rate on all enemies with 30% chance to inflict Poison on hit enemies. Power: 100',
    effect = '—',
    skillpoints = '8',
    unique = '—',
    level = 'Lv. 5: +17% chance to inflict status ailments when using this skill.',
    name = '[[Blight]]<span id="Blight"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Blight|Blight]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Blight]]'
},
['cleaving aura'] = {
    cost = '6 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage (Power: 120) with 30% crit rate on all enemies and reduces MP by 2.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Astaroth]]; [[Kalki]]; [[Morrighan]]',
    level = '—',
    name = '[[Cleaving Aura]]<span id="Cleaving Aura"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Cleaving Aura|Cleaving Aura]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Cleaving Aura]]'
},
['dragon slayer'] = {
    cost = '6 MP',
    pow = '130',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys damage (Physical, Power: 130) with Pierce and a 30% critical hit rate on all enemies.<br>*Ignores all counter skills.<br>This skill will gain 1 Boost level with each use.<br>[Boost Level: 1] Increases critical hit rate to 50% and Power to 150. Will also now ignore all death prevention skills.<br>[Boost Level: 2] Power increases to 160, and will cause enemies to lose 2 MP.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Guts]]',
    level = 'Lv. 6: +15% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Dragon Slayer]]<span id="Dragon Slayer"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Dragon Slayer|Dragon Slayer]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Dragon Slayer]]'
},
['hades blast'] = {
    cost = '6 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage with 120 power on All Enemies.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 6: +17% to damage dealt using this skill',
    name = '[[Hades Blast]]<span id="Hades Blast"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Hades Blast|Hades Blast]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Hades Blast]]'
},
['iai isshin'] = {
    cost = '6 MP',
    pow = '80',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage (Power: 80) on all enemies.<hr>Enters a state of Charge if the attack is successful.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Futsunushi]]',
    level = '—',
    name = '[[Iai Isshin]]<span id="Iai Isshin"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Iai Isshin|Iai Isshin]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Iai Isshin]]'
},
['lionfall'] = {
    cost = '6 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage (Power: 120) with 50% crit rate on all enemies.<br>*The damage inflicted by this skill is dependent on max HP for up to 30% of one\'s max HP.<br>*Damage inflicted by this effect will ignore all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Arioch]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>+20% to hit rate of this skill.',
    name = '[[Lionfall]]<span id="Lionfall"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Lionfall|Lionfall]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Lionfall]]'
},
['mantra'] = {
    cost = '6 MP',
    pow = '100',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflict Phys (Physical) damage (Power: 100) to all enemies.<br>*This skill will receive a boost in power for each skill with a stat buff effect activated by a party member (including the one with this skill).<br>*+5 Power for every skill with a stat buff effect activated. (+150 Max)<hr>Adds the following effect after the 10th boost: If the attack is successful, 100% chance to inflict Mortal on all enemies hit.<br>*Damage done by this skill depends on own Max HP and references 30% of Max HP to calculate.<br>*Damage done by this skill ignores all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Gozu-Tennoh]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Mantra]]<span id="Mantra"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mantra|Mantra]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Mantra]]'
},
['megaton press'] = {
    cost = '6 MP',
    pow = '105',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage with 30% crit rate and 105 power on All Enemies.',
    effect = '—',
    skillpoints = '4',
    unique = '—',
    level = 'Lv. 6: +16% to Phys attack hit rate.',
    name = '[[Megaton Press]]<span id="Megaton Press"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Megaton Press|Megaton Press]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Megaton Press]]'
},
['earthquake'] = {
    cost = '7 MP',
    pow = '150',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage on all enemies. Power: 150<br>*The damage inflicted by this skill is dependent on Phys DEF.',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 5: +13% to damage dealt using this skill.',
    name = '[[Earthquake]]<span id="Earthquake"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Earthquake|Earthquake]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Earthquake]]'
},
['gomorrah_b'] = {
    cost = '7 MP',
    pow = '50',
    hit = '5',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Can be used from the 2nd turn. Inflicts Phys (Physical) damage with 50% crit rate on a single enemy 5 times and a 50% chance to inflict Charm on all enemies. Power: 50<br>*Damage inflicted by this skill is 70% dependent on Phys ATK, 30% on Mag ATK and will have Phys Pierce effect.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Bayonetta]]☆',
    level = 'Lv. 4: +10% to damage dealt using this skill.<br>-1 MP cost.',
    name = '[[Gomorrah (Skill)|Gomorrah (B)]]<span id="Gomorrah (B)"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Gomorrah (B)|Gomorrah (B)]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Gomorrah (Skill)|Gomorrah (B)]]'
},
['gomorrah_j'] = {
    cost = '7 MP',
    pow = '180',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Can be used from the 2nd turn. Inflicts Phys (Physical) damage with 50% crit rate on all enemies and a 50% chance to inflict Bind on all enemies. Power: 180<br>*Damage inflicted by this skill is 30% dependent on Phys ATK, 70% on Mag ATK and will have Phys Pierce effect.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Jeanne (Bayonetta)|Jeanne]]☆',
    level = 'Lv. 4: +10% to damage dealt using this skill.<br>-1 MP cost.',
    name = '[[Gomorrah (Skill)|Gomorrah (J)]]<span id="Gomorrah (J)"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Gomorrah (J)|Gomorrah (J)]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Gomorrah (Skill)|Gomorrah (J)]]'
},
['gungnir'] = {
    cost = '7 MP',
    pow = '145',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage with 30% crit rate and 145 power on All Enemies.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Odin]] <small><i>(Standard)</i></small>',
    level = 'Lv. 4: +20% to Phys attack hit rate.<br>+15% to damage.',
    name = '[[Gungnir]]<span id="Gungnir"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Gungnir|Gungnir]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Gungnir]]'
},
['rip'] = {
    cost = '7 MP',
    pow = '110',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage (Power: 110) with Pierce and a 30% critical hit rate on all enemies.<br>*Ignores all death prevention skills and recovers 50% of the damage dealt.<hr>This skill will gain 1 Boost level at the start of own turn.<br>[Boost Level: 1] Increases Power to 130.<br>[Boost Level: 2] Increases critical hit rate to 50%, and Power to 150.<br>[Boost Level: 3] Increases critical hit rate to 70%, and Power to 170.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Zodd]]',
    level = 'Lv. 4: +10% to damage dealt using this skill.<br>100% chance of 2 MP recovery when using this skill.',
    name = '[[Rip]]<span id="Rip"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Rip|Rip]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Rip]]'
},
['titanomachia'] = {
    cost = '7 MP',
    pow = '125',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage with 30% crit rate and 125 power on All Enemies.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 6: +16% to Phys attack hit rate.',
    name = '[[Titanomachia]]<span id="Titanomachia"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Titanomachia|Titanomachia]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Titanomachia]]'
},
['vorpal blade'] = {
    cost = '7 MP',
    pow = '140',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage with 140 power on All Enemies.',
    effect = '—',
    skillpoints = '8',
    unique = '—',
    level = 'Lv. 5: +13% to damage.',
    name = '[[Vorpal Blade]]<span id="Vorpal Blade"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Vorpal Blade|Vorpal Blade]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Vorpal Blade]]'
},
['ashura'] = {
    cost = '8 MP',
    pow = '50',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys damage (Physical, Power: 50) with a 50% Critical hit rate on all enemies.<hr>If the attack is successful, removes all stat buffs from all enemies, and activates the following Chain Effect: Inflicts Phys damage (Physical, Power: 25) with an 80% Critical hit rate 10 times on random enemies.<br>*Damage dealt by this skill, including by the Chain Effect, will ignore the effects of all counter skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Asura]]',
    level = 'Lv. 6: +15% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Ashura (Skill)|Ashura]]<span id="Ashura"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Ashura|Ashura]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Ashura (Skill)|Ashura]]'
},
['gigantomachia'] = {
    cost = '8 MP',
    pow = '160',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage with 160 power on All Enemies.',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 5: +13% to damage.',
    name = '[[Gigantomachia]]<span id="Gigantomachia"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Gigantomachia|Gigantomachia]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Gigantomachia]]'
},
['million stab'] = {
    cost = '8 MP',
    pow = '40',
    hit = '4',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage (Power: 40) 4 times on all enemies. This skill will have Phys Pierce effect.<br>*Counter effects will not work on this skill.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Dante]]☆',
    level = 'Lv. 6: +25% to Phys attack hit rate of this skill.<br>100% chance of 2MP recovery when using this skill.',
    name = '[[Million Stab]]<span id="Million Stab"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Million Stab|Million Stab]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Million Stab]]'
},
['yinglong killer'] = {
    cost = '8 MP',
    pow = '150',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage with 50% crit rate and 150 power on All Enemies.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Huang Di]]',
    level = 'Lv. 6: +15% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Yinglong Killer]]<span id="Yinglong Killer"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Yinglong Killer|Yinglong Killer]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Yinglong Killer]]'
},
['gigantomachia h'] = {
    cost = '9 MP',
    pow = '160',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Phys (Physical) damage with 160 power on All Enemies.',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 5: +13% to damage.',
    name = '[[Gigantomachia|Gigantomachia H]]<span id="Gigantomachia H"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Gigantomachia H|Gigantomachia H]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Gigantomachia|Gigantomachia H]]'
},
['rampage'] = {
    cost = '3 MP',
    pow = '45',
    hit = '2~3',
    target = '{{Tt|R|Random}}',
    target_list = 'Random Enemies',
    description = 'Inflicts Phys (Physical) damage 2 to 3 times with 45 power on Random Enemy/(ies).',
    effect = '—',
    skillpoints = '3',
    unique = '—',
    level = 'Lv. 5: +12% to damage.',
    name = '[[Rampage]]<span id="Rampage"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Rampage|Rampage]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Rampage]]'
},
['deathbound'] = {
    cost = '4 MP',
    pow = '55',
    hit = '2~3',
    target = '{{Tt|R|Random}}',
    target_list = 'Random Enemies',
    description = 'Inflicts Phys (Physical) damage 2 to 3 times with 55 power on Random Enemy/(ies).',
    effect = '—',
    skillpoints = '5',
    unique = '—',
    level = 'Lv. 5: +12% to damage.',
    name = '[[Deathbound]]<span id="Deathbound"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Deathbound|Deathbound]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Deathbound]]'
},
['hell claw'] = {
    cost = '5 MP',
    pow = '65',
    hit = '3',
    target = '{{Tt|R|Random}}',
    target_list = 'Random Enemies',
    description = 'Inflicts Phys (Physical) damage 3 times with 30% crit rate and 65 power on Random Enemy/(ies).',
    effect = '—',
    skillpoints = '—',
    unique = '[[Cerberus]] <small><i>(Standard)</i></small>',
    level = 'Lv. 4: +20% to Phys attack hit rate.<br>+15% to damage.',
    name = '[[Hell Claw]]<span id="Hell Claw"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Hell Claw|Hell Claw]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Hell Claw]]'
},
['madness nails'] = {
    cost = '5 MP',
    pow = '65',
    hit = '2~3',
    target = '{{Tt|R|Random}}',
    target_list = 'Random Enemies',
    description = 'Inflicts Phys (Physical) damage 2 to 3 times with 65 power on Random Enemy/(ies).',
    effect = '—',
    skillpoints = '7',
    unique = '—',
    level = 'Lv. 5: +12% to damage.',
    name = '[[Madness Nails]]<span id="Madness Nails"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Madness Nails|Madness Nails]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Madness Nails]]'
},
['tempest slash'] = {
    cost = '5 MP',
    pow = '50',
    hit = '2~5',
    target = '{{Tt|R|Random}}',
    target_list = 'Random Enemies',
    description = 'Inflicts Phys (Physical) damage 2 to 5 times with 50 power on Random Enemy/(ies).',
    effect = '—',
    skillpoints = '7',
    unique = '—',
    level = 'Lv. 5: +12% to damage.',
    name = '[[Tempest Slash]]<span id="Tempest Slash"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Tempest Slash|Tempest Slash]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Tempest Slash]]'
},
['bloody frenzy'] = {
    cost = '6 MP',
    pow = '50',
    hit = '4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random Enemies',
    description = 'Inflicts Phys (Physical) damage 4 times (Power: 50, Total: 200) to random enemies.<br>*Enemies downed by this skill will not be able to revive.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Kali]] <small><i>([[Dimensional]])</i></small>',
    level = '—',
    name = '[[Bloody Frenzy]]<span id="Bloody Frenzy"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Bloody Frenzy|Bloody Frenzy]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Bloody Frenzy]]'
},
['breakneck dance'] = {
    cost = '6 MP',
    pow = '65',
    hit = '4~5',
    target = '{{Tt|R|Random}}',
    target_list = 'Random Enemies',
    description = 'Inflicts Phys (Magic) damage 4 to 5 times (Power: 65) on random enemies.<br>*The damage inflicted by this skill is dependent on max HP for up to 30% of one\'s max HP.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Masakado]] <small><i>([[Fury]])</i></small>',
    level = '—',
    name = '[[Breakneck Dance]]<span id="Breakneck Dance"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Breakneck Dance|Breakneck Dance]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Breakneck Dance]]'
},
['mist slashes'] = {
    cost = '6 MP',
    pow = '50',
    hit = '3~5',
    target = '{{Tt|R|Random}}',
    target_list = 'Random Enemies',
    description = 'Inflicts Phys (Physical) damage 3 to 5 times with 50 power on Random Enemy/(ies).',
    effect = '—',
    skillpoints = '—',
    unique = '[[Attis]]',
    level = '—',
    name = '[[Mist Slashes]]<span id="Mist Slashes"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mist Slashes|Mist Slashes]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Mist Slashes]]'
},
['nihil claw'] = {
    cost = '6 MP',
    pow = '75',
    hit = '2~3',
    target = '{{Tt|R|Random}}',
    target_list = 'Random Enemies',
    description = 'Inflicts Phys (Physical) damage 2 to 3 times with 75 power on Random Enemy/(ies).',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 5: +12% to damage.',
    name = '[[Nihil Claw]]<span id="Nihil Claw"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Nihil Claw|Nihil Claw]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Nihil Claw]]'
},
['tempest slash+'] = {
    cost = '6 MP',
    pow = '50',
    hit = '4~5',
    target = '{{Tt|R|Random}}',
    target_list = 'Random Enemies',
    description = 'Inflicts Phys (Physical) damage 4 to 5 times (Power: 50) on random enemies.<br>*Damage inflicted by this effect will ignore all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Fairedone]]; [[Futsunushi]]',
    level = '—',
    name = '[[Tempest Slash|Tempest Slash+]]<span id="Tempest Slash+"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Tempest Slash+|Tempest Slash+]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Tempest Slash|Tempest Slash+]]'
},
['gae bulg'] = {
    cost = '7 MP',
    pow = '50',
    hit = '4~6',
    target = '{{Tt|R|Random}}',
    target_list = 'Random Enemies',
    description = 'Inflicts Phys (Physical) damage 4 to 6 times with 50 power on Random Enemy/(ies).',
    effect = '—',
    skillpoints = '—',
    unique = '[[Cu Chulainn]] <small><i>(Standard)</i></small>',
    level = 'Lv. 4: +40% to Phys attack hit rate.',
    name = '[[Gae Bulg]]<span id="Gae Bulg"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Gae Bulg|Gae Bulg]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Gae Bulg]]'
},
['hassou tobi'] = {
    cost = '7 MP',
    pow = '35',
    hit = '8',
    target = '{{Tt|R|Random}}',
    target_list = 'Random Enemies',
    description = 'Inflicts Phys (Physical) damage 8 times with 35 power on Random Enemy/(ies). This skill will have Phys Pierce effect.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Yoshitsune]]',
    level = 'Lv. 6: +25% to Phys hit rate.<br>+20% to damage.',
    name = '[[Hassou Tobi]]<span id="Hassou Tobi"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Hassou Tobi|Hassou Tobi]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Hassou Tobi]]'
},
['hell thrust'] = {
    cost = '7 MP',
    pow = '50',
    hit = '4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random Enemies',
    description = 'Inflicts Phys (Physical) damage with 50 power on Random Enemy/(ies) 4 times with a 35% chance to inflict Charm.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Mara]]',
    level = 'Lv. 6: +20% to damage.<br>100% chance of 2 MP recovery.',
    name = '[[Hell Thrust]]<span id="Hell Thrust"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Hell Thrust|Hell Thrust]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Hell Thrust]]'
},
['myriad arrows'] = {
    cost = '7 MP',
    pow = '65',
    hit = '2~5',
    target = '{{Tt|R|Random}}',
    target_list = 'Random Enemies',
    description = 'Inflicts Phys (Physical) damage 2 to 5 times with 65 power on Random Enemy/(ies).',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 5: +12% to damage.',
    name = '[[Myriad Arrows]]<span id="Myriad Arrows"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Myriad Arrows|Myriad Arrows]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Myriad Arrows]]'
},
['agi'] = {
    cost = '4 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Fire (Magic) damage with 120 power on a Single Enemy.',
    effect = '—',
    skillpoints = '1',
    unique = '—',
    level = 'Lv. 6: +12% to damage.',
    name = '[[Agi]]<span id="Agi"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Agi|Agi]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Agi]]'
},
['agilao'] = {
    cost = '5 MP',
    pow = '140',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Fire (Magic) damage with 140 power on a Single Enemy.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = ' Lv. 6: +12% to damage.',
    name = '[[Agilao]]<span id="Agilao"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Agilao|Agilao]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Agilao]]'
},
['agidyne'] = {
    cost = '6 MP',
    pow = '160',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Fire (Magic) damage with 160 power on a Single Enemy.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = ' Lv. 6: +12% to damage.',
    name = '[[Agidyne]]<span id="Agidyne"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Agidyne|Agidyne]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Agidyne]]'
},
['agilao l'] = {
    cost = '4 MP',
    pow = '140',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Fire (Magic) damage with 140 power on Single Enemy.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Agilao|Agilao L]]<span id="Agilao L"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Agilao L|Agilao L]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Agilao|Agilao L]]'
},
['abyss flame'] = {
    cost = '5 MP',
    pow = '150',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflict Fire attribute Magic damage (Power: 150) to a single enemy.<br>*Damage dealt by this skill is dependent on Mag DEF.<br>*Ignores all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Amon]]',
    level = '—',
    name = '[[Abyss Flame]]<span id="Abyss Flame"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Abyss Flame|Abyss Flame]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Abyss Flame]]'
},
['fire slash'] = {
    cost = '5 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Fire (Physical) damage (Power: 120) with 30% crit rate on a single enemy.',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 4: +20% to damage dealt using this skill.',
    name = '[[Fire Slash]]<span id="Fire Slash"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Fire Slash|Fire Slash]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Fire Slash]]'
},
['fatal burn'] = {
    cost = '6 MP',
    pow = '250',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Fire damage (Physical, Power: 250) with Bulwark Pierce to single enemy and adds 1 to the count of Spirit Chains (Intimidation) if hit.<hr>Activates the following Chain Effect if the attack is successful: Grants an additional Press Turn Icon.This Chain Effect activates once per turn. The damage inflicted by this skill is dependent on max HP for up to 30% of one\'s max HP.<br>*Ignores all death prevention skills.<hr>Spirit Chains (Intimidation): Decreases Phys ATK and Mag ATK by 50%. Each completed action will decrease the count. (Max Count: 5) When the count reaches 0, the effects will be removed.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Lost Name]]',
    level = 'Lv. 6:+20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Fatal Burn]]<span id="Fatal Burn"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Fatal Burn|Fatal Burn]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Fatal Burn]]'
},
['guillotine blaze'] = {
    cost = '6 MP',
    pow = '150',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Fire (Physical) Pierce effect damage (Power: 150) with 80% crit rate on a single enemy, with 10% chance to inflict mortal.<br>*The damage inflicted by this skill is dependent on Mag ATK.<br>*This skill has a chance of having a Critical effect or a Miss which are dependent on their respective rates.<br>*Nullifies all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Azazel]]',
    level = 'Lv. 6:+20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Guillotine Blaze]]<span id="Guillotine Blaze"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Guillotine Blaze|Guillotine Blaze]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Guillotine Blaze]]'
},
['hell blaze'] = {
    cost = '6 MP',
    pow = '50',
    hit = '3',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Fire damage (Physical, Power: 50) with Bulwark Pierce 3 times (Total Power: 150) to a single enemy.<hr>Activates the following Chain Effect when the attack is successful: Inflicts Fire damage (Physical, Power: 30) with Bulwark Pierce 3 times (Total Power: 90) to all enemies.<hr>*This skill will gain one Boost level with each use.<br>[Boost Level 1]: Increases Power of single-enemy attacks to 70.<br>[Boost Level 2]: Increases Power of all-enemy attacks to 40.<br>*Damage from this skill, including the Chain Effect, will ignore all counter skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Cerberus]] <small><i>([[Dimensional]])</i></small>',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Hell Blaze]]<span id="Hell Blaze"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Hell Blaze|Hell Blaze]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Hell Blaze]]'
},
['quivering flames'] = {
    cost = '6 MP',
    pow = '280',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Fire damage (Magic, Power: 280) with a Remnant to a single enemy.<hr>Activates the following Chain Effect if the attack is successful: 30% chance to inflict Bind on all enemies.<br>*The damage inflicted by this skill is dependent on max HP for up to 30% of one\'s max HP.<br>*Ignores all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Moloch]]',
    level = '—',
    name = '[[Quivering Flames]]<span id="Quivering Flames"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Quivering Flames|Quivering Flames]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Quivering Flames]]'
},
['sacrificial inferno'] = {
    cost = '6 MP',
    pow = '240',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Fire (Magic) damage (Power: 240) with Bulwark Pierce on a single enemy and increases ATK of all party members by 20% if the attack is successful. (2 turns)<br>* Damage from this skill ignores all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Adramelech]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Sacrificial Inferno]]<span id="Sacrificial Inferno"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Sacrificial Inferno|Sacrificial Inferno]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Sacrificial Inferno]]'
},
['scarlet chop'] = {
    cost = '6 MP',
    pow = '150',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Fire (Physical) damage (Power: 150) with a 80% critical hit rate on a single enemy.<hr>Activates the following Chain Effect when the attack is successful: Inflicts Fire (Physical) damage (Power: 150) with a 80% critical hit rate on a single enemy.<br>*Damage inflicted by this skill (Chain Effect included) will ignore Counter effects and all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Hinokagutsuchi (Demon)|Hinokagutsuchi]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Scarlet Chop]]<span id="Scarlet Chop"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Scarlet Chop|Scarlet Chop]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Scarlet Chop]]'
},
['scarlet inferno'] = {
    cost = '6 MP',
    pow = '150',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Fire (Magic) damage (Power: 150) on a single enemy.<hr>Activates the following Chain Effect when the attack is successful: Inflicts Fire (Magic) damage 8 times (Power: 20) on random enemies with 30% chance to inflict Charm on hit enemies.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Mada]]',
    level = 'Lv. 6: +20% to damage.<br>+20% chance to inflict status ailments when using this skill.',
    name = '[[Scarlet Inferno]]<span id="Scarlet Inferno"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Scarlet Inferno|Scarlet Inferno]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Scarlet Inferno]]'
},
['solar flare'] = {
    cost = '6 MP',
    pow = '200',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Fire (Magic) damage (Power: 200) with remnants on a single enemy.<hr>Activates the following Chain Effect when the attack is successful: Inflicts Fire (Magic) damage (Power: 80) on all enemies.<br>*Damage from this skill (including Chain Effects) ignores all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Elohim]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Solar Flare]]<span id="Solar Flare"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Solar Flare|Solar Flare]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Solar Flare]]'
},
['wrathful flame'] = {
    cost = '6 MP',
    pow = '80',
    hit = '3',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Fire (Magic) damage with 80 power 3 times (Total Power: 240) on a single enemy.<hr>If the attack is successful, reduces ATK and DEF of all enemies by 20%. (3 turns)',
    effect = '—',
    skillpoints = '—',
    unique = '[[Mahakala]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Wrathful Flame]]<span id="Wrathful Flame"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Wrathful Flame|Wrathful Flame]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Wrathful Flame]]'
},
['ragnarok'] = {
    cost = '7 MP',
    pow = '215',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Fire (Magic) damage with 215 power on a Single Enemy. Adds 20% damage to this skill based on your Phys ATK status.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Surt]] <small><i>(Standard)</i></small>',
    level = 'Lv. 6: +20% to damage.<br>100% chance of 2 MP recovery.',
    name = '[[Ragnarok]]<span id="Ragnarok"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Ragnarok|Ragnarok]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Ragnarok]]'
},
['trisagion'] = {
    cost = '7 MP',
    pow = '180',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Fire (Magic) damage with 180 power on a Single Enemy.',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 6: +12% to damage.',
    name = '[[Trisagion]]<span id="Trisagion"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Trisagion|Trisagion]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Trisagion]]'
},
['maragi l'] = {
    cost = '4 MP',
    pow = '80',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Fire (Magic) damage with 80 power on All Enemies.',
    effect = '—',
    skillpoints = '2',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Maragi|Maragi L]]<span id="Maragi L"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Maragi L|Maragi L]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Maragi|Maragi L]]'
},
['50mm grenade launcher'] = {
    cost = '5 MP',
    pow = '80',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Fire (Physical) Pierce effect damage (Power: 80) with 30% crit rate on all enemies.<br>*The damage inflicted by this skill is dependent on Phys ATK.<br>*This skill has a chance of having a Critical effect or a Miss which are dependent on their respective rates.<br>*Counter effects will not work on this skill.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Tachikoma]]',
    level = 'Lv. 4: +10% to damage.<br>MP cost of this skill -1.',
    name = '[[50mm Grenade Launcher]]<span id="50mm Grenade Launcher"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#50mm Grenade Launcher|50mm Grenade Launcher]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[50mm Grenade Launcher]]'
},
['maragi'] = {
    cost = '5 MP',
    pow = '80',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Fire (Magic) damage with 80 power on All Enemies.',
    effect = '—',
    skillpoints = '2',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Maragi]]<span id="Maragi"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Maragi|Maragi]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Maragi]]'
},
['abyss flare'] = {
    cost = '6 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflict Fire attribute Magic damage (Power: 120) with Remnants to all enemies.<hr>*Damage dealt by this skill is dependent on Mag DEF.<br>*Ignores all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Amon]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Abyss Flare]]<span id="Abyss Flare"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Abyss Flare|Abyss Flare]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Abyss Flare]]'
},
['all-consuming furnace'] = {
    cost = ' MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Fire damage (Magic, Power: 120) to all enemies.<br>*Damage inflicted by this skill is dependent on max HP for up to 30% of one\'s max HP.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Moloch]]',
    level = '—',
    name = '[[All-Consuming Furnace]]<span id="All-Consuming Furnace"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#All-Consuming Furnace|All-Consuming Furnace]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[All-Consuming Furnace]]'
},
['aztec pulse'] = {
    cost = '6 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Fire damage (Magic, Power: 120) on all enemies and decreases enemy ATK/DEF by 20% (3 turns) if the attack is successful.<hr>This skill will gain 1 Boost level with each use.<br>[Boost Level 1]: Increases Power to 130 and adds Remnants.<br>[Boost Level 2]: Increases Power to 140. Will also now ignore all death prevention skills.<br>[Boost Level 3]: Increases Power to 160.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Quetzalcoatl]] <small><i>([[Dimensional]])</i></small>',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Aztec Pulse]]<span id="Aztec Pulse"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Aztec Pulse|Aztec Pulse]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Aztec Pulse]]'
},
['flames of gomorrah'] = {
    cost = '6 MP',
    pow = '110',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Fire (Physical) damage (Power: 110) on all enemies with an 80% chance to inflict Curse on hit enemies. This skill will have Fire Pierce effect.<br>*The damage inflicted by this skill is dependent on Phys ATK.<br>*This skill has a chance of having a Critical effect or a Miss which are dependent on their respective rates.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Belial]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Flames of Gomorrah]]<span id="Flames of Gomorrah"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Flames of Gomorrah|Flames of Gomorrah]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Flames of Gomorrah]]'
},
['maragion'] = {
    cost = '6 MP',
    pow = '100',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Fire (Magic) damage with 100 power on All Enemies.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Maragion]]<span id="Maragion"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Maragion|Maragion]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Maragion]]'
},
['rending fire'] = {
    cost = '6 MP',
    pow = '90',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Fire (Physical) damage (Power: 90) with 30% crit rate on all enemies.',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 4: +20% to damage dealt using this skill.',
    name = '[[Rending Fire]]<span id="Rending Fire"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Rending Fire|Rending Fire]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Rending Fire]]'
},
['eruption'] = {
    cost = '7 MP',
    pow = '120',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Fire damage (Magic, Power: 120) with Bulwark Pierce and Remnants to all enemies, then decreases the DEF of all enemies by 20%. (3 turns)<hr>Activates the following Chain Effect when the attack is successful: Inflicts Fire damage (Magic, Power: 25) with Bulwark Pierce 4 times on random enemies.<hr>*This skill will gain 1 Boost level with each use.<br>[Boost Level 1]: Chain Effect will now inflict damage 5 times.<br>[Boost Level 2]: Chain Effect will now inflict damage 6 times.<br>[Boost Level 3]: Chain Effect will now inflict damage 7 times.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Surt]] <small><i>([[Dimensional]])</i></small>',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Eruption]]<span id="Eruption"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Eruption|Eruption]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Eruption]]'
},
['mahalantine'] = {
    cost = '7 MP',
    pow = '50',
    hit = '2',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Fire (Magic) damage with 50 power on All Enemies twice.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Halloween Jack]]',
    level = 'Lv. 6: +20% to all damage.<br>MP cost -1.',
    name = '[[MahaLantine]]<span id="MahaLantine"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#MahaLantine|MahaLantine]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[MahaLantine]]'
},
['maragidyne'] = {
    cost = '7 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Fire (Magic) damage with 120 power on All Enemies.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Maragidyne]]<span id="Maragidyne"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Maragidyne|Maragidyne]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Maragidyne]]'
},
['maragibarion'] = {
    cost = '8 MP',
    pow = '130',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Fire (Magic) damage (Power: 130) on all enemies.',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 4: +20% to damage.',
    name = '[[Maragibarion]]<span id="Maragibarion"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Maragibarion|Maragibarion]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Maragibarion]]'
},
['maragidyne h'] = {
    cost = '8 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Fire (Magic) damage with 120 power on All Enemies.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Maragidyne|Maragidyne H]]<span id="Maragidyne H"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Maragidyne H|Maragidyne H]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Maragidyne|Maragidyne H]]'
},
['fire breath'] = {
    cost = '4 MP',
    pow = '45',
    hit = '2~4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Fire (Magic) damage 2 to 4 times with 45 power on Random Enemies.',
    effect = '—',
    skillpoints = '7',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Fire Breath]]<span id="Fire Breath"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Fire Breath|Fire Breath]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Fire Breath]]'
},
['hellfire'] = {
    cost = '5 MP',
    pow = '55',
    hit = '2~4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Fire (Magic) damage 2 to 4 times with 55 power on Random Enemies.',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Hellfire]]<span id="Hellfire"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Hellfire|Hellfire]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Hellfire]]'
},
['fiery soul prison'] = {
    cost = '6 MP',
    pow = '60',
    hit = '3~4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Fire (Magic) damage 3 to 4 times on random enemy/ies. Power: 60',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 4: +20% to damage dealt using this skill.',
    name = '[[Fiery Soul Prison]]<span id="Fiery Soul Prison"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Fiery Soul Prison|Fiery Soul Prison]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Fiery Soul Prison]]'
},
['robust fire dance'] = {
    cost = '6 MP',
    pow = '50',
    hit = '4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Fire (Physical) damage 4 times (Power: 50, Total Power: 200) to random enemies.<br>*The damage inflicted by this skill is dependent on max HP for up to 30% of one\'s max HP.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Lost Name]]',
    level = '—',
    name = '[[Robust Fire Dance]]<span id="Robust Fire Dance"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Robust Fire Dance|Robust Fire Dance]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|fire}}',
    default = '[[Robust Fire Dance]]'
},
['bufu'] = {
    cost = '4 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Ice (Magic) damage with 120 power on a Single Enemy.',
    effect = '—',
    skillpoints = '1',
    unique = '—',
    level = 'Lv. 6: +12% to damage.',
    name = '[[Bufu]]<span id="Bufu"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Bufu|Bufu]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Bufu]]'
},
['bufula'] = {
    cost = '5 MP',
    pow = '140',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Ice (Magic) damage with 140 power on a Single Enemy.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Bufula]]<span id="Bufula"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Bufula|Bufula]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Bufula]]'
},
['bufula l'] = {
    cost = '4 MP',
    pow = '140',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Ice (Magic) damage with 140 power on a Single Enemy.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 6: +12% to damage.',
    name = '[[Bufula|Bufula L]]<span id="Bufula L"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Bufula L|Bufula L]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Bufula|Bufula L]]'
},
['ice slash'] = {
    cost = '5 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Ice (Physical) damage (Power: 120) with 30% crit rate on a single enemy.',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 4: +20% to damage dealt using this skill.',
    name = '[[Ice Slash]]<span id="Ice Slash"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Ice Slash|Ice Slash]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Ice Slash]]'
},
['vengeful frost fist'] = {
    cost = '5 MP',
    pow = '130',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Ice (Physical) damage on a single enemy. Power: 130<br>*The damage inflicted by this skill is dependent on Mag ATK.<br>*This skill has a chance of having a Critical effect or a Miss.<br>*Casts Rebellion on self when the attack is successful.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Frost Ace]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Vengeful Frost Fist]]<span id="Vengeful Frost Fist"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Vengeful Frost Fist|Vengeful Frost Fist]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Vengeful Frost Fist]]'
},
['bufudyne'] = {
    cost = '6 MP',
    pow = '160',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Ice (Magic) damage with 160 power on a Single Enemy.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 6: +12% to damage.',
    name = '[[Bufudyne]]<span id="Bufudyne"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Bufudyne|Bufudyne]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Bufudyne]]'
},
['hell stream'] = {
    cost = '6 MP',
    pow = '240',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Ice (Magic) damage (Power: 240) on a single enemy.<hr>Increases ATK/DEF of all party members by 20% if the attack is successful. (1 turn)<br>*Damage from this skill ignores all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Anahita]]',
    level = 'Lv. 6: +20% to damage dealt using this skill<br>MP cost of this skill -1.',
    name = '[[Hell Stream]]<span id="Hell Stream"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Hell Stream|Hell Stream]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Hell Stream]]'
},
['lethal flood'] = {
    cost = '6 MP',
    pow = '200',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Ice damage (Physical, Power: 200) with Bulwark Pierce on a single enemy.<hr>Activates the following Chain Effect when the attack is successful: Inflicts Ice damage (Physical, Power: 70) with Bulwark Pierce to all enemies.<br>*Damage inflicted by this skill (Chain Effect included) will ignore Counter effects and all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Dagon]]',
    level = 'Lv. 6:+20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Lethal Flood]]<span id="Lethal Flood"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Lethal Flood|Lethal Flood]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Lethal Flood]]'
},
['primordial vortex'] = {
    cost = '6 MP',
    pow = '300',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Ice damage (Physical) with 300 Power on a single enemy.<hr>Activates the following Chain Effect if the attack is successful: Decreases the ATK, DEF, and EV/AC of all enemies by 20%. (1 turn)<br>*Ignores all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Apsu]]',
    level = 'Lv. 6: +20% to damage dealt using this skill<br>-1 MP to the cost of this skill.',
    name = '[[Primordial Vortex]]<span id="Primordial Vortex"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Primordial Vortex|Primordial Vortex]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Primordial Vortex]]'
},
['sea dragon\'s fury'] = {
    cost = '6 MP',
    pow = '',
    hit = '',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Ice damage (Physical, Power: 200) with a 50% critical hit rate to a single enemy.<hr>This skill will be boosted based on the number of times a party member (including the one with this skill) uses a skill with a Stat Buff effect.<br>*10 Power will be added to the attack for each use. (Max: +150 Power)<br>*Ignores all counter and death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Rahab]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Sea Dragon\'s Fury]]<span id="Sea Dragon\'s Fury"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Sea Dragon\'s Fury|Sea Dragon\'s Fury]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Sea Dragon\'s Fury]]'
},
['teardrop'] = {
    cost = '6 MP',
    pow = '180',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Ice damage (Magic, Power: 180) with Remnants to a single enemy.<hr>Activates the following Chain Effect when the attack is successful: Decreases the ATK, DEF, and EV/AC of all enemies by 20%. (1 turn)',
    effect = '—',
    skillpoints = '—',
    unique = '[[Vivian]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Teardrop]]<span id="Teardrop"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Teardrop|Teardrop]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Teardrop]]'
},
['ice age'] = {
    cost = '7 MP',
    pow = '180',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Ice (Magic) damage with 180 power on a Single Enemy.',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 6: +12% to damage.',
    name = '[[Ice Age]]<span id="Ice Age"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Ice Age|Ice Age]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Ice Age]]'
},
['mabufu'] = {
    cost = '5 MP',
    pow = '80',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Ice (Magic) damage with 80 power on All Enemies.',
    effect = '—',
    skillpoints = '2',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Mabufu]]<span id="Mabufu"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mabufu|Mabufu]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Mabufu]]'
},
['mabufu l'] = {
    cost = '4 MP',
    pow = '80',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Ice (Magic) damage with 80 power on All Enemies.',
    effect = '—',
    skillpoints = '2',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Mabufu|Mabufu L]]<span id="Mabufu L"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mabufu L|Mabufu L]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Mabufu|Mabufu L]]'
},
['everlasting ice dance'] = {
    cost = '6 MP',
    pow = '100',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Ice damage (Magic Power: 100) with a Bulwark Pierce to all enemies.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Sukuna-Hikona]] <small><i>([[Dimensional]])</i></small>',
    level = '—',
    name = '[[Everlasting Ice Dance]]<span id="Everlasting Ice Dance"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Everlasting Ice Dance|Everlasting Ice Dance]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Everlasting Ice Dance]]'
},
['freezing gale'] = {
    cost = '6 MP',
    pow = '35',
    hit = '4',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Ice damage (Magic) 4 (Power: 35, Total Power: 140) times on all enemies.<hr>When the attack is successful, decreases enemy ATK, DEF, and EV/AC by 20%. (1 turn)<br>*Enemies downed by this skill will not be able to revive.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Echidna]]',
    level = 'Lv. 6: +20% to damage dealt using this skill<br>MP cost of this skill -1.',
    name = '[[Freezing Gale]]<span id="Freezing Gale"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Freezing Gale|Freezing Gale]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Freezing Gale]]'
},
['great waterfall torrent'] = {
    cost = '6 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Ice damage (Physical, Power: 120) with a 50% critical hit rate to all enemies.<br>*Ignores all counter and death prevention skills. ',
    effect = '—',
    skillpoints = '—',
    unique = '[[Rahab]]',
    level = '—',
    name = '[[Great Waterfall Torrent]]<span id="Great Waterfall Torrent"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Great Waterfall Torrent|Great Waterfall Torrent]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Great Waterfall Torrent]]'
},
['mabufula'] = {
    cost = '6 MP',
    pow = '100',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Ice (Magic) damage with 100 power on All Enemies.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 5: +10% to damage. ',
    name = '[[Mabufula]]<span id="Mabufula"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mabufula|Mabufula]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Mabufula]]'
},
['rending ice'] = {
    cost = '6 MP',
    pow = '90',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Ice (Physical) damage (Power: 90) with 30% crit rate on all enemies. ',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 4: +20% to damage dealt using this skill. ',
    name = '[[Rending Ice]]<span id="Rending Ice"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Rending Ice|Rending Ice]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Rending Ice]]'
},
['roaring torrent'] = {
    cost = '6 MP',
    pow = '140',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Ice damage (Magic, Power: 140) with Bulwark Pierce and Remnants to all enemies.<hr>Activates the following Chain Effect if the attack is successful: Places self into a state of Concentrate.<br>*Damage from this skill is dependent on Mag DEF, and ignores all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Kuzuryu]]',
    level = 'Lv. 6: +20% to damage dealt using this skill<br>MP cost of this skill -1. ',
    name = '[[Roaring Torrent]]<span id="Roaring Torrent"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Roaring Torrent|Roaring Torrent]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Roaring Torrent]]'
},
['cold world'] = {
    cost = '7 MP',
    pow = '130',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Ice (Magic) damage with 130 power on All Enemies and reduces enemy\'s DEF 20% for 3 turns. ',
    effect = '—',
    skillpoints = '—',
    unique = '[[King Frost]]',
    level = '—',
    name = '[[Cold World]]<span id="Cold World"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Cold World|Cold World]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Cold World]]'
},
['mabufudyne'] = {
    cost = '7 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Ice (Magic) damage with 120 power on All Enemies.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Mabufudyne]]<span id="Mabufudyne"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mabufudyne|Mabufudyne]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Mabufudyne]]'
},
['mahafrosty'] = {
    cost = '7 MP',
    pow = '50',
    hit = '2',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Ice (Magic) damage with 50 power on All Enemies twice.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Helper Frost]]',
    level = 'Lv. 6: +20% to all damage.<br>MP cost -1. ',
    name = '[[MahaFrosty]]<span id="MahaFrosty"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#MahaFrosty|MahaFrosty]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[MahaFrosty]]'
},
['mabufubarion'] = {
    cost = '8 MP',
    pow = '130',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Ice (Magic) damage (Power: 130) on all enemies.',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 4: +20% to damage. ',
    name = '[[Mabufubarion]]<span id="Mabufubarion"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mabufubarion|Mabufubarion]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Mabufubarion]]'
},
['mabufudyne h'] = {
    cost = '8 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Ice (Magic) damage with 120 power on All Enemies.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Mabufudyne|Mabufudyne H]]<span id="Mabufudyne H"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mabufudyne H|Mabufudyne H]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Mabufudyne|Mabufudyne H]]'
},
['ice breath'] = {
    cost = '4 MP',
    pow = '45',
    hit = '2~4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Ice (Magic) damage 2 to 4 times with 45 power on Random Enemies.',
    effect = '—',
    skillpoints = '7',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Ice Breath]]<span id="Ice Breath"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Ice Breath|Ice Breath]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Ice Breath]]'
},
['glacial blast'] = {
    cost = '5 MP',
    pow = '55',
    hit = '2~4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Ice (Magic) damage 2 to 4 times with 55 power on Random Enemies.',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 5: +10% to damage. ',
    name = '[[Glacial Blast]]<span id="Glacial Blast"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Glacial Blast|Glacial Blast]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Glacial Blast]]'
},
['frozen world'] = {
    cost = '6 MP',
    pow = '60',
    hit = '3~4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Ice (Magic) damage 3 to 4 times on random enemy/ies. Power: 60',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 4: +20% to damage dealt using this skill. ',
    name = '[[Frozen World]]<span id="Frozen World"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Frozen World|Frozen World]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Frozen World]]'
},
['halahala'] = {
    cost = '6 MP',
    pow = '60',
    hit = '5',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Ice damage (Magic, Power: 60) 5 times on random enemies, with a 50% chance to inflict Poison on hit enemies.<hr>Activates the following Chain Effect if the attack is successful: Decreases the ATK and DEF of all enemies by 20% (3 turns) with a 50% chance to inflict Poison.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Vasuki]]',
    level = 'Lv. 6: +20% to damage dealt using this skill<br>MP cost of this skill -1. ',
    name = '[[Halahala]]<span id="Halahala"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Halahala|Halahala]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}',
    default = '[[Halahala]]'
},
['zio'] = {
    cost = '4 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Elec (Magic) damage with 120 power on a Single Enemy.',
    effect = '—',
    skillpoints = '1',
    unique = '—',
    level = 'Lv. 6: +12% to damage. ',
    name = '[[Zio]]<span id="Zio"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Zio|Zio]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Zio]]'
},
['zionga'] = {
    cost = '5 MP',
    pow = '140',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single ',
    description = 'Inflicts Elec (Magic) damage with 140 power on a Single Enemy.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 6: +12% to damage. ',
    name = '[[Zionga]]<span id="Zionga"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Zionga|Zionga]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Zionga]]'
},
['zionga l'] = {
    cost = '4 MP',
    pow = '140',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single ',
    description = 'Inflicts Elec (Magic) damage with 140 power on a Single Enemy.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 6: +12% to damage. ',
    name = '[[Zionga|Zionga L]]<span id="Zionga L"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Zionga L|Zionga L]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Zionga|Zionga L]]'
},
['thunder slash'] = {
    cost = '5 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single ',
    description = 'Inflicts Elec (Physical) damage (Power: 120) with 30% crit rate on a single enemy. ',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 4: +20% to damage dealt using this skill.. ',
    name = '[[Thunder Slash]]<span id="Thunder Slash"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Thunder Slash|Thunder Slash]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Thunder Slash]]'
},
['accursed lightning'] = {
    cost = '6 MP',
    pow = '70',
    hit = '4',
    target = '{{Tt|1|Single}}',
    target_list = 'Single ',
    description = 'Inflict Elec (Magic) damage 4 times (Power: 70, Total: 280) to a single enemy, with a 50% chance to inflict Mute.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Botis]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1. ',
    name = '[[Accursed Lightning]]<span id="Accursed Lightning"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Accursed Lightning|Accursed Lightning]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Accursed Lightning]]'
},
['glorious bolt'] = {
    cost = '6 MP',
    pow = '260',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single ',
    description = 'Inflicts Elec damage (Magic, Power: 260) with Bulwark Pierce and Remnants to a single enemy.<hr>Activates the following Chain Effect if the attack is successful: Recovers 2 MP for all party members and casts Repel Magic (including Almighty) effect on all party members (1 turn).',
    effect = '—',
    skillpoints = '—',
    unique = '[[Aniel]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1. ',
    name = '[[Glorious Bolt]]<span id="Glorious Bolt"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Glorious Bolt|Glorious Bolt]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Glorious Bolt]]'
},
['griffe de tonnerre'] = {
    cost = '6 MP',
    pow = '260',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single ',
    description = 'Inflicts Elec damage (Physical, Power: 260) with a 50% Critical hit rate to a single enemy.<hr>Activates the following Chain Effect if the attack is successful: Lowers the Elec Attribute Affinity of all enemies by 1 level. (1 turn)<br>*Damage done by this skill ignores all counter and death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Loup-Garou]]',
    level = 'Lv. 6: +20% to damage dealt using this skill<br>MP cost of this skill -1. ',
    name = '[[Griffe de Tonnerre]]<span id="Griffe de Tonnerre"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Griffe de Tonnerre|Griffe de Tonnerre]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Griffe de Tonnerre]]'
},
['keraunos'] = {
    cost = '6 MP',
    pow = '150',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|1|Single}}',
    target_list = 'Single ',
    description = 'Inflicts Elec (Physical) damage (Power: 150) to a single enemy, and decrease the enemy\'s Elec attribute affinity by 1 level for 1 turn.<hr>Activates the following Chain Effect if the attack is successful: Inflicts Elec (Physical) damage (Power: 150) to a single enemy.<hr>The following applies to damage dealt with this skill, including the Chain Effect: Ignores counter effects and death prevention skills.<br>*Enemies downed by this skill will not be able to revive.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Zeus]]',
    level = 'Lv. 6:+20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Keraunos]]<span id="Keraunos"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Keraunos|Keraunos]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Keraunos]]'
},
['lightning shower'] = {
    cost = '6 MP',
    pow = '40',
    hit = '6',
    target = '{{Tt|1|Single}}',
    target_list = 'Single ',
    description = 'Inflicts Elec (Magic) damage with 40 power 6 times on a single enemy (Total Power: 240) with a 30% chance to inflict Bind.<hr>Activates the following Chain Effect if the attack is successful: Increases the ATK and DEF of all party members by 20%. (1 turn)',
    effect = '—',
    skillpoints = '—',
    unique = '[[Indrajit]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1. ',
    name = '[[Lightning Shower]]<span id="Lightning Shower"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Lightning Shower|Lightning Shower]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Lightning Shower]]'
},
['raijin koryu palm strike'] = {
    cost = '6 MP',
    pow = '240',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single ',
    description = 'Inflicts Elec (Magic) damage (Power: 240) on a single enemy and reduces DEF of all enemies by 20% if the attack is successful. (2 turns)<br>*Damage from this skill ignores all death prevention skills ',
    effect = '—',
    skillpoints = '—',
    unique = '[[Vritra]]',
    level = 'Lv. 6: +20% to damage dealt using this skill. + MP cost of this skill -1',
    name = '[[Raijin Koryu Palm Strike]]<span id="Raijin Koryu Palm Strike"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Raijin Koryu Palm Strike|Raijin Koryu Palm Strike]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Raijin Koryu Palm Strike]]'
},
['thunderous hammer'] = {
    cost = '6 MP',
    pow = '150',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|1|Single}}',
    target_list = 'Single ',
    description = 'Inflicts Elec damage (Physical, Power: 150) with a 50% Critical hit rate on a single enemy.<hr>Activates the following Chain Effect if the attack is successful: Inflicts Elec damage (Physical, Power: 125) with a 50% Critical hit rate on a single enemy.<hr>*This skill will gain 1 Boost level with each use.<br>Boost Level 1: Increases the Critical hit rate (including for the Chain Effect) to 80%.<br>Boost Level 2: Increases the Power of the Chain Effect to 150.<br>Boost Level 3: Increases the Critical hit rate (including for the Chain Effect) to 100%.<br>*Damage inflicted by this skill (Chain Effect included) will ignore all counter and death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Thor]] <small><i>([[Dimensional]])</i></small>',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1. ',
    name = '[[Thunderous Hammer]]<span id="Thunderous Hammer"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Thunderous Hammer|Thunderous Hammer]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Thunderous Hammer]]'
},
['ziodyne'] = {
    cost = '6 MP',
    pow = '160',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single ',
    description = 'Inflicts Elec (Magic) damage with 160 power on a Single Enemy.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv 6: +12% to damage. ',
    name = '[[Ziodyne]]<span id="Ziodyne"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Ziodyne|Ziodyne]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Ziodyne]]'
},
['thunder reign'] = {
    cost = '7 MP',
    pow = '180',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single ',
    description = 'Inflicts Elec (Magic) damage with 180 power on a Single Enemy.',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 6: +12% to damage. ',
    name = '[[Thunder Reign]]<span id="Thunder Reign"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Thunder Reign|Thunder Reign]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Thunder Reign]]'
},
['mazio'] = {
    cost = '5 MP',
    pow = '80',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Elec (Magic) damage with 80 power on All Enemies.',
    effect = '—',
    skillpoints = '2',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Mazio]]<span id="Mazio"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mazio|Mazio]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Mazio]]'
},
['mazio l'] = {
    cost = '4 MP',
    pow = '80',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Elec (Magic) damage with 80 power on All Enemies.',
    effect = '—',
    skillpoints = '2',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Mazio|Mazio L]]<span id="Mazio L"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mazio L|Mazio L]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Mazio|Mazio L]]'
},
['cleaving thunder'] = {
    cost = '6 MP',
    pow = '100',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Elec (Physical) damage (Power: 100) with 30% crit rate on all enemies and reduces MP by 2. ',
    effect = '—',
    skillpoints = '—',
    unique = '[[Odin]] <small><i>([[Dimensional]])</i></small>',
    level = '—',
    name = '[[Cleaving Thunder]]<span id="Cleaving Thunder"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Cleaving Thunder|Cleaving Thunder]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Cleaving Thunder]]'
},
['mazionga'] = {
    cost = '6 MP',
    pow = '100',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Elec (Magic) damage with 100 power on All Enemies.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 5: +10% to damage. ',
    name = '[[Mazionga]]<span id="Mazionga"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mazionga|Mazionga]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Mazionga]]'
},
['rending thunder'] = {
    cost = '6 MP',
    pow = '90',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Elec (Physical) damage (Power: 90) with 30% crit rate on all enemies.',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 4: +20% to damage dealt using this skill. ',
    name = '[[Rending Thunder]]<span id="Rending Thunder"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Rending Thunder|Rending Thunder]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Rending Thunder]]'
},
['vile lightning'] = {
    cost = '6 MP',
    pow = '30',
    hit = '4',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflict 4 Elec attacks (Magic, Power: 30 (Total: 120)) to all enemies, with a 50% chance to inflict Mute.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Botis]]',
    level = '—',
    name = '[[Vile Lightning]]<span id="Vile Lightning"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Vile Lightning|Vile Lightning]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Vile Lightning]]'
},
['maziodyne'] = {
    cost = '7 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Elec (Magic) damage with 120 power on All Enemies.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 5: +10% to damage. ',
    name = '[[Maziodyne]]<span id="Maziodyne"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Maziodyne|Maziodyne]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Maziodyne]]'
},
['overture'] = {
    cost = '7 MP',
    pow = '80',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'After inflicting Elec (Magic) damage (Power: 80) on all enemies, enters into a state of Concentrate, increasing next Mag attack damage by 125%. This skill will have Elec Pierce.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Nero]]☆',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1. ',
    name = '[[Overture]]<span id="Overture"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Overture|Overture]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Overture]]'
},
['maziobarion'] = {
    cost = '8 MP',
    pow = '130',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Elec (Magic) damage (Power: 130) on all enemies.',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 4:+20% to damage.',
    name = '[[Maziobarion]]<span id="Maziobarion"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Maziobarion|Maziobarion]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Maziobarion]]'
},
['maziodyne h'] = {
    cost = '8 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Elec (Magic) damage with 120 power on All Enemies.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 5: +10% to damage. ',
    name = '[[Maziodyne|Maziodyne H]]<span id="Maziodyne H"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Maziodyne H|Maziodyne H]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Maziodyne|Maziodyne H]]'
},
['thunderstorm'] = {
    cost = '8 MP',
    pow = '130',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Elec (Magic) damage (Power: 130) with Elec Pierce effect on all enemies.<hr>Reduces ATK of all enemies by 20% if the attack is successful.(3 turns.)',
    effect = '—',
    skillpoints = '—',
    unique = '[[Anat]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1. ',
    name = '[[Thunderstorm]]<span id="Thunderstorm"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Thunderstorm|Thunderstorm]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Thunderstorm]]'
},
['shock'] = {
    cost = '4 MP',
    pow = '45',
    hit = '2~4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Elec (Magic) damage 2 to 4 times with 45 power on Random Enemies.',
    effect = '—',
    skillpoints = '7',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Shock]]<span id="Shock"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Shock|Shock]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Shock]]'
},
['bolt storm'] = {
    cost = '5 MP',
    pow = '55',
    hit = '2~4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Elec (Magic) damage 2 to 4 times with 55 power on Random Enemies.',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 5: +10% to damage. ',
    name = '[[Bolt Storm]]<span id="Bolt Storm"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Bolt Storm|Bolt Storm]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Bolt Storm]]'
},
['thunderous advent'] = {
    cost = '6 MP',
    pow = '60',
    hit = '3~4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Elec (Magic) damage 3 to 4 times on random enemy/ies. Power: 60',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 4: +20% to damage dealt using this skill. ',
    name = '[[Thunderous Advent]]<span id="Thunderous Advent"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Thunderous Advent|Thunderous Advent]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Thunderous Advent]]'
},
['mjolnir'] = {
    cost = '7 MP',
    pow = '60',
    hit = '5',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Elec (Magic) damage 5 times (Power: 60) on random enemies.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Thor]] <small><i>(Standard)</i></small>',
    level = 'Lv. 6: +20% to damage.<br>100% chance of 2 MP recovery. ',
    name = '[[Mjolnir]]<span id="Mjolnir"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mjolnir|Mjolnir]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|elec}}',
    default = '[[Mjolnir]]'
},
['zan'] = {
    cost = '4 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Force (Magic) damage with 120 power on a Single Enemy.',
    effect = '—',
    skillpoints = '1',
    unique = '—',
    level = 'Lv. 6: +12% to damage. ',
    name = '[[Zan]]<span id="Zan"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Zan|Zan]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Zan]]'
},
['zanma'] = {
    cost = '5 MP',
    pow = '140',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Force (Magic) damage with 140 power on Single Enemy.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 6: +12% to damage. ',
    name = '[[Zanma]]<span id="Zanma"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Zanma|Zanma]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Zanma]]'
},
['zanma l'] = {
    cost = '4 MP',
    pow = '140',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Force (Magic) damage with 140 power on Single Enemy.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 6: +12% to damage. ',
    name = '[[Zanma|Zanma L]]<span id="Zanma L"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Zanma L|Zanma L]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Zanma|Zanma L]]'
},
['wind slash'] = {
    cost = '5 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Force (Physical) damage (Power: 120) with 30% crit rate on a single enemy. ',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 4: +20% to damage dealt using this skill. ',
    name = '[[Wind Slash]]<span id="Wind Slash"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Wind Slash|Wind Slash]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Wind Slash]]'
},
['blossoming cyclone'] = {
    cost = '6 MP',
    pow = '170',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Force (Magic) Pierce effect damage (Power: 170) on a single enemy, and Heals all party members (Power: 80) if the attack is successful.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Mahamayuri]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Blossoming Cyclone]]<span id="Blossoming Cyclone"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Blossoming Cyclone|Blossoming Cyclone]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Blossoming Cyclone]]'
},
['kusanagi'] = {
    cost = '6 MP',
    pow = '200',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Force (Magic) damage (Power: 200) on a single enemy and increases ATK of all party members by 20% (3 turns).<br>*The damage inflicted by this skill is dependent on Phys ATK.<br>*Damage from this skill ignores all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Susano-o]] <small><i>(Standard)</i></small>',
    level = '—',
    name = '[[Kusanagi]]<span id="Kusanagi"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Kusanagi|Kusanagi]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Kusanagi]]'
},
['love pain'] = {
    cost = '6 MP',
    pow = '40',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Force damage (Magic, Power: 40) with Remnants to a single enemy.<hr>Activates the following Chain Effect if the attack is successful: Inflicts Force damage (Magic, Power: 150) with Bulwark Pierce and a 60% chance to inflict Charm to a single enemy.<br>*Ignores all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Narcissus]]',
    level = '—',
    name = '[[Love Pain]]<span id="Love Pain"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Love Pain|Love Pain]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Love Pain]]'
},
['ruthless death gale'] = {
    cost = '6 MP',
    pow = '90',
    hit = '3',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Force damage (Magic, Power: 90) 3 times (Total Power: 270) with Bulwark Pierce and Remnants and decreases the Force Attribute Affinity (1 turn) of the target by 1 level per hit (Total: 3 levels) and adds 1 to the count for Spirit Chains (Corrosion) per hit (Total: 3 counts).<hr>Activates the following Chain Effect if the attack is successful: Increases the party\'s ATK, DEF, and EV/AC by 20%. (1 turn)<br>*Damage inflicted by this skill is dependent on Phys ATK.<hr>[Spirit Chains (Corrosion)]: -80% to Phys DEF and Mag DEF. Each completed action will decrease the count. (Max Count: 5). When the count reaches 0, the effects will be removed.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Morrighan]]',
    level = 'Lv. 6: +20% to damage dealt using this skill + MP cost of this skill -1. ',
    name = '[[Ruthless Death Gale]]<span id="Ruthless Death Gale"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Ruthless Death Gale|Ruthless Death Gale]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Ruthless Death Gale]]'
},
['soaring blades'] = {
    cost = '6 MP',
    pow = '40',
    hit = '4{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Force (Physical) damage 4 times (Power: 40) with Force Pierce and 50% crit rate on a single enemy.<hr>Activates the following Chain Effect when the attack is successful: Inflicts Force (Physical) damage 2 times (Power: 50) with Force Pierce and 50% crit rate on all enemies.<br>*Counter effects will not work on this skill.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Koga Saburo]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1. ',
    name = '[[Soaring Blades]]<span id="Soaring Blades"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Soaring Blades|Soaring Blades]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Soaring Blades]]'
},
['tathlum strike'] = {
    cost = '6 MP',
    pow = '200',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Force damage (Physical, Power: 200) with Bulwark Pierce and a 100% Critical hit rate to a single enemy, and decreases the Force Attribute Affinity of a single enemy by 1 level (1 turn).<br>Cures all status ailments for all party members if the attack is successful.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Lugh]]',
    level = 'Lv. 6: +20% to damage dealt using this skill<br>MP cost of this skill -1. ',
    name = '[[Tathlum Strike]]<span id="Tathlum Strike"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Tathlum Strike|Tathlum Strike]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Tathlum Strike]]'
},
['weird pain'] = {
    cost = '6 MP',
    pow = '260',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Force damage (Physical, Power: 260) with Bulwark Pierce and a 100% Critical hit rate to a single enemy, and causes them to lose 1 MP.<hr>Activates the following Chain Effect when the attack is successful: Inflicts all enemies with Gloom. (1 turn)',
    effect = '—',
    skillpoints = '—',
    unique = '[[Old Ones]]',
    level = 'Lv. 6: +20% to damage dealt using this skil<br>MP cost of this skill -1. ',
    name = '[[Weird Pain]]<span id="Weird Pain"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Weird Pain|Weird Pain]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Weird Pain]]'
},
['zandyne'] = {
    cost = '6 MP',
    pow = '160',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Force (Magic) damage with 160 power on a Single Enemy.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 6: +12% to damage.',
    name = '[[Zandyne]]<span id="Zandyne"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Zandyne|Zandyne]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Zandyne]]'
},
['killing wind'] = {
    cost = '7 MP',
    pow = '180',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Force (Magic) damage with 180 power on a Single Enemy.',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 6: +12% to damage. ',
    name = '[[Killing Wind]]<span id="Killing Wind"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Killing Wind|Killing Wind]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Killing Wind]]'
},
['fallen impact'] = {
    cost = '7 MP',
    pow = '130',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Force damage (Magic, Power: 130) with Bulwark Pierce and Remnants to a single enemy, and then inflicts 1 count of Decay to that enemy.<hr>Activates the following Chain Effect when the attack is successful: Inflicts Force damage (Magic, Power: 130) with Bulwark Pierce to a single enemy.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Barbatos]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1. ',
    name = '[[Fallen Impact]]<span id="Fallen Impact"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Fallen Impact|Fallen Impact]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Fallen Impact]]'
},
['mazan'] = {
    cost = '5 MP',
    pow = '80',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Force (Magic) damage with 80 power on All Enemies.',
    effect = '—',
    skillpoints = '2',
    unique = '—',
    level = 'Lv. 5: +10% to damage. ',
    name = '[[Mazan]]<span id="Mazan"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mazan|Mazan]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Mazan]]'
},
['mazan l'] = {
    cost = '4 MP',
    pow = '80',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Force (Magic) damage with 80 power on All Enemies.',
    effect = '—',
    skillpoints = '2',
    unique = '—',
    level = 'Lv. 5: +10% to damage. ',
    name = '[[Mazan|Mazan L]]<span id="Mazan L"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mazan L|Mazan L]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Mazan|Mazan L]]'
},
['barbed spear'] = {
    cost = '6 MP',
    pow = '35',
    hit = '3{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Force Damage (Physical, Power: 35) with Bulwark Pierce to all enemies 3 times, and activates the following Chain Effect when the attack is successful: Inflicts Force Damage (Physical, Power: 25) with Bulwark Pierce 2 times on random enemies.<br>*Ignores the activation of all counter skills.<hr>*This skill will gain 1 Boost level with each use.<br>[Boost Level 1]: Chain Effect will now inflict damage 3 times.<br>[Boost Level 2]: Chain Effect will now inflict damage 4 times.<br>[Boost Level 3]: Chain Effect will now inflict damage 5 times.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Cu Chulainn]] <small><i>([[Dimensional]])</i></small>',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1. ',
    name = '[[Barbed Spear]]<span id="Barbed Spear"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Barbed Spear|Barbed Spear]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Barbed Spear]]'
},
['mazanma'] = {
    cost = '6 MP',
    pow = '100',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Force (Magic) damage with 100 power on All Enemies.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Mazanma]]<span id="Mazanma"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mazanma|Mazanma]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Mazanma]]'
},
['otherworldly force'] = {
    cost = '6 MP',
    pow = '35',
    hit = '4{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Force (Magic) damage 4 times (Power: 35, Total: 140) on all enemies.<br>*Enemies downed by this skill will not be able to revive.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Nyarlathotep]]',
    level = '—',
    name = '[[Otherworldly Force]]<span id="Otherworldly Force"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Otherworldly Force|Otherworldly Force]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Otherworldly Force]]'
},
['rending wind'] = {
    cost = '6 MP',
    pow = '90',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Force (Physical) damage (Power: 90) with 30% crit rate on all enemies. ',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 4: +20% to damage dealt using this skill. ',
    name = '[[Rending Wind]]<span id="Rending Wind"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Rending Wind|Rending Wind]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Rending Wind]]'
},
['sanction'] = {
    cost = '6 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Force (Magic) damage (Power: 120) with Remnants on all enemies and 30% chance to inflict Bind.<hr>Activates the following Chain Effect when the attack is successful and also in a Bonus Turn: Receive 1 additional Press Turn Icon. (This Chain Effect can only be activated once per turn.)<br>*Damage from this skill ignores all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Sabaoth]]',
    level = 'Lv. 6: +20% to damage dealt using this skill + MP cost of this skill -1.',
    name = '[[Sanction]]<span id="Sanction"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Sanction|Sanction]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Sanction]]'
},
['mazandyne'] = {
    cost = '7 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Force (Magic) damage with 120 power on All Enemies.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 5: +10% to damage. ',
    name = '[[Mazandyne]]<span id="Mazandyne"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mazandyne|Mazandyne]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Mazandyne]]'
},
['mazandyne h'] = {
    cost = '8 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Force (Magic) damage with 120 power on All Enemies.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 5: +10% to damage. ',
    name = '[[Mazandyne|Mazandyne H]]<span id="Mazandyne H"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mazandyne H|Mazandyne H]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Mazandyne|Mazandyne H]]'
},
['mazanbarion'] = {
    cost = '8 MP',
    pow = '130',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Force (Magic) damage (Power: 130) on all enemies.',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 4: +20% to damage. ',
    name = '[[Mazanbarion]]<span id="Mazanbarion"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mazanbarion|Mazanbarion]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Mazanbarion]]'
},
['tempest'] = {
    cost = '8 MP',
    pow = '130',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Force (Magic) damage on all enemies.<hr>Reduces EV/AC of all enemies by 20% when the attack is successful. (3 turns) This skill will have Force Pierce effect. Power: 130',
    effect = '—',
    skillpoints = '—',
    unique = '[[Baal]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Tempest]]<span id="Tempest"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Tempest|Tempest]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Tempest]]'
},
['wind breath'] = {
    cost = '4 MP',
    pow = '45',
    hit = '2~4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Force (Magic) damage 2 to 4 times with 45 power on Random Enemies.',
    effect = '—',
    skillpoints = '7',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Wind Breath]]<span id="Wind Breath"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Wind Breath|Wind Breath]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Wind Breath]]'
},
['spin dash'] = {
    cost = '5 MP',
    pow = '45',
    hit = '4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Force (Physical) damage 4 times (Power: 45) on random enemies.<hr>When in a state of Might, this skill will have Force Pierce.<br>*The damage inflicted by this skill is dependent on Phys ATK.<br>*This skill has a chance of having a Critical effect or a Miss <br>which are dependent on their respective rates. ',
    effect = '—',
    skillpoints = '—',
    unique = '[[Sonic]]',
    level = 'Lv. 4: +10% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Spin Dash]]<span id="Spin Dash"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Spin Dash|Spin Dash]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Spin Dash]]'
},
['twister'] = {
    cost = '5 MP',
    pow = '55',
    hit = '2~4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Force (Magic) damage 2 to 4 times with 55 power on Random Enemies.',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Twister]]<span id="Twister"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Twister|Twister]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Twister]]'
},
['gale talon'] = {
    cost = '6 MP',
    pow = '40',
    hit = '4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Force damage (Magic, Power: 40) with Bulwark Pierce 4 times on random enemies.<hr>*This skill will gain 1 Boost level with each use.<br>[Boost Level 1]: Increases the number of attacks to 6.<br>[Boost Level 2]: Increases the number of attacks to 8.<br>[Boost Level 3]: Increases the number of attacks to 10.',
    effect = '—',
    skillpoints = '—',
    unique = 'Garuda <small><i>([[Dimensional]])</i></small>',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1. ',
    name = '[[Gale Talon]]<span id="Gale Talon"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Gale Talon|Gale Talon]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Gale Talon]]'
},
['turbulent advent'] = {
    cost = '6 MP',
    pow = '60',
    hit = '3~4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Force (Magic) damage 3 to 4 times on random enemy/ies. Power: 60',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 4: +20% to damage dealt using this skill. ',
    name = '[[Turbulent Advent]]<span id="Turbulent Advent"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Turbulent Advent|Turbulent Advent]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Turbulent Advent]]'
},
['tailwind'] = {
    cost = '6 MP',
    pow = '80',
    hit = '4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Force damage (Magic, Power: 80) with Bulwark Pierce 4 times on random enemies.<hr>Activates the following Chain Effect if the attack is successful: Cures all status ailments of all party members.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Raphael]]',
    level = 'Lv. 6: +20% to damage dealt using this skill. MP cost of this skill -1. ',
    name = '[[Tailwind]]<span id="Tailwind"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Tailwind|Tailwind]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Tailwind]]'
},
['hama'] = {
    cost = '4 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Light (Magic) damage with 120 power on a Single Enemy.',
    effect = '—',
    skillpoints = '1',
    unique = '—',
    level = 'Lv. 6: +12% to damage. ',
    name = '[[Hama]]<span id="Hama"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Hama|Hama]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Hama]]'
},
['hamaon'] = {
    cost = '5 MP',
    pow = '140',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Light (Magic) damage with 140 power on a Single Enemy.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 6: +12% to damage. ',
    name = '[[Hamaon]]<span id="Hamaon"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Hamaon|Hamaon]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Hamaon]]'
},
['hamaon l'] = {
    cost = '4 MP',
    pow = '140',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Light (Magic) damage with 140 power on a Single Enemy.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 5: +10% to damage. ',
    name = '[[Hamaon|Hamaon L]]<span id="Hamaon L"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Hamaon L|Hamaon L]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Hamaon|Hamaon L]]'
},
['exorcise evil'] = {
    cost = '5 MP',
    pow = '150',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Light (Physical) damage (Power: 150) on a single enemy.<br>*The damage inflicted by this is dependent on Mag ATK, and counter effects will not work on this skill.<br>*This skill has a chance of having a Critical effect or a Miss which are dependent on their respective rates.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Sukuna-Hikona]] <small><i>(Standard)</i></small>',
    level = 'Lv. 6: +20% to AC.<br>MP cost -1. ',
    name = '[[Exorcise Evil]]<span id="Exorcise Evil"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Exorcise Evil|Exorcise Evil]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Exorcise Evil]]'
},
['goddess\'s prank'] = {
    cost = '5 MP',
    pow = '200',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Light damage (Magic, Power: 200) with Remnants and a 30% chance to inflict Poison/Bind/Charm/Mute/Curse/Weak to a single enemy.<hr>Activates the following Chain Effect when the attack is successful: Decreases the ATK, DEF, and EV/AC of all enemies by 20%. (1 turn)',
    effect = '—',
    skillpoints = '—',
    unique = '[[Idun]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>+20% chance to inflict status ailments when using this skill. ',
    name = '[[Goddess\'s Prank]]<span id="Goddess\'s Prank"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Goddess\'s Prank|Goddess\'s Prank]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Goddess\'s Prank]]'
},
['white slash'] = {
    cost = '5 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Light (Physical) damage (Power: 120) with 30% crit rate on a single enemy. ',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 4: +20% to damage dealt using this skill.',
    name = '[[White Slash]]<span id="White Slash"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#White Slash|White Slash]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[White Slash]]'
},
['amakusa uprising'] = {
    cost = '6 MP',
    pow = '150',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Light (Physical) damage (Power: 150) with Light Pierce effect on a single enemy.<br>*The damage inflicted by this skill is dependent on Mag ATK.<br>*This skill has a chance of having a Critical effect or a Miss which are dependent on their respective rates.<hr>When attack is successful, increases own party\'s ATK and EV/AC by 20%. (2 turn)',
    effect = '—',
    skillpoints = '—',
    unique = '[[Tokisada]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Amakusa Uprising]]<span id="Amakusa Uprising"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Amakusa Uprising|Amakusa Uprising]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Amakusa Uprising]]'
},
['ascension'] = {
    cost = '6 MP',
    pow = '200',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Light damage (Magic, Power: 200) with Bulwark Pierce on a single enemy.<hr>Activates the following Chain Effect when the attack is successful: Inflicts Light damage (Magic, Power: 80) with Bulwark Pierce on all enemies.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Gabriel]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1. ',
    name = '[[Ascension]]<span id="Ascension"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Ascension|Ascension]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Ascension]]'
},
['baptisma'] = {
    cost = '6 MP',
    pow = '170',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Light (Magic) damage (Power: 170) on a single enemy.<br>*Damage from this skill ignores all death prevention skills.<br>*Enemies downed by this skill will not be able to revive.<br>*Gains 1 Boost level for Halo of Hallel if the attack is successful.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Flauros Hallel]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1. ',
    name = '[[Baptisma]]<span id="Baptisma"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Baptisma|Baptisma]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Baptisma]]'
},
['hamadyne'] = {
    cost = '6 MP',
    pow = '160',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Light (Magic) damage with 160 power on a Single Enemy.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 6: +12% to damage. ',
    name = '[[Hamadyne]]<span id="Hamadyne"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Hamadyne|Hamadyne]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Hamadyne]]'
},
['impure sword of light'] = {
    cost = '6 MP',
    pow = '260',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Light damage (Physical, Power: 260) with Bulwark Pierce and a 50% Critical hit rate to a single enemy.<hr>+1 to the count of Spirit Chains (Indignation) to the target if successful.<hr>Activates the following Chain Effect if the attack is successful: Grants an additional Press Turn Icon. (This Chain Effect activates once per turn.)<br>*Ignores all death prevention skills.<hr>Spirit Chains (Indignation): Increases the cost of skills by 6 MP, and prevents the use of Pass. Each completed action will decrease the count. (Max Count: 5) When the count reaches 0, the effects will be removed.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Camael]]',
    level = 'Lv. 6:+20% to damage dealt using this skill.<br>MP cost -1. ',
    name = '[[Impure Sword of Light]]<span id="Impure Sword of Light"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Impure Sword of Light|Impure Sword of Light]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Impure Sword of Light]]'
},
['last nemesis'] = {
    cost = '6 MP',
    pow = '280',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Light damage (Magic, Power: 280) with Bulwark Pierce and Remnants on a single enemy.<hr>Activates the following Chain Effect if the attack is successful: Casts Repel Magic (including Almighty) effect on all allies. (1 turn)<br>*Ignores all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[The 6th Angel]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Last Nemesis]]<span id="Last Nemesis"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Last Nemesis|Last Nemesis]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Last Nemesis]]'
},
['sword of izumo'] = {
    cost = '6 MP',
    pow = '240',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Light (Magic) damage (Power: 240) with Remnants on a single enemy.<br>*Damage from this skill ignores all death prevention skills.<hr>If the attack is successful, cures all status ailments for all party members.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Okuninushi]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1. ',
    name = '[[Sword of Izumo]]<span id="Sword of Izumo"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Sword of Izumo|Sword of Izumo]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Sword of Izumo]]'
},
['god\'s bow'] = {
    cost = '7 MP',
    pow = '200',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Light (Magic) damage with 200 power on a Single Enemy with a 50% chance to inflict Mortal.',
    effect = '—',
    skillpoints = '—',
    unique = '[[White Rider]]',
    level = 'Lv. 6: +20% to damage dealt using this skill<br>100% chance of 2 MP recovery.',
    name = '[[God\'s Bow]]<span id="God\'s Bow"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#God\'s Bow|God\'s Bow]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[God\'s Bow]]'
},
['thunderclap'] = {
    cost = '7 MP',
    pow = '180',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Light (Magic) damage with 180 power on a Single Enemy.',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 6: +12% to damage. ',
    name = '[[Thunderclap]]<span id="Thunderclap"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Thunderclap|Thunderclap]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Thunderclap]]'
},
['mahama'] = {
    cost = '5 MP',
    pow = '80',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Light (Magic) damage with 80 power on All Enemies.',
    effect = '—',
    skillpoints = '2',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Mahama]]<span id="Mahama"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mahama|Mahama]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Mahama]]'
},
['mahama l'] = {
    cost = '4 MP',
    pow = '80',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Light (Magic) damage with 80 power on All Enemies.',
    effect = '—',
    skillpoints = '2',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Mahama|Mahama L]]<span id="Mahama L"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mahama L|Mahama L]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Mahama|Mahama L]]'
},
['cleaving light'] = {
    cost = '6 MP',
    pow = '100',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Light (Physical) damage (Power: 100) with 30% crit rate on all enemies and reduces MP by 2. ',
    effect = '—',
    skillpoints = '—',
    unique = '[[Camael]]',
    level = '—',
    name = '[[Cleaving Light]]<span id="Cleaving Light"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Cleaving Light|Cleaving Light]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Cleaving Light]]'
},
['destructive light wave'] = {
    cost = '6 MP',
    pow = '100',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Light damage (Magic) with 100 Power and Bulwark Pierce on all enemies.',
    effect = '—',
    skillpoints = '—',
    unique = '[[The 6th Angel]]',
    level = '—',
    name = '[[Destructive Light Wave]]<span id="Destructive Light Wave"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Destructive Light Wave|Destructive Light Wave]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Destructive Light Wave]]'
},
['light of ruin'] = {
    cost = '6 MP',
    pow = '300',
    hit = '1{{Tt|*|Subsequent attack(s) upon success}}',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Light damage (Magic, Power: 300) with Bulwark Pierce and Remnants on a single enemy.<hr>Activates the following Chain Effect when the attack is successful: Decreases the Dark Attribute Affinity of all enemies by 1 level. (1 turn)<hr>Furthermore, activates the following Chain Effect if this skill is used while the one with this skill has two or more counts of Malice: Inflicts Dark damage (Magic, Power: 150) with Bulwark Pierce and a 100% chance to inflict Mortal to all enemies.<br>*Damage from this skill (including the Chain Effect) ignores all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Metatron]] <small><i>(Malice)</i></small>',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Light of Ruin]]<span id="Light of Ruin"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Light of Ruin|Light of Ruin]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Light of Ruin]]'
},
['mahamaon'] = {
    cost = '6 MP',
    pow = '100',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Light (Magic) damage with 100 power on All Enemies.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 5: +10% to damage. ',
    name = '[[Mahamaon]]<span id="Mahamaon"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mahamaon|Mahamaon]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Mahamaon]]'
},
['nirvana'] = {
    cost = '6 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Light damage (Magic, Power: 120) on all enemies.<hr>Activates the following Chain Effect if the attack is successful: Receive 1 additional Press Turn Icon. (Activates once per turn)<br>*This skill will gain 1 Boost level at the start of own turn.<br>Boost Level 1: Will now nullify all death prevention skills.<br>Boost Level 2: Increases Power to 140, and adds the following Chain Effect when the attack is successful: Decreases enemy ATK, DEF, and EV/AC by 20%. (1 turn)<br>Boost Level 3: Increases Power to 160.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Vishnu]] <small><i>([[Dimensional]])</i></small>',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1. ',
    name = '[[Nirvana]]<span id="Nirvana"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Nirvana|Nirvana]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Nirvana]]'
},
['rending white'] = {
    cost = '6 MP',
    pow = '90',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Light (Physical) damage (Power: 90) with 30% crit rate on all enemies. ',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 4: +20% to damage dealt using this skill. ',
    name = '[[Rending White]]<span id="Rending White"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Rending White|Rending White]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Rending White]]'
},
['mahamadyne'] = {
    cost = '7 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Light (Magic) damage with 120 power on All Enemies.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 5: +10% to damage. ',
    name = '[[Mahamadyne]]<span id="Mahamadyne"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mahamadyne|Mahamadyne]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Mahamadyne]]'
},
['trial of hate'] = {
    cost = '7 MP',
    pow = '130',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Light (Magic) damage with 130 power on All Enemies and decreases ATK or DEF or EVA/AC by 20% for 3 turns.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Mastema]]',
    level = 'Lv. 6: +20% to damage.<br>MP cost -1.',
    name = '[[Trial of Hate]]<span id="Trial of Hate"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Trial of Hate|Trial of Hate]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Trial of Hate]]'
},
['mahamabarion'] = {
    cost = '8 MP',
    pow = '130',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Light (Magic) damage (Power: 130) on all enemies. ',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 4: +20% to damage. ',
    name = '[[Mahamabarion]]<span id="Mahamabarion"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mahamabarion|Mahamabarion]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Mahamabarion]]'
},
['mahamadyne h'] = {
    cost = '8 MP',
    pow = '120',
    hit = '1',
    target = '{{Tt|E|All Enemies}}',
    target_list = 'All Enemies',
    description = 'Inflicts Light (Magic) damage with 120 power on All Enemies.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 5: +10% to damage. ',
    name = '[[Mahamadyne|Mahamadyne H]]<span id="Mahamadyne H"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mahamadyne H|Mahamadyne H]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Mahamadyne|Mahamadyne H]]'
},
['judgement light'] = {
    cost = '4 MP',
    pow = '45',
    hit = '2~4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Light (Magic) damage 2 to 4 times with 45 power on Random Enemies.',
    effect = '—',
    skillpoints = '7',
    unique = '—',
    level = 'Lv. 5: +10% to damage. ',
    name = '[[Judgement Light]]<span id="Judgement Light"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Judgement Light|Judgement Light]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Judgement Light]]'
},
['holy wrath'] = {
    cost = '5 MP',
    pow = '55',
    hit = '2~4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Light (Magic) damage 2 to 4 times with 55 power on Random Enemies.',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 5: +10% to damage. ',
    name = '[[Holy Wrath]]<span id="Holy Wrath"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Holy Wrath|Holy Wrath]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Holy Wrath]]'
},
['soul judgement'] = {
    cost = '5 MP',
    pow = '30',
    hit = '7',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Light (Magic) damage 7 times with 30 power on Random Enemies.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Michael]]',
    level = 'Lv. 6: +20% to damage.<br>MP Cost -1 ',
    name = '[[Soul Judgement]]<span id="Soul Judgement"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Soul Judgement|Soul Judgement]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Soul Judgement]]'
},
['divine massacre'] = {
    cost = '6 MP',
    pow = '60',
    hit = '3~4',
    target = '{{Tt|R|Random}}',
    target_list = 'Random',
    description = 'Inflicts Light (Magic) damage 3 to 4 times on random enemy/ies. Power: 60',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 4: +20% to damage dealt using this skill. ',
    name = '[[Divine Massacre]]<span id="Divine Massacre"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Divine Massacre|Divine Massacre]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|light}}',
    default = '[[Divine Massacre]]'
},
['mudo'] = {
    cost = '4 MP',
    pow = '120',
    hit = '1',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Dark (Magic) damage with 120 power on a Single Enemy.',
    effect = '—',
    skillpoints = '1',
    unique = '—',
    level = 'Lv. 6: +12% to damage.',
    name = '[[Mudo]]<span id="Mudo"></span>',
    namicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mudo|Mudo]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Mudo]]'
},
['mudoon'] = {
    cost = '5 MP',
    pow = '140',
    hit = '1',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Dark (Magic) damage with 140 power on a Single Enemy.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 6: +12% to damage.',
    name = '[[Mudoon]]<span id="Mudoon"></span>',
    namicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mudoon|Mudoon]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Mudoon]]'
},
['mudoon l'] = {
    cost = '4 MP',
    pow = '140',
    hit = '1',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Dark (Magic) damage with 140 power on a Single Enemy.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 6: +12% to damage.',
    name = '[[Mudoon|Mudoon L]]<span id="Mudoon L"></span>',
    namicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mudoon L|Mudoon L]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Mudoon|Mudoon L]]'
},
['black slash'] = {
    cost = '5 MP',
    pow = '120',
    hit = '1',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Dark (Physical) damage (Power: 120) with 30% crit rate on a single enemy.',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 4: +20% to damage dealt using this skill.',
    name = '[[Black Slash]]<span id="Black Slash"></span>',
    namicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Black Slash|Black Slash]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Black Slash]]'
},
['dynamic evil spear'] = {
    cost = '5 MP',
    pow = '150',
    hit = '1',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Dark (Physical) Pierce effect damage (Power: 150) with 80% crit rate on a single enemy.<hr>Revives all party members with 30% HP if the attack is successful.<br>*The damage inflicted by this skill is dependent on Phys ATK.<br>*Ignores all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Murmur]]',
    level = 'Lv. 6: +20% to damage dealt using this skill and +20% to hit rate of this skill.',
    name = '[[Dynamic Evil Spear]]<span id="Dynamic Evil Spear"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Dynamic Evil Spear|Dynamic Evil Spear]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Dynamic Evil Spear]]'
},
['light devourer'] = {
    cost = '5 MP',
    pow = '170',
    hit = '1',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Dark (Magic) damage (Power: 170) with Dark Pierce effect on a single enemy, while healing caster 100% of damage dealt.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Lucifuge]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Light Devourer]]<span id="Light Devourer"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Light Devourer|Light Devourer]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Light Devourer]]'
},
['dark gift'] = {
    cost = '6 MP',
    pow = '250',
    hit = '1',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Dark damage (Physical, Power: 250) with a 100% critical hit rate on a single enemy.<br>*Damage done by this skill depends on own Magic ATK and ignores all counter and death prevention skills.<hr>Activates the following chain effect if the attack is successful: Inflicts Gloom on all enemies. (2 turn)',
    effect = '—',
    skillpoints = '—',
    unique = '[[Guedhe]]',
    level = 'Lv. 6: +20% to damage dealt using this skill<br>MP cost of this skill -1.',
    name = '[[Dark Gift]]<span id="Dark Gift"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Dark Gift|Dark Gift]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Dark Gift]]'
},
['demonic sword'] = {
    cost = '6 MP',
    pow = '260',
    hit = '1',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Dark damage (Physical, 260 Power) with Bulwark Pierce and a 50% Critical hit rate on a Single Enemy.<hr>Activates the following Chain Effect if the attack is successful: Increases the party\'s ATK, DEF, and EV/AC by 20%. (1 turn)<br>*Ignores all counter and death prevention skills.<br>*Enemies downed by this skill will be unable to revive.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Unit 01 Dx2 Type]]',
    level = 'Lv. 6: +20% to damage dealt using this skill and +20% to hit rate of this skill.',
    name = '[[Demonic Sword]]<span id="Demonic Sword"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Demonic Sword|Demonic Sword]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Demonic Sword]]'
},
['fangs of vengeance'] = {
    cost = '6 MP',
    pow = '100',
    hit = '3* (Increases with Boost level.)',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Dark (Physical) damage (Power: 100) with 50% crit rate on a single enemy 3 times (Total Power: 300) with a 50% chance to inflict Charm.<hr>Activates the following Chain Effect if the attack is successful: Receive 1 additional Press Turn Icon. (This Chain Effect activates once per turn.)<hr>*This skill will gain 1 Boost level after being used.<br>[Boost Level 1]: Increases critical hit rate to 100%.<br>[Boost Level 2]: Increases number of hits to 4 (New Total Power: 400).',
    effect = '—',
    skillpoints = '—',
    unique = '[[Tiamat]] ([[Dimensional]])',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Fangs of Vengeance]]<span id="Fangs of Vengeance"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Fangs of Vengeance|Fangs of Vengeance]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Fangs of Vengeance]]'
},
['hell\'s trivia'] = {
    cost = '6 MP',
    pow = '140',
    hit = '1* (Subsequent attack(s) upon success)',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Dark (Magic) damage (Power: 140) with Dark Pierce effect on a single enemy.<hr>Activates the following Chain Effect when the attack is successful: Inflict Dark (Magic) damage (Power: 80) with Dark Pierce effect on all enemies.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Hecate]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Hell\'s Trivia]]<span id="Hell\'s Trivia"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Hell\'s Trivia|Hell\'s Trivia]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Hell\'s Trivia]]'
},
['mudodyne'] = {
    cost = '6 MP',
    pow = '160',
    hit = '1',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Dark (Magic) damage with 160 power on a Single Enemy.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 6: +12% to damage.',
    name = '[[Mudodyne]]<span id="Mudodyne"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mudodyne|Mudodyne]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Mudodyne]]'
},
['soul hunt'] = {
    cost = '6 MP',
    pow = '180',
    hit = '1',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Dark (Magic) Pierce effect damage (Power:180) on a single enemy and reduces ATK/DEF of all enemies by 20% if the attack is successful. (3 turns)<br>*Damage from this skill ignores all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Cernunnos]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Soul Hunt]]<span id="Soul Hunt"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Soul Hunt|Soul Hunt]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Soul Hunt]]'
},
['soul levy'] = {
    cost = '6 MP',
    pow = '1',
    hit = '1* (Subsequent attack(s) upon success)',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Dark damage (Magic, Power: 50) with Bulwark Pierce and Remnants on a single enemy and adds 3 counts of Decay on that enemy.<hr>Activates the following Chain Effect when the attack is successful: Inflicts Dark damage (Magic, Power: 250) with Bulwark Pierce to a single enemy.<br>*Damage inflicted by this skill will ignore all death prevention skills.<br>*Enemies downed by this skill will not be able to revive.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Mephisto]]',
    level = 'Lv. 6: +20% to damage dealt using this skill<br>MP cost of this skill -1',
    name = '[[Soul Levy]]<span id="Soul Levy"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Soul Levy|Soul Levy]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Soul Levy]]'
},
['temptation'] = {
    cost = '6 MP',
    pow = '140',
    hit = '1',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Dark (Physical) damage (Power: 140) with 50% crit rate on a single enemy with 50% chance to inflict Charm on all enemies if the attack is successful.<br>*The damage inflicted by this skill is dependent on Mag ATK.<br>*Nullifies all death prevention skills.<br>*This skill has a chance of having a Critical effect or a Miss which are dependent on their respective rates.<br>*Enemies downed by this skill will not be able to revive.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Lilith]] ([[Dimensional]])',
    level = '—',
    name = '[[Temptation]]<span id="Temptation"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Temptation|Temptation]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Temptation]]'
},
['underworld miasma'] = {
    cost = '6 MP',
    pow = '280',
    hit = '1',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Dark damage (Magic, Power: 280) with Bulwark Pierce and Remnants to a single enemy.<hr>Activates the following Chain Effect if the attack is successful: Adds 1 count of Fortify to the one with this skill.<br>*Damage done by this skill will be calculated by using 30% of own Max HP as their ATK stat.<br>*Ignores all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Osiris]]',
    level = 'Lv. 6: +20% to damage dealt using this skill<br>MP cost of this skill -1.',
    name = '[[Underworld Miasma]]<span id="Underworld Miasma"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Underworld Miasma|Underworld Miasma]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Underworld Miasma]]'
},
['die for me!'] = {
    cost = '7 MP',
    pow = '200',
    hit = '1',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Dark (Magic) Pierce effect damage (Power: 200) on a single enemy with 100% chance to inflict Mortal. Nullifies all death prevention skills. (Uses: 1)',
    effect = '—',
    skillpoints = '—',
    unique = '[[Alice]] ([[Fiend]])',
    level = 'Lv. 6: +25% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Die For Me!]]<span id="Die For Me!"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Die For Me!|Die For Me!]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Die For Me!]]'
},
['great chaos'] = {
    cost = '7 MP',
    pow = '160',
    hit = '1* (Subsequent attack(s) upon success)',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Dark (Magic) damage with Dark Pierce and 160 Power on a Single Enemy with 80% chance to inflict Mute on hit enemies.<hr>Inflicts Elec (Magic) damage with Elec Pierce and 80 Power on all enemies with 50% chance to inflict Bind on hit enemies if the attack is successful.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Beelzebub]] (Human)',
    level = 'Lv. 4: +20% chance to inflict status ailments when using this skill.<br>MP cost of this skill -1.',
    name = '[[Great Chaos]]<span id="Great Chaos"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Great Chaos|Great Chaos]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Great Chaos]]'
},
['hell gaze'] = {
    cost = '7 MP',
    pow = '180',
    hit = '1',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Dark (Magic) damage with 180 power on a Single Enemy.',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 6: +12% to damage.',
    name = '[[Hell Gaze]]<span id="Hell Gaze"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Hell Gaze|Hell Gaze]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Hell Gaze]]'
},
['mamudo'] = {
    cost = '5 MP',
    pow = '80',
    hit = '1',
    target = 'All Enemies',
    target_list = 'All Enemies',
    description = 'Inflicts Dark (Magic) damage with 80 power on All Enemies.',
    effect = '—',
    skillpoints = '2',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Mamudo]]<span id="Mamudo"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mamudo|Mamudo]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Mamudo]]'
},
['mamudo l'] = {
    cost = '4 MP',
    pow = '80',
    hit = '1',
    target = 'All Enemies',
    target_list = 'All Enemies',
    description = 'Inflicts Dark (Magic) damage with 80 power on All Enemies.',
    effect = '—',
    skillpoints = '2',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Mamudo|Mamudo L]]<span id="Mamudo L"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mamudo L|Mamudo L]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Mamudo|Mamudo L]]'
},
['allure'] = {
    cost = '6 MP',
    pow = '110',
    hit = '1',
    target = 'All Enemies',
    target_list = 'All Enemies',
    description = 'Inflicts Dark (Magic) damage with 110 power on All Enemies with 35% chance to inflict Charm.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Lilith]] (Standard)',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Allure]]<span id="Allure"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Allure|Allure]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Allure]]'
},
['black drill destruction'] = {
    cost = ' MP',
    pow = '80',
    hit = '1',
    target = 'All Enemies',
    target_list = 'All Enemies',
    description = 'Inflict Dark damage (Physical, Power: 80) with Bulwark Pierce and a 30% Critical hit rate on all enemies.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Unit 01 Dx2 Type]]',
    level = '—',
    name = '[[Black Drill Destruction]]<span id="Black Drill Destruction"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Black Drill Destruction|Black Drill Destruction]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Black Drill Destruction]]'
},
['mamudoon'] = {
    cost = '6 MP',
    pow = '100',
    hit = '1',
    target = 'All Enemies',
    target_list = 'All Enemies',
    description = 'Inflicts Dark (Magic) damage with 100 power on All Enemies.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Mamudoon]]<span id="Mamudoon"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mamudoon|Mamudoon]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Mamudoon]]'
},
['rending black'] = {
    cost = '6 MP',
    pow = '90',
    hit = '1',
    target = 'All Enemies',
    target_list = 'All Enemies',
    description = 'Inflicts Dark (Physical) damage (Power: 90) with 30% crit rate on all enemies.',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 4: +20% to damage dealt using this skill.',
    name = '[[Rending Black]]<span id="Rending Black"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Rending Black|Rending Black]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Rending Black]]'
},
['yohuallipoca'] = {
    cost = '6 MP',
    pow = '120',
    hit = '1* (Subsequent attack(s) upon success)',
    target = 'All Enemies',
    target_list = 'All Enemies',
    description = 'Inflicts Dark (Magic) damage (Power: 120) on all enemies with 80% chance to inflict Curse on hit enemies.<hr>Activates the following Chain Effect when the attack is successful: Inflicts Dark (Magic) damage 6 times (Power: 25) on random enemies.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Tezcatlipoca]]',
    level = 'Lv. 6: +20% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[Yohuallipoca]]<span id="Yohuallipoca"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Yohuallipoca|Yohuallipoca]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Yohuallipoca]]'
},
['gluttony'] = {
    cost = '7 MP',
    pow = '130',
    hit = '1',
    target = 'All Enemies',
    target_list = 'All Enemies',
    description = 'Inflicts Dark (Magic) damage with 130 power on All Enemies, while healing caster 50% of damage dealt.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Beelzebub]] (☆☆☆☆)',
    level = 'Lv. 6: +20% to damage.<br>100% chance of 2 MP recovery.',
    name = '[[Gluttony]]<span id="Gluttony"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Gluttony|Gluttony]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Gluttony]]'
},
['go to hell!'] = {
    cost = '7 MP',
    pow = '110',
    hit = '1',
    target = 'All Enemies',
    target_list = 'All Enemies',
    description = 'Inflicts Dark (Magic) damage with 110 power on All Enemies with a 80% chance to inflict Curse. This skill has the Dark Pierce effect.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Black Frost]]',
    level = 'Lv. 4: +20% chance to inflict status ailments when using this skill.<br>MP cost of this skill -1.',
    name = '[[Go To Hell!]]<span id="Go To Hell!"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Go To Hell!|Go To Hell!]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Go To Hell!]]'
},
['mamudodyne'] = {
    cost = '7 MP',
    pow = '120',
    hit = '1',
    target = 'All Enemies',
    target_list = 'All Enemies',
    description = 'Inflicts Dark (Magic) damage with 120 power on All Enemies.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Mamudodyne]]<span id="Mamudodyne"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mamudodyne|Mamudodyne]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Mamudodyne]]'
},
['mamudodyne h'] = {
    cost = '8 MP',
    pow = '120',
    hit = '1',
    target = 'All Enemies',
    target_list = 'All Enemies',
    description = 'Inflicts Dark (Magic) damage with 120 power on All Enemies.',
    effect = '—',
    skillpoints = '9',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Mamudodyne|Mamudodyne H]]<span id="Mamudodyne H"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mamudodyne H|Mamudodyne H]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Mamudodyne|Mamudodyne H]]'
},
['mamudobarion'] = {
    cost = '8 MP',
    pow = '130',
    hit = '1',
    target = 'All Enemies',
    target_list = 'All Enemies',
    description = 'Inflicts Dark (Magic) damage (Power: 130) on all enemies.',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 4: +20% to damage.',
    name = '[[Mamudobarion]]<span id="Mamudobarion"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mamudobarion|Mamudobarion]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Mamudobarion]]'
},
['evil gaze'] = {
    cost = '4 MP',
    pow = '45',
    hit = '2~4',
    target = 'Random',
    target_list = 'Random Enemies',
    description = 'Inflicts Dark (Magic) damage 2 to 4 times with 45 power on Random Enemies.',
    effect = '—',
    skillpoints = '7',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Evil Gaze]]<span id="Evil Gaze"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Evil Gaze|Evil Gaze]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Evil Gaze]]'
},
['purgatory'] = {
    cost = '5 MP',
    pow = '55',
    hit = '2~4',
    target = 'Random',
    target_list = 'Random Enemies',
    description = 'Inflicts Dark (Magic) damage 2 to 4 times with 55 power on Random Enemies.',
    effect = '—',
    skillpoints = '10',
    unique = '—',
    level = 'Lv. 5: +10% to damage.',
    name = '[[Purgatory]]<span id="Purgatory"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Purgatory|Purgatory]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Purgatory]]'
},
['eternal hell'] = {
    cost = '6 MP',
    pow = '60',
    hit = '3~4',
    target = 'Random',
    target_list = 'Random Enemies',
    description = 'Inflicts Dark (Magic) damage 3 to 4 times on random enemy/ies. Power: 60',
    effect = '—',
    skillpoints = '12',
    unique = '—',
    level = 'Lv. 4: +20% to damage dealt using this skill.',
    name = '[[Eternal Hell]]<span id="Eternal Hell"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Eternal Hell|Eternal Hell]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|dark}}',
    default = '[[Eternal Hell]]'
},
['dragon king\'s rage'] = {
    cost = '6 MP',
    pow = '170',
    hit = '1',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Ice/Force damage (Magic, Power: 170) with Bulwark Pierce to a single enemy.<br>*The attribute will be selected automatically based on the situation.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Pendragon]]',
    level = '—',
    name = '[[Dragon King\'s Rage]]<span id="Dragon King\'s Rage"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Dragon King\'s Rage|Dragon King\'s Rage]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ice}}&nbsp;{{Data/Icon/Dx2|force}}',
    default = '[[Dragon King\'s Rage]]'
},
['el rey'] = {
    cost = '6 MP',
    pow = '100',
    hit = '1',
    target = 'All Enemies',
    target_list = 'Group',
    description = 'Inflicts Almighty (Magic) damage (Power: 100) on all enemies.<hr>Reduces ATK, DEF and EV/AC of all enemies by 20% if the attack is successful. (3 turns)<hr>Activates the following Chain Effect if also in a Bonus Turn: Inflicts Almighty (Magic) damage (Power: 50) on all enemies.<hr>Damage inflicted by this skill (Chain Effect included) will follow the below conditions.<br>*The damage inflicted by this skill is dependent on max HP for up to 30% of one\'s max HP.<br>*Damage inflicted by this effect will ignore all death prevention skills.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Shaddai]]',
    level = 'Lv. 6: +12% to damage dealt using this skill.<br>MP cost of this skill -1.',
    name = '[[El Rey]]<span id="El Rey"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#El Rey|El Rey]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|almighty}}',
    default = '[[El Rey]]'
},
['godly judgement'] = {
    cost = '7 MP',
    pow = '220',
    hit = '1',
    target = 'Single',
    target_list = 'Single',
    description = 'Inflicts Almighty (Magic) damage (Power: 220) on a single enemy.<br>*Damage inflicted by this effect will ignore all death prevention skills.<br>*Enemies downed by this skill will not be able to revive.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Shaddai]], [[Elohim]], [[Sabaoth]]',
    level = '—',
    name = '[[Godly Judgement]]<span id="Godly Judgement"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Godly Judgement|Godly Judgement]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|almighty}}',
    default = '[[Godly Judgement]]'
},
['do me a favor'] = {
    cost = '9 MP',
    pow = '—',
    hit = '1',
    target = 'All Enemies',
    target_list = 'All Enemies',
    description = 'Activates [Be My Friend] when there is a Cursed enemy, activates [Play With Me?] when there isn\'t.<hr>Play With Me?: Inflicts 50% fractional damage (2500 max) on all enemies based on their current HP with 80% chance to inflict Curse.<hr>Be My Friend: Inflicts 50% fractional damage (2500 max) on all Cursed enemies based on their max HP with 100% chance to inflict Mortal.<br>*Nullifies all death prevention skills.<br>*Fractional damage will not be affected by stat/damage increase or reduction effects.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Alice]] <small>([[Undead]])</small>',
    level = 'Lv. 6: +40% chance to inflict status ailments when using this skill<br>MP cost of this skill -1.',
    name = '[[Do Me A Favor]]<span id="Do Me A Favor"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Do Me A Favor|Do Me A Favor]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|frac}}',
    default = '[[Do Me A Favor]]'
},
['lotus dance'] = {
    cost = '6 MP',
    pow = '—',
    target = 'All Enemies',
    target_list = 'All Enemies',
    description = '80% chance to inflict Charm on all enemies.<hr>All party members recover 1 MP.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Lakshmi]]',
    level = 'Lv. 4: +20% chance to inflict status ailments when using this skill.<br>MP cost of this skill -1.',
    name = '[[Lotus Dance]]<span id="Lotus Dance"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Lotus Dance|Lotus Dance]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|ailment}}',
    default = '[[Lotus Dance]]'
},
['mother creation'] = {
    cost = '7 MP',
    pow = '—',
    target = 'Single',
    target_list = 'Single',
    description = 'After reviving a single party member with full HP and casting Lydia, receive 1 additional Press Turn Icon.',
    effect = '—',
    skillpoints = '—',
    use = '1',
    unique = '[[Asherah]]',
    level = 'Lv. 4: 50% chance of 1MP recovery when using this skill.<br>MP cost of this skill -1.',
    name = '[[Mother Creation]]<span id="Mother Creation"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Mother Creation|Mother Creation]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|heal}}',
    default = '[[Mother Creation]]'
},
['red zone'] = {
    cost = '7 MP',
    pow = '—',
    target = 'Entire Party',
    target_list = 'Entire Party',
    description = 'All Party Members enter a state of Might. The next Phys attack will have a Critical effect.',
    effect = '—',
    skillpoints = '—',
    use = '3',
    unique = '[[Hell Biker]]',
    level = 'Lv. 4: +50% chance of 1 MP recovery.<br>MP cost -1.',
    name = '[[Red Zone]]<span id="Red Zone"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Red Zone|Red Zone]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|support}}',
    default = '[[Red Zone]]'
},
['almighty slowda'] = {
    cost = '—',
    pow = '—',
    target = 'Self',
    target_list = 'Self',
    description = '+15% to Almighty damage.<hr>-20% to own affect on Battle Speed.',
    effect = '—',
    skillpoints = '—',
    unique = '—',
    level = '—',
    name = '[[Almighty Slowda]]<span id="Almighty Slowda"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Almighty Slowda|Almighty Slowda]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|passive}}',
    default = '[[Almighty Slowda]]'
},
['shaddai\'s eye'] = {
    cost = '—',
    pow = '—',
    target = 'Self',
    target_list = 'Self',
    description = '+50% to max HP.<hr>-30% to Critical hit rate of damage received.<hr>While the one with this skill is alive, all party members will receive the following effect: No bonus turn will be granted for the instigating skill when receiving a critical hit.<hr>Activates the following Chain Effect at the beginning of a battle if the enemy attacks first: Reduces 2 enemy Press Turn Icons. (Only up to 2 Press Turn Icons can be reduced by skills or effects.)',
    effect = '—',
    skillpoints = '—',
    unique = '[[Shaddai]]',
    level = 'Lv. 4: +20% to max HP.',
    name = '[[Shaddai\'s Eye]]<span id="Shaddai\'s Eye"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Shaddai\'s Eye|Shaddai\'s Eye]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|passive}}',
    default = '[[Shaddai\'s Eye]]'
},
['almighty amp'] = {
    cost = '—',
    pow = '—',
    target = 'Self',
    target_list = 'Self',
    description = '+25% to Almighty damage.',
    effect = '—',
    skillpoints = '21',
    unique = '—',
    level = '—',
    name = '[[Almighty Amp]]<span id="Almighty Amp"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Almighty Amp|Almighty Amp]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|passive}}',
    default = '[[Almighty Amp]]'
},
['godly bastion'] = {
    cost = '—',
    pow = '—',
    target = 'Self',
    target_list = 'Self',
    description = 'Adds Null Mute/Charm/Bind.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Shaddai]], [[Elohim]], [[Sabaoth]]',
    level = '—',
    name = '[[Godly Bastion]]<span id="Godly Bastion"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Godly Bastion|Godly Bastion]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|passive}}',
    default = '[[Godly Bastion]]'
},
['lunar downfall'] = {
    cost = '—',
    pow = '—',
    target = 'Self',
    target_list = 'Self',
    description = 'Activates the following Chain Effect at the beginning of a battle if the enemy attacks first: Reduces all enemy ATK and EV/AC by 20%. (1 turn)',
    effect = '—',
    skillpoints = '18',
    unique = '—',
    level = '—',
    name = '[[Lunar Downfall]]<span id="Lunar Downfall"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Lunar Downfall|Lunar Downfall]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|passive}}',
    default = '[[Lunar Downfall]]'
},
['godly power'] = {
    cost = '—',
    pow = '—',
    target = 'Self',
    target_list = 'Self',
    description = '+25% to Magic damage.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Shaddai]], [[Elohim]], [[Sabaoth]]',
    level = '—',
    name = '[[Godly Power]]<span id="Godly Power"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Godly Power|Godly Power]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|passive}}',
    default = '[[Godly Power]]'
},
['almighty survivor'] = {
    cost = '—',
    pow = '—',
    target = 'Self',
    target_list = 'Self',
    description = '+15% to Almighty damage and HP stops at 1 HP upon receiving the first killing blow.',
    effect = '—',
    skillpoints = '16',
    unique = '—',
    level = '—',
    name = '[[Almighty Survivor]]<span id="Almighty Survivor"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Almighty Survivor|Almighty Survivor]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|passive}}',
    default = '[[Almighty Survivor]]'
},
['godly shield'] = {
    cost = '—',
    pow = '—',
    target = 'Self',
    target_list = 'Self',
    description = 'Adds Drain Light/Dark.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Shaddai]], [[Elohim]], [[Sabaoth]]',
    level = '—',
    name = '[[Godly Shield]]<span id="Godly Shield"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Godly Shield|Godly Shield]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|passive}}',
    default = '[[Godly Shield]]'
},
['life surge'] = {
    cost = '—',
    pow = '—',
    target = 'Self',
    target_list = 'Self',
    description = '+30% to Max HP.',
    effect = '—',
    skillpoints = '15',
    unique = '—',
    level = '—',
    name = '[[Life Surge]]<span id="Life Surge"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Life Surge|Life Surge]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|passive}}',
    default = '[[Life Surge]]'
},
['omniscience and omnipotence'] = {
    cost = '—',
    pow = '—',
    target = 'Self',
    target_list = 'Self',
    description = 'Adds Elec Pierce.<hr>+25% to Elec damage dealt.<hr>Activates the following Chain Effect at the start of own turn: Decreases the Elec attribute affinity of all enemies by 2 levels. (1 turn)<hr>Activates the following Chain Effect at the start of enemy turn: Inflicts Elec (Physical) damage (Power: 100) to a single enemy.<hr>Activates the following Chain Effect when a party member (including the one with this skill) strikes a weak point: Inflicts Elec (Physical) damage (Power: 100) to all enemies, and give the party an additional Press Turn Icon. (Once per turn)<br>*Attribute affinity decreases does not apply to Democalypse.',
    effect = '—',
    skillpoints = '—',
    unique = '[[Zeus]]',
    level = 'Lv. 4: +20% to AC.',
    name = '[[Omniscience and Omnipotence]]<span id="Omniscience and Omnipotence"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Omniscience and Omnipotence|Omniscience and Omnipotence]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|passive}}',
    default = '[[Omniscience and Omnipotence]]'
},
}

return {
	skill = skill,
}