Documentation for this module may be created at Module:Skills/P5R/doc
local skills = {
--Physical: Single-target
['Lunge'] = {
name = '[[Lunge]]',
cost = '5% HP',
effect = 'Light Physical damage to 1 foe.',
},
['Cleave'] = {
name = '[[Cleave]]',
cost = '6% HP',
effect = 'Light Physical damage to 1 foe.',
},
['Power Slash'] = {
name = '[[Power Slash]]',
cost = '10% HP',
effect = 'Medium Physical damage to 1 foe.',
},
['Assault Dive'] = {
name = '[[Assault Dive]]',
cost = '13% HP',
effect = 'Heavy Physical damage to 1 foe.',
},
['Megaton Raid'] = {
name = '[[Megaton Raid]]',
cost = '16% HP',
effect = 'Severe Physical damage to 1 foe.',
},
['Sword Dance'] = {
name = '[[Sword Dance]]',
cost = '21% HP',
effect = 'Colossal Physical damage to 1 foe, high critical rate.',
},
['Brave Blade'] = {
name = '[[Brave Blade]]',
cost = '24% HP',
effect = 'Colossal Physical damage to 1 foe.',
},
["God's Hand"] = {
name = "[[God's Hand]]",
cost = '25% HP',
effect = 'Colossal Physical damage to 1 foe.',
},
['Double Fangs'] = {
name = '[[Double Fangs]]',
cost = '10% HP',
effect = 'Light Physical damage to 1 foe 2x.',
},
['Kill Rush'] = {
name = '[[Kill Rush]]',
cost = '14% HP',
effect = 'Light Physical damage to 1 foe 1x to 3x.',
},
['Tempest Slash'] = {
name = '[[Tempest Slash]]',
cost = '17% HP',
effect = 'Minuscule Physical damage to 1 foe 3x to 5x.',
},
['Myriad Slashes'] = {
name = '[[Myriad Slashes]]',
cost = '20% HP',
effect = 'Medium Physical damage to 1 foe 2x to 3x.',
},
['Terror Claw'] = {
name = '[[Terror Claw]]',
cost = '8% HP',
effect = 'Light Physical damage and inflict Fear (med odds) to 1 foe.',
},
['Headbutt'] = {
name = '[[Headbutt]]',
cost = '9% HP',
effect = 'Light Physical damage and inflict Forget (med odds) to 1 foe.',
},
['Hysterical Slap'] = {
name = '[[Hysterical Slap]]',
cost = '9% HP',
effect = 'Light Physical damage and inflict Rage (med odds) to 1 foe.',
},
['Brain Shake'] = {
name = '[[Brain Shake|Brainshake]]',
cost = '9% HP',
effect = 'Light Physical damage and inflict Brainwash (med odds) to 1 foe.',
},
['Sledgehammer'] = {
name = '[[Sledgehammer]]',
cost = '10% HP',
effect = 'Medium Physical damage and inflict Dizzy (med odds) to 1 foe.',
},
['Skull Cracker'] = {
name = '[[Skull Cracker]]',
cost = '10% HP',
effect = 'Medium Physical damage and inflict Confusion (med odds) to 1 foe.',
},
['Negative Pile'] = {
name = '[[Negative Pile]]',
cost = '12% HP',
effect = 'Heavy Physical damage and inflict Despair (med odds) to 1 foe.',
},
['Death Scythe'] = {
name = '[[Death Scythe]]',
cost = '20% HP',
effect = 'Severe Physical damage and inflict Fear (med odds) to 1 foe.',
},
['Giant Slice'] = {
name = '[[Giant Slice]]',
cost = '9% HP',
effect = 'Medium Physical damage to 1 foe. Stronger under Baton Pass.',
},
['Rising Slash'] = {
name = '[[Rising Slash]]',
cost = '14% HP',
effect = 'Heavy Physical damage to 1 foe. Stronger under Baton Pass.',
},
['Deadly Fury'] = {
name = '[[Deadly Fury]]',
cost = '18% HP',
effect = 'Severe Physical damage to 1 foe. Stronger under Baton Pass.',
},
['Cornered Fang'] = {
name = '[[Cornered Fang]]',
cost = '10% HP',
effect = 'Medium Physical damage to 1 foe. Stronger when being ambushed.',
},
['Lucky Punch'] = {
name = '[[Lucky Punch]]',
cost = '3% HP',
effect = 'Minuscule Physical damage to 1 foe, high critical rate.',
},
['Miracle Punch'] = {
name = '[[Miracle Punch]]',
cost = '8% HP',
effect = 'Medium Physical damage to 1 foe, high critical rate.',
},
['Death Scythe (Byakhee/Macabre)'] = {--Byakhee and Macabre
name = '[[Death Scythe]]',
cost = '20% HP',
effect = 'Colossal Physical damage to 1 foe. Medium chance of Fear.',
},
--Physical: Multi-target
['Vajra Blast'] = {
name = '[[Vajra Blast]]',
cost = '13% HP',
effect = 'Medium Physical damage to all foes.',
},
['Vicious Strike'] = {
name = '[[Vicious Strike]]',
cost = '18% HP',
effect = 'Medium Physical damage to all foes.',
},
['Heat Wave'] = {
name = '[[Heat Wave]]',
cost = '20% HP',
effect = 'Heavy Physical damage to all foes.',
},
['Vorpal Blade'] = {
name = '[[Vorpal Blade]]',
cost = '23% HP',
effect = 'Severe Physical damage to all foes.',
},
['Gigantomachia'] = {
name = '[[Gigantomachia]]',
cost = '25% HP',
effect = 'Colossal Physical damage to all foes.',
},
['Rampage'] = {
name = '[[Rampage]]',
cost = '13% HP',
effect = 'Light Physical damage to all foes 1x to 3x.',
},
['Gattling Blows'] = {
name = '[[Gatling Blows]]',
cost = '16% HP',
effect = 'Light Physical damage to all foes 3x to 4x.',
},
['Swift Strike'] = {
name = '[[Swift Strike]]',
cost = '17% HP',
effect = 'Minuscule Physical damage to all foes 2x to 4x.',
},
['Deathbound'] = {
name = '[[Deathbound]]',
cost = '22% HP',
effect = 'Medium Physical damage to all foes 1x to 2x.',
},
['Agneyastra'] = {
name = '[[Agneyastra]]',
cost = '24% HP',
effect = 'Medium Physical damage to all foes 1x to 3x.',
},
['Gatling Blow'] = {
name = '[[Gatling Blows]]',
cost = '16% HP',
effect = 'Light Physical damage to all foes 3x to 4x.',
},
['Memory Blow'] = {
name = '[[Memory Blow]]',
cost = '15% HP',
effect = 'Light Physical damage and inflict Forget (low odds) to all foes.',
},
['Dormin Rush'] = {
name = '[[Dormin Rush]]',
cost = '16% HP',
effect = 'Medium Physical damage and inflict Sleep (low odds) to all foes.',
},
['Oni-Kagura'] = {
name = '[[Oni-Kagura]]',
cost = '16% HP',
effect = 'Medium Physical damage and inflict Rage (low odds) to all foes.',
},
['Flash Bomb'] = {
name = '[[Flash Bomb]]',
cost = '19% HP',
effect = 'Medium Physical damage and inflict Dizzy (low odds) to all foes.',
},
['Mind Slice'] = {
name = '[[Mind Slice]]',
cost = '19% HP',
effect = 'Medium Physical damage and inflict Confusion (low odds) to all foes.',
},
['Bad Beat'] = {
name = '[[Bad Beat]]',
cost = '21% HP',
effect = 'Medium Physical damage and inflict Despair (low odds) to all foes.',
},
['Bloodbath'] = {
name = '[[Bloodbath]]',
cost = '22% HP',
effect = 'Heavy Physical damage and inflict Fear (low odds) to all foes.',
},
['Brain Buster'] = {
name = '[[Brain Buster]]',
cost = '22% HP',
effect = 'Heavy Physical damage and inflict Brainwash (low odds) to all foes.',
},
--Unique Physical
['Miracle Rush'] = {--Diego
name = '[[Miracle Rush]]',
cost = '16% HP',
effect = 'Medium Physical damage to all foes, high critical rate.',
},
['Cross Slash'] = {--Izanagi
name = '[[Cross Slash]]',
cost = '20% HP',
effect = 'Heavy Physical damage to 1 foe 2x, high accuracy.',
},
['Beast Weaver'] = {--Ariadne
name = '[[Beast Weaver]]',
cost = '20% HP',
effect = 'Colossal Physical damage to 1 foe, greatly decrease user Attack.',
},
['Akashic Arts'] = {--Athena
name = '[[Akasha Arts|Akashic Arts]]',
cost = '20% HP',
effect = 'Severe Physical damage to all foes 1x to 2x, high critical rate.',
},
['Ayamur'] = {--Baal
name = '[[Ayamur]]',
cost = '25% HP',
effect = 'Medium Physical damage to 1 foe 3x, high accuracy.',
},
["Laevatein Playable"] = {--Loki
name = '[[Laevateinn (skill)|Laevateinn]]',
cost = '25% HP',
effect = 'Colossal Physical damage to 1 foe.',
},
['Masquerade'] = {--Ella
name = '[[Masquerade (skill)|Masquerade]]',
cost = '25% HP',
effect = 'Severe Physical damage to 1 foe 2x.',
},
['Hassou Tobi'] = {--Yoshitsune
name = '[[Hassou Tobi]]',
cost = '25% HP',
effect = 'Light Physical damage to all foes 8x.',
},
--Gun
['Snap'] = {
name = '[[Snap]]',
cost = '9% HP',
effect = 'Medium Gun damage to 1 foe.',
},
['Double Shot'] = {
name = '[[Double Shot]]',
cost = '12% HP',
effect = 'Light Gun damage to 1 foe 2x.',
},
['One-shot Kill'] = {
name = '[[One-shot Kill]]',
cost = '17% HP',
effect = 'Severe Gun damage to 1 foe, high critical rate.',
},
['Dream Needle'] = {
name = '[[Dream Needle]]',
cost = '8% HP',
effect = 'Light Gun damage and inflict Sleep (med odds) to 1 foe.',
},
['Triple Down'] = {
name = '[[Triple Down]]',
cost = '16% HP',
effect = 'Light Gun damage to all foes 3x.',
},
['Riot Gun'] = {
name = '[[Riot Gun]]',
cost = '24% HP',
effect = 'Severe Gun damage to all foes.',
},
--Fire
['Agi'] = {
name = '[[Agi]]',
cost = '4 SP',
effect = 'Light Fire damage and inflict Burn (low odds) to 1 foe.',
},
['Agilao'] = {
name = '[[Agilao]]',
cost = '8 SP',
effect = 'Medium Fire damage and inflict Burn (low odds) to 1 foe.',
},
['Agidyne'] = {
name = '[[Agidyne]]',
cost = '12 SP',
effect = 'Heavy Fire damage and inflict Burn (low odds) to 1 foe.',
},
['Inferno'] = {
name = '[[Inferno (skill)|Inferno]]',
cost = '48 SP',
effect = 'Severe Fire damage and inflict Burn (low odds) to 1 foe.',
},
['Maragi'] = {
name = '[[Maragi]]',
cost = '10 SP',
effect = 'Light Fire damage and inflict Burn (low odds) to all foes.',
},
['Maragion'] = {
name = '[[Maragion]]',
cost = '16 SP',
effect = 'Medium Fire damage and inflict Burn (low odds) to all foes.',
},
['Maragidyne'] = {
name = '[[Maragidyne]]',
cost = '22 SP',
effect = 'Heavy Fire damage and inflict Burn (low odds) to all foes.',
},
['Blazing Hell'] = {
name = '[[Blazing Hell]]',
cost = '54 SP',
effect = 'Severe Fire damage and inflict Burn (low odds) to all foes.',
},
--Ice
['Bufu'] = {
name = '[[Bufu]]',
cost = '4 SP',
effect = 'Light Ice damage and inflict Freeze (low odds) to 1 foe.',
},
['Bufula'] = {
name = '[[Bufula]]',
cost = '8 SP',
effect = 'Medium Ice damage and inflict Freeze (low odds) to 1 foe.',
},
['Bufudyne'] = {
name = '[[Bufudyne]]',
cost = '12 SP',
effect = 'Heavy Ice damage and inflict Freeze (low odds) to 1 foe.',
},
['Diamond Dust'] = {
name = '[[Diamond Dust]]',
cost = '48 SP',
effect = 'Severe Ice damage and inflict Freeze (low odds) to 1 foe.',
},
['Mabufu'] = {
name = '[[Mabufu]]',
cost = '10 SP',
effect = 'Light Ice damage and inflict Freeze (low odds) to all foes.',
},
['Mabufula'] = {
name = '[[Mabufula]]',
cost = '16 SP',
effect = 'Medium Ice damage and inflict Freeze (low odds) to all foes.',
},
['Mabufudyne'] = {
name = '[[Mabufudyne]]',
cost = '22 SP',
effect = 'Heavy Ice damage and inflict Freeze (low odds) to all foes.',
},
['Ice Age'] = {
name = '[[Ice Age]]',
cost = '54 SP',
effect = 'Severe Ice damage and inflict Freeze (low odds) to all foes.',
},
--Electricity
['Zio'] = {
name = '[[Zio]]',
cost = '4 SP',
effect = 'Light Elec damage and inflict Shock (low odds) to 1 foe.',
},
['Zionga'] = {
name = '[[Zionga]]',
cost = '8 SP',
effect = 'Medium Elec damage and inflict Shock (low odds) to 1 foe.',
},
['Ziodyne'] = {
name = '[[Ziodyne]]',
cost = '12 SP',
effect = 'Heavy Elec damage and inflict Shock (low odds) to 1 foe.',
},
['Thunder Reign'] = {
name = '[[Thunder Reign]]',
cost = '48 SP',
effect = 'Severe Elec damage and inflict Shock (low odds) to 1 foe.',
},
['Mazio'] = {
name = '[[Mazio]]',
cost = '10 SP',
effect = 'Light Elec damage and inflict Shock (low odds) to all foes.',
},
['Mazionga'] = {
name = '[[Mazionga]]',
cost = '16 SP',
effect = 'Medium Elec damage and inflict Shock (low odds) to all foes.',
},
['Maziodyne'] = {
name = '[[Maziodyne]]',
cost = '22 SP',
effect = 'Heavy Elec damage and inflict Shock (low odds) to all foes.',
},
['Wild Thunder'] = {
name = '[[Wild Thunder]]',
cost = '54 SP',
effect = 'Severe Elec damage and inflict Shock (low odds) to all foes.',
},
--Wind
['Garu'] = {
name = '[[Garu]]',
cost = '3 SP',
effect = 'Light Wind damage to 1 foe.',
},
['Garula'] = {
name = '[[Garula]]',
cost = '6 SP',
effect = 'Medium Wind damage to 1 foe.',
},
['Garudyne'] = {
name = '[[Garudyne]]',
cost = '10 SP',
effect = 'Heavy Wind damage to 1 foe.',
},
['Panta Rhei'] = {
name = '[[Panta Rhei]]',
cost = '42 SP',
effect = 'Severe Wind damage to 1 foe.',
},
['Magaru'] = {
name = '[[Magaru]]',
cost = '8 SP',
effect = 'Light Wind damage to all foes.',
},
['Magarula'] = {
name = '[[Magarula]]',
cost = '14 SP',
effect = 'Medium Wind damage to all foes.',
},
['Magarudyne'] = {
name = '[[Magarudyne]]',
cost = '20 SP',
effect = 'Heavy Wind damage to all foes.',
},
['Vacuum Wave'] = {
name = '[[Vacuum Wave]]',
cost = '48 SP',
effect = 'Severe Wind damage to all foes.',
},
--Psychokinesis
['Psi'] = {
name = '[[Psi]]',
cost = '4 SP',
effect = 'Light Psy damage to 1 foe.',
},
['Psio'] = {
name = '[[Psio]]',
cost = '8 SP',
effect = 'Medium Psy damage to 1 foe.',
},
['Psiodyne'] = {
name = '[[Psiodyne]]',
cost = '12 SP',
effect = 'Heavy Psy damage to 1 foe.',
},
['Psycho Force'] = {
name = '[[Psycho Force]]',
cost = '48 SP',
effect = 'Severe Psy damage to 1 foe.',
},
['Mapsi'] = {
name = '[[Mapsi]]',
cost = '10 SP',
effect = 'Light Psy damage to all foes.',
},
['Mapsio'] = {
name = '[[Mapsio]]',
cost = '16 SP',
effect = 'Medium Psy damage to all foes.',
},
['Mapsiodyne'] = {
name = '[[Mapsiodyne]]',
cost = '22 SP',
effect = 'Heavy Psy damage to all foes.',
},
['Psycho Blast'] = {
name = '[[Psycho Blast]]',
cost = '54 SP',
effect = 'Severe Psy damage to all foes.',
},
--Nuclear
['Frei'] = {
name = '[[Frei]]',
cost = '4 SP',
effect = 'Light Nuke damage to 1 foe.',
},
['Freila'] = {
name = '[[Freila]]',
cost = '8 SP',
effect = 'Medium Nuke damage to 1 foe.',
},
['Freidyne'] = {
name = '[[Freidyne]]',
cost = '12 SP',
effect = 'Heavy Nuke damage to 1 foe.',
},
['Atomic Flare'] = {
name = '[[Atomic Flare]]',
cost = '48 SP',
effect = 'Severe Nuke damage to 1 foe.',
},
['Mafrei'] = {
name = '[[Mafrei]]',
cost = '10 SP',
effect = 'Light Nuke damage to all foes.',
},
['Mafreila'] = {
name = '[[Mafreila]]',
cost = '16 SP',
effect = 'Medium Nuke damage to all foes.',
},
['Mafreidyne'] = {
name = '[[Mafreidyne]]',
cost = '22 SP',
effect = 'Heavy Nuke damage to all foes.',
},
['Cosmic Flare'] = {
name = '[[Cosmic Flare]]',
cost = '54 SP',
effect = 'Severe Nuke damage to all foes.',
},
--Bless
['Kouha'] = {
name = '[[Kouha]]',
cost = '4 SP',
effect = 'Light Bless damage to 1 foe.',
},
['Kouga'] = {
name = '[[Kouga]]',
cost = '8 SP',
effect = 'Medium Bless damage to 1 foe.',
},
['Kougaon'] = {
name = '[[Kougaon]]',
cost = '12 SP',
effect = 'Heavy Bless damage to 1 foe.',
},
['Makouha'] = {
name = '[[Makouha]]',
cost = '10 SP',
effect = 'Light Bless damage to all foes.',
},
['Makouga'] = {
name = '[[Makouga]]',
cost = '16 SP',
effect = 'Medium Bless damage to all foes.',
},
['Makougaon'] = {
name = '[[Makougaon]]',
cost = '22 SP',
effect = 'Heavy Bless damage to all foes.',
},
['Divine Judgement'] = {
name = "[[God's Judgment|Divine Judgement]]",
cost = '38 SP',
effect = 'Half remaining HP of 1 foe. Bless-type.',
},
['Hama'] = {
name = '[[Hama]]',
cost = '6 SP',
effect = 'Low chance of instantly killing 1 foe. Bless-type.',
},
['Mahama'] = {
name = '[[Mahama]]',
cost = '14 SP',
effect = 'Low chance of instantly killing all foes. Bless-type.',
},
['Hamaon'] = {
name = '[[Hamaon]]',
cost = '12 SP',
effect = 'Medium chance of instantly killing 1 foe. Bless-type.',
},
['Mahamaon'] = {
name = '[[Mahamaon]]',
cost = '26 SP',
effect = 'Medium chance of instantly killing all foes. Bless-type.',
},
--Curse
['Eiha'] = {
name = '[[Eiha]]',
cost = '4 SP',
effect = 'Light Curse damage to 1 foe.',
},
['Eiga'] = {
name = '[[Eiga]]',
cost = '8 SP',
effect = 'Medium Curse damage to 1 foe.',
},
['Eigaon'] = {
name = '[[Eigaon]]',
cost = '12 SP',
effect = 'Heavy Curse damage to 1 foe.',
},
['Maeiha'] = {
name = '[[Maeiha]]',
cost = '10 SP',
effect = 'Light Curse damage to all foes.',
},
['Maeiga'] = {
name = '[[Maeiga]]',
cost = '16 SP',
effect = 'Medium Curse damage to all foes.',
},
['Maeigaon'] = {
name = '[[Maeigaon]]',
cost = '22 SP',
effect = 'Heavy Curse damage to all foes.',
},
['Demonic Decree'] = {
name = "[[Hell's Judgment|Demonic Decree]]",
cost = '38 SP',
effect = 'Half remaining HP of 1 foe. Curse-type.',
},
['Mudo'] = {
name = '[[Mudo]]',
cost = '6 SP',
effect = 'Low chance of instantly killing 1 foe. Curse-type.',
},
['Mamudo'] = {
name = '[[Mamudo]]',
cost = '14 SP',
effect = 'Low chance of instantly killing all foes. Curse-type.',
},
['Mudoon'] = {
name = '[[Mudoon]]',
cost = '12 SP',
effect = 'Medium chance of instantly killing 1 foe. Curse-type.',
},
['Mamudoon'] = {
name = '[[Mamudoon]]',
cost = '26 SP',
effect = 'Medium chance of instantly killing all foes. Curse-type.',
},
--Almighty
['Megido'] = {
name = '[[Megido]]',
cost = '15 SP',
effect = 'Medium Almighty damage to all foes.',
},
['Megidola'] = {
name = '[[Megidola]]',
cost = '24 SP',
effect = 'Heavy Almighty damage to all foes.',
},
['Megidolaon'] = {
name = '[[Megidolaon]]',
cost = '38 SP',
effect = 'Severe Almighty damage to all foes.',
},
['Life Drain'] = {
name = '[[Life Drain]]',
cost = '3 SP',
effect = 'Drain HP from 1 foe. Almighty-type.',
},
['Spirit Drain'] = {
name = '[[Spirit Drain]]',
cost = '3 SP',
effect = 'Drain SP from 1 foe. Almighty-type.',
},
['Foul Breath'] = {
name = '[[Foul Breath]]',
cost = '8 SP',
effect = 'Increase susceptibility to all ailments of 1 foe.',
},
['Stagnant Air'] = {
name = '[[Stagnant Air]]',
cost = '5 SP',
effect = 'Increase susceptibility to all ailments of all combatants.',
},
['Ghastly Wail'] = {
name = '[[Ghastly Wail]]',
cost = '28 SP',
effect = 'Instantly kill all foes under Fear.',
},
--Ailment: Physiological
['Dazzler'] = {
name = '[[Dazzler]]',
cost = '3 SP',
effect = 'Inflict Dizzy (high odds) 1 foe.',
},
['Nocturnal Flash'] = {
name = '[[Nocturnal Flash]]',
cost = '8 SP',
effect = 'Inflict Dizzy (med odds) to all foes.',
},
['Makajama'] = {
name = '[[Makajam|Makajama]]',
cost = '3 SP',
effect = 'Inflict Forget (high odds) 1 foe.',
},
['Makajamaon'] = {
name = '[[Makajamaon]]',
cost = '8 SP',
effect = 'Inflict Forget (med odds) to all foes.',
},
['Dormina'] = {
name = '[[Dormina]]',
cost = '3 SP',
effect = 'Inflict Sleep (high odds) 1 foe.',
},
['Lullaby'] = {
name = '[[Lullaby]]',
cost = '8 SP',
effect = 'Inflict Sleep (med odds) to all foes.',
--Ailment: Mental
},
['Pulinpa'] = {
name = '[[Pulinpa]]',
cost = '3 SP',
effect = 'Inflict Confusion (high odds) 1 foe.',
},
['Tentarafoo'] = {
name = '[[Tentarafoo]]',
cost = '8 SP',
effect = 'Inflict Confusion (med odds) to all foes.',
},
['Evil Touch'] = {
name = '[[Evil Touch]]',
cost = '3 SP',
effect = 'Inflict Fear (high odds) 1 foe.',
},
['Evil Smile'] = {
name = '[[Evil Smile]]',
cost = '8 SP',
effect = 'Inflict Fear (med odds) to all foes.',
},
['Ominous Words'] = {
name = '[[Ominous Words]]',
cost = '3 SP',
effect = 'Inflict Despair (high odds) 1 foe.',
},
['Abysmal Surge'] = {
name = '[[Abysmal Surge]]',
cost = '8 SP',
effect = 'Inflict Despair (med odds) to all foes.',
},
['Taunt'] = {
name = '[[Taunt]]',
cost = '3 SP',
effect = 'Inflict Rage (high odds) 1 foe.',
},
['Wage War'] = {
name = '[[Wage War]]',
cost = '8 SP',
effect = 'Inflict Rage (med odds) to all foes.',
},
['Marin Karin'] = {
name = '[[Marin Karin]]',
cost = '3 SP',
effect = 'Inflict Brainwash (high odds) 1 foe.',
},
['Brain Jack'] = {
name = '[[Brain Jack]]',
cost = '8 SP',
effect = 'Inflict Brainwash (med odds) to all foes.',
},
--Unique Magic
['Titanomachia'] = {--Asterius
name = '[[Titanomachia]]',
cost = '34 SP',
effect = 'Severe Fire damage and inflict Fear (high odds) to all foes.',
},
['Shining Arrows'] = {--Kaguya
name = '[[Shining Arrows]]',
cost = '22 SP',
effect = 'Light Bless damage to all foes 4x to 8x.',
},
['Samsara'] = {--Daisoujou
name = '[[Samsara]]',
cost = '40 SP',
effect = 'High chance of instantly killing all foes. Bless-type.',
},
['Magatsu Mandala'] = {--Magatsu-Izanagi
name = '[[Magatsu Mandala (skill)|Magatsu Mandala]]',
cost = '30 SP',
effect = 'Heavy Curse damage and inflict Confusion/Fear/Despair (med odds) to all foes.',
},
['Abyssal Wings'] = {--Tsukiyomi
name = '[[Abyssal Wings]]',
cost = '30 SP',
effect = 'Severe Curse damage to all foes.',
},
['Die For Me!'] = {--Alice
name = '[[Die For Me!]]',
cost = '40 SP',
effect = 'High chance of instantly killing all foes. Curse-type.',
},
['Black Viper'] = {--Satan and Satanael
name = '[[Black Viper]]',
cost = '48 SP',
effect = 'Severe Almighty damage to 1 foe.',
},
['Rebellion Blade'] = {--Hereward
name = '[[Rebellion Blade]]',
cost = '99 SP',
effect = 'Colossal Almighty damage to 1 foe. Highly effective if foe is downed.',
},
['Door of Hades'] = {--Thanatos
name = '[[Door of Hades]]',
cost = '32 SP',
effect = 'Heavy Almighty damage to all foes with medium chance of instant kill.',
},
['Myriad Truths'] = {--Izanagi-no-Okami
name = '[[Myriad Truths]]',
cost = '40 SP',
effect = 'Heavy Almighty damage to all foes 3x.',
},
['Abyssal Eye'] = {--Hastur
name = '[[Abyssal Eye]]',
cost = '50 SP',
effect = 'Severe Almighty damage to all foes.',
},
['Morning Star'] = {--Lucifer
name = '[[Morning Star]]',
cost = '54 SP',
effect = 'Severe Almighty damage to all foes.',
},
['Phantom Show'] = {--Raoul
name = '[[Phantom Show]]',
cost = '4 SP',
effect = 'Inflict Sleep (high odds) to all foes.',
},
--Healing
['Dia'] = {
name = '[[Dia]]',
cost = '3 SP',
effect = 'Slightly restore HP of 1 ally.',
},
['Diarama'] = {
name = '[[Diarama]]',
cost = '6 SP',
effect = 'Moderately restore HP of 1 ally.',
},
['Diarahan'] = {
name = '[[Diarahan]]',
cost = '18 SP',
effect = 'Fully restore HP of 1 ally.',
},
['Media'] = {
name = '[[Media]]',
cost = '7 SP',
effect = 'Slightly restore HP of party.',
},
['Mediarama'] = {
name = '[[Mediarama]]',
cost = '12 SP',
effect = 'Moderately restore HP of party.',
},
['Mediarahan'] = {
name = '[[Mediarahan]]',
cost = '30 SP',
effect = 'Fully restore HP of party.',
},
['Recarm'] = {
name = '[[Recarm]]',
cost = '8 SP',
effect = 'Revive 1 ally with 50% HP recovered.',
},
['Samarecarm'] = {
name = '[[Samarecarm]]',
cost = '18 SP',
effect = 'Revive 1 ally with all HP recovered.',
},
['Baisudi'] = {
name = '[[Baisudi]]',
cost = '4 SP',
effect = 'Cure Burn/Freeze/Shock of 1 ally.',
},
['Mabaisudi'] = {
name = '[[Mabaisudi]]',
cost = '8 SP',
effect = 'Cure Burn/Freeze/Shock of party.',
},
['Patra'] = {
name = '[[Patra]]',
cost = '4 SP',
effect = 'Cure Dizzy/Forget/Sleep/Hunger of 1 ally.',
},
['Me Patra'] = {
name = '[[Me Patra]]',
cost = '8 SP',
effect = 'Cure Dizzy/Forget/Sleep/Hunger of party.',
},
['Energy Drop'] = {
name = '[[Energy Drop]]',
cost = '4 SP',
effect = 'Cure Confuse/Fear/Despair/Brainwash/Rage of 1 ally.',
},
['Energy Shower'] = {
name = '[[Energy Shower]]',
cost = '8 SP',
effect = 'Cure Confuse/Fear/Despair/Rage/Brainwash of party.',
},
['Amrita Drop'] = {
name = '[[Amrita Drop]]',
cost = '6 SP',
effect = 'Cure all non-special ailments of 1 ally.',
},
['Amrita Shower'] = {
name = '[[Amrita Shower]]',
cost = '12 SP',
effect = 'Cure all non-special ailments of party.',
},
['Salvation'] = {
name = '[[Salvation]]',
cost = '48 SP',
effect = 'Fully restore HP of party and cure all non-special ailments.',
},
--Unique Healing
['Cadenza'] = {--Orpheus
name = '[[Cadenza]]',
cost = '24 SP',
effect = 'Restore 50% HP of party and increase Agility for 3 turns.',
},
['Neo Cadenza'] = {--Orpheus (F)
name = '[[Neo Cadenza]]',
cost = '24 SP',
effect = 'Restore 50% HP of party and increase Attack/Defense/Agility for 3 turns.',
},
['Oratorio'] = {--Messiah
name = '[[Oratorio]]',
cost = '38 SP',
effect = 'Fully restore HP of party. Nullify all stat debuffs.',
},
['Holy Benevolence'] = {--Maria
name = '[[Holy Benevolence]]',
cost = '27 SP',
effect = 'Revive party with all HP recovered.',
},
--Support: Negatable
['Tarukaja'] = {
name = '[[Tarukaja]]',
cost = '8 SP',
effect = 'Increase Attack of 1 ally for 3 turns.',
},
['Rakukaja'] = {
name = '[[Rakukaja]]',
cost = '8 SP',
effect = 'Increase Defense of 1 ally for 3 turns.',
},
['Sukukaja'] = {
name = '[[Sukukaja]]',
cost = '8 SP',
effect = 'Increase Agility of 1 ally for 3 turns.',
},
['Heat Riser'] = {
name = '[[Heat Riser]]',
cost = '30 SP',
effect = 'Increase Attack/Defense/Agility of 1 ally for 3 turns.',
},
['Matarukaja'] = {
name = '[[Matarukaja]]',
cost = '24 SP',
effect = 'Increase Attack of party for 3 turns.',
},
['Marakukaja'] = {
name = '[[Marakukaja]]',
cost = '24 SP',
effect = 'Increase Defense of party for 3 turns.',
},
['Masukukaja'] = {
name = '[[Masukukaja]]',
cost = '24 SP',
effect = 'Increase Agility of party for 3 turns.',
},
['Thermopylae'] = {
name = '[[Thermopylae]]',
cost = '30 SP',
effect = 'Increase Attack/Defense/Agility of party for 3 turns. Only usable when surrounded.',
},
['Tarunda'] = {
name = '[[Tarunda]]',
cost = '8 SP',
effect = 'Decrease Attack of 1 foe for 3 turns.',
},
['Rakunda'] = {
name = '[[Rakunda]]',
cost = '8 SP',
effect = 'Decrease Defense of 1 foe for 3 turns.',
},
['Sukunda'] = {
name = '[[Sukunda]]',
cost = '8 SP',
effect = 'Decrease Agility of 1 foe for 3 turns.',
},
['Debilitate'] = {
name = '[[Debilitate]]',
cost = '30 SP',
effect = 'Decrease Attack/Defense/Agility of 1 foe for 3 turns.',
},
['Matarunda'] = {
name = '[[Matarunda]]',
cost = '24 SP',
effect = 'Decrease Attack of all foes for 3 turns.',
},
['Marakunda'] = {
name = '[[Marakunda]]',
cost = '24 SP',
effect = 'Decrease Defense of all foes for 3 turns.',
},
['Masukunda'] = {
name = '[[Masukunda]]',
cost = '24 SP',
effect = 'Decrease Agility of all foes for 3 turns.',
},
--Support: Non-negatable
['Rebellion'] = {
name = '[[Rebellion]]',
cost = '5 SP',
effect = 'Increase critical rate of 1 ally for 3 turns.',
},
['Revolution'] = {
name = '[[Revolution]]',
cost = '5 SP',
effect = 'Increase critical rate of all combatants for 3 turns.',
},
['Charge'] = {
name = '[[Charge]]',
cost = '15 SP',
effect = 'Next Physical or Gun attack inflicts 2.5x damage for user.',
},
['Concentrate'] = {
name = '[[Concentrate]]',
cost = '15 SP',
effect = 'Next magical attack inflicts 2.5x damage for user.',
},
--Support: Shields
['Fire Wall'] = {
name = '[[Fire Wall]]',
cost = '18 SP',
effect = 'Erect a shield on 1 ally to reduce Fire damage and cover innate Fire weakness for 3 turns.',
},
['Ice Wall'] = {
name = '[[Ice Wall]]',
cost = '18 SP',
effect = 'Erect a shield on 1 ally to reduce Ice damage and cover innate Fire weakness for 3 turns.',
},
['Elec Wall'] = {
name = '[[Elec Wall]]',
cost = '18 SP',
effect = 'Erect a shield on 1 ally to reduce Elec damage and cover innate Fire weakness for 3 turns.',
},
['Wind Wall'] = {
name = '[[Wind Wall]]',
cost = '18 SP',
effect = 'Erect a shield on 1 ally to reduce Wind damage and cover innate Fire weakness for 3 turns.',
},
['Psy Wall'] = {
name = '[[Psy Wall]]',
cost = '18 SP',
effect = 'Erect a shield on 1 ally to reduce Psy damage and cover innate Fire weakness for 3 turns.',
},
['Nuke Wall'] = {
name = '[[Nuke Wall]]',
cost = '18 SP',
effect = 'Erect a shield on 1 ally to reduce Nuke damage and cover innate Fire weakness for 3 turns.',
},
['Tetraja'] = {
name = '[[Tetraja]]',
cost = '24 SP',
effect = 'Erect shields on party to nullify one instant death attack of Bless or Curse types.',
},
['Tetrakarn'] = {
name = '[[Tetrakarn]]',
cost = '24 SP',
effect = 'Erect a shield on 1 ally to repel 1 Physical or Gun attack.',
},
['Makarakarn'] = {
name = '[[Makarakarn]]',
cost = '24 SP',
effect = 'Erect a shield on 1 ally to repel 1 (non-Almighty) magical attack.',
},
--Support: Negation
['Dekaja'] = {
name = '[[Dekaja]]',
cost = '10 SP',
effect = 'Negate all -kaja buff effects of all foes.',
},
['Dekunda'] = {
name = '[[Dekunda]]',
cost = '10 SP',
effect = 'Negate all -nda debuff effects of party.',
},
['Fire Break'] = {
name = '[[Fire Break]]',
cost = '15 SP',
effect = 'Suppress innate Fire resistances of all foes for 3 turns.',
},
['Ice Break'] = {
name = '[[Ice Break]]',
cost = '15 SP',
effect = 'Suppress innate Ice resistances of all foes for 3 turns.',
},
['Elec Break'] = {
name = '[[Elec Break]]',
cost = '15 SP',
effect = 'Suppress innate Elec resistances of all foes for 3 turns.',
},
['Wind Break'] = {
name = '[[Wind Break]]',
cost = '15 SP',
effect = 'Suppress innate Wind resistances of all foes for 3 turns.',
},
['Psy Break'] = {
name = '[[Psy Break]]',
cost = '15 SP',
effect = 'Suppress innate Psy resistances of all foes for 3 turns.',
},
['Nuke Break'] = {
name = '[[Nuke Break]]',
cost = '15 SP',
effect = 'Suppress innate Nuke resistances of all foes for 3 turns.',
},
['Tetra Break'] = {
name = '[[Tetra Break]]',
cost = '18 SP',
effect = 'Remove physical-repellent shields from all foes.',
},
['Makara Break'] = {
name = '[[Makara Break]]',
cost = '18 SP',
effect = 'Remove magic-repellent shields from all foes.',
},
--Unique Support
['Hyakka Ryouran'] = {--Gorokichi
name = '[[Hyakka Ryouran]]',
cost = '90 SP',
effect = 'Increase Attack/Defense/Agility of party for 3 turns.',
},
['Checkmate'] = {--Agnes
name = '[[Checkmate]]',
cost = '90 SP',
effect = 'Decrease Attack/Defense/Agility of all foes for 3 turns.',
},
['Brave Step'] = {--Cendrillon, Vanadis and Ella
name = '[[Brave Step]]',
cost = '16 SP',
effect = 'Increase critical rate of party for 3 turns.',
},
['Fighting Spirit'] = {--William
name = '[[Fighting Spirit]]',
cost = '80 SP',
effect = 'Next Physical or Gun attack inflicts 2.5x damage for party.',
},
['High Energy'] = {--Celestine
name = '[[High Energy]]',
cost = '80 SP',
effect = 'Next magical attack inflicts 2.5x damage for party.',
},
['Life Wall'] = {--Lucy
name = '[[Life Wall]]',
cost = '95 SP',
effect = 'Erect a shield on party to repel 1 (non-Almighty) attack.',
},
--Passive: Counter
['Counter'] = {
name = '[[Counter]]',
cost = 'Passive',
effect = "10% chance of reflecting Physical attacks. Doesn't stack.",
},
['Counterstrike'] = {
name = '[[Counterstrike (skill)|Counterstrike]]',
cost = 'Passive',
effect = "15% chance of reflecting Physical attacks. Doesn't stack.",
},
['High Counter'] = {
name = '[[High Counter]]',
cost = 'Auto',
effect = '20% chance of reflecting a physical attack.',
},
--Passive: Offensive
['Fire Boost'] = {
name = '[[Fire Boost]]',
cost = 'Passive',
effect = "Strengthen Fire attacks by 25%.",
},
['Ice Boost'] = {
name = '[[Ice Boost]]',
cost = 'Passive',
effect = "Strengthen Ice attacks by 25%.",
},
['Elec Boost'] = {
name = '[[Elec Boost]]',
cost = 'Passive',
effect = "Strengthen Elec attacks by 25%.",
},
['Wind Boost'] = {
name = '[[Wind Boost]]',
cost = 'Passive',
effect = "Strengthen Wind attacks by 25%.",
},
['Psy Boost'] = {
name = '[[Psy Boost]]',
cost = 'Passive',
effect = "Strengthen Psy attacks by 25%.",
},
['Nuke Boost'] = {
name = '[[Nuke Boost]]',
cost = 'Passive',
effect = "Strengthen Nuclear attacks by 25%.",
},
['Bless Boost'] = {
name = '[[Bless Boost]]',
cost = 'Passive',
effect = "Strengthen (non instant death) Bless attacks by 25%.",
},
['Curse Boost'] = {
name = '[[Curse Boost]]',
cost = 'Passive',
effect = "Strengthen (non instant death) Curse attacks by 25%.",
},
['Almighty Boost'] = {
name = '[[Almighty Boost]]',
cost = 'Passive',
effect = "Strengthen Almighty attacks by 25%.",
},
['Magic Ability'] = {
name = '[[Magic Ability]]',
cost = 'Passive',
effect = "Strengthen all magical attacks by 25%.",
},
['Snipe'] = {
name = '[[Snipe]]',
cost = 'Passive',
effect = "Strengthen Gun attacks by 25%.",
},
['Fire Amp'] = {
name = '[[Fire Amp]]',
cost = 'Passive',
effect = "Strengthen Fire attacks by 50%.",
},
['Ice Amp'] = {
name = '[[Ice Amp]]',
cost = 'Passive',
effect = "Strengthen Ice attacks by 50%.",
},
['Elec Amp'] = {
name = '[[Elec Amp]]',
cost = 'Passive',
effect = "Strengthen Elec attacks by 50%.",
},
['Wind Amp'] = {
name = '[[Wind Amp]]',
cost = 'Passive',
effect = "Strengthen Wind attacks by 50%.",
},
['Psy Amp'] = {
name = '[[Psy Amp]]',
cost = 'Passive',
effect = "Strengthen Psy attacks by 50%.",
},
['Nuke Amp'] = {
name = '[[Nuke Amp]]',
cost = 'Passive',
effect = "Strengthen Nuclear attacks by 50%.",
},
['Bless Amp'] = {
name = '[[Bless Amp]]',
cost = 'Passive',
effect = "Strengthen (non instant death) Bless attacks by 50%.",
},
['Curse Amp'] = {
name = '[[Curse Amp]]',
cost = 'Passive',
effect = "Strengthen (non instant death) Curse attacks by 50%.",
},
['Almighty Amp'] = {
name = '[[Almighty Amp]]',
cost = 'Passive',
effect = "Strengthen Almighty attacks by 50%.",
},
['Cripple'] = {
name = '[[Cripple]]',
cost = 'Passive',
effect = "Strengthen Gun attacks by 50%.",
},
['Hama Boost'] = {
name = '[[Hama Boost]]',
cost = 'Passive',
effect = "Increase success rate of instant death by Bless skills.",
},
['Mudo Boost'] = {
name = '[[Mudo Boost]]',
cost = 'Passive',
effect = "Increase success rate of instant death by Curse skills.",
},
['Burn Boost'] = {
name = '[[Burn Boost]]',
cost = 'Passive',
effect = "Increase chance of inflicting Burn.",
},
['Freeze Boost'] = {
name = '[[Freeze Boost]]',
cost = 'Passive',
effect = "Increase chance of inflicting Freeze.",
},
['Shock Boost'] = {
name = '[[Shock Boost]]',
cost = 'Passive',
effect = "Increase chance of inflicting Shock.",
},
['Dizzy Boost'] = {
name = '[[Dizzy Boost]]',
cost = 'Passive',
effect = "Increase chance of inflicting Dizzy.",
},
['Forget Boost'] = {
name = '[[Forget Boost]]',
cost = 'Passive',
effect = "Increase chance of inflicting Forget.",
},
['Sleep Boost'] = {
name = '[[Sleep Boost]]',
cost = 'Passive',
effect = "Increase chance of inflicting Sleep.",
},
['Confuse Boost'] = {
name = '[[Confuse Boost]]',
cost = 'Passive',
effect = "Increase chance of inflicting Confuse.",
},
['Fear Boost'] = {
name = '[[Fear Boost]]',
cost = 'Passive',
effect = "Increase chance of inflicting Fear.",
},
['Despair Boost'] = {
name = '[[Despair Boost]]',
cost = 'Passive',
effect = "Increase chance of inflicting Despair.",
},
['Rage Boost'] = {
name = '[[Rage Boost]]',
cost = 'Passive',
effect = "Increase chance of inflicting Rage.",
},
['Brainwash Boost'] = {
name = '[[Brainwash Boost]]',
cost = 'Passive',
effect = "Increase chance of inflicting Brainwash.",
},
['Ailment Boost'] = {
name = '[[Ailment Boost]]',
cost = 'Passive',
effect = "Increase chance of inflicting all ailments.",
},
['Ambient Aid'] = {
name = '[[Ambient Aid]]',
cost = 'Passive',
effect = "Greatly increase chance of inflicting all ailments under rainy day or special weather warning.",
},
['Trigger Happy'] = {
name = '[[Trigger Happy]]',
cost = 'Passive',
effect = "Increase critical rate of Gun attacks.",
},
['Adverse Resolve'] = {
name = '[[Adverse Resolve]]',
cost = 'Passive',
effect = "Increase critical rate when surrounded.",
},
['Fortified Moxy'] = {
name = '[[Fortified Moxy]]',
cost = 'Passive',
effect = "Increase critical rate in ambush.",
},
['Apt Pupil'] = {
name = '[[Apt Pupil]]',
cost = 'Passive',
effect = "Increase critical rate.",
},
['Arms Master'] = {
name = '[[Arms Master]]',
cost = 'Passive',
effect = "Half HP cost for physical skills.",
},
['Spell Master'] = {
name = '[[Spell Master]]',
cost = 'Passive',
effect = "Half SP cost for magic skills.",
},
["Touch n' Go"] = {
name = "[[Touch n' Go]]",
cost = 'Passive',
effect = "Apply Sukukaja when performing Baton Pass.",
},
--Passive: Defensive
['Resist Phys'] = {
name = '[[Resist Physical|Resist Phys]]',
cost = 'Passive',
effect = "Reduce damage from Physical attacks.",
},
['Resist Fire'] = {
name = '[[Resist Fire]]',
cost = 'Passive',
effect = "Reduce damage from Fire attacks.",
},
['Resist Ice'] = {
name = '[[Resist Ice]]',
cost = 'Passive',
effect = "Reduce damage from Ice attacks.",
},
['Resist Elec'] = {
name = '[[Resist Elec]]',
cost = 'Passive',
effect = "Reduce damage from Electric attacks.",
},
['Resist Wind'] = {
name = '[[Resist Wind]]',
cost = 'Passive',
effect = "Reduce damage from Wind attacks.",
},
['Resist Psy'] = {
name = '[[Resist Psy]]',
cost = 'Passive',
effect = "Reduce damage from Psy attacks.",
},
['Resist Nuke'] = {
name = '[[Resist Nuke]]',
cost = 'Passive',
effect = "Reduce damage from Nuclear attacks.",
},
['Resist Bless'] = {
name = '[[Resist Bless]]',
cost = 'Passive',
effect = "Reduce damage from Bless attacks.",
},
['Resist Curse'] = {
name = '[[Resist Curse]]',
cost = 'Passive',
effect = "Reduce damage from Curse attacks.",
},
['Null Phys'] = {
name = '[[Null Physical|Null Phys]]',
cost = 'Passive',
effect = "Impart immunity against Physical attacks.",
},
['Null Fire'] = {
name = '[[Null Fire]]',
cost = 'Passive',
effect = "Impart immunity against Fire attacks.",
},
['Null Ice'] = {
name = '[[Null Ice]]',
cost = 'Passive',
effect = "Impart immunity against Ice attacks.",
},
['Null Elec'] = {
name = '[[Null Elec]]',
cost = 'Passive',
effect = "Impart immunity against Electric attacks.",
},
['Null Wind'] = {
name = '[[Null Wind]]',
cost = 'Passive',
effect = "Impart immunity against Wind attacks.",
},
['Null Psy'] = {
name = '[[Null Psy]]',
cost = 'Passive',
effect = "Impart immunity against Psy attacks.",
},
['Null Nuke'] = {
name = '[[Null Nuke]]',
cost = 'Passive',
effect = "Impart immunity against Nuclear attacks.",
},
['Null Bless'] = {
name = '[[Null Bless]]',
cost = 'Passive',
effect = "Impart immunity against Bless attacks.",
},
['Null Curse'] = {
name = '[[Null Curse]]',
cost = 'Passive',
effect = "Impart immunity against Curse attacks.",
},
['Repel Phys'] = {
name = '[[Repel Physical|Repel Phys]]',
cost = 'Passive',
effect = "Repel Physical attacks.",
},
['Repel Fire'] = {
name = '[[Repel Fire]]',
cost = 'Passive',
effect = "Repel Fire attacks.",
},
['Repel Ice'] = {
name = '[[Repel Ice]]',
cost = 'Passive',
effect = "Repel Ice attacks.",
},
['Repel Elec'] = {
name = '[[Repel Elec]]',
cost = 'Passive',
effect = "Repel Electric attacks.",
},
['Repel Wind'] = {
name = '[[Repel Wind]]',
cost = 'Passive',
effect = "Repel Wind attacks.",
},
['Repel Psy'] = {
name = '[[Repel Psy]]',
cost = 'Passive',
effect = "Repel Psy attacks.",
},
['Repel Nuke'] = {
name = '[[Repel Nuke]]',
cost = 'Passive',
effect = "Repel Nuclear attacks.",
},
['Repel Bless'] = {
name = '[[Repel Bless]]',
cost = 'Passive',
effect = "Repel Bless attacks.",
},
['Repel Curse'] = {
name = '[[Repel Curse]]',
cost = 'Passive',
effect = "Repel Curse attacks.",
},
['Drain Phys'] = {
name = '[[Absorb Physical|Drain Phys]]',
cost = 'Passive',
effect = "Absorb Physical attacks.",
},
['Drain Fire'] = {
name = '[[Absorb Fire|Drain Fire]]',
cost = 'Passive',
effect = "Absorb Fire attacks.",
},
['Drain Ice'] = {
name = '[[Absorb Ice|Drain Ice]]',
cost = 'Passive',
effect = "Absorb Ice attacks.",
},
['Drain Elec'] = {
name = '[[Absorb Elec|Drain Elec]]',
cost = 'Passive',
effect = "Absorb Electric attacks.",
},
['Drain Wind'] = {
name = '[[Absorb Wind|Drain Wind]]',
cost = 'Passive',
effect = "Absorb Wind attacks.",
},
['Drain Psy'] = {
name = '[[Drain Psy]]',
cost = 'Passive',
effect = "Absorb Psy attacks.",
},
['Drain Nuke'] = {
name = '[[Drain Nuke]]',
cost = 'Passive',
effect = "Absorb Nuclear attacks.",
},
['Drain Bless'] = {
name = '[[Drain Bless]]',
cost = 'Passive',
effect = "Absorb Bless attacks.",
},
['Drain Curse'] = {
name = '[[Drain Curse]]',
cost = 'Passive',
effect = "Absorb Curse attacks.",
},
['Resist Dizzy'] = {
name = '[[Resist Dizzy]]',
cost = 'Passive',
effect = "Reduce susceptibility to Dizzy.",
},
['Resist Forget'] = {
name = '[[Resist Forget]]',
cost = 'Passive',
effect = "Reduce susceptibility to Forget.",
},
['Resist Sleep'] = {
name = '[[Resist Sleep]]',
cost = 'Passive',
effect = "Reduce susceptibility to Sleep.",
},
['Resist Confuse'] = {
name = '[[Resist Confuse]]',
cost = 'Passive',
effect = "Reduce susceptibility to Confuse.",
},
['Resist Fear'] = {
name = '[[Resist Fear]]',
cost = 'Passive',
effect = "Reduce susceptibility to Fear.",
},
['Resist Despair'] = {
name = '[[Resist Despair]]',
cost = 'Passive',
effect = "Reduce susceptibility to Despair.",
},
['Resist Rage'] = {
name = '[[Resist Rage]]',
cost = 'Passive',
effect = "Reduce susceptibility to Rage.",
},
['Resist Brainwash'] = {
name = '[[Resist Brainwash]]',
cost = 'Passive',
effect = "Reduce susceptibility to Brainwash.",
},
['Fortify Spirit'] = {
name = '[[Fortify Spirit]]',
cost = 'Passive',
effect = "Reduce susceptibility to all ailments.",
},
['Null Dizzy'] = {
name = '[[Null Dizzy]]',
cost = 'Passive',
effect = "Impart immunity against Dizzy.",
},
['Null Forget'] = {
name = '[[Null Forget]]',
cost = 'Passive',
effect = "Impart immunity against Forget.",
},
['Null Sleep'] = {
name = '[[Null Sleep]]',
cost = 'Passive',
effect = "Impart immunity against Sleep.",
},
['Null Confuse'] = {
name = '[[Null Confuse]]',
cost = 'Passive',
effect = "Impart immunity against Confuse.",
},
['Null Fear'] = {
name = '[[Null Fear]]',
cost = 'Passive',
effect = "Impart immunity against Fear.",
},
['Null Despair'] = {
name = '[[Null Despair]]',
cost = 'Passive',
effect = "Impart immunity against Despair.",
},
['Null Rage'] = {
name = '[[Null Rage]]',
cost = 'Passive',
effect = "Impart immunity against Rage.",
},
['Null Brainwash'] = {
name = '[[Null Brainwash]]',
cost = 'Passive',
effect = "Impart immunity against Brainwash.",
},
['Sharp Student'] = {
name = '[[Sharp Student]]',
cost = 'Passive',
effect = "Lower odds of receiving critical hit.",
},
['Firm Stance'] = {
name = '[[Firm Stance]]',
cost = 'Passive',
effect = "Half all incoming damage by sacrificing evasion completely.",
},
--Passive: Evasion
['Dodge Phys'] = {
name = '[[Dodge Physical|Dodge Phys]]',
cost = 'Passive',
effect = "Double evasion rate against Physical attacks.",
},
['Dodge Fire'] = {
name = '[[Dodge Fire]]',
cost = 'Passive',
effect = "Double evasion rate against Fire attacks.",
},
['Dodge Ice'] = {
name = '[[Dodge Ice]]',
cost = 'Passive',
effect = "Double evasion rate against Ice attacks.",
},
['Dodge Elec'] = {
name = '[[Dodge Elec]]',
cost = 'Passive',
effect = "Double evasion rate against Electric attacks.",
},
['Dodge Wind'] = {
name = '[[Dodge Wind]]',
cost = 'Passive',
effect = "Double evasion rate against Wind attacks.",
},
['Dodge Psy'] = {
name = '[[Dodge Psy]]',
cost = 'Passive',
effect = "Double evasion rate against Psy attacks.",
},
['Dodge Nuke'] = {
name = '[[Dodge Nuke]]',
cost = 'Passive',
effect = "Double evasion rate against Nuclear attacks.",
},
['Dodge Bless'] = {
name = '[[Dodge Bless]]',
cost = 'Passive',
effect = "Double evasion rate against (non instant death) Bless attacks.",
},
['Dodge Curse'] = {
name = '[[Dodge Curse]]',
cost = 'Passive',
effect = "Double evasion rate against (non instant death) Curse attacks.",
},
['Evade Phys'] = {
name = '[[Evade Physical|Evade Phys]]',
cost = 'Passive',
effect = "Triple evasion rate against Physical attacks.",
},
['Evade Fire'] = {
name = '[[Evade Fire]]',
cost = 'Passive',
effect = "Triple evasion rate against Fire attacks.",
},
['Evade Ice'] = {
name = '[[Evade Ice]]',
cost = 'Passive',
effect = "Triple evasion rate against Ice attacks.",
},
['Evade Elec'] = {
name = '[[Evade Elec]]',
cost = 'Passive',
effect = "Triple evasion rate against Electric attacks.",
},
['Evade Wind'] = {
name = '[[Evade Wind]]',
cost = 'Passive',
effect = "Triple evasion rate against Wind attacks.",
},
['Evade Psy'] = {
name = '[[Evade Psy]]',
cost = 'Passive',
effect = "Triple evasion rate against Psy attacks.",
},
['Evade Nuke'] = {
name = '[[Evade Nuke]]',
cost = 'Passive',
effect = "Triple evasion rate against Nuclear attacks.",
},
['Evade Bless'] = {
name = '[[Evade Bless]]',
cost = 'Passive',
effect = "Triple evasion rate against (non instant death) Bless attacks.",
},
['Evade Curse'] = {
name = '[[Evade Curse]]',
cost = 'Passive',
effect = "Triple evasion rate against (non instant death) Curse attacks.",
},
['Angelic Grace'] = {
name = '[[Angelic Grace]]',
cost = 'Passive',
effect = "Double evasion rate against all attacks except Hama/Mudo/Almighty.",
},
['Ali Dance'] = {
name = '[[Ali Dance]]',
cost = 'Passive',
effect = "Half hit rate of all incoming attacks.",
},
['Last Stand'] = {
name = '[[Pressing Stance|Last Stand]]',
cost = 'Passive',
effect = 'Reduce hit rate by 2/3 of all incoming attack when being ambushed.',
},
['Climate Decorum'] = {
name = '[[Climate Decorum]]',
cost = 'Passive',
effect = "Double evasion against all attacks under rainy day or special weather warning.",
},
--Passive: Recovery
['Regenerate 1'] = {
name = '[[Regenerate 1]]',
cost = 'Passive',
effect = "Restore 2% of max HP each turn in battle.",
},
['Regenerate 2'] = {
name = '[[Regenerate 2]]',
cost = 'Passive',
effect = "Restore 4% of max HP each turn in battle.",
},
['Regenerate 3'] = {
name = '[[Regenerate 3]]',
cost = 'Passive',
effect = "Restore 6% of max HP each turn in battle.",
},
['Invigorate 1'] = {
name = '[[Invigorate 1]]',
cost = 'Passive',
effect = "Restore 3 SP each turn in battle.",
},
['Invigorate 2'] = {
name = '[[Invigorate 2]]',
cost = 'Passive',
effect = "Restore 5 SP each turn in battle.",
},
['Invigorate 3'] = {
name = '[[Invigorate 3]]',
cost = 'Passive',
effect = "Restore 7 SP each turn in battle.",
},
['Heat Up'] = {
name = '[[Heat Up]]',
cost = 'Passive',
effect = "Random chance to restore 5% of max HP & 10 SP in battle.",
},
['Fast Heal'] = {
name = '[[Fast Heal]]',
cost = 'Passive',
effect = "Half the time needed to recover from ailments.",
},
['Insta-Heal'] = {
name = '[[Insta-Heal]]',
cost = 'Passive',
effect = "Recover from an ailment in 1 turn.",
},
['Divine Grace'] = {
name = '[[Divine Grace]]',
cost = 'Passive',
effect = "Effects of healing magic are increased by 50%.",
},
['Soul Chain'] = {
name = '[[Soul Chain]]',
cost = 'Passive',
effect = "Recover 20 SP when performing Baton Pass.",
},
--Passive: Once per battle
['Attack Master'] = {
name = '[[Auto-Tarukaja|Attack Master]]',
cost = 'Passive',
effect = "Automatic Tarukaja at the start of battle.",
},
['Defense Master'] = {
name = '[[Auto-Rakukaja|Defense Master]]',
cost = 'Passive',
effect = "Automatic Rakukaja at the start of battle.",
},
['Speed Master'] = {
name = '[[Auto-Sukukaja|Speed Master]]',
cost = 'Passive',
effect = "Automatic Sukukaja at the start of battle.",
},
['Auto-Mataru'] = {
name = '[[Auto-Mataru]]',
cost = 'Passive',
effect = "Automatic Matarukaja at the start of battle.",
},
['Auto-Maraku'] = {
name = '[[Auto-Maraku]]',
cost = 'Passive',
effect = "Automatic Marakukaja at the start of battle.",
},
['Auto-Masuku'] = {
name = '[[Auto-Masuku]]',
cost = 'Passive',
effect = "Automatic Masukukaja at the start of battle.",
},
['Endure'] = {
name = '[[Endure (skill)|Endure]]',
cost = 'Passive',
effect = "Survive one fatal blow with 1 HP remaining.",
},
['Enduring Soul'] = {
name = '[[Enduring Soul]]',
cost = 'Passive',
effect = "Survive one fatal blow with HP fully restored.",
},
['Survival Trick'] = {
name = '[[Survival Trick]]',
cost = 'Passive',
effect = "Survive one instant death attack with 1 HP remaining.",
},
--Passive: Post-battle effect
['Growth 1'] = {
name = '[[Growth 1]]',
cost = 'Passive',
effect = "Persona gains 25% EXP while inactive.",
},
['Growth 2'] = {
name = '[[Growth 2]]',
cost = 'Passive',
effect = "Persona gains 50% EXP while inactive.",
},
['Growth 3'] = {
name = '[[Growth 3]]',
cost = 'Passive',
effect = "Persona gains 100% EXP even while inactive.",
},
['Life Aid'] = {
name = '[[Cool Breeze|Life Aid]]',
cost = 'Passive',
effect = "Restore 8% HP and SP after victory.",
},
['Victory Cry'] = {
name = '[[Victory Cry]]',
cost = 'Passive',
effect = "Fully restore HP and SP after victory.",
},
--Unique Passive
['Unshaken Will'] = {--Asura
name = '[[Unshaken Will]]',
cost = 'Passive',
effect = "Impart immunity against all mental ailments.",
},
['Holy Embrace'] = {--Maria
name = '[[Holy Embrace]]',
cost = 'Passive',
effect = "Restore 25% of max HP each turn in battle.",
},
['Holy Whisper'] = {--Maria
name = '[[Holy Whisper]]',
cost = 'Passive',
effect = "Restore 15% of max HP & 15 SP each turn in battle.",
},
["Tyrant's Mind"] = {--Satanael
name = "[[Tyrant's Mind]]",
cost = 'Passive',
effect = "Strengthens all attacks. Can stack.",
},
--Futaba Skills
['Analysis'] = {
name = '[[Analysis]]',
cost = 'Passive',
effect = "Confirm affinities you have previously attacked.",
},
['Subrecover HP'] = {
name = '[[Subrecover HP]]',
cost = 'Passive',
effect = "After battle, 10% HP recovery for backup allies.",
},
['Subrecover SP'] = {
name = '[[Subrecover SP]]',
cost = 'Passive',
effect = "After battle, 1% SP recovery for backup allies.",
},
['Subrecover HP EX'] = {
name = '[[Subrecover HP EX]]',
cost = 'Passive',
effect = "After battle, 20% HP recovery for backup allies.",
},
['Subrecover SP EX'] = {
name = '[[Subrecover SP EX]]',
cost = 'Passive',
effect = "After battle, 3% SP recovery for backup allies.",
},
['Treasure Skimmer'] = {
name = '[[Treasure Skimmer]]',
cost = 'Passive',
effect = "Find out if a foe is carrying a rare item ahead of time.",
},
['Ultimate Support'] = {
name = '[[Ultimate Support]]',
cost = 'Passive',
effect = "Effect of strengthening/healing all allies may activate in battle.",
},
-- Satanael
["Sinful Shell"] = {
name = '[[Sinful Shell]]',
cost = ' - ',
effect = 'A bullet made from the Seven Deadly Sins that can pierce even a god. <abbr title="In game effect: 1 Almighty damage against 1 foe">*</abbr>',
},
-- Suguru Asmodeus Kamoshida
["Lick"] = {
cost = ' - ',
effect = 'Heavy Physical damage to Ann after staring at her in the previous turn.',
},
["Volleyball Assault"] = {
cost = ' - ',
effect = 'Light Physical damage to 1 foe 1x to 3x.',
},
["Libido Boost"] = {
cost = ' - ',
effect = "Fully restore Kamoshida's health when Trophy of Obsession is present.",
},
["Tongue Whip"] = {
cost = ' - ',
effect = 'Medium Physical damage to all foes.',
},
["Lustful Slurp"] = {
cost = ' - ',
effect = "Buff Kamoshida's attack power (same as Tarukaja).",
},
["Golden Knife"] = {
cost = ' - ',
effect = 'Medium Physical damage to 1 foe.',
},
["Gold Medal Spike (Royal)"] = {
name = ' Gold Medal Spike ',
cost = ' - ',
effect = 'Heavy Almighty damage to all foes after preparing in the previous turn with Cognitive Yuuki Mishima.',
},
["Killshot of Love"] = {
cost = ' - ',
effect = 'Heavy Almighty damage to all foes after preparing in the previous turn with Cognitive Shiho Suzui.',
},
-- Ichiryusai Azazel Madarame
["Bite"] = {
cost = ' - ',
effect = 'Medium Physical damage to 1 foe.',
},
["Flame Dance"] = {
cost = ' - ',
effect = 'Medium Fire damage to 1 foe.',
},
["Silent Snowscape"] = {
cost = ' - ',
effect = 'Medium Ice damage to 1 foe.',
},
["Thunderclap"] = {
cost = ' - ',
effect = 'Medium Electric damage to 1 foe.',
},
["Maelstrom"] = {
cost = ' - ',
effect = 'Medium Wind damage to 1 foe.',
},
["Dust Flurry"] = {
cost = ' - ',
effect = 'Medium Wind damage to all foes.',
},
["Madara-Megido"] = {
cost = ' - ',
effect = 'Light Almighty damage to all foes.',
},
["Restore"] = {
cost = ' - ',
effect = 'Revive one part with 1/4 HP recovered.',
},
["The Artist's Grace"] = {
cost = ' - ',
effect = 'Inflict weaknesses to all affinities to 1 foe for 1 turn. May affect bosses.',
},
-- Madarame (Royal only)
["True Fake"] = {
cost = ' - ',
effect = 'Summons and fills party with Ersatz Madarame, up to four.',
},
["True Artist's Grace"] = {
cost = ' - ',
effect = 'Inflict weaknesses to all affinities to all foes for 1 turn. May affect bosses.',
},
-- Junya Bael Kaneshiro/Piggytron
["Ocular Vulcan"] = {
cost = ' - ',
effect = 'Heavy Gun damage to 1 foe.',
},
["Metabolic Wave"] = {
cost = ' - ',
effect = 'Medium Physical damage to all foes.',
},
["Missile Party"] = {
cost = ' - ',
effect = 'Medium Fire damage to all foes. Chance of Burn.',
},
["Fear Gas"] = {
cost = ' - ',
effect = 'Medium chance of inflicting Fear to all foes.',
},
["Super VIP Form"] = {
cost = ' - ',
effect = 'Transform Piggytron into a spinning ball. <br/>Bael is targetable during this state for preventing March of the Piggy.',
},
["March of the Piggy"] = {
cost = ' - ',
effect = 'Severe Almighty damage to all foes after spinning faster for 1 turn.',
},
-- Junya Bael Kaneshiro (Royal only)
["Special Guards"] = {
cost = ' - ',
effect = 'Summons Bodyguard-for-Hire and Hitman-for-Hire.',
},
["Kill Reward Up"] = {
cost = ' - ',
effect = "Tarukaja on Hitman-for-Hire.",
},
["Guard Reward Up"] = {
cost = ' - ',
effect = "Rakukaja on Bodyguard-for-Hire.",
},
["Make it Rain"] = {
cost = ' - ',
effect = "Light Physical Damage 10 times to all foes worth 70% of their current HP. <br/>Can only be used if Kaneshiro's bank has any gold in it.",
},
-- Cognitive Wakaba Isshiki
["Slam"] = {
cost = ' - ',
effect = 'Heavy Physical damage to 1 foe.',
},
["Sphinx Swipe"] = {
cost = ' - ',
effect = 'Medium Physical damage to all foes.',
},
["Wing Blast"] = {
cost = ' - ',
effect = 'Medium Wind damage to all foes. Low chance of Dizzy.',
},
["Dreadful Scream"] = {
cost = ' - ',
effect = 'Medium chance of inflicting Despair to all foes.',
},
["Rapid Ascent"] = {
cost = ' - ',
effect = 'Render unapproachable for 1 to 3 turns.',
},
["Sphinx Dive"] = {
cost = ' - ',
effect = 'Severe Physical damage to all foes after ascending for 1 to 3 turns.',
},
-- Kunikazu Mammon Okumura
["Work Order"] = {
cost = ' - ',
effect = 'Summon reinforcements when there are less than 4 robots until Executive Director. <br/>Instant interruption by this skill when all robots are defeated.',
},
["Sacrifice Order"] = {
cost = ' - ',
effect = 'Order 1 robot to use Selfless Devotion in its upcoming turn. <abbr title="no effect, merely serves to telegraph Selfless Devotion">*</abbr>',
},
["Selfless Devotion"] = {
cost = ' - ',
effect = 'Sacrifices self to inflict heavy Almighty damage to all foes.',
},
["Executive Punch"] = {
cost = ' - ',
effect = 'Heavy Physical damage to one foe. High chance of targeting Haru.',
},
["Big Bang Order"] = {
cost = ' - ',
effect = 'Preparation for Big Bang Challenge, next Magical Attack does 2.5x damage.',
},
["Big Bang Challenge"] = {
cost = ' - ',
effect = 'Heavy Almighty damage to all foes and inflict Hunger. <br/>If the target is under Hunger, the attack is drained and Hunger wears off.',
},
-- Sae leviathan Niijima
["Roulette Time 1"] = {
name = 'Roulette Time',
cost = ' - ',
effect = 'Start a roulette game which forces the player to bet HP, SP or money.',
},
["Roulette Time 2"] = {
name = 'Roulette Time',
cost = ' - ',
effect = 'Start a roulette game which forces the player to bet SP, attack or agility.',
},
["Roulette Time 3"] = {
name = 'Roulette Time',
cost = ' - ',
effect = "Starts a Roulette game which determines Leviathan's elemental affinities.",
},
["Penalty"] = {
cost = ' - ',
effect = "Drop one's HP to 1 during Roulette Time for <br/>any offensive or debuff command. Almighty and undodgeable.",
},
["Elemental Punishment"] = {
cost = ' - ',
effect = 'Heavy Fire/Ice/Elec/Wind/Psy/Nuke/Bless/Curse damage against one foe. <br>Affinity based on results from Roulette Time.',
},
["Severing Slash"] = {
cost = ' - ',
effect = 'Heavy Physical damage to 1 foe.',
},
["Brutal Impact"] = {
cost = ' - ',
effect = 'Heavy Gun damage to all foes.',
},
["Gatling Gun"] = {
cost = ' - ',
effect = 'Light Gun damage to all foes 1x to 5x.',
},
["Hundred Slaps"] = {
cost = ' - ',
effect = 'Heavy Physical damage to 1 foe. Medium chance of Dizzy.',
},
["Berserker Dance"] = {
cost = ' - ',
effect = 'Severe Almighty damage to all foes.',
},
-- Goro Akechi
["Laevateinn"] = {
cost = ' - ',
effect = 'Heavy Almighty damage to the protagonist after staring at him in the previous turn.',
},
-- Masayoshi Shido
--Beast
["Beast King's Wrath"] = {
cost = ' - ',
effect = 'Heavy Physical damage to all foes.',
},
["Arm of Destruction"] = {
cost = ' - ',
effect = 'Heavy Almighty damage to all foes after charging in the previous turn. Low chance of Rage.',
},
--Wings
["Royal Wing Beam"] = {
cost = ' - ',
effect = 'Heavy Almighty damage to all foes. Low chance of Dizzy.',
},
--Tomb
["Cannon Fire"] = {
cost = ' - ',
effect = 'Severe Almighty damage to 1 foe.',
},
["Unholy Convergence"] = {
cost = ' - ',
effect = 'Charge for Pyramid Blast.',
},
["Pyramid Blast"] = {
cost = ' - ',
effect = 'Colossal Almighty damage to all foes after charging for 2 turns.',
},
--Samael
["Tyrant's Fist"] = {
cost = ' - ',
effect = 'Heavy Physical damage to 1 foe. Medium chance of Fear.',
},
--True Samael
["Tyrant's Purge"] = {
cost = ' - ',
effect = 'Heavy Physical Damage to 1 foe with high chance of instant death. Not usable against the protagonist.',
},
["Tyrant's Judgement"] = {
cost = ' - ',
effect = 'Heavy Bless Damage to all foes.',
},
["Tyrant's Glare"] = {
cost = ' - ',
effect = 'Grant 3 consecutive action counts. <abbr title="Does nothing but telegraphs Tyrants Wave">*</abbr>',
},
["Tyrant's Wave"] = {
cost = ' - ',
effect = 'Heavy Almighty damage to all foes.',
},
-- Tam Lin (Shadow Arihara)
["Womanizing"] = {
cost = ' - ',
effect = 'Brainwashes all female foes. <abbr title="Affected targets include Ann, Makoto, Haru and Sumire">*</abbr> <br> Bypasses immunity to Brainwash and accuracy checks, but can be cured normally.',
},
-- Holy Grail
["Arrow of Light"] = {
cost = ' - ',
effect = 'Heavy Almighty damage to 1 foe.',
},
["Diffraction Arrow"] = {
cost = ' - ',
effect = 'Medium Almighty damage to random foes. Chance of Forget.',
},
["Will of the People"] = {
cost = ' - ',
effect = 'Fully recover the Holy Grail when supply lines are present.',
},
["Light Edge"] = {
cost = ' - ',
effect = 'Heavy Almighty damage to all foes.',
},
["Gathering Light"] = {
cost = ' - ',
effect = 'Charge for Eternal Light.',
},
["Eternal Light"] = {
cost = ' - ',
effect = 'Colossal Almighty damage to all foes after preparing with Gathering Light.',
},
-- Yaldabaoth
["Manifest Gun"] = {
cost = ' - ',
effect = 'Summon Gun of Execution. Summonable begins with 50% HP on revival.',
},
["Manifest Bell"] = {
cost = ' - ',
effect = 'Summon Bell of Declaration. Summonable begins with 50% HP on revival.',
},
["Manifest Sword"] = {
cost = ' - ',
effect = 'Summon Sword of Conviction. Summonable begins with 50% HP on revival.',
},
["Manifest Book"] = {
cost = ' - ',
effect = 'Summon Book of Commandments. Summonable begins with 50% HP on revival.',
},
["Divine Apex"] = {
cost = ' - ',
effect = 'Charge for Rays of Control.',
},
["Rays of Control"] = {
cost = ' - ',
effect = 'Colossal Almighty damage to all foes after <br/>preparing with Divine Apex and charging for 2 turns.',
},
--Gun of Execution
["Distorted Lust"] = {
cost = ' - ',
effect = 'Inflict Lust to 1 foe for 1 turn. Lust unit may lose a turn.',
},
["Distorted Avarice"] = {
cost = ' - ',
effect = 'Damage and inflict Hunger to one target for one turn.',
},
["Capital Punishment"] = {
cost = ' - ',
effect = 'Damage to 1 foe.',
},
["Shoot Up"] = {
cost = ' - ',
effect = 'Triple-target ranged attack.',
},
--Bell of Declaration
["Distorted Vanity"] = {
cost = ' - ',
effect = 'Inflict weakness to all affinities to 1 foe for 1 turn. May affect bosses.',
},
["Distorted Envy"] = {
cost = ' - ',
effect = 'Inflict Jealousy to 1 foe for 1 turn. <br/>Jealous unit attacks ally for assisting another ally.',
},
["Gospel"] = {
cost = ' - ',
effect = 'Damage to 1 foe.',
},
["Frail Law"] = {
cost = ' - ',
effect = ' Defense down for your whole party. ',
},
["Tough Law"] = {
cost = ' - ',
effect = ' Defense up for Yaldabaoth and his summonings. ',
},
--Sword of Conviction
["Distorted Gluttony"] = {
cost = ' - ',
effect = 'Doubles the cost of using skills for 1 turn.',
},
["Sword of Judgment"] = {
cost = ' - ',
effect = 'Damage to all foes.',
},
["Wind Cutter"] = {
cost = ' - ',
effect = 'Damage to 1 foe.',
},
--Book of Commandments
["Distorted Wrath"] = {
cost = ' - ',
effect = 'Inflict Wrath to 1 foe for 1 turn. Boost attack power but reduce defense.',
},
["Wrath of God"] = {
cost = ' - ',
effect = 'Damage to 1 foe.',
},
["Distorted Pride"] = {
cost = ' - ',
effect = 'Enter counter mode for 1 turn.',
},
["Divine Punishment"] = {
cost = ' - ',
effect = ' Counterattack with SP damage if attacked after preparing with Distorted Pride.',
},
-- Distorted Sins (Royal)
["Distorted Lust 2"] = {
name = ' Distorted Lust ',
cost = ' - ',
effect = 'Inflict Lust to 1 foe for 2 turns. Lust unit may lose a turn.',
},
["Distorted Avarice 2"] = {
name = ' Distorted Avarice ',
cost = ' - ',
effect = 'Damage and inflict Hunger to one target for two turns.',
},
["Distorted Vanity 2"] = {
name = ' Distorted Vanity ',
cost = ' - ',
effect = 'Inflict weakness to all affinities to 1 foe for 2 turns.',
},
["Distorted Envy 2"] = {
name = ' Distorted Envy ',
cost = ' - ',
effect = 'Inflict Jealousy to 1 foe for 2 turns. <br/>Jealous unit attacks ally for assisting another ally.',
},
["Distorted Gluttony 2"] = {
name = ' Distorted Gluttony ',
cost = ' - ',
effect = 'Doubles the cost of using skills for 2 turns.',
},
["Distorted Wrath 2"] = {
name = ' Distorted Wrath ',
cost = ' - ',
effect = 'Inflict Wrath to 1 foe for 2 turns. Boost attack power but reduce defense.'
},
["Distorted Pride 2"] = {
name = ' Distorted Pride ',
cost = ' - ',
effect = 'Enter counter mode for 2 turns.',
},
-- Cendrillon
["Drain"] = {
cost = ' - ',
effect = 'Absorbs 100% of current HP from 1 Byakhee.',
},
["Heat Riser (Byakhee)"] = {
name = ' Heat Riser ',
cost = ' - ',
effect = "Buff attack, defense and agility of Cendrillon for 3 turns.",
},
-- Jose
["Drift"] = {
cost = ' - ',
effect = 'Heavy Physical damage to all foes.',
},
["Fire Ball"] = {
cost = ' - ',
effect = 'Heavy Fire damage to all foes.',
},
["Snow Ball"] = {
cost = ' - ',
effect = 'Heavy Ice damage to all foes.',
},
["Volt Ball"] = {
cost = ' - ',
effect = 'Heavy Elec damage to all foes.',
},
["Gale Ball"] = {
cost = ' - ',
effect = 'Heavy Wind damage to all foes.',
},
["Psy Ball"] = {
cost = ' - ',
effect = 'Heavy Psy damage to all foes.',
},
["Nuke Ball"] = {
cost = ' - ',
effect = 'Heavy Nuke damage to all foes.',
},
["Bless Ball"] = {
cost = ' - ',
effect = 'Heavy Bless damage to all foes.',
},
["Curse Ball"] = {
cost = ' - ',
effect = 'Heavy Curse damage to all foes.',
},
["Confuse Ball"] = {
cost = ' - ',
effect = 'High change of inflicting Confusion to all foes.',
},
["Launch"] = {
cost = ' - ',
effect = 'Prepare for Special Fireworks. Does not use up a turn.',
},
["Special Fireworks"] = {
cost = ' - ',
effect = 'Colossal Almighty damage to all foes after preparing with Launch on the previous turn.',
},
-- Azathoth
["Shield Tendril"] = {
cost = ' Auto ',
effect = 'Greatly reduces damage from all attacks, including Almighty if all Tentacles are present within party. <br>Slightly reduces damage taken instead if at least one Tentacle is not present.',
},
["Shapeless Guard"] = {
cost = ' - ',
effect = "Increase Azathoth's defense for 3 turns.",
},
["Amplify Force"] = {
cost = ' - ',
effect = 'Next attack from Azathoth does 2.5x Damage.',
},
["Regeneration"] = {
cost = ' - ',
effect = 'Fully revives Tentacle of Protection, Tentacle of Healing and Tentacle of Assistance.',
},
["Eternal Radiance"] = {
cost = ' - ',
effect = 'Heavy Bless Damage to all foes. High chance of Dizzy.',
},
["Nuclear Crush"] = {
cost = ' - ',
effect = 'Heavy Nuke Damage to all foes.',
},
["Raining Seeds"] = {
cost = ' - ',
effect = 'Heavy Physical Damage to all foes 1-3 times.',
},
["Energy Stream"] = {
cost = ' - ',
effect = "Recover medium amount of Maruki's HP.",
},
["Piercing Strike"] = {
cost = ' - ',
effect = 'Medium Almighty damage 10 times to one party member. Not usable against the protagonist.',
},
["Tyrant Stance"] = {
cost = ' - ',
effect = "Prepare for Tyrant Chaos and increase damage of next attack by 2.5x.",
},
["Tyrant Chaos"] = {
cost = ' - ',
effect = 'Severe Almighty Damage to all foes.',
},
-- Adam Kadmon
["Origin Light"] = {
cost = ' - ',
effect = 'Heavy Almighty Damage to all foes.',
},
["Grand Palm"] = {
cost = ' - ',
effect = 'Colossal Almighty Damage to one foe.',
},
["Revitalize Soul"] = {
cost = ' - ',
effect = "300 Almighty Damage to all foes and restore user's HP by the number of targets affected.",
},
["Attack Position"] = {
cost = ' - ',
effect = 'Prepare for Full Force.User takes normal damage during next enemy turn.',
},
["Full Force"] = {
cost = ' - ',
effect = 'Colossal Almighty Damage against all foes.',
},
-- Enemies-exclusive
["Reverse Rub"] = {
cost = ' - ',
effect = 'Inflict Rage (100%) to 1 ally.',
},
["Stomach Blow"] = {
cost = ' - ',
effect = 'Medium Physical damage to 1 foe and inflict Hunger.',
},
["Famine's Breath"] = {
cost = ' - ',
effect = 'Inflict Hunger (high odds) to 1 foe.',
},
["Famine's Scream"] = {
cost = ' - ',
effect = 'Inflict Hunger (medium odds) to all foes.',
},
["Trapped Rat"] = {
cost = ' - ',
effect = 'Inflict Mouse to 1 foe.',
},
["Desperation"] = {
cost = ' - ',
effect = "Boost self's attack but drop defense for 3 turns. <br/>Independent from -kaja and -nda and cannot be negated.",
},
["Life Leech"] = {
cost = '? SP',
effect = 'Drain 150 HP from 1 foe. Almighty-type.',
},
["Self-destruct"] = {
cost = ' - ',
effect = "Sacrifices self to inflict damage to all foes.",
},
['Recarmdra'] = {
name = '[[Recarmdra]]',
cost = 'none',
effect = "Fully recover other active allies but drop user's HP to 1.",
},
["Summon (Andras)"] = {
name = ' Summon ',
cost = ' - ',
effect = "Summons Menacing Owlman (Andras) into battle.",
},
["Summon (Kelpie)"] = {
name = ' Summon ',
cost = ' - ',
effect = "Summons Mad Marsh Horse (Kelpie) into battle.",
},
["Summon (Oni)"] = {
name = ' Summon ',
cost = ' - ',
effect = "Summons Chivalrous Fiend (Oni) into battle.",
},
["Summon (Onmoraki)"] = {
name = ' Summon ',
cost = ' - ',
effect = "Summons Corpse Bird (Onmoraki) into battle.",
},
["Summon (Angel)"] = {
name = ' Summon ',
cost = ' - ',
effect = "Summons Zealous Messenger (Angel) into battle.",
},
["Summon (Lamia)"] = {
name = ' Summon ',
cost = ' - ',
effect = "Summons Slithering Snakewoman (Lamia) into battle.",
},
["Summon (Black Ooze)"] = {
name = ' Summon ',
cost = ' - ',
effect = "Summons Pulsing Mud (Black Ooze) into battle.",
},
["Summon (Titania)"] = {
name = ' Summon ',
cost = ' - ',
effect = "Summons Scandalous Queen (Titania) into battle.",
},
["Summon (Byakhee)"] = {
name = ' Summon ',
cost = ' - ',
effect = "Summons Evil Synthetic Organism (Byakhee) into battle.",
},
["Summon (Legion)"] = {
name = ' Summon ',
cost = ' - ',
effect = "Summons Fused Ghost (Legion) into battle.",
},
}
local traits = {
-- Party member exclusive
["Proud Presence"] = { effect = "Increases effect of allies' healing skills.", exclusive = "Exclusive to Zorro / Mercurius" },
["Raging Temper"] = { effect = "May increase allies' physical attacks by 40%.", exclusive = "Exclusive to Captain Kidd / Seiten Taisei" },
["Mastery of Magic"] = { effect = "May decrease SP cost of allies' magic skills.", exclusive = "Exclusive to Carmen / Hecate" },
["Scoundrel Eyes"] = { effect = "May slightly increase allies' chance to avoid physical attacks.", exclusive = "Exclusive to Goemon / Kamu Susano-o" },
["Gaia Pact"] = { effect = "Increase allies' chance of inflicting Burn/Freeze/Shock by 25%.", exclusive = "Exclusive to Johanna / Anat" },
["Explosive Scheme"] = { effect = "All-Out Attacks may defeat all foes and restore 25% HP to all allies.", exclusive = "Exclusive to Necronomicon / Prometheus" },
["Icy Glare"] = { effect = "Decreases allies' chance of being inflicted by ailments by 25%.", exclusive = "Exclusive to Milady / Astarte" },
["Tactical Spirit"] = { effect = "May decrease SP cost of allies' support skills by half.", exclusive = "Exclusive to Robin Hood / Loki" },
["Veil of Midnight"] = { effect = "Increases chance of ally not being Downed when attacked.", exclusive = "Exclusive to Cendrillon / Vanadis" },
-- Third Awakening
["Majestic Presence"] = { effect = "Increases effect of allies' healing skills. May decrease SP cost.", exclusive = "Exclusive to Diego" },
["Eccentric Temper"] = { effect = "May increase allies' physical attacks by 80%.", exclusive = "Exclusive to William" },
["Pinnacle of Magic"] = { effect = "May decrease SP cost of allies' magic skills by half.", exclusive = "Exclusive to Célestine" },
["Unparalleled Eyes"] = { effect = "May increase allies' chance to avoid physical attacks.", exclusive = "Exclusive to Gorokichi" },
["Gaia Blessing"] = { effect = "Increase allies' chance of inflicting Burn/Freeze/Shock by 50%.", exclusive = "Exclusive to Agnes" },
["Infinite Scheme"] = { effect = "All-Out Attacks may defeat all foes and fully restore HP to all allies.", exclusive = "Exclusive to Al Azif" },
["Cool Customer"] = { effect = "Decreases allies' chance of being inflicted by ailments by 50%.", exclusive = "Exclusive to Lucy" },
["Ingenious Spirit"] = { effect = "May decrease SP cost of allies' support/Almighty skills by half.", exclusive = "Exclusive to Hereward" },
["Veil of Sunrise"] = { effect = "Greatly increases chance of ally not being Downed when attacked.", exclusive = "Exclusive to Ella" },
-- Normal Traits
-- SP Reduction
["Heated Bloodline"] = { effect = "Reduce cost of Fire skills by 50%." },
["Frigid Bloodline"] = { effect = "Reduce cost of Ice skills by 50%." },
["Electric Bloodline"] = { effect = "Reduce cost of Elec skills by 50%." },
["Wind Bloodline"] = { effect = "Reduce cost of Wind skills by 50%." },
["Psychic Bloodline"] = { effect = "Reduce cost of Psy skills by 50%." },
["Atomic Bloodline"] = { effect = "Reduce cost of Nuke skills by 50%." },
["Blessed Bloodline"] = { effect = "Reduce cost of Bless skills by 50%." },
["Cursed Bloodline"] = { effect = "Reduce cost of Curse skills by 50%." },
["Savior Bloodline"] = { effect = "Reduce cost of Healing skills by 50%." },
["Relief Bloodline"] = { effect = "Reduce cost of Support skills by 50%." },
["Drunken Passion"] = { effect = "Reduce cost of Fire skills by 75%." },
["Cocytus"] = { effect = "Reduce cost of Ice skills by 75%." },
["Bargain Bolts"] = { effect = "Reduce cost of Elec skills by 75%." },
["Vahana's Wings"] = { effect = "Reduce cost of Wind skills by 75%." },
["Chi You's Blessing"] = { effect = "Reduce cost of Psy skills by 75%." },
["Atomic Hellscape"] = { effect = "Reduce cost of Nuke skills by 75%." },
["Martyr's Gift"] = { effect = "Reduce cost of Bless skills by 75%." },
["Mother's Lament"] = { effect = "Reduce cost of Curse skills by 75%." },
["Grace of Mother"] = { effect = "Reduce cost of Healing skills by 75%." },
["Ave Maria"] = { effect = "Reduce cost of Support skills by 75%." },
["Just Die"] = { effect = "Reduce cost of instant death skills to 0." },
["Allure of Wisdom"] = { effect = "Reduce cost of magic skills by 75%." },
-- Ailment Boosters
["Thermal Conduct"] = { effect = "Increase chance of inflicting Burn after [[Baton Pass]]." },
["Cold-Blooded"] = { effect = "Increase chance of inflicting Freeze during [[One More|1 More]]." },
["Static Electricity"] = { effect = "Increase chance of inflicting Shock on downed foes." },
["Foul Odor"] = { effect = "Increase chance of inflicting Ailments after [[Baton Pass]]." },
["Ghost Nest"] = { effect = "Increase chance of inflicting Ailments on downed foes." },
["Foul Stench"] = { effect = "Increase chance of inflicting Ailments." },
-- Offensive
["Striking Weight"] = { effect = "Strengthen Physical attacks by 20%. Doesn't apply to Gun skills." },
["Undying Fury"] = { effect = "Strengthen Physical attacks by 30%. Doesn't apply to Gun skills." },
["Intense Focus"] = { effect = "Strengthen single-target magic attacks by 20%." },
["Mighty Gaze"] = { effect = "Strengthen multi-target magic attacks by 20%." },
["Skillful Combo"] = { effect = "Increase Attack after [[Baton Pass]]. Only valid for single-target attacks." },
["Linked Bloodline"] = { effect = "Greatly increase Attack after [[Baton Pass]]. Only valid for single-target attacks." },
["Ailment Hunter"] = { effect = "Increases Attack by 25% per ailment inflicted on foe." },
["Deathly Illness"] = { effect = "Increase success rate of Instant Death skills." },
["Omen"] = { effect = "Greatly increase success rate of Instant Death skills." },
["Skillful Technique"] = { effect = "Strengthen [[Technical]] damage by 25%." },
["Universal Law"] = { effect = "Strengthen [[Technical]] damage by 50%." },
["Relentless"] = { effect = "Increase Attack by 50% when striking foe's [[Element (mechanic)|weakness]]. Only valid for single-target attacks." },
["Retaliating Body"] = { effect = "Doubles [[Counter]] damage." },
["Will of the Sword"] = { effect = '<abbr title="This changes the damage multiplier from 2.5x to 3x, not 7.5x">Triples</abbr> [[Charge]]/[[Concentrate]] skill damage. Automatic Concentrate at the start of battle.' },
["Pagan Allure"] = { effect = "Strengthen magic attacks by 50%." },
-- Defensive
["Draining Mouth"] = { effect = "Doubles effect of Drain-type skills and passives." },
["Gluttonmouth"] = { effect = "Increase amount of HP restored to self by 50%." },
["Demon's Bite"] = { effect = "Doubles amount of HP restored to self." },
["Mouth of Savoring"] = { effect = "Increase amount of SP restored to self by 50%." },
["Naranari"] = { effect = "Doubles amount of SP restored to self." },
["Internal Hypnosis"] = { effect = "Increase buff timers by 1 turn for self. Extends Auto- buffs for the entire party." },
["Positive Thoughts"] = { effect = "Increase buff timers by 2 turns for self. Extends Auto- buffs for the entire party." },
["Potent Hypnosis"] = { effect = "Increase buff timers by 1 turn for party." },
["Wealth of Lotus"] = { effect = "Increase buff timers by 2 turns for party." },
["Rare Antibody"] = { effect = "Reduce susceptibility to all ailments." },
["Immunity"] = { effect = "Impart immunity against all ailments." },
["Bloodstained Eyes"] = { effect = "Increase allies' evasion against foes inflicted with ailments." },
["Crisis Control"] = { effect = "Decrease damage received when struck by [[Element (mechanic)|weakness]]." },
-- Other
["Gloomy Child"] = { effect = "Activates all equipped special weather passives in normal [[Weather Forecast|weather]]." },
["Pinch Anchor"] = { effect = "Allows use of ambush-only skills after [[Baton Pass]]." },
["Vitality of the Tree"] = { effect = "Allows use of ambush-only skills under normal conditions." },
-- DLC Traits
["Circle of Sadness"] = { effect = "Revives with 1 HP when KO'd. Usable 4 times in battle.", exclusive = "Exclusive to Orpheus" },
["Iron Heart"] = { effect = "Decreases SP cost by half after [[Baton Pass]].", exclusive = "Exclusive to Thanatos" },
["Hallowed Spirit"] = { effect = "Doubles amount of HP/SP restored to self.", exclusive = "Exclusive to Messiah" },
["God Maker"] = { effect = "Increases chance of triggering ally's Persona traits.", exclusive = "Exclusive to Izanagi" },
["Hollow Jester"] = { effect = "Increase Attack by 40% per ailment inflicted on foe.", exclusive = "Exclusive to Magatsu-Izanagi" },
["Inviolable Beauty"] = { effect = "Triples [[Counter]] damage. Also boosts damage from repelling Physical attacks and [[Repel Phys]].", exclusive = "Exclusive to Kaguya" },
["Tag Team"] = { effect = "Expendable items not used up after [[Baton Pass]].", exclusive = "Exclusive to Ariadne" },
["Frenzied Bull"] = { effect = "Increases damage to foes when low on HP.", exclusive = "Exclusive to Asterius" },
["Bolstering Force"] = { effect = "Increases Attack by 50% during [[One More|1 More]].", exclusive = "Exclusive to Tsukiyomi" },
["Grace of the Olive"] = { effect = "Decreases HP/SP cost to 0 during [[One More|1 More]].", exclusive = "Exclusive to Athena" },
["Country Maker"] = { effect = "Increases Attack/Defense based on Inmate Registry completion. At 100%, stats are doubled.", exclusive = "Exclusive to Izanagi-no-Okami" },
["Hazy Presence"] = { effect = "Increases chance of triggering ally's [[Follow Up]] attack.", exclusive = "Exclusive to Raoul" },
}
return {
skills = skills,
aliases = aliases,
traits = traits,
}
--[[Category:Skills modules|P]]
--[[Category:Persona 5|~]]
Community content is available under CC-BY-SA unless otherwise noted.