megaten
Version:
An unofficial collection of data from the Shin Megami Tensei and Persona games.
2,332 lines (2,331 loc) • 224 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const skillData = [
{
name: '+15% EXP',
affinity: 'Passive',
type: 'POSTBATTLE',
amount: 15,
inactive: false,
stat: 'EXP'
},
{
name: '+50% EXP',
affinity: 'Passive',
type: 'POSTBATTLE',
amount: 50,
inactive: false,
stat: 'EXP'
},
{
name: 'Abysmal Surge',
affinity: 'Ailment',
type: 'AILMENT',
range: 'All',
cost: 12,
ailments: [
'Despair'
],
chance: 55
},
{
name: 'Abyssal Eye',
affinity: 'Almighty',
type: 'ATTACK',
unique: true,
accuracy: 90,
cost: {
stat: 'MP',
amount: 50
},
power: {
amount: 270,
display: 'Severe',
type: 'Magic'
},
range: 'All',
series: 'persona'
},
{
name: 'Abyssal Mask',
affinity: 'Passive',
type: 'MISC',
cost: null,
description: 'Greatly decreases chance of instakill and being afflicted with ailments.'
},
{
name: 'Abyssal Wings',
affinity: 'Dark',
type: 'ATTACK',
unique: true,
accuracy: 90,
cost: {
stat: 'MP',
amount: 30
},
power: {
amount: 205,
display: 'Severe',
type: 'Magic'
},
range: 'All',
series: 'persona'
},
{
name: 'Acrobat Kick',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 25
},
flags: [
'+200% Crit Rate'
],
power: {
amount: 80,
display: 'Weak',
type: 'Physical'
},
range: 'One',
series: 'smt'
},
{
name: 'Active Support',
affinity: 'Passive',
type: 'NAVI',
unique: null,
description: 'Moral Support may now Charge or recover MP.'
},
{
name: 'Adverse Resolve',
affinity: 'Passive',
type: 'CRITBOOST',
amount: 20,
criteria: 'Surround'
},
{
name: 'Aeon Rain',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 75,
cost: {
stat: 'HP',
amount: 18
},
max: 1,
min: 3,
power: {
amount: 150,
display: 'Medium',
type: 'Physical'
},
range: 'All',
series: 'persona'
},
{
name: 'Agi',
affinity: 'Fire',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 10
},
power: {
amount: 130,
display: 'Weak',
type: 'Magic'
},
range: 'One',
series: 'smt'
},
{
name: 'Agibarion',
aliases: [
'Inferno'
],
affinity: 'Fire',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 50
},
power: {
amount: 265,
display: 'Severe',
type: 'Magic'
},
range: 'One',
series: 'smt'
},
{
name: 'Agidyne',
affinity: 'Fire',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 35
},
power: {
amount: 215,
display: 'Heavy',
type: 'Magic'
},
range: 'One',
series: 'smt'
},
{
name: 'Agilao',
affinity: 'Fire',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 20
},
power: {
amount: 160,
display: 'Medium',
type: 'Magic'
},
range: 'One',
series: 'smt'
},
{
name: 'Agneyastra',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 80,
cost: {
stat: 'HP',
amount: 24
},
max: 3,
min: 1,
power: {
amount: 150,
display: 'Medium',
type: 'Physical'
},
range: 'All',
series: 'persona'
},
{
name: 'Ailment Boost',
affinity: 'Passive',
type: 'AILBOOST',
ailment: 'All',
amount: 25,
criteria: null
},
{
name: 'Akashic Arts',
aliases: [
'Akasha Arts'
],
affinity: 'Phys',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 50
},
flags: [
'Crit Damage Boost'
],
power: {
amount: 275,
display: 'Severe',
type: 'Physical'
},
range: 'One',
series: 'smt'
},
{
name: 'Alertness',
affinity: 'Passive',
type: 'MISC',
cost: null,
description: 'Decreases chance of being ambushed by foes.'
},
{
name: 'Ali Dance',
affinity: 'Passive',
type: 'EVASION',
amount: 2,
criteria: null,
element: 'All'
},
{
name: 'All-out Attack Boost',
affinity: 'Passive',
type: 'MISC',
cost: null,
description: 'Increases strength of All-Out Attacks.'
},
{
name: 'Almighty Amp',
affinity: 'Passive',
type: 'BOOST',
amount: 50,
element: 'Almighty',
stacks: 'x'
},
{
name: 'Almighty Boost',
affinity: 'Passive',
type: 'BOOST',
amount: 25,
element: 'Almighty',
stacks: 'x'
},
{
name: 'Almighty Pleroma',
affinity: 'Passive',
type: 'BOOST',
amount: 20,
element: 'Almighty',
stacks: '+'
},
{
name: 'Ambient Aid',
affinity: 'Passive',
type: 'AILBOOST',
ailment: 'All',
amount: 30,
criteria: 'Rain/Snow'
},
{
name: 'Analysis',
affinity: 'Passive',
type: 'NAVI',
unique: null,
description: 'Confirm affinities of enemies you have previously attacked.'
},
{
name: 'Andalucia',
affinity: 'Phys',
type: 'ATTACK',
unique: true,
accuracy: 108,
cost: {
stat: 'MP',
amount: 20
},
max: 6,
min: 3,
power: {
amount: 85,
display: 'Weak',
type: 'Physical'
},
range: 'Random',
series: 'smt'
},
{
name: 'Angelic Grace',
affinity: 'Passive',
type: 'EVASION',
amount: 2,
criteria: null,
element: 'Magic'
},
{
name: 'Anima Freeze',
affinity: 'Ailment',
type: 'AILMENT',
range: 'All',
cost: 12,
ailments: [
'Exhaust'
],
chance: 30
},
{
name: 'Apt Pupil',
affinity: 'Passive',
type: 'CRITBOOST',
amount: 100,
criteria: null
},
{
name: 'Aramasa',
affinity: 'Phys',
type: 'ATTACK',
unique: null,
accuracy: 98,
cost: {
stat: 'MP',
amount: 10
},
max: 8,
min: 8,
power: {
amount: 20,
display: 'Weak',
type: 'Physical'
},
range: 'One',
series: 'smt'
},
{
name: 'Arm Chopper',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 90,
ailments: [
{
name: 'Fear',
chance: 15
}
],
cost: {
stat: 'HP',
amount: 9
},
max: 2,
min: 2,
power: {
amount: 75,
display: 'Weak',
type: 'Physical'
},
range: 'One',
series: 'persona'
},
{
name: 'Arms Master',
affinity: 'Passive',
type: 'MASTER',
amount: 50,
stat: 'HP'
},
{
name: 'Arrow Rain',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 75,
cost: {
stat: 'HP',
amount: 18
},
max: 2,
min: 2,
power: {
amount: 125,
display: 'Heavy',
type: 'Physical'
},
range: 'All',
series: 'persona'
},
{
name: 'Assault Dive',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 90,
cost: {
stat: 'HP',
amount: 13
},
power: {
amount: 180,
display: 'Heavy',
type: 'Physical'
},
range: 'One',
series: 'persona'
},
{
name: 'Astral Saintstrike',
affinity: 'Phys',
type: 'ATTACK',
unique: true,
accuracy: 108,
cost: {
stat: 'MP',
amount: 40
},
max: 15,
min: 15,
power: {
amount: 20,
display: 'Weak',
type: 'Physical'
},
range: 'Random',
series: 'smt'
},
{
name: 'Atomic Flare',
affinity: 'Nuke',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 50
},
power: {
amount: 265,
display: 'Severe',
type: 'Magic'
},
range: 'One',
series: 'persona'
},
{
name: 'Atom Smasher',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 80,
ailments: [
{
name: 'Fear',
chance: 15
}
],
cost: {
stat: 'HP',
amount: 16
},
max: 2,
power: {
amount: 80,
display: 'Medium',
type: 'Physical'
},
range: 'All',
series: 'persona'
},
{
name: 'Attack Master',
aliases: [
'Auto-Tarukaja'
],
affinity: 'Passive',
type: 'AUTOBUFF',
buff: 'Attack',
range: 'Self'
},
{
name: 'Auto-Maraku',
affinity: 'Passive',
type: 'AUTOBUFF',
buff: 'Defense',
range: 'Party'
},
{
name: 'Auto-Masuku',
affinity: 'Passive',
type: 'AUTOBUFF',
buff: 'Accuracy/Evasion',
range: 'Party'
},
{
name: 'Auto-Mataru',
affinity: 'Passive',
type: 'AUTOBUFF',
buff: 'Attack',
range: 'Party'
},
{
name: 'Axel Claw',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 24
},
max: 4,
min: 2,
power: {
amount: 120,
display: 'Medium',
type: 'Physical'
},
range: 'Random',
series: 'smt'
},
{
name: 'Ayamur',
affinity: 'Phys',
type: 'ATTACK',
unique: true,
accuracy: 95,
cost: {
stat: 'HP',
amount: 25
},
max: 3,
min: 3,
power: {
amount: 125,
display: 'Medium',
type: 'Physical'
},
range: 'One',
series: 'persona'
},
{
name: 'Babylon Curse',
affinity: 'Almighty',
type: 'ATTACK',
unique: null,
accuracy: 98,
ailments: [
{
name: 'Mud',
chance: 100
}
],
cost: {
stat: 'MP',
amount: 0
},
power: {
amount: 100,
display: 'Weak',
type: 'Magic'
},
range: 'One',
series: 'smt'
},
{
name: 'Babylon Goblet',
affinity: 'Almighty',
type: 'ATTACK',
unique: true,
accuracy: 98,
ailments: [
{
name: 'Confuse',
chance: 45
}
],
cost: {
stat: 'MP',
amount: 80
},
power: {
amount: 180,
display: 'Severe',
type: 'Magic'
},
range: 'All',
series: 'smt'
},
{
name: 'Bad Beat',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 80,
ailments: [
{
name: 'Despair',
chance: 5
}
],
cost: {
stat: 'HP',
amount: 21
},
power: {
amount: 150,
display: 'Medium',
type: 'Physical'
},
range: 'All',
series: 'persona'
},
{
name: 'Baisudi',
affinity: 'Recovery',
type: 'RECOVERY',
range: 'Ally',
cost: 4,
ailments: [
'Burn',
'Freeze',
'Shock'
],
amount: null
},
{
name: 'Beast Eye',
affinity: 'Passive',
type: 'MISC',
cost: null,
description: 'Increases Accuracy.'
},
{
name: 'Beast Weaver',
affinity: 'Phys',
type: 'ATTACK',
unique: true,
accuracy: 90,
cost: {
stat: 'HP',
amount: 20
},
flags: [
'Attack Reduced'
],
power: {
amount: 600,
display: 'Colossal',
type: 'Physical'
},
range: 'One',
series: 'persona'
},
{
name: 'Beatdown',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 15
},
flags: [
'HP Dependent'
],
power: {
amount: 110,
display: 'Weak',
type: 'Physical'
},
range: 'One',
series: 'smt'
},
{
name: 'Berserker God',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 15
},
power: {
amount: 180,
display: 'Medium',
type: 'Physical'
},
range: 'One',
series: 'smt'
},
{
name: 'Bestial Bite',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 5
},
flags: [
'Crit Damage Boost'
],
power: {
amount: 130,
display: 'Weak',
type: 'Physical'
},
range: 'One',
series: 'smt'
},
{
name: 'Black Dracostrike',
affinity: 'Dark',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 30
},
flags: [
'Weakness Instakill'
],
power: {
amount: 200,
display: 'Medium',
type: 'Physical'
},
range: 'One',
series: 'smt'
},
{
name: 'Black Spot',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 80,
cost: {
stat: 'HP',
amount: 16
},
power: {
amount: 200,
display: 'Medium',
type: 'Physical'
},
range: 'One',
series: 'persona'
},
{
name: 'Black Viper',
affinity: 'Almighty',
type: 'ATTACK',
unique: true,
accuracy: 98,
cost: {
stat: 'MP',
amount: 48
},
power: {
amount: 210,
display: 'Severe',
type: 'Magic'
},
range: 'One',
series: 'persona'
},
{
name: 'Blade of Fury',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 90,
cost: {
stat: 'HP',
amount: 18
},
max: 4,
min: 2,
power: {
amount: 80,
display: 'Medium',
type: 'Physical'
},
range: 'All',
series: 'persona'
},
{
name: 'Bleeding Dry Brush',
affinity: 'Support',
type: 'BARRIER',
unique: null,
range: 'Ally',
cost: 22,
barriers: [
'Painting'
]
},
{
name: 'Blight',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 98,
ailments: [
{
name: 'Poison',
chance: 35
}
],
cost: {
stat: 'MP',
amount: 20
},
max: 4,
min: 2,
power: {
amount: 100,
display: 'Weak',
type: 'Physical'
},
range: 'Random',
series: 'smt'
},
{
name: 'Blinding Strike',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 15
},
flags: [
'Accuracy/Evasion Down'
],
power: {
amount: 130,
display: 'Weak',
type: 'Physical'
},
range: 'One',
series: 'smt'
},
{
name: 'Bloodbath',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 80,
ailments: [
{
name: 'Fear',
chance: 5
}
],
cost: {
stat: 'HP',
amount: 22
},
power: {
amount: 200,
display: 'Heavy',
type: 'Physical'
},
range: 'All',
series: 'persona'
},
{
name: 'Bloody Glee',
affinity: 'Passive',
type: 'MISC',
cost: null,
description: 'Increases Critical Rate.'
},
{
name: 'Boon Boost',
affinity: 'Passive',
type: 'MISC',
cost: null,
description: 'Your -kaja/-nda skills last 1 extra turn.'
},
{
name: 'Boon Boost EX',
affinity: 'Passive',
type: 'MISC',
cost: null,
description: 'Your -kaja/-nda skills last 2 extra turns.'
},
{
name: 'Bouncing Claw',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 12
},
max: 3,
min: 2,
power: {
amount: 65,
display: 'Weak',
type: 'Physical'
},
range: 'One',
series: 'smt'
},
{
name: 'Bowl of Hygieia',
affinity: 'Support',
type: 'CHARGE',
range: 'Self',
cost: 20,
charge: 'Recovery'
},
{
name: 'Brain Buster',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 80,
ailments: [
{
name: 'Charm',
chance: 5
}
],
cost: {
stat: 'HP',
amount: 22
},
power: {
amount: 200,
display: 'Heavy',
type: 'Physical'
},
range: 'All',
series: 'persona'
},
{
name: 'Brain Shake',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 90,
ailments: [
{
name: 'Charm',
chance: 20
}
],
cost: {
stat: 'HP',
amount: 9
},
power: {
amount: 100,
display: 'Medium',
type: 'Physical'
},
range: 'One',
series: 'persona'
},
{
name: 'Brave Blade',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 45
},
flags: [
'+30% Crit Rate'
],
power: {
amount: 220,
display: 'Heavy',
type: 'Physical'
},
range: 'One',
series: 'smt'
},
{
name: 'Brave Step',
affinity: 'Support',
type: 'CRIT',
unique: null,
range: 'Party',
cost: 16
},
{
name: 'Bufu',
affinity: 'Ice',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 10
},
power: {
amount: 130,
display: 'Weak',
type: 'Magic'
},
range: 'One',
series: 'smt'
},
{
name: 'Bufubarion',
aliases: [
'Diamond Dust',
'Niflheim'
],
affinity: 'Ice',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 50
},
power: {
amount: 265,
display: 'Severe',
type: 'Magic'
},
range: 'One',
series: 'smt'
},
{
name: 'Bufudyne',
affinity: 'Ice',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 35
},
power: {
amount: 215,
display: 'Heavy',
type: 'Magic'
},
range: 'One',
series: 'smt'
},
{
name: 'Bufula',
affinity: 'Ice',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 20
},
power: {
amount: 160,
display: 'Medium',
type: 'Magic'
},
range: 'One',
series: 'smt'
},
{
name: 'Burn Boost',
affinity: 'Passive',
type: 'AILBOOST',
ailment: 'Burn',
amount: 25,
criteria: null
},
{
name: 'Cadenza',
affinity: 'Recovery',
type: 'RECOVERY',
unique: true,
range: 'Party',
cost: 24,
amount: 'Half',
buffs: [
'Accuracy/Evasion'
]
},
{
name: 'Call Allies',
affinity: 'Misc',
type: 'SUMMON',
unique: null,
demon: null
},
{
name: 'Call Angels',
affinity: 'Misc',
type: 'SUMMON',
unique: null,
demon: 'Dominion'
},
{
name: 'Call Evil',
affinity: 'Misc',
type: 'SUMMON',
unique: null,
demon: 'Loa'
},
{
name: 'Call Soldiers',
affinity: 'Misc',
type: 'SUMMON',
unique: null,
demon: 'Power'
},
{
name: 'Call Souls',
affinity: 'Misc',
type: 'SUMMON',
unique: null,
demon: 'Legion'
},
{
name: 'Carnage Fang',
affinity: 'Phys',
type: 'ATTACK',
unique: true,
accuracy: 98,
cost: {
stat: 'MP',
amount: 20
},
flags: [
'Crit Damage Boost'
],
power: {
amount: 260,
display: 'Heavy',
type: 'Physical'
},
range: 'One',
series: 'smt'
},
{
name: 'Catastrophe',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 75
},
power: {
amount: 290,
display: 'Severe',
type: 'Physical'
},
range: 'One',
series: 'smt'
},
{
name: 'Cautious Cheer',
affinity: 'Support',
type: 'SUPPORT',
unique: true,
range: 'Party',
cost: 50,
buffs: [
'Defense',
'Accuracy/Evasion'
],
negate: false,
debuffs: [],
auto: []
},
{
name: 'Cell Breaker',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 90,
ailments: [
{
name: 'Enervate',
chance: 35
}
],
cost: {
stat: 'HP',
amount: 10
},
power: {
amount: 140,
display: 'Weak',
type: 'Physical'
},
range: 'One',
series: 'persona'
},
{
name: 'Certain Escape',
affinity: 'Passive',
type: 'NAVI',
unique: null,
description: 'Escape random battles successfully.'
},
{
name: 'Champion\'s Cup',
affinity: 'Recovery',
type: 'RECOVERY',
unique: null,
range: 'Ally',
cost: 10,
amount: 'Moderate',
buffs: [
'Attack'
]
},
{
name: 'Chaotic Will',
affinity: 'Ailment',
type: 'MISC',
unique: null,
cost: 150,
description: 'Chance of instakill to all foes. Foe\'s Press Turn Icons will be halved next turn.'
},
{
name: 'Charge',
aliases: [
'Power Charge'
],
affinity: 'Support',
type: 'CHARGE',
range: 'Self',
cost: 10,
charge: 'Charge'
},
{
name: 'Charm Boost',
aliases: [
'Brainwash Boost'
],
affinity: 'Passive',
type: 'AILBOOST',
ailment: 'Charm',
amount: 25,
criteria: null
},
{
name: 'Charmdi',
affinity: 'Recovery',
type: 'RECOVERY',
range: 'Ally',
cost: 5,
ailments: [
'Charm'
],
amount: null
},
{
name: 'Checkmate',
affinity: 'Support',
type: 'SUPPORT',
unique: null,
range: 'All',
cost: 90,
buffs: [],
negate: false,
debuffs: [
'Attack',
'Defense',
'Accuracy/Evasion'
],
auto: []
},
{
name: 'Cleave',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 90,
cost: {
stat: 'HP',
amount: 6
},
power: {
amount: 75,
display: 'Weak',
type: 'Physical'
},
range: 'One',
series: 'persona'
},
{
name: 'Climate Decorum',
affinity: 'Passive',
type: 'EVASION',
amount: 2,
criteria: 'Rain/Snow',
element: 'All'
},
{
name: 'Cold Dark Matter',
affinity: 'Support',
type: 'SUPPORT',
unique: null,
range: 'Self',
cost: 0,
buffs: [
'Defense'
],
negate: false,
debuffs: [],
flags: [
'Maximize Buff'
],
auto: []
},
{
name: 'Complete Analysis',
affinity: 'Passive',
type: 'NAVI',
unique: null,
description: 'Reveals all elemental affinities on all enemies.'
},
{
name: 'Concealment',
affinity: 'Support',
type: 'MISC',
cost: 4,
description: 'Decreases chance of being targeted by foes.'
},
{
name: 'Concentrate',
aliases: [
'Mind Charge'
],
affinity: 'Support',
type: 'CHARGE',
range: 'Self',
cost: 10,
charge: 'Concentrate'
},
{
name: 'Confuse Boost',
aliases: [
'Dizzy Boost'
],
affinity: 'Passive',
type: 'AILBOOST',
ailment: 'Confuse',
amount: 25,
criteria: null
},
{
name: 'Contempt of God',
affinity: 'Misc',
type: 'MISC',
unique: null,
cost: 0,
description: 'Adds 2 Press Turn Icons to your next turn.'
},
{
name: 'Cool Breeze',
affinity: 'Passive',
type: 'POSTBATTLE',
amount: 8,
inactive: false,
stat: 'HPMP'
},
{
name: 'Cornered Fang',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 85,
cost: {
stat: 'HP',
amount: 10
},
flags: [
'Surround Boost'
],
power: {
amount: 125,
display: 'Medium',
type: 'Physical'
},
range: 'One',
series: 'persona'
},
{
name: 'Cosmic Flare',
affinity: 'Nuke',
type: 'ATTACK',
accuracy: 95,
cost: {
stat: 'MP',
amount: 75
},
power: {
amount: 185,
display: 'Severe',
type: 'Magic'
},
range: 'All',
series: 'persona'
},
{
name: 'Counter',
affinity: 'Passive',
type: 'SMTCOUNTER',
attackDown: false,
chance: 50,
element: 'Phys',
power: {
amount: 100,
display: 'Weak'
}
},
{
name: 'Counter - Persona',
aliases: [
'Counter'
],
affinity: 'Passive',
type: 'PERSONACOUNTER',
chance: 10
},
{
name: 'Counterstrike',
affinity: 'Passive',
type: 'PERSONACOUNTER',
chance: 15
},
{
name: 'Crazy Chain',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 80,
ailments: [
{
name: 'Rage',
chance: 20
}
],
cost: {
stat: 'HP',
amount: 14
},
power: {
amount: 110,
display: 'Medium',
type: 'Physical'
},
range: 'All',
series: 'persona'
},
{
name: 'Critical Aura',
affinity: 'Support',
type: 'CHARGE',
range: 'Self',
cost: 25,
charge: 'Critical'
},
{
name: 'Critical Slash',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 50,
cost: {
stat: 'MP',
amount: 10
},
flags: [
'+200% Crit Rate'
],
power: {
amount: 160,
display: 'Weak',
type: 'Physical'
},
range: 'One',
series: 'smt'
},
{
name: 'Critical Wave',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 25
},
flags: [
'+20% Crit Rate'
],
power: {
amount: 90,
display: 'Weak',
type: 'Physical'
},
range: 'All',
series: 'smt'
},
{
name: 'Critical Zealot',
affinity: 'Passive',
type: 'MISC',
cost: null,
description: 'Increases Critical damage, but normal damage decreases.'
},
{
name: 'Cross Slash',
affinity: 'Phys',
type: 'ATTACK',
unique: true,
accuracy: 99,
cost: {
stat: 'HP',
amount: 20
},
max: 2,
min: 2,
power: {
amount: 260,
display: 'Heavy',
type: 'Physical'
},
range: 'One',
series: 'persona'
},
{
name: 'Cruel Attack',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 90,
cost: {
stat: 'HP',
amount: 12
},
flags: [
'Down Boost'
],
power: {
amount: 180,
display: 'Medium',
type: 'Physical'
},
range: 'One',
series: 'persona'
},
{
name: 'Crusher Onslaught',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 50,
cost: {
stat: 'MP',
amount: 20
},
power: {
amount: 170,
display: 'Medium',
type: 'Physical'
},
range: 'All',
series: 'smt'
},
{
name: 'Curse Siphon',
affinity: 'Passive',
type: 'SIPHON',
amount: 10,
criteria: 'Ailment'
},
{
name: 'Damascus Claw',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 24
},
max: 3,
min: 2,
power: {
amount: 90,
display: 'Medium',
type: 'Physical'
},
range: 'One',
series: 'smt'
},
{
name: 'Dancing Strike',
affinity: 'Phys',
type: 'ATTACK',
unique: true,
accuracy: 98,
cost: {
stat: 'MP',
amount: 25
},
flags: [
'+30% Crit Rate'
],
max: 3,
min: 3,
power: {
amount: 80,
display: 'Medium',
type: 'Physical'
},
range: 'One',
series: 'smt'
},
{
name: 'Dark Amp',
aliases: [
'Curse Amp'
],
affinity: 'Passive',
type: 'BOOST',
amount: 50,
element: 'Dark',
stacks: 'x'
},
{
name: 'Dark Block',
affinity: 'Support',
type: 'BARRIER',
range: 'Party',
cost: 40,
barriers: [
'Dark Block'
]
},
{
name: 'Dark Boost',
aliases: [
'Curse Boost'
],
affinity: 'Passive',
type: 'BOOST',
amount: 25,
element: 'Dark',
stacks: 'x'
},
{
name: 'Dark Pleroma',
affinity: 'Passive',
type: 'BOOST',
amount: 20,
element: 'Dark',
stacks: '+'
},
{
name: 'Dark Sword',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 98,
ailments: [
{
name: 'Seal',
chance: 30
}
],
cost: {
stat: 'MP',
amount: 25
},
max: 2,
min: 2,
power: {
amount: 90,
display: 'Medium',
type: 'Physical'
},
range: 'One',
series: 'smt'
},
{
name: 'Dazzler',
affinity: 'Ailment',
type: 'AILMENT',
range: 'One',
cost: 5,
ailments: [
'Mirage'
],
chance: 70
},
{
name: 'Deadly Fury',
affinity: 'Phys',
type: 'ATTACK',
unique: true,
accuracy: 108,
cost: {
stat: 'MP',
amount: 50
},
flags: [
'+200% Crit Rate'
],
power: {
amount: 200,
display: 'Medium',
type: 'Physical'
},
range: 'One',
series: 'smt'
},
{
name: 'Deathbound',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 35
},
power: {
amount: 150,
display: 'Medium',
type: 'Physical'
},
range: 'All',
series: 'smt'
},
{
name: 'Death Flies',
affinity: 'Dark',
type: 'ATTACK',
unique: true,
accuracy: 98,
cost: {
stat: 'MP',
amount: 120
},
flags: [
'Weakness Instakill'
],
power: {
amount: 320,
display: 'Severe',
type: 'Magic'
},
range: 'All',
series: 'smt'
},
{
name: 'Death Lust',
affinity: 'Almighty',
type: 'ATTACK',
unique: true,
accuracy: 108,
ailments: [
{
name: 'Charm',
chance: 45
}
],
cost: {
stat: 'MP',
amount: 70
},
power: {
amount: 160,
display: 'Heavy',
type: 'Magic'
},
range: 'All',
series: 'smt'
},
{
name: 'Death Scythe',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 90,
ailments: [
{
name: 'Fear',
chance: 20
}
],
cost: {
stat: 'HP',
amount: 20
},
power: {
amount: 270,
display: 'Severe',
type: 'Physical'
},
range: 'One',
series: 'persona'
},
{
name: 'Debilitate',
affinity: 'Support',
type: 'SUPPORT',
range: 'All',
cost: 150,
buffs: [],
negate: false,
debuffs: [
'Attack',
'Defense',
'Accuracy/Evasion'
],
auto: []
},
{
name: 'Defense Master',
aliases: [
'Auto-Rakukaja'
],
affinity: 'Passive',
type: 'AUTOBUFF',
buff: 'Defense',
range: 'Self'
},
{
name: 'Dekaja',
affinity: 'Support',
type: 'SUPPORT',
range: 'All',
cost: 40,
buffs: [
'Attack',
'Defense',
'Accuracy/Evasion'
],
negate: true,
debuffs: [],
auto: []
},
{
name: 'Dekunda',
affinity: 'Support',
type: 'SUPPORT',
range: 'Party',
cost: 40,
buffs: [],
negate: true,
debuffs: [
'Attack',
'Defense',
'Accuracy/Evasion'
],
auto: []
},
{
name: 'Demonic Decree',
aliases: [
'Hell\'s Judgment'
],
affinity: 'Dark',
type: 'SET',
amount: '50%',
cost: 48
},
{
name: 'Despair Boost',
affinity: 'Passive',
type: 'AILBOOST',
ailment: 'Despair',
amount: 25,
criteria: null
},
{
name: 'Dia',
affinity: 'Recovery',
type: 'RECOVERY',
range: 'Ally',
cost: 8,
amount: 'Slight'
},
{
name: 'Diamrita',
affinity: 'Recovery',
type: 'RECOVERY',
range: 'Ally',
cost: 30,
ailments: 'All',
amount: 'Moderate'
},
{
name: 'Diarahan',
affinity: 'Recovery',
type: 'RECOVERY',
range: 'Ally',
cost: 35,
amount: 'Full'
},
{
name: 'Diarama',
affinity: 'Recovery',
type: 'RECOVERY',
range: 'Ally',
cost: 15,
amount: 'Moderate'
},
{
name: 'Die For Me!',
affinity: 'Dark',
type: 'ATTACK',
unique: true,
accuracy: 98,
cost: {
stat: 'MP',
amount: 35
},
flags: [
'Weakness Instakill'
],
max: 5,
min: 2,
power: {
amount: 120,
display: 'Medium',
type: 'Magic'
},
range: 'Random',
series: 'smt'
},
{
name: 'Divine Arrowfall',
affinity: 'Almighty',
type: 'ATTACK',
unique: null,
accuracy: 98,
cost: {
stat: 'MP',
amount: 35
},
power: {
amount: 170,
display: 'Heavy',
type: 'Magic'
},
range: 'All',
series: 'smt'
},
{
name: 'Divine Grace',
affinity: 'Passive',
type: 'MISC',
cost: null,
description: 'Increases the effect of healing skills by 50%.'
},
{
name: 'Divine Judgement',
aliases: [
'God\'s Judgment'
],
affinity: 'Light',
type: 'SET',
amount: '50%',
cost: 48
},
{
name: 'Dodge Dark',
aliases: [
'Dodge Curse'
],
affinity: 'Passive',
type: 'EVASION',
amount: 2,
criteria: null,
element: 'Dark'
},
{
name: 'Dodge Elec',
affinity: 'Passive',
type: 'EVASION',
amount: 2,
criteria: null,
element: 'Elec'
},
{
name: 'Dodge Fire',
affinity: 'Passive',
type: 'EVASION',
amount: 2,
criteria: null,
element: 'Fire'
},
{
name: 'Dodge Ice',
affinity: 'Passive',
type: 'EVASION',
amount: 2,
criteria: null,
element: 'Ice'
},
{
name: 'Dodge Light',
aliases: [
'Dodge Bless'
],
affinity: 'Passive',
type: 'EVASION',
amount: 2,
criteria: null,
element: 'Light'
},
{
name: 'Dodge Nuke',
affinity: 'Passive',
type: 'EVASION',
amount: 2,
criteria: null,
element: 'Dark'
},
{
name: 'Dodge Phys',
aliases: [
'Dodge Physical'
],
affinity: 'Passive',
type: 'EVASION',
amount: 2,
criteria: null,
element: 'Phys'
},
{
name: 'Dodge Psy',
affinity: 'Passive',
type: 'EVASION',
amount: 2,
criteria: null,
element: 'Psy'
},
{
name: 'Dodge Wind',
affinity: 'Passive',
type: 'EVASION',
amount: 2,
criteria: null,
element: 'Wind'
},
{
name: 'Donum Gladi',
affinity: 'Support',
type: 'CHARGE',
range: 'Ally',
cost: 40,
charge: 'Charge'
},
{
name: 'Donum Magici',
affinity: 'Support',
type: 'CHARGE',
range: 'Ally',
cost: 40,
charge: 'Concentrate'
},
{
name: 'Door of Hades',
affinity: 'Almighty',
type: 'ATTACK',
unique: true,
accuracy: 90,
cost: {
stat: 'MP',
amount: 32
},
flags: [
'Instakill'
],
power: {
amount: 110,
display: 'Heavy',
type: 'Magic'
},
range: 'All',
series: 'persona'
},
{
name: 'Dormina',
affinity: 'Ailment',
type: 'AILMENT',
range: 'One',
cost: 10,
ailments: [
'Sleep'
],
chance: 80
},
{
name: 'Dormin Rush',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 80,
ailments: [
{
name: 'Sleep',
chance: 5
}
],
cost: {
stat: 'HP',
amount: 16
},
power: {
amount: 100,
display: 'Medium',
type: 'Physical'
},
range: 'All',
series: 'persona'
},
{
name: 'Double Fangs',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 90,
cost: {
stat: 'HP',
amount: 10
},
max: 2,
min: 2,
power: {
amount: 75,
display: 'Weak',
type: 'Physical'
},
range: 'One',
series: 'persona'
},
{
name: 'Double Shot',
affinity: 'Gun',
type: 'ATTACK',
accuracy: 90,
cost: {
stat: 'HP',
amount: 12
},
max: 2,
min: 2,
power: {
amount: 100,
display: 'Weak',
type: 'Physical'
},
range: 'One',
series: 'persona'
},
{
name: 'Dragon Eye',
affinity: 'Passive',
type: 'MISC',
cost: null,
description: 'Greatly increases Accuracy.'
},
{
name: 'Drain Dark',
aliases: [
'Drain Curse'
],
affinity: 'Passive',
type: 'DEFENSIVE',
element: 'Dark',
newResistance: 'Drain'
},
{
name: 'Drain Elec',
aliases: [
'Absorb Elec'
],
affinity: 'Passive',
type: 'DEFENSIVE',
element: 'Elec',
newResistance: 'Drain'
},
{
name: 'Drain Fire',
aliases: [
'Absorb Fire'
],
affinity: 'Passive',
type: 'DEFENSIVE',
element: 'Fire',
newResistance: 'Drain'
},
{
name: 'Drain Force',
affinity: 'Passive',
type: 'DEFENSIVE',
element: 'Force',
newResistance: 'Drain'
},
{
name: 'Drain Ice',
aliases: [
'Absorb Ice'
],
affinity: 'Passive',
type: 'DEFENSIVE',
element: 'Ice',
newResistance: 'Drain'
},
{
name: 'Drain Light',
aliases: [
'Drain Bless'
],
affinity: 'Passive',
type: 'DEFENSIVE',
element: 'Light',
newResistance: 'Drain'
},
{
name: 'Drain Nuke',
affinity: 'Passive',
type: 'DEFENSIVE',
element: 'Nuke',
newResistance: 'Drain'
},
{
name: 'Drain Phys',
aliases: [
'Absorb Physical'
],
affinity: 'Passive',
type: 'DEFENSIVE',
element: 'Phys',
newResistance: 'Drain'
},
{
name: 'Drain Psy',
affinity: 'Passive',
type: 'DEFENSIVE',
element: 'Psy',
newResistance: 'Drain'
},
{
name: 'Drain Wind',
aliases: [
'Absorb Wind'
],
affinity: 'Passive',
type: 'DEFENSIVE',
element: 'Wind',
newResistance: 'Drain'
},
{
name: 'Dreadful Gleam',
affinity: 'Elec',
type: 'ATTACK',
unique: null,
accuracy: 108,
ailments: [
{
name: 'Seal',
chance: 40
}
],
cost: {
stat: 'MP',
amount: 0
},
power: {
amount: 150,
display: 'Heavy',
type: 'Magic'
},
range: 'All',
series: 'smt',
flags: [
'Pierce'
]
},
{
name: 'Dream Fist',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 98,
cost: {
stat: 'MP',
amount: 20
},
flags: [
'Asleep Boost'
],
power: {
amount: 140,
display: 'Weak',
type: 'Physical'
},
range: 'One',
series: 'smt'
},
{
name: 'Dream Needle',
affinity: 'Phys',
type: 'ATTACK',
accuracy: 98,
ailments: [
{
name: 'Sleep',
chance: 55
}
],
cost: {