Megami Tensei Wiki
Advertisement

Documentation for this module may be created at Module:Skills/if.../doc

local skills = {
	['Agi'] = {
		cost = '3 MP',
		effect = 'Light Fire damage to a single foe.',
	},
	['Maragi'] = {
		cost = '5 MP',
		effect = 'Light Fire damage to all foes.',
	},
	['Agilao'] = {
		cost = '7 MP',
		effect = 'Medium Fire damage to a single foe.',
	},
	['Maragion'] = {
		cost = '9 MP',
		effect = 'Medium Fire damage to all foes.',
	},
	['Agidyne'] = {
		cost = '15 MP',
		effect = 'Heavy Fire damage to a single foe',
	},
	['Maragidyne'] = {
		cost = '20 MP',
		effect = 'Heavy Fire damage to all foes.',
	},
	['Bufu'] = {
		cost = '3 MP',
		effect = 'Light Ice damage to a single foe.',
	},
	['Mabufu'] = {
		cost = '6 MP',
		effect = 'Light Ice damage to all foes.',
	},
	['Bufula'] = {
		cost = '8 MP',
		effect = 'Medium Ice damage to a single foe.',
	},
	['Mabufula'] = {
		cost = '11 MP',
		effect = 'Medium Ice damage to all foes.',
	},
	['Bufudyne'] = {
		cost = '16 MP',
		effect = 'Heavy Ice damage to a single foe.',
	},
	['Mabufudyne'] = {
		cost = '22 MP',
		effect = 'Heavy Ice damage to all foes.',
	},
	['Zan'] = {
		cost = '2 MP',
		effect = 'Light Force damage to a single foe.',
	},
	['Mazan'] = {
		cost = '4 MP',
		effect = 'Light Force damage to all foes.',
	},
	['Zanma'] = {
		cost = '5 MP',
		effect = 'Medium Force damage to a single foe.',
	},
	['Mazanma'] = {
		cost = '7 MP',
		effect = 'Medium Force damage to all foes.',
	},
	['Zandyne'] = {
		cost = '18 MP',
		effect = 'Heavy Force damage to a single foe.',
	},
	['Mazandyne'] = {
		cost = '21 MP',
		effect = 'Heavy Force damage to all foes.',
	},
	['Zio'] = {
		cost = '4 MP',
		effect = 'Light Electric damage to a single foe.',
	},
	['Mazio'] = {
		cost = '7 MP',
		effect = 'Light Electric damage to all foes.',
	},
	['Zionga'] = {
		cost = '9 MP',
		effect = 'Medium Electric damage to a single foe.',
	},
	['Mazionga'] = {
		cost = '12 MP',
		effect = 'Medium Electric damage to all foes.',
	},
	['Ziodyne'] = {
		cost = '18 MP',
		effect = 'Heavy Electric damage to a single foe.',
	},
	['Maziodyne'] = {
		cost = '24 MP',
		effect = 'Heavy Electric damage to all foes.',
	},
	['Hama'] = {
		cost = '5 MP',
		effect = 'Chance of inflicting instant death, two foes.',
	},
	['Hamaon'] = {
		cost = '10 MP',
		effect = 'Chance of inflicting instant death, 3-5 foes.',
	},
	['Mahama'] = {
		cost = '18 MP',
		effect = 'Chance of inflicting instant death, all foes.',
	},
	['Mudo'] = {
		cost = '3 MP',
		effect = 'Chance of inflicting instant death, two foes.',
	},
	['Mudoon'] = {
		cost = '9 MP',
		effect = 'Chance of inflicting instant death, 3-5 foes.',
	},
	['Mamudo'] = {
		cost = '15 MP',
		effect = 'Chance of inflicting instant death, all foes.',
	},
	['Megido'] = {
		cost = '15 MP',
		effect = 'Medium Almighty damage to all foes.',
	},
	['Megidola'] = {
		cost = '30 MP',
		effect = 'Heavy Almighty damage to all foes.',
	},
	['Megidolaon'] = {
		cost = '45 MP',
		effect = 'Massive Almighty damage to all foes.',
	},
	['Dormina'] = {
		cost = '3 MP',
		effect = 'Inflicts Sleep ailment to 1-3 foes. (Nerve-type)',
	},
	['Marin Karin'] = {
		cost = '6 MP',
		effect = 'Inflicts Charm ailment to one foe. (Nerve-type)',
	},
	['Shibaboo'] = {
		cost = '3 MP',
		effect = 'Inflicts Bind ailment to 1-3 foes. (Bind-type)',
	},
	['Pulinpa'] = {
		cost = '2 MP',
		effect = 'Inflicts Panic ailment to 1-3 foes. (Bind-type)',
	},
	['Hapilma'] = {
		cost = '2 MP',
		effect = 'Inflicts Happy ailment to 1-3 foes. (Magical-type)',
	},
	['Makajam'] = {
		cost = '4 MP',
		effect = 'Inflicts Close ailment to 1-3 foes. (Magical-type)',
	},
	['Dia'] = {
		cost = '4 MP',
		effect = "Recovers a small amount of HP, one ally.",
	},
	['Media'] = {
		cost = '16 MP',
		effect = "Recovers a small amount of HP, all allies.",
	},
	['Diarama'] = {
		cost = '8 MP',
		effect = "Recovers a large amount of HP, one ally.",
	},
	['Mediarama'] = {
		cost = '32 MP',
		effect = "Recovers a large amount of HP, all allies.",
	},
	['Diarahan'] = {
		cost = '20 MP',
		effect = "Recovers the maximum amount of HP, one ally.",
	},
	['Mediarahan'] = {
		cost = '80 MP',
		effect = "Recovers the maximum amount of HP, all allies.",
	},
	['Recarm'] = {
		cost = '19 MP',
		effect = "Revives with 1/4 HP, one ally.",
	},
	['Samarecarm'] = {
		cost = '24 MP',
		effect = "Revives with full HP, one ally.",
	},
	['Recarmdra'] = {
		cost = '8 MP',
		effect = "Sacrifices an ally's life to recover full HP, all allies.",
	},
	['Posumudi'] = {
		cost = '4 MP',
		effect = "Removes Poison ailment, one ally.",
	},
	['Paraladi'] = {
		cost = '6 MP',
		effect = "Removes Paralysis ailment, one ally.",
	},
	['Charmdi'] = {
		cost = '8 MP',
		effect = "Removes Charm ailment, one ally.",
	},
	['Petradi'] = {
		cost = '10 MP',
		effect = "Removes Stone ailment, one ally.",
	},
	['Patra'] = {
		cost = '2 MP',
		effect = 'Removes all <abbr title="Happy/Panic/Seal/Shock/Freeze/Bind/Sleep/Charm">"light"</abbr> status ailments, one ally.',
	},
	['Pen Patra'] = {
		cost = '4 MP',
		effect = 'Removes all <abbr title="Happy/Panic/Seal/Shock/Freeze/Bind/Sleep/Charm">"light"</abbr> status ailments, all allies.',
	},
	['Tarukaja'] = {
		cost = '4 MP',
		effect = "Increases attack, all allies.",
	},
	['Rakukaja'] = {
		cost = '4 MP',
		effect = "Increase defense, all allies.",
	},
	['Sukukaja'] = {
		cost = '4 MP',
		effect = "Increases hit/evade, all allies.",
	},
	['Makakaja'] = {
		cost = '4 MP',
		effect = "Increases magic power, all allies.",
	},
	['Tarunda'] = {
		cost = '4 MP',
		effect = "Decreases attack, all foes.",
	},
	['Rakunda'] = {
		cost = '4 MP',
		effect = "Decreases defense, all foes.",
	},
	['Sukunda'] = {
		cost = '2 MP',
		effect = "Decreases hit/evade, all foes.",
	},
	['Dekaja'] = {
		cost = '10 MP',
		effect = "Removes all buffs, all foes.",
	},
	['Dekunda'] = {
		cost = '5 MP',
		effect = "Removes all debuffs, all allies.",
	},
	['Tetraja'] = {
		cost = '5 MP',
		effect = "Shields against Expel, Curse, and Energy Drain attacks for one turn, all allies.",
	},
	['Tetrakarn'] = {
		cost = '6 MP',
		effect = "Shields against Physical attacks for one turn, all allies.",
	},
	['Makarakarn'] = {
		cost = '6 MP',
		effect = "Shields against Magical attacks for one turn, all allies.",
	},
	['Mapper'] = {
		cost = '2 MP',
		effect = "Displays a mini-map on the screen until the next [[Moon Phase System|new moon]].",
	},
	['Trafuri'] = {
		cost = '2 MP',
		effect = "Guaranteed escape any non-boss or non-event battle.",
	},
	['Estoma'] = {
		cost = '6 MP',
		effect = "Avoid weak enemy encounters for one full [[Moon Phase System|moon cycle]].",
	},
	['Liftoma'] = {
		cost = '6 MP',
		effect = "Avoid taking damage from floors for one full [[Moon Phase System|moon cycle]].",
	},
	['Sabatoma'] = {
		cost = '8 MP',
		effect = "Demon summons another allied [[demon]].",
	},
	['Necroma'] = {
		cost = '20 MP',
		effect = "Revives an ally as undead for one battle.",
	},
	['Feral Bite'] = {
		cost = '3% HP',
		effect = "Light Rush damage to one foe.",
	},
	['Venom Bite'] = {
		cost = '3% HP',
		effect = "Light Rush damage to one foe. Inflicts Poison.",
	},
	['Charm Bite'] = {
		cost = '3% HP',
		effect = "Light Rush damage to one foe. Inflicts Charm.",
	},
	['Stun Bite'] = {
		cost = '5% HP',
		effect = "Light Rush damage to one foe. Inflicts Bind.",
	},
	['Stone Bite'] = {
		cost = '5% HP',
		effect = "Light Rush damage to one foe. Inflicts Stone.",
	},
	['Squash'] = {
		cost = '12% HP',
		effect = "Medium Rush damage to one foe.",
	},
	['Constrict'] = {
		cost = '8% HP',
		effect = "Light Rush damage to one foe. Inflicts Bind.",
	},
	['Tackle'] = {
		cost = '12% HP',
		effect = "Medium Rush damage to one foe. Low accuracy.",
	},
	['Berserk'] = {
		cost = '15% HP',
		effect = "Light Rush damage to all foes.",
	},
	['Cleave'] = {
		cost = '15% HP',
		effect = "Light Rush damage to all foes.",
	},
	['Tempest'] = {
		cost = '10% HP',
		effect = "Medium Rush damage to 1-3 foes. Inflicts Paralysis.",
	},
	['Megaton Press'] = {
		cost = '24% HP',
		effect = "Heavy Rush damage to 2-4 foes.",
	},
	['Feral Claw'] = {
		cost = '5% HP',
		effect = "Light Punch damage to two foes.",
	},
	['Venom Claw'] = {
		cost = '5% HP',
		effect = "Light Punch damage to two foes. Inflicts Poison.",
	},
	['Stun Claw'] = {
		cost = '5% HP',
		effect = "Light Punch damage to two foes. Inflicts Bind.",
	},
	['Hell Fist'] = {
		cost = '3% HP',
		effect = "Light Punch damage to one foe.",
	},
	['Backhand Blow'] = {
		cost = '3% HP',
		effect = "Light Punch damage to one foe.",
	},
	['Tekken Punch'] = {
		cost = '10% HP',
		effect = 'Light Punch damage to 1-3 foes.',
	},
	['Fujin Attack'] = {
		cost = '10% HP',
		effect = "Light Punch damage to all foes. Inflicts Freeze.",
	},
	['Raijin Attack'] = {
		cost = '10% HP',
		effect = "Light Punch damage to all foes. Inflicts Shock.",
	},
	['Hammer Punch'] = {
		cost = '15% HP',
		effect = "Massive Punch damage to 1-3 foes.",
	},
	["Bodhisattva's Palm"] = {
		cost = '10% HP',
		effect = "Heavy Punch damage to one foe.",
	},
	['Akasha Arts'] = {
		cost = '14% HP',
		effect = "Light Punch damage to all foes.",
	},
	['Heel Drop'] = {
		cost = '4% HP',
		effect = "Light Kick damage to one foe.",
	},
	['Inazuma Kick'] = {
		cost = '8% HP',
		effect = 'Light Kick damage to one foe.',
	},
	['Jump Kick'] = {
		cost = '12% HP',
		effect = "Light Kick damage to 1-3 foes.",
	},
	['Thunder Kick'] = {
		cost = '20% HP',
		effect = "Heavy Kick damage to two foes.",
	},
	['Vulcan Kick'] = {
		cost = '25% HP',
		effect = "Massive Kick damage to 3-5 foes.",
	},
	['Toxic Sting'] = {
		cost = '5% HP',
		effect = "Light Flying attack to one foe. Inflicts Poison.",
	},
	['Stun Needle'] = {
		cost = '8% HP',
		effect = 'Light Flying attack to 2-3 foes. Inflicts Paralysis.',
	},
	['Needle Rush'] = {
		cost = '10% HP',
		effect = "Light Flying damage to 3-5 foes.",
	},
	['Wing Flap'] = {
		cost = '10% HP',
		effect = "Light Flying damage to all foes.",
	},
	['Death String'] = {
		cost = '14% HP',
		effect = "Medium Tech damage to all foes. Inflicts Bind.",
	},
	['Needle Tail'] = {
		cost = '20% HP',
		effect = "Medium Tech damage to all foes. Inflicts Poison.",
	},
	['Large Beheading'] = {
		cost = '18% HP',
		effect = 'Medium Tech damage to one foe. May instantly kill.',
	},
	['Acid'] = {
		cost = '5% HP',
		effect = "Light Tech damage to one foe. May poison.",
	},
	['Darkness Roar'] = {
		cost = '5% HP',
		effect = 'Medium Tech damage to all foes. Inflicts Panic on demons.',
	},
	['Spiral Sword'] = {
		cost = '10% HP',
		effect = "Light Sword damage to 2-3 foes.",
	},
	['Heat Wave'] = {
		cost = '10% HP',
		effect = "Medium Sword damage to 2-3 foes.",
	},
	['Hell Fang'] = {
		cost = '10% HP',
		effect = 'Heavy Sword damage to one foe.',
	},
	['Dharma Kaeshi'] = {
		cost = '20% HP',
		effect = "Heavy Sword damage to one foe.",
	},
	['Hades Blast'] = {
		cost = '20% HP',
		effect = "Heavy Sword damage to 1-3 foes.",
	},
	['Deathbound'] = {
		cost = '20% HP',
		effect = "Heavy Sword damage to 1-2 foes.",
	},
	['Mega Strike'] = {
		cost = '25% HP',
		effect = "Massive Sword damage to one foe. May instantly kill.",
	},
	['Plasma'] = {
		cost = '2% HP',
		effect = "Light Gun damage to one foe.",
	},
	['Plasma Ball'] = {
		cost = '4% HP',
		effect = "Light Gun damage to 2-4 foes.",
	},
	['Plasma Smasher'] = {
		cost = '8% HP',
		effect = "Light Gun damage to all foes.",
	},
	['Suck'] = {
		cost = '5% HP',
		effect = 'Light damage to an enemy, user recovers half inflicted damage.',
	},
	['Vile Fang'] = {
		cost = '10% HP',
		effect = "Damages HP and MP of all foes",
	},
	['Self-Destruct'] = {
		cost = '50% HP',
		effect = "User Sacrifices self to deal heavy damage to foes. (Enemy only)",
	},
	['Rest'] = {
		cost = '5% HP',
		effect = "Restores HP equivalent to three times the cost for activating this skill. (Enemy only)",
	},
	['Left Hand of Evil'] = {
		cost = ' - ',
		effect = "Cuts the player's [[Magnetite]] by half. (Enemy only)",
	},
	['Right Hand of Desire'] = {
		cost = ' - ',
		effect = "Cuts the player's [[Macca]] by half. (Enemy only)",
	},
	['Guard'] = {
		cost = ' - ',
		effect = 'Reduce damage taken for the rest of the turn (Enemy only)',
	},
	['Escape'] = {
		cost = ' - ',
		effect = "Run away (Enemy only)",
	},
	['Call Ally'] = {
		cost = ' - ',
		effect = "Summon allies (Enemy only)",
	},
	['Fire Breath'] = {
		cost = '8 MP',
		effect = 'Medium Fire damage to 1-3 foes.',
	},
	['Ice Breath'] = {
		cost = '8 MP',
		effect = 'Light Ice damage to 1-3 foes.',
	},
	['Shock'] = {
		cost = '6 MP',
		effect = 'Medium Electric damage to 1-3 foes.',
	},
	['Sol Smasher'] = {
		cost = '17 MP',
		effect = 'Heavy Almighty damage to all foes.',
	},
	['Holy Wrath'] = {
		cost = '108 MP',
		effect = 'All participants in battle receive 1/8 of their current HP as damage <abbr title="only those whose alignment differs from the caster">*</abbr>.',
	},
	['Deathtouch'] = {
		cost = '4 MP',
		effect = "Absorbs the enemy's HP.",
	},
	['Poison Breath'] = {
		cost = '7 MP',
		effect = "Inflicts Poison ailment to 1-2 foes. (Magic-type)",
	},
	['Joy Song'] = {
		cost = '4 MP',
		effect = "Inflicts Happy ailment to all foes. (Magic-type)",
	},
	['Happy Dance'] = {
		cost = '4 MP',
		effect = "Inflicts Happy ailment to all foes. (Magic-type)",
	},
	['Melody of the Expanse'] = {
		cost = '11 MP',
		effect = "Inflicts Close ailment to all foes. (Magic-type)",
	},
	['Panic Voice'] = {
		cost = '2 MP',
		effect = "Inflicts Panic ailment to all foes. (Bind-type)",
	},
	['Bind Voice'] = {
		cost = '8 MP',
		effect = "Inflicts Bind ailment to all foes. (Bind-type)",
	},
	['Randy Haze'] = {
		cost = '13 MP',
		effect = "Medium Mind damage to all foes. Inflicts Charm. (Nerve-type)",
	},
	['Drop Voice'] = {
		cost = '12 MP',
		effect = "Medium Mind damage to all foes. Inflicts Sleep. (Nerve-type)",
	},
	['Sexy Dance'] = {
		cost = '6 MP',
		effect = "Inflicts Charm ailment to all foes. (Mind-type)",
	},
	['Lullaby'] = {
		cost = '6 MP',
		effect = "Inflicts Sleep ailment to all foes. (Mind-type)",
	},
	['Fog Breath'] = {
		cost = '8 MP',
		effect = "Decreases all foes' evasion sharply. (Mind-type)",
	},
	["Wire Breath"] = {
		cost = '9 MP',
		effect = "Inflicts Bind ailment to multiple foes. (Curse-type)",
	},
	['Para Eyes'] = {
		cost = '2 MP',
		effect = "Inflicts Paralysis ailment to one foe. (Curse-type)",
	},
	['Petra Eyes'] = {
		cost = '4 MP',
		effect = "Inflicts Stone ailment to one foe. (Curse-type)",
	},
	["Hell's Eye"] = {
		cost = '8 MP',
		effect = "Instant death to a single foe. (Curse-type)",
	},
	['Life Drain'] = {
		cost = '7 MP',
		effect = "Inflicts Bat ailment to one foe. (Curse-type)",
	},
	["Bael's Curse"] = {
		cost = '8 MP',
		effect = "Inflicts Fly ailment to one foe. (Curse-type)",
	},
	['Sol Cluster'] = {
		cost = '49 MP',
		effect = "Instantly kills one enemy. (Curse-type)",
	},
	["Devil's Kiss (Male)"] = {
		cost = ' - ',
		effect = 'An <abbr title="First use inflicts Paralysis, second use reduces level">Energy Drain</abbr> attack. Lowers the level of humanoid enemies.',
	},
	["Devil's Kiss (Female)"] = {
		cost = ' - ',
		effect = 'An <abbr title="First use inflicts Paralysis, second use reduces level">Energy Drain</abbr> attack. Lowers the level of humanoid enemies.',
	},
	["Devil's Smile"] = {
		cost = ' - ',
		effect = 'An <abbr title="First use inflicts Paralysis, second use reduces level">Energy Drain</abbr> attack. Lowers the level of humanoid enemies.',
	},
	["Power Breath"] = {
		cost = '12 MP',
		effect = "Raises all allies' attack and evasion.",
	},
	["Dark Breath"] = {
		cost = '12 MP',
		effect = "Raises all allies' defense and magic.",
	},
	["Fire Wall"] = {
		cost = '4 MP',
		effect = "Nullifies Fire attacks for one turn.",
	},
	["Water Wall"] = {
		cost = '4 MP',
		effect = "Nullifies Ice attacks for one turn.",
	},
	['Debilitate'] = {
		cost = '16 MP',
		effect = "Decreases stats of all foes. (Enemy only)",
	},
	['Critical Strike'] = {
		cost = '?',
		effect = "Inflicts critical damage to 1 enemy",
	},
	['Absorption'] = { -- Yumi Shirakawa
		cost = '?',
		effect = "''Effects Unknown''",
	},
	['Fire Slap'] = { -- Yumi Shirakawa
		cost = '?',
		effect = "''Effects Unknown''",
	},
	['Burning Suicide'] = { -- Yumi Shirakawa 
		cost = '95% HP',
		effect = "Inflicts severe Almighty damage to all enemies",
	},
	['Wind Cutter'] = { -- Reiko Akanezawa
		cost = '?',
		effect = "''Effects Unknown''",
	},
	["Spiders' Sting"] = { -- Lilith
		cost = '?',
		effect = "Transform [[Tamaki Uchida|the Hero]] into a Spider.",
	},
	['Creation Will'] = { -- Zurvan
		cost = ' - ',
		effect = 'Automatically kills all enemies. (Bad Ending cutscene)',
	},
	['The Hatred'] = { -- Hazama
		cost = ' - ',
		effect = 'Inflicts 999 damage to all enemies.',
	},
	['Divine Revenge'] = { -- Hazama
		cost = ' - ',
		effect = "Decreases enemy's HP to 35%.",
	},
	['Death Flies'] = { -- Beelzebub
		cost = ' - ',
		effect = "Inflicts poison to all enemies.  High chance of instant kill.",
	},
}

local aliases = {
	-- Alternative name = Name used as key in data table.
	['Hanma'] = "Hama",
	['Mahanma'] = "Mahama",
	['Hanmaon'] = "Hamaon",
	['Megidoloan'] = "Megidolaon",
	['Posmudi'] = "Posumudi",
	['Penpatra'] = "Pen Patra",
	['Sabatama'] = "Sabatoma",
	['Sibaboo'] = "Shibaboo",
	['Hapirma'] = "Hapilma",
	['Bash'] = "Tackle",
	['Crush'] = "Squash",
	['Rampage'] = "Berserk",
	["Boddhisattva's Palm"] = "Bodhisattva's Palm",
	["Hell's Fist"] = "Hell Fist",
	['Thunder Attack'] = "Raijin Attack",
	['Raitei Kick'] = "Thunder Kick",
	['Poison Needle'] = "Toxic Sting",
	['Spin Slash'] = "Spiral Sword",
	['Death Bound'] = "Deathbound",
	['Daisetsuzan'] = "Large Beheading",
	['Divine Punishment'] = "Holy Wrath",
        ['Divine Retribution'] = "Holy Wrath",
	['Suitsuki'] = "Suck",
	['Digestive Juice'] = "Suck",
	['Death Touch'] = "Deathtouch",
	['Life Drain'] = "Deathtouch",
	['Happiness Song'] = "Joy Song",
	['Song of Happiness'] = "Joy Song",
	['Voice Drop'] = "Drop Voice",
	['Paral Eyes'] = "Para Eyes",
	["Devil's Kiss (male)"] = "Devil's Kiss (Male)",
	["Devil's Kiss (female)"] = "Devil's Kiss (Female)",
	['Flame Wall'] = "Fire Wall",
	['Megaton Breath'] = "Power Breath",
	['Recover'] = "Rest",
	['Protect'] = "Guard",
        ['Defend'] = "Guard",
	['Summon Ally'] = "Call Ally",
        ['Bite'] = "Feral Bite",
        ['Poison Bite'] = "Venom Bite",
        ['Paralysis Bite'] = "Stun Bite",
        ['Petra Bite'] = "Stone Bite",
        ['Scratch'] = "Feral Claw",
        ['Poison Scratch'] = "Venom Claw",
        ['Paralysis Scratch'] = "Stun Claw",
        ['Paralysis Needle'] = "Stun Needle",
        ['Vomit'] = "Acid",
        ['Self Destruct'] = "Self-Destruct",
        ['Flee'] = "Escape",
        ['Poison Gas Breath'] = "Poison Breath",
        ['Blood Suck'] = "Life Drain",
}

return {
	skills = skills,
	aliases = aliases,
}

--[[Category:Skills modules|S]]
--[[Category:Shin Megami Tensei: if...|~]]
Advertisement