Module:Data/Skill/p5t: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - " attribute = 'passive'," to " attribute = 'passive', cost = '—', range = '—',") |
Mistiryshak (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
local skill = { | local skill = { | ||
['agi'] = { | |||
attribute = 'burn', | |||
attribute_link = 'Fire', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '14', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '45', | |||
powerlvl = 'Light', | |||
range = '4', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "Deals light damage in a small area. Inflicts [[Burn]].", | |||
notes= '', | |||
name = 'Agi' | |||
}, | |||
['agilao'] = { | |||
attribute = 'burn', | |||
attribute_link = 'Fire', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '32', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '85', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Agilao' | |||
}, | |||
['agidyne'] = { | |||
attribute = 'burn', | |||
attribute_link = 'Fire', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '50', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '125', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Agidyne' | |||
}, | |||
['maragi'] = { | |||
attribute = 'burn', | |||
attribute_link = 'Fire', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '24', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '45', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Maragi' | |||
}, | |||
['maragion'] = { | |||
attribute = 'burn', | |||
attribute_link = 'Fire', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '42', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '85', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Maragion' | |||
}, | |||
['maragidyne'] = { | |||
attribute = 'burn', | |||
attribute_link = 'Fire', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '62', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '125', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Maragidyne' | |||
}, | |||
['hellfire'] = { | |||
attribute = 'burn', | |||
attribute_link = 'Fire', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '84', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '175', | |||
powerlvl = 'Severe', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Hellfire' | |||
}, | |||
['bufu'] = { | |||
attribute = 'freeze', | |||
attribute_link = 'Ice', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '14', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '35', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Bufu' | |||
}, | |||
['bufula'] = { | |||
attribute = 'freeze', | |||
attribute_link = 'Ice', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '32', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '70', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Bufula' | |||
}, | |||
['bufudyne'] = { | |||
attribute = 'freeze', | |||
attribute_link = 'Ice', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '50', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '105', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Bufudyne' | |||
}, | |||
['mabufu'] = { | |||
attribute = 'freeze', | |||
attribute_link = 'Ice', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '24', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '35', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Mabufu' | |||
}, | |||
['mabufula'] = { | |||
attribute = 'freeze', | |||
attribute_link = 'Ice', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '42', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '70', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Mabufula' | |||
}, | |||
['mabufudyne'] = { | |||
attribute = 'freeze', | |||
attribute_link = 'Ice', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '62', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '105', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Mabufudyne' | |||
}, | |||
['crystal bloom'] = { | |||
attribute = 'freeze', | |||
attribute_link = 'Ice', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '84', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '150', | |||
powerlvl = 'Severe', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Crystal Bloom' | |||
}, | |||
['zio'] = { | |||
attribute = 'shock', | |||
attribute_link = 'Elec', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '12', | |||
costtype = 'SP', | |||
target = 'Single Enemy', | |||
hit = '', | |||
power = '45', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Zio' | |||
}, | |||
['zionga'] = { | |||
attribute = 'shock', | |||
attribute_link = 'Elec', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '28', | |||
costtype = 'SP', | |||
target = 'Single Enemy', | |||
hit = '', | |||
power = '90', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Zionga' | |||
}, | |||
['ziodyne'] = { | |||
attribute = 'shock', | |||
attribute_link = 'Elec', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '45', | |||
costtype = 'SP', | |||
target = 'Single Enemy', | |||
hit = '', | |||
power = '135', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Ziodyne' | |||
}, | |||
['mazio'] = { | |||
attribute = 'shock', | |||
attribute_link = 'Elec', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '18', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '45', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Mazio' | |||
}, | |||
['mazionga'] = { | |||
attribute = 'shock', | |||
attribute_link = 'Elec', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '36', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '90', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Mazionga' | |||
}, | |||
['maziodyne'] = { | |||
attribute = 'shock', | |||
attribute_link = 'Elec', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '54', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '135', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Maziodyne' | |||
}, | |||
['brigantine blitzkrieg'] = { | |||
attribute = 'shock', | |||
attribute_link = 'Elec', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Map', | |||
hit = '', | |||
power = '41', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Brigantine Blitzkrieg' | |||
}, | |||
['brigantine blitzkrieg+'] = { | |||
attribute = 'shock', | |||
attribute_link = 'Elec', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Map', | |||
hit = '', | |||
power = '81', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Brigantine Blitzkrieg+' | |||
}, | |||
['brigantine blitzkrieg++'] = { | |||
attribute = 'shock', | |||
attribute_link = 'Elec', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Map', | |||
hit = '', | |||
power = '182', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Brigantine Blitzkrieg++' | |||
}, | |||
['almighty judgement'] = { | |||
attribute = 'shock', | |||
attribute_link = 'Elec', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '78', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '193', | |||
powerlvl = 'Severe', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Almighty Judgement' | |||
}, | |||
['garu'] = { | |||
attribute = 'sweep', | |||
attribute_link = 'Wind', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '8', | |||
costtype = 'SP', | |||
target = 'Single Enemy', | |||
hit = '', | |||
power = '25', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Garu' | |||
}, | |||
['garula'] = { | |||
attribute = 'sweep', | |||
attribute_link = 'Wind', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '24', | |||
costtype = 'SP', | |||
target = 'Single Enemy', | |||
hit = '', | |||
power = '55', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Garula' | |||
}, | |||
['garudyne'] = { | |||
attribute = 'sweep', | |||
attribute_link = 'Wind', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '40', | |||
costtype = 'SP', | |||
target = 'Single Enemy', | |||
hit = '', | |||
power = '85', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Garudyne' | |||
}, | |||
['magaru'] = { | |||
attribute = 'sweep', | |||
attribute_link = 'Wind', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '12', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '25', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Magaru' | |||
}, | |||
['magarula'] = { | |||
attribute = 'sweep', | |||
attribute_link = 'Wind', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '30', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '55', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Magarula' | |||
}, | |||
['magarudyne'] = { | |||
attribute = 'sweep', | |||
attribute_link = 'Wind', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '48', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '85', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Magarudyne' | |||
}, | |||
['winds of time'] = { | |||
attribute = 'sweep', | |||
attribute_link = 'Wind', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '29', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Winds of Time' | |||
}, | |||
['winds of time+'] = { | |||
attribute = 'sweep', | |||
attribute_link = 'Wind', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '64', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Winds of Time+' | |||
}, | |||
['winds of time++'] = { | |||
attribute = 'sweep', | |||
attribute_link = 'Wind', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '128', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Winds of Time++' | |||
}, | |||
['wheel of life'] = { | |||
attribute = 'sweep', | |||
attribute_link = 'Wind', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '72', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '125', | |||
powerlvl = 'Severe', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Wheel of Life' | |||
}, | |||
['psi'] = { | |||
attribute = 'hypno', | |||
attribute_link = 'Psychokinesis', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '12', | |||
costtype = 'SP', | |||
target = 'Single Enemy', | |||
hit = '', | |||
power = '25', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Psi' | |||
}, | |||
['psio'] = { | |||
attribute = 'hypno', | |||
attribute_link = 'Psychokinesis', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '28', | |||
costtype = 'SP', | |||
target = 'Single Enemy', | |||
hit = '', | |||
power = '55', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Psio' | |||
}, | |||
['psiodyne'] = { | |||
attribute = 'hypno', | |||
attribute_link = 'Psychokinesis', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '45', | |||
costtype = 'SP', | |||
target = 'Single Enemy', | |||
hit = '', | |||
power = '85', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Psiodyne' | |||
}, | |||
['mapsi'] = { | |||
attribute = 'hypno', | |||
attribute_link = 'Psychokinesis', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '18', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '25', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Mapsi' | |||
}, | |||
['mapsio'] = { | |||
attribute = 'hypno', | |||
attribute_link = 'Psychokinesis', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '36', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '55', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Mapsio' | |||
}, | |||
['mapsiodyne'] = { | |||
attribute = 'hypno', | |||
attribute_link = 'Psychokinesis', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '54', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '85', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Mapsiodyne' | |||
}, | |||
['noble lady\'s invitation'] = { | |||
attribute = 'hypno', | |||
attribute_link = 'Psychokinesis', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '23', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Noble Lady\'s Invitation' | |||
}, | |||
['noble lady\'s invitation+'] = { | |||
attribute = 'hypno', | |||
attribute_link = 'Psychokinesis', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '51', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Noble Lady\'s Invitation+' | |||
}, | |||
['noble lady\'s invitation++'] = { | |||
attribute = 'hypno', | |||
attribute_link = 'Psychokinesis', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '118', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Noble Lady\'s Invitation++' | |||
}, | |||
['psycho impact'] = { | |||
attribute = 'hypno', | |||
attribute_link = 'Psychokinesis', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '78', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '125', | |||
powerlvl = 'Severe', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Psycho Impact' | |||
}, | |||
['frei'] = { | |||
attribute = 'vortex', | |||
attribute_link = 'Nuclear', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '14', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '25', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Frei' | |||
}, | |||
['freila'] = { | |||
attribute = 'vortex', | |||
attribute_link = 'Nuclear', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '32', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '55', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Freila' | |||
}, | |||
['freidyne'] = { | |||
attribute = 'vortex', | |||
attribute_link = 'Nuclear', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '50', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '85', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Freidyne' | |||
}, | |||
['mafrei'] = { | |||
attribute = 'vortex', | |||
attribute_link = 'Nuclear', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '24', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '25', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Mafrei' | |||
}, | |||
['mafreila'] = { | |||
attribute = 'vortex', | |||
attribute_link = 'Nuclear', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '42', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '55', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Mafreila' | |||
}, | |||
['mafreidyne'] = { | |||
attribute = 'vortex', | |||
attribute_link = 'Nuclear', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '62', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '85', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Mafreidyne' | |||
}, | |||
['atomic hollow'] = { | |||
attribute = 'vortex', | |||
attribute_link = 'Nuclear', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '84', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '125', | |||
powerlvl = 'Severe', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Atomic Hollow' | |||
}, | |||
['kouha'] = { | |||
attribute = 'dizzy', | |||
attribute_link = 'Bless', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '12', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '40', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Kouha' | |||
}, | |||
['kouga'] = { | |||
attribute = 'dizzy', | |||
attribute_link = 'Bless', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '28', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '76', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Kouga' | |||
}, | |||
['kougaon'] = { | |||
attribute = 'dizzy', | |||
attribute_link = 'Bless', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '45', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '112', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Kougaon' | |||
}, | |||
['makouha'] = { | |||
attribute = 'dizzy', | |||
attribute_link = 'Bless', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '18', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '40', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Makouha' | |||
}, | |||
['makouga'] = { | |||
attribute = 'dizzy', | |||
attribute_link = 'Bless', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '36', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '76', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Makouga' | |||
}, | |||
['makougaon'] = { | |||
attribute = 'dizzy', | |||
attribute_link = 'Bless', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '54', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '112', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Makougaon' | |||
}, | |||
['judgement of the heavens'] = { | |||
attribute = 'dizzy', | |||
attribute_link = 'Bless', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '78', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '156', | |||
powerlvl = 'Severe', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Judgement of the Heavens' | |||
}, | |||
['eiha'] = { | |||
attribute = 'despair', | |||
attribute_link = 'Curse', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '12', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '35', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Eiha' | |||
}, | |||
['eiga'] = { | |||
attribute = 'despair', | |||
attribute_link = 'Curse', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '28', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '70', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Eiga' | |||
}, | |||
['eigaon'] = { | |||
attribute = 'despair', | |||
attribute_link = 'Curse', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '45', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '105', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Eigaon' | |||
}, | |||
['maeiha'] = { | |||
attribute = 'despair', | |||
attribute_link = 'Curse', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '18', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '35', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Maeiha' | |||
}, | |||
['maeiga'] = { | |||
attribute = 'despair', | |||
attribute_link = 'Curse', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '36', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '70', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Maeiga' | |||
}, | |||
['maeigaon'] = { | |||
attribute = 'despair', | |||
attribute_link = 'Curse', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '54', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '105', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Maeigaon' | |||
}, | |||
['scythes of eternal darkness'] = { | |||
attribute = 'despair', | |||
attribute_link = 'Curse', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '78', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '150', | |||
powerlvl = 'Severe', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Scythes of Eternal Darkness' | |||
}, | |||
['partisan'] = { | |||
attribute = 'forget', | |||
attribute_link = 'Partisan', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '12', | |||
costtype = 'SP', | |||
target = 'Single Enemy', | |||
hit = '', | |||
power = '25', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Partisan' | |||
}, | |||
['great partisan'] = { | |||
attribute = 'forget', | |||
attribute_link = 'Partisan', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '28', | |||
costtype = 'SP', | |||
target = 'Single Enemy', | |||
hit = '', | |||
power = '55', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Great Partisan' | |||
}, | |||
['ultimate partisan'] = { | |||
attribute = 'forget', | |||
attribute_link = 'Partisan', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '45', | |||
costtype = 'SP', | |||
target = 'Single Enemy', | |||
hit = '', | |||
power = '85', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Ultimate Partisan' | |||
}, | |||
['shining partisan'] = { | |||
attribute = 'forget', | |||
attribute_link = 'Partisan', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '18', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '25', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Shining Partisan' | |||
}, | |||
['great shining partisan'] = { | |||
attribute = 'forget', | |||
attribute_link = 'Partisan', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '36', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '55', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Great Shining Partisan' | |||
}, | |||
['ultimate shining partisan'] = { | |||
attribute = 'forget', | |||
attribute_link = 'Partisan', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '54', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '85', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Ultimate Shining Partisan' | |||
}, | |||
['covenant of the spear'] = { | |||
attribute = 'forget', | |||
attribute_link = 'Partisan', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '78', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '125', | |||
powerlvl = 'Severe', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Covenant of the Spear' | |||
}, | |||
['megido'] = { | |||
attribute = 'almighty', | |||
attribute_link = '', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '35', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '75', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Megido' | |||
}, | |||
['megidola'] = { | |||
attribute = 'almighty', | |||
attribute_link = '', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '55', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '125', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Megidola' | |||
}, | |||
['megidolaon'] = { | |||
attribute = 'almighty', | |||
attribute_link = '', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '80', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '175', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Megidolaon' | |||
}, | |||
['liberator'] = { | |||
attribute = 'almighty', | |||
attribute_link = '', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '78', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '73', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Liberator' | |||
}, | |||
['world\'s end'] = { | |||
attribute = 'almighty', | |||
attribute_link = '', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '110', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '245', | |||
powerlvl = 'Severe', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'World\'s End' | |||
}, | |||
['light of a promise'] = { | |||
attribute = 'almighty', | |||
attribute_link = '', | |||
damagetype = 'Magic', | |||
effect = '', | |||
cost = '102', | |||
costtype = 'SP', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '96', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Light of a Promise' | |||
}, | |||
['phantom judge'] = { | |||
attribute = 'physical', | |||
attribute_link = '', | |||
damagetype = 'Physical', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '41', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Phantom Judge' | |||
}, | |||
['phantom judge+'] = { | |||
attribute = 'physical', | |||
attribute_link = '', | |||
damagetype = 'Physical', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '81', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Phantom Judge+' | |||
}, | |||
['phantom judge++'] = { | |||
attribute = 'physical', | |||
attribute_link = '', | |||
damagetype = 'Physical', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Enemy Group', | |||
hit = '', | |||
power = '158', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Phantom Judge++' | |||
}, | |||
['full throttle'] = { | |||
attribute = 'physical', | |||
attribute_link = '', | |||
damagetype = 'Physical', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Map', | |||
hit = '', | |||
power = '30', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Full Throttle' | |||
}, | |||
['full throttle+'] = { | |||
attribute = 'physical', | |||
attribute_link = '', | |||
damagetype = 'Physical', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Map', | |||
hit = '', | |||
power = '66', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Full Throttle+' | |||
}, | |||
['full throttle++'] = { | |||
attribute = 'physical', | |||
attribute_link = '', | |||
damagetype = 'Physical', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Map', | |||
hit = '', | |||
power = '132', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Full Throttle++' | |||
}, | |||
['baywell 45 mkii'] = { | |||
attribute = 'gun', | |||
attribute_link = '', | |||
damagetype = 'Physical', | |||
effect = '', | |||
cost = '0', | |||
costtype = 'SP', | |||
target = 'Single Enemy', | |||
hit = '', | |||
power = '94', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Baywell 45 MkII' | |||
}, | |||
['emergency support'] = { | |||
attribute = 'heal', | |||
attribute_link = '', | |||
damagetype = 'Healing', | |||
effect = '', | |||
cost = '7', | |||
costtype = 'SP', | |||
target = 'Single Ally', | |||
hit = '', | |||
power = '46', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Emergency Support' | |||
}, | |||
['emergency support+'] = { | |||
attribute = 'heal', | |||
attribute_link = '', | |||
damagetype = 'Healing', | |||
effect = '', | |||
cost = '18', | |||
costtype = 'SP', | |||
target = 'Single Ally', | |||
hit = '', | |||
power = '109', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Emergency Support+' | |||
}, | |||
['dia'] = { | |||
attribute = 'heal', | |||
attribute_link = '', | |||
damagetype = 'Healing', | |||
effect = '', | |||
cost = '10', | |||
costtype = 'SP', | |||
target = 'Single Ally', | |||
hit = '', | |||
power = '65', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Dia' | |||
}, | |||
['diarama'] = { | |||
attribute = 'heal', | |||
attribute_link = '', | |||
damagetype = 'Healing', | |||
effect = '', | |||
cost = '26', | |||
costtype = 'SP', | |||
target = 'Single Ally', | |||
hit = '', | |||
power = '155', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Diarama' | |||
}, | |||
['diarahan'] = { | |||
attribute = 'heal', | |||
attribute_link = '', | |||
damagetype = 'Healing', | |||
effect = '', | |||
cost = '52', | |||
costtype = 'SP', | |||
target = 'Single Ally', | |||
hit = '', | |||
power = '999', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Diarahan' | |||
}, | |||
['media'] = { | |||
attribute = 'heal', | |||
attribute_link = '', | |||
damagetype = 'Healing', | |||
effect = '', | |||
cost = '34', | |||
costtype = 'SP', | |||
target = 'Party', | |||
hit = '', | |||
power = '65', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Media' | |||
}, | |||
['mediarama'] = { | |||
attribute = 'heal', | |||
attribute_link = '', | |||
damagetype = 'Healing', | |||
effect = '', | |||
cost = '68', | |||
costtype = 'SP', | |||
target = 'Party', | |||
hit = '', | |||
power = '155', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Mediarama' | |||
}, | |||
['mediarahan'] = { | |||
attribute = 'heal', | |||
attribute_link = '', | |||
damagetype = 'Healing', | |||
effect = '', | |||
cost = '100', | |||
costtype = 'SP', | |||
target = 'Party', | |||
hit = '', | |||
power = '999', | |||
powerlvl = 'Heavy', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Mediarahan' | |||
}, | |||
['diamrita'] = { | |||
attribute = 'heal', | |||
attribute_link = '', | |||
damagetype = 'Healing', | |||
effect = '', | |||
cost = '16', | |||
costtype = 'SP', | |||
target = 'Single Ally', | |||
hit = '', | |||
power = '65', | |||
powerlvl = 'Light', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Diamrita' | |||
}, | |||
['diaramrita'] = { | |||
attribute = 'heal', | |||
attribute_link = '', | |||
damagetype = 'Healing', | |||
effect = '', | |||
cost = '32', | |||
costtype = 'SP', | |||
target = 'Single Ally', | |||
hit = '', | |||
power = '155', | |||
powerlvl = 'Medium', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Diaramrita' | |||
}, | |||
['ailment shield'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '12', | |||
costtype = 'SP', | |||
target = 'Single Ally', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Ailment Shield' | |||
}, | |||
['ailment shield+'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '22', | |||
costtype = 'SP', | |||
target = 'Single Ally', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Ailment Shield+' | |||
}, | |||
['ambush'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = 'Physical', | |||
effect = '', | |||
cost = '12', | |||
costtype = 'SP', | |||
target = 'Single Enemy', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Ambush' | |||
}, | |||
['ambush+'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = 'Physical', | |||
effect = '', | |||
cost = '22', | |||
costtype = 'SP', | |||
target = 'Single Enemy', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Ambush+' | |||
}, | |||
['rakukaja'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '12', | |||
costtype = 'SP', | |||
target = 'Single Ally', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Rakukaja' | |||
}, | |||
['marakukaja'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '60', | |||
costtype = 'SP', | |||
target = 'Party', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Marakukaja' | |||
}, | |||
['sukukaja'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '12', | |||
costtype = 'SP', | |||
target = 'Single Ally', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Sukukaja' | |||
}, | |||
['masukukaja'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '60', | |||
costtype = 'SP', | |||
target = 'Party', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Masukukaja' | |||
}, | |||
['tarukaja'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '12', | |||
costtype = 'SP', | |||
target = 'Single Ally', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Tarukaja' | |||
}, | |||
['matarukaja'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '60', | |||
costtype = 'SP', | |||
target = 'Party', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Matarukaja' | |||
}, | |||
['first aid'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = 'Healing', | |||
effect = '', | |||
cost = '19', | |||
costtype = 'SP', | |||
target = 'Single Ally', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'First Aid' | |||
}, | |||
['first aid+'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = 'Healing', | |||
effect = '', | |||
cost = '34', | |||
costtype = 'SP', | |||
target = 'Single Ally', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'First Aid+' | |||
}, | |||
['heat riser'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '60', | |||
costtype = 'SP', | |||
target = 'Single Ally', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Heat Riser' | |||
}, | |||
['crystal of rebirth'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = 'Healing', | |||
effect = '', | |||
cost = '20', | |||
costtype = 'SP', | |||
target = 'Map', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Crystal of Rebirth' | |||
}, | |||
['femme fatale'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = 'Physical', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Single Enemy', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Femme Fatale' | |||
}, | |||
['femme fatale+'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = 'Physical', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Single Enemy', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Femme Fatale+' | |||
}, | |||
['femme fatale++'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = 'Physical', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Single Enemy', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Femme Fatale++' | |||
}, | |||
['like a phantom'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Map', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Like a Phantom' | |||
}, | |||
['like a phantom+'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Map', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Like a Phantom+' | |||
}, | |||
['like a phantom++'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Map', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Like a Phantom++' | |||
}, | |||
['flag of freedom'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = 'Healing', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Map', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Flag of Freedom' | |||
}, | |||
['flag of freedom+'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = 'Healing', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Map', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Flag of Freedom+' | |||
}, | |||
['flag of freedom++'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = 'Healing', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Map', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Flag of Freedom++' | |||
}, | |||
['pathway to the ball'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Self', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Pathway to the Ball' | |||
}, | |||
['truth seeker'] = { | |||
attribute = 'support', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '1', | |||
costtype = 'V', | |||
target = 'Party', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Truth Seeker' | |||
}, | |||
['burn boost'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Burn Boost' | |||
}, | |||
['burn amp'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Burn Amp' | |||
}, | |||
['burn mega booster'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Burn Mega Booster' | |||
}, | |||
['freeze boost'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Freeze Boost' | |||
}, | |||
['freeze amp'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Freeze Amp' | |||
}, | |||
['freeze mega booster'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Freeze Mega Booster' | |||
}, | |||
['shock boost'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Shock Boost' | |||
}, | |||
['shock amp'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Shock Amp' | |||
}, | |||
['shock mega booster'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Shock Mega Booster' | |||
}, | |||
['sweep boost'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Sweep Boost' | |||
}, | |||
['sweep amp'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Sweep Amp' | |||
}, | |||
['sweep mega booster'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Sweep Mega Booster' | |||
}, | |||
['hypno boost'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Hypno Boost' | |||
}, | |||
['hypno amp'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Hypno Amp' | |||
}, | |||
['hypno mega booster'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Hypno Mega Booster' | |||
}, | |||
['vortex boost'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Vortex Boost' | |||
}, | |||
['vortex amp'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Vortex Amp' | |||
}, | |||
['vortex mega booster'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Vortex Mega Booster' | |||
}, | |||
['dizzy boost'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Dizzy Boost' | |||
}, | |||
['dizzy amp'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Dizzy Amp' | |||
}, | |||
['dizzy mega booster'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Dizzy Mega Booster' | |||
}, | |||
['despair boost'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Despair Boost' | |||
}, | |||
['despair amp'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Despair Amp' | |||
}, | |||
['despair mega booster'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Despair Mega Booster' | |||
}, | |||
['forget boost'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Forget Boost' | |||
}, | |||
['forget amp'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Forget Amp' | |||
}, | |||
['forget mega booster'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Forget Mega Booster' | |||
}, | |||
['angelic instincts'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Angelic Instincts' | |||
}, | |||
['active support'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Active Support' | |||
}, | |||
['active boost'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Active Boost' | |||
}, | |||
['active boost+'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Active Boost+' | |||
}, | |||
['attack master'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Attack Master' | |||
}, | |||
['auto-maraku'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Auto-Maraku' | |||
}, | |||
['auto-masuku'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Auto-Masuku' | |||
}, | |||
['auto-mataru'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Auto-Mataru' | |||
}, | |||
['auto-riser'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Auto-Riser' | |||
}, | |||
['berserker'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Berserker' | |||
}, | |||
['blessing of yggdrasil'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Blessing of Yggdrasil' | |||
}, | |||
['brilliant ballet'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Brilliant Ballet' | |||
}, | |||
['break & recovery'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Break & Recovery' | |||
}, | |||
['break & recovery+'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Break & Recovery' | |||
}, | |||
['brightening star'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Brightening Star' | |||
}, | |||
['broad perspective'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Broad Perspective' | |||
}, | |||
['bullet break'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Bullet Break' | |||
}, | |||
['champion\'s pulse'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Champion\'s Pulse' | |||
}, | |||
['clairvoyance'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Clairvoyance' | |||
}, | |||
['comandante'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Comandante' | |||
}, | |||
['daredevil'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Daredevil' | |||
}, | |||
['deceptive haze'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Deceptive Haze' | |||
}, | |||
['defense master'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Defense Master' | |||
}, | |||
['divine mind'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Divine Mind' | |||
}, | |||
['eagle eyes'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Eagle Eyes' | |||
}, | |||
['easy money'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Easy Money' | |||
}, | |||
['efficiency aficionado'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Efficiency Aficionado' | |||
}, | |||
['elegant teatime'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Elegant Teatime' | |||
}, | |||
['endless fighting spirit'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Endless Fighting Spirit' | |||
}, | |||
['endure'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Endure' | |||
}, | |||
['energized spirit'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Energized Spirit' | |||
}, | |||
['essence of sorcery'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Essence of Sorcery' | |||
}, | |||
['ferocious lion'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Ferocious Lion' | |||
}, | |||
['final guard'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Final Guard' | |||
}, | |||
['finishing blow'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Finishing Blow' | |||
}, | |||
['flourish in hardship'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Flourish in Hardship' | |||
}, | |||
['follow-up'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Follow-Up' | |||
}, | |||
['follow-up+'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Follow-Up+' | |||
}, | |||
['fool\'s reckoning'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Fool\'s Reckoning' | |||
}, | |||
['foresight'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Foresight' | |||
}, | |||
['god-like speed'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'God-Like Speed' | |||
}, | |||
['goddess\'s embrace'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Goddess\'s Embrace' | |||
}, | |||
['hawkeye'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Hawkeye' | |||
}, | |||
['hazy mirage'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Hazy Mirage' | |||
}, | |||
['heavenly gift'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Heavenly Gift' | |||
}, | |||
['immunity'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Immunity' | |||
}, | |||
['impenetrable fortress'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Impenetrable Fortress' | |||
}, | |||
['indomitable perseverance'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Indomitable Perseverance' | |||
}, | |||
['invigorate 1'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Invigorate 1' | |||
}, | |||
['invigorate 2'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Invigorate 2' | |||
}, | |||
['invigorate 3'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Invigorate 3' | |||
}, | |||
['invigorated soul'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Invigorated Soul' | |||
}, | |||
['iron body'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Iron Body' | |||
}, | |||
['ironclad guard'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Ironclad Guard' | |||
}, | |||
['keen eye'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Keen Eye' | |||
}, | |||
['knack for conflict'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Knack for Conflict' | |||
}, | |||
['lightning speed'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Lightning Speed' | |||
}, | |||
['lucky punch'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Lucky Punch' | |||
}, | |||
['magic bullet'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Magic Bullet' | |||
}, | |||
['magical mastery'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Magical Mastery' | |||
}, | |||
['merciless deliverance'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Merciless Deliverance' | |||
}, | |||
['mighty cleave'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Mighty Cleave' | |||
}, | |||
['mighty warrior'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Mighty Warrior' | |||
}, | |||
['minthe\'s blessing'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Minthe\'s Blessing' | |||
}, | |||
['moral support'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Moral Support' | |||
}, | |||
['moral boost'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Moral Boost' | |||
}, | |||
['moral boost+'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Moral Boost+' | |||
}, | |||
['one man army'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'One Man Army' | |||
}, | |||
['over powered'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Over Powered' | |||
}, | |||
['pedal to the metal'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Pedal to the Metal' | |||
}, | |||
['phantom step'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Phantom Step' | |||
}, | |||
['punisher of the reckless'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Punisher of the Reckless' | |||
}, | |||
['regenerate 1'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Regenerate 1' | |||
}, | |||
['regenerate 2'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Regenerate 2' | |||
}, | |||
['regenerate 3'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Regenerate 3' | |||
}, | |||
['reverse the scales'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Reverse the Scales' | |||
}, | |||
['rising vigor'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Rising Vigor' | |||
}, | |||
['salt in the wound'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Salt in the Wound' | |||
}, | |||
['sharp-eyed wildcat'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Sharp-Eyed Wildcat' | |||
}, | |||
['slap to the face'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Slap to the Face' | |||
}, | |||
['spring storm'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Spring Storm' | |||
}, | |||
['soul repose'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Soul Repose' | |||
}, | |||
['soul repose+'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Soul Repose+' | |||
}, | |||
['speed master'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Speed Master' | |||
}, | |||
['stalking hunter'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Stalking Hunter' | |||
}, | |||
['staunch battle formation'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Staunch Battle Formation' | |||
}, | |||
['steel physique'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Steel Physique' | |||
}, | |||
['stop & go'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Stop & Go' | |||
}, | |||
['sustaining relief'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Sustaining Relief' | |||
}, | |||
['torrent of magic'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Torrent of Magic' | |||
}, | |||
['treasure hunter'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Treasure Hunter' | |||
}, | |||
['trigger happy'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Trigger Happy' | |||
}, | |||
['triumphant cheer'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Triumphant Cheer' | |||
}, | |||
['trump card'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Trump Card' | |||
}, | |||
['unparalleled strength'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Unparalleled Strength' | |||
}, | |||
['unseen messenger'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Unseen Messenger' | |||
}, | |||
['unstoppable'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Unstoppable' | |||
}, | |||
['unyielding will'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Unyielding Will' | |||
}, | |||
['warrior\'s breath'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Warrior\'s Breath' | |||
}, | |||
['warrior\'s comradery'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Warrior\'s Comradery' | |||
}, | |||
['life synergy'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Life Synergy' | |||
}, | |||
['life synergy+'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Life Synergy+' | |||
}, | |||
['life synergy++'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Life Synergy++' | |||
}, | |||
['soul synergy'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Soul Synergy' | |||
}, | |||
['soul synergy+'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Soul Synergy+' | |||
}, | |||
['soul synergy++'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Soul Synergy++' | |||
}, | |||
['beat synergy'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Beat Synergy' | |||
}, | |||
['beat synergy+'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Beat Synergy+' | |||
}, | |||
['beat synergy++'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Beat Synergy++' | |||
}, | |||
['trigger synergy'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Trigger Synergy' | |||
}, | |||
['trigger synergy+'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Trigger Synergy+' | |||
}, | |||
['trigger synergy++'] = { | |||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "", | |||
notes= '', | |||
name = 'Trigger Synergy++' | |||
}, | |||
['slam'] = { | ['slam'] = { | ||
attribute = 'physical', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '40', | |||
powerlvl = '', | |||
range = '1', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = 'Y', | |||
outbattle = 'N', | |||
description = "Deals damage to surrounding area. Knocks back targets.", | |||
notes= '', | |||
name = 'Slam' | |||
}, | }, | ||
['heavy counter'] = { | ['heavy counter'] = { | ||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = '', | |||
outbattle = '', | |||
description = "Performs counter attack once per turn. Inflicts [[Down]] if attacked again.", | |||
notes= '', | |||
name = 'Heavy Counter' | |||
}, | }, | ||
['lady marie\'s grace'] = { | ['lady marie\'s grace'] = { | ||
attribute = 'passive', | |||
attribute_link = '', | |||
damagetype = '', | |||
effect = '', | |||
cost = '', | |||
costtype = '', | |||
target = '', | |||
hit = '', | |||
power = '', | |||
powerlvl = '', | |||
range = '', | |||
crit = '', | |||
acc = '', | |||
rank = '', | |||
skilltype = '', | |||
inbattle = '', | |||
outbattle = '', | |||
description = "Always has [[Resist]] status, and will not go [[down]] when attacked.", | |||
notes= '', | |||
name = 'Lady Marie\'s Grace' | |||
}, | }, | ||
} | } | ||
Revision as of 03:51, 14 November 2024
Documentation for this module may be created at Module:Data/Skill/p5t/doc
local skill = { ['agi'] = { attribute = 'burn', attribute_link = 'Fire', damagetype = 'Magic', effect = '', cost = '14', costtype = 'SP', target = 'Enemy Group', hit = '', power = '45', powerlvl = 'Light', range = '4', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "Deals light damage in a small area. Inflicts [[Burn]].", notes= '', name = 'Agi' }, ['agilao'] = { attribute = 'burn', attribute_link = 'Fire', damagetype = 'Magic', effect = '', cost = '32', costtype = 'SP', target = 'Enemy Group', hit = '', power = '85', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Agilao' }, ['agidyne'] = { attribute = 'burn', attribute_link = 'Fire', damagetype = 'Magic', effect = '', cost = '50', costtype = 'SP', target = 'Enemy Group', hit = '', power = '125', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Agidyne' }, ['maragi'] = { attribute = 'burn', attribute_link = 'Fire', damagetype = 'Magic', effect = '', cost = '24', costtype = 'SP', target = 'Enemy Group', hit = '', power = '45', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Maragi' }, ['maragion'] = { attribute = 'burn', attribute_link = 'Fire', damagetype = 'Magic', effect = '', cost = '42', costtype = 'SP', target = 'Enemy Group', hit = '', power = '85', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Maragion' }, ['maragidyne'] = { attribute = 'burn', attribute_link = 'Fire', damagetype = 'Magic', effect = '', cost = '62', costtype = 'SP', target = 'Enemy Group', hit = '', power = '125', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Maragidyne' }, ['hellfire'] = { attribute = 'burn', attribute_link = 'Fire', damagetype = 'Magic', effect = '', cost = '84', costtype = 'SP', target = 'Enemy Group', hit = '', power = '175', powerlvl = 'Severe', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Hellfire' }, ['bufu'] = { attribute = 'freeze', attribute_link = 'Ice', damagetype = 'Magic', effect = '', cost = '14', costtype = 'SP', target = 'Enemy Group', hit = '', power = '35', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Bufu' }, ['bufula'] = { attribute = 'freeze', attribute_link = 'Ice', damagetype = 'Magic', effect = '', cost = '32', costtype = 'SP', target = 'Enemy Group', hit = '', power = '70', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Bufula' }, ['bufudyne'] = { attribute = 'freeze', attribute_link = 'Ice', damagetype = 'Magic', effect = '', cost = '50', costtype = 'SP', target = 'Enemy Group', hit = '', power = '105', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Bufudyne' }, ['mabufu'] = { attribute = 'freeze', attribute_link = 'Ice', damagetype = 'Magic', effect = '', cost = '24', costtype = 'SP', target = 'Enemy Group', hit = '', power = '35', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Mabufu' }, ['mabufula'] = { attribute = 'freeze', attribute_link = 'Ice', damagetype = 'Magic', effect = '', cost = '42', costtype = 'SP', target = 'Enemy Group', hit = '', power = '70', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Mabufula' }, ['mabufudyne'] = { attribute = 'freeze', attribute_link = 'Ice', damagetype = 'Magic', effect = '', cost = '62', costtype = 'SP', target = 'Enemy Group', hit = '', power = '105', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Mabufudyne' }, ['crystal bloom'] = { attribute = 'freeze', attribute_link = 'Ice', damagetype = 'Magic', effect = '', cost = '84', costtype = 'SP', target = 'Enemy Group', hit = '', power = '150', powerlvl = 'Severe', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Crystal Bloom' }, ['zio'] = { attribute = 'shock', attribute_link = 'Elec', damagetype = 'Magic', effect = '', cost = '12', costtype = 'SP', target = 'Single Enemy', hit = '', power = '45', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Zio' }, ['zionga'] = { attribute = 'shock', attribute_link = 'Elec', damagetype = 'Magic', effect = '', cost = '28', costtype = 'SP', target = 'Single Enemy', hit = '', power = '90', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Zionga' }, ['ziodyne'] = { attribute = 'shock', attribute_link = 'Elec', damagetype = 'Magic', effect = '', cost = '45', costtype = 'SP', target = 'Single Enemy', hit = '', power = '135', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Ziodyne' }, ['mazio'] = { attribute = 'shock', attribute_link = 'Elec', damagetype = 'Magic', effect = '', cost = '18', costtype = 'SP', target = 'Enemy Group', hit = '', power = '45', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Mazio' }, ['mazionga'] = { attribute = 'shock', attribute_link = 'Elec', damagetype = 'Magic', effect = '', cost = '36', costtype = 'SP', target = 'Enemy Group', hit = '', power = '90', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Mazionga' }, ['maziodyne'] = { attribute = 'shock', attribute_link = 'Elec', damagetype = 'Magic', effect = '', cost = '54', costtype = 'SP', target = 'Enemy Group', hit = '', power = '135', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Maziodyne' }, ['brigantine blitzkrieg'] = { attribute = 'shock', attribute_link = 'Elec', damagetype = 'Magic', effect = '', cost = '1', costtype = 'V', target = 'Map', hit = '', power = '41', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Brigantine Blitzkrieg' }, ['brigantine blitzkrieg+'] = { attribute = 'shock', attribute_link = 'Elec', damagetype = 'Magic', effect = '', cost = '1', costtype = 'V', target = 'Map', hit = '', power = '81', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Brigantine Blitzkrieg+' }, ['brigantine blitzkrieg++'] = { attribute = 'shock', attribute_link = 'Elec', damagetype = 'Magic', effect = '', cost = '1', costtype = 'V', target = 'Map', hit = '', power = '182', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Brigantine Blitzkrieg++' }, ['almighty judgement'] = { attribute = 'shock', attribute_link = 'Elec', damagetype = 'Magic', effect = '', cost = '78', costtype = 'SP', target = 'Enemy Group', hit = '', power = '193', powerlvl = 'Severe', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Almighty Judgement' }, ['garu'] = { attribute = 'sweep', attribute_link = 'Wind', damagetype = 'Magic', effect = '', cost = '8', costtype = 'SP', target = 'Single Enemy', hit = '', power = '25', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Garu' }, ['garula'] = { attribute = 'sweep', attribute_link = 'Wind', damagetype = 'Magic', effect = '', cost = '24', costtype = 'SP', target = 'Single Enemy', hit = '', power = '55', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Garula' }, ['garudyne'] = { attribute = 'sweep', attribute_link = 'Wind', damagetype = 'Magic', effect = '', cost = '40', costtype = 'SP', target = 'Single Enemy', hit = '', power = '85', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Garudyne' }, ['magaru'] = { attribute = 'sweep', attribute_link = 'Wind', damagetype = 'Magic', effect = '', cost = '12', costtype = 'SP', target = 'Enemy Group', hit = '', power = '25', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Magaru' }, ['magarula'] = { attribute = 'sweep', attribute_link = 'Wind', damagetype = 'Magic', effect = '', cost = '30', costtype = 'SP', target = 'Enemy Group', hit = '', power = '55', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Magarula' }, ['magarudyne'] = { attribute = 'sweep', attribute_link = 'Wind', damagetype = 'Magic', effect = '', cost = '48', costtype = 'SP', target = 'Enemy Group', hit = '', power = '85', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Magarudyne' }, ['winds of time'] = { attribute = 'sweep', attribute_link = 'Wind', damagetype = 'Magic', effect = '', cost = '1', costtype = 'V', target = 'Enemy Group', hit = '', power = '29', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Winds of Time' }, ['winds of time+'] = { attribute = 'sweep', attribute_link = 'Wind', damagetype = 'Magic', effect = '', cost = '1', costtype = 'V', target = 'Enemy Group', hit = '', power = '64', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Winds of Time+' }, ['winds of time++'] = { attribute = 'sweep', attribute_link = 'Wind', damagetype = 'Magic', effect = '', cost = '1', costtype = 'V', target = 'Enemy Group', hit = '', power = '128', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Winds of Time++' }, ['wheel of life'] = { attribute = 'sweep', attribute_link = 'Wind', damagetype = 'Magic', effect = '', cost = '72', costtype = 'SP', target = 'Enemy Group', hit = '', power = '125', powerlvl = 'Severe', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Wheel of Life' }, ['psi'] = { attribute = 'hypno', attribute_link = 'Psychokinesis', damagetype = 'Magic', effect = '', cost = '12', costtype = 'SP', target = 'Single Enemy', hit = '', power = '25', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Psi' }, ['psio'] = { attribute = 'hypno', attribute_link = 'Psychokinesis', damagetype = 'Magic', effect = '', cost = '28', costtype = 'SP', target = 'Single Enemy', hit = '', power = '55', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Psio' }, ['psiodyne'] = { attribute = 'hypno', attribute_link = 'Psychokinesis', damagetype = 'Magic', effect = '', cost = '45', costtype = 'SP', target = 'Single Enemy', hit = '', power = '85', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Psiodyne' }, ['mapsi'] = { attribute = 'hypno', attribute_link = 'Psychokinesis', damagetype = 'Magic', effect = '', cost = '18', costtype = 'SP', target = 'Enemy Group', hit = '', power = '25', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Mapsi' }, ['mapsio'] = { attribute = 'hypno', attribute_link = 'Psychokinesis', damagetype = 'Magic', effect = '', cost = '36', costtype = 'SP', target = 'Enemy Group', hit = '', power = '55', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Mapsio' }, ['mapsiodyne'] = { attribute = 'hypno', attribute_link = 'Psychokinesis', damagetype = 'Magic', effect = '', cost = '54', costtype = 'SP', target = 'Enemy Group', hit = '', power = '85', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Mapsiodyne' }, ['noble lady\'s invitation'] = { attribute = 'hypno', attribute_link = 'Psychokinesis', damagetype = 'Magic', effect = '', cost = '1', costtype = 'V', target = 'Enemy Group', hit = '', power = '23', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Noble Lady\'s Invitation' }, ['noble lady\'s invitation+'] = { attribute = 'hypno', attribute_link = 'Psychokinesis', damagetype = 'Magic', effect = '', cost = '1', costtype = 'V', target = 'Enemy Group', hit = '', power = '51', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Noble Lady\'s Invitation+' }, ['noble lady\'s invitation++'] = { attribute = 'hypno', attribute_link = 'Psychokinesis', damagetype = 'Magic', effect = '', cost = '1', costtype = 'V', target = 'Enemy Group', hit = '', power = '118', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Noble Lady\'s Invitation++' }, ['psycho impact'] = { attribute = 'hypno', attribute_link = 'Psychokinesis', damagetype = 'Magic', effect = '', cost = '78', costtype = 'SP', target = 'Enemy Group', hit = '', power = '125', powerlvl = 'Severe', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Psycho Impact' }, ['frei'] = { attribute = 'vortex', attribute_link = 'Nuclear', damagetype = 'Magic', effect = '', cost = '14', costtype = 'SP', target = 'Enemy Group', hit = '', power = '25', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Frei' }, ['freila'] = { attribute = 'vortex', attribute_link = 'Nuclear', damagetype = 'Magic', effect = '', cost = '32', costtype = 'SP', target = 'Enemy Group', hit = '', power = '55', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Freila' }, ['freidyne'] = { attribute = 'vortex', attribute_link = 'Nuclear', damagetype = 'Magic', effect = '', cost = '50', costtype = 'SP', target = 'Enemy Group', hit = '', power = '85', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Freidyne' }, ['mafrei'] = { attribute = 'vortex', attribute_link = 'Nuclear', damagetype = 'Magic', effect = '', cost = '24', costtype = 'SP', target = 'Enemy Group', hit = '', power = '25', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Mafrei' }, ['mafreila'] = { attribute = 'vortex', attribute_link = 'Nuclear', damagetype = 'Magic', effect = '', cost = '42', costtype = 'SP', target = 'Enemy Group', hit = '', power = '55', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Mafreila' }, ['mafreidyne'] = { attribute = 'vortex', attribute_link = 'Nuclear', damagetype = 'Magic', effect = '', cost = '62', costtype = 'SP', target = 'Enemy Group', hit = '', power = '85', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Mafreidyne' }, ['atomic hollow'] = { attribute = 'vortex', attribute_link = 'Nuclear', damagetype = 'Magic', effect = '', cost = '84', costtype = 'SP', target = 'Enemy Group', hit = '', power = '125', powerlvl = 'Severe', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Atomic Hollow' }, ['kouha'] = { attribute = 'dizzy', attribute_link = 'Bless', damagetype = 'Magic', effect = '', cost = '12', costtype = 'SP', target = 'Enemy Group', hit = '', power = '40', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Kouha' }, ['kouga'] = { attribute = 'dizzy', attribute_link = 'Bless', damagetype = 'Magic', effect = '', cost = '28', costtype = 'SP', target = 'Enemy Group', hit = '', power = '76', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Kouga' }, ['kougaon'] = { attribute = 'dizzy', attribute_link = 'Bless', damagetype = 'Magic', effect = '', cost = '45', costtype = 'SP', target = 'Enemy Group', hit = '', power = '112', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Kougaon' }, ['makouha'] = { attribute = 'dizzy', attribute_link = 'Bless', damagetype = 'Magic', effect = '', cost = '18', costtype = 'SP', target = 'Enemy Group', hit = '', power = '40', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Makouha' }, ['makouga'] = { attribute = 'dizzy', attribute_link = 'Bless', damagetype = 'Magic', effect = '', cost = '36', costtype = 'SP', target = 'Enemy Group', hit = '', power = '76', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Makouga' }, ['makougaon'] = { attribute = 'dizzy', attribute_link = 'Bless', damagetype = 'Magic', effect = '', cost = '54', costtype = 'SP', target = 'Enemy Group', hit = '', power = '112', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Makougaon' }, ['judgement of the heavens'] = { attribute = 'dizzy', attribute_link = 'Bless', damagetype = 'Magic', effect = '', cost = '78', costtype = 'SP', target = 'Enemy Group', hit = '', power = '156', powerlvl = 'Severe', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Judgement of the Heavens' }, ['eiha'] = { attribute = 'despair', attribute_link = 'Curse', damagetype = 'Magic', effect = '', cost = '12', costtype = 'SP', target = 'Enemy Group', hit = '', power = '35', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Eiha' }, ['eiga'] = { attribute = 'despair', attribute_link = 'Curse', damagetype = 'Magic', effect = '', cost = '28', costtype = 'SP', target = 'Enemy Group', hit = '', power = '70', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Eiga' }, ['eigaon'] = { attribute = 'despair', attribute_link = 'Curse', damagetype = 'Magic', effect = '', cost = '45', costtype = 'SP', target = 'Enemy Group', hit = '', power = '105', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Eigaon' }, ['maeiha'] = { attribute = 'despair', attribute_link = 'Curse', damagetype = 'Magic', effect = '', cost = '18', costtype = 'SP', target = 'Enemy Group', hit = '', power = '35', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Maeiha' }, ['maeiga'] = { attribute = 'despair', attribute_link = 'Curse', damagetype = 'Magic', effect = '', cost = '36', costtype = 'SP', target = 'Enemy Group', hit = '', power = '70', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Maeiga' }, ['maeigaon'] = { attribute = 'despair', attribute_link = 'Curse', damagetype = 'Magic', effect = '', cost = '54', costtype = 'SP', target = 'Enemy Group', hit = '', power = '105', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Maeigaon' }, ['scythes of eternal darkness'] = { attribute = 'despair', attribute_link = 'Curse', damagetype = 'Magic', effect = '', cost = '78', costtype = 'SP', target = 'Enemy Group', hit = '', power = '150', powerlvl = 'Severe', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Scythes of Eternal Darkness' }, ['partisan'] = { attribute = 'forget', attribute_link = 'Partisan', damagetype = 'Magic', effect = '', cost = '12', costtype = 'SP', target = 'Single Enemy', hit = '', power = '25', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Partisan' }, ['great partisan'] = { attribute = 'forget', attribute_link = 'Partisan', damagetype = 'Magic', effect = '', cost = '28', costtype = 'SP', target = 'Single Enemy', hit = '', power = '55', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Great Partisan' }, ['ultimate partisan'] = { attribute = 'forget', attribute_link = 'Partisan', damagetype = 'Magic', effect = '', cost = '45', costtype = 'SP', target = 'Single Enemy', hit = '', power = '85', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Ultimate Partisan' }, ['shining partisan'] = { attribute = 'forget', attribute_link = 'Partisan', damagetype = 'Magic', effect = '', cost = '18', costtype = 'SP', target = 'Enemy Group', hit = '', power = '25', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Shining Partisan' }, ['great shining partisan'] = { attribute = 'forget', attribute_link = 'Partisan', damagetype = 'Magic', effect = '', cost = '36', costtype = 'SP', target = 'Enemy Group', hit = '', power = '55', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Great Shining Partisan' }, ['ultimate shining partisan'] = { attribute = 'forget', attribute_link = 'Partisan', damagetype = 'Magic', effect = '', cost = '54', costtype = 'SP', target = 'Enemy Group', hit = '', power = '85', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Ultimate Shining Partisan' }, ['covenant of the spear'] = { attribute = 'forget', attribute_link = 'Partisan', damagetype = 'Magic', effect = '', cost = '78', costtype = 'SP', target = 'Enemy Group', hit = '', power = '125', powerlvl = 'Severe', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Covenant of the Spear' }, ['megido'] = { attribute = 'almighty', attribute_link = '', damagetype = 'Magic', effect = '', cost = '35', costtype = 'SP', target = 'Enemy Group', hit = '', power = '75', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Megido' }, ['megidola'] = { attribute = 'almighty', attribute_link = '', damagetype = 'Magic', effect = '', cost = '55', costtype = 'SP', target = 'Enemy Group', hit = '', power = '125', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Megidola' }, ['megidolaon'] = { attribute = 'almighty', attribute_link = '', damagetype = 'Magic', effect = '', cost = '80', costtype = 'SP', target = 'Enemy Group', hit = '', power = '175', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Megidolaon' }, ['liberator'] = { attribute = 'almighty', attribute_link = '', damagetype = 'Magic', effect = '', cost = '78', costtype = 'SP', target = 'Enemy Group', hit = '', power = '73', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Liberator' }, ['world\'s end'] = { attribute = 'almighty', attribute_link = '', damagetype = 'Magic', effect = '', cost = '110', costtype = 'SP', target = 'Enemy Group', hit = '', power = '245', powerlvl = 'Severe', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'World\'s End' }, ['light of a promise'] = { attribute = 'almighty', attribute_link = '', damagetype = 'Magic', effect = '', cost = '102', costtype = 'SP', target = 'Enemy Group', hit = '', power = '96', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Light of a Promise' }, ['phantom judge'] = { attribute = 'physical', attribute_link = '', damagetype = 'Physical', effect = '', cost = '1', costtype = 'V', target = 'Enemy Group', hit = '', power = '41', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Phantom Judge' }, ['phantom judge+'] = { attribute = 'physical', attribute_link = '', damagetype = 'Physical', effect = '', cost = '1', costtype = 'V', target = 'Enemy Group', hit = '', power = '81', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Phantom Judge+' }, ['phantom judge++'] = { attribute = 'physical', attribute_link = '', damagetype = 'Physical', effect = '', cost = '1', costtype = 'V', target = 'Enemy Group', hit = '', power = '158', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Phantom Judge++' }, ['full throttle'] = { attribute = 'physical', attribute_link = '', damagetype = 'Physical', effect = '', cost = '1', costtype = 'V', target = 'Map', hit = '', power = '30', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Full Throttle' }, ['full throttle+'] = { attribute = 'physical', attribute_link = '', damagetype = 'Physical', effect = '', cost = '1', costtype = 'V', target = 'Map', hit = '', power = '66', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Full Throttle+' }, ['full throttle++'] = { attribute = 'physical', attribute_link = '', damagetype = 'Physical', effect = '', cost = '1', costtype = 'V', target = 'Map', hit = '', power = '132', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Full Throttle++' }, ['baywell 45 mkii'] = { attribute = 'gun', attribute_link = '', damagetype = 'Physical', effect = '', cost = '0', costtype = 'SP', target = 'Single Enemy', hit = '', power = '94', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Baywell 45 MkII' }, ['emergency support'] = { attribute = 'heal', attribute_link = '', damagetype = 'Healing', effect = '', cost = '7', costtype = 'SP', target = 'Single Ally', hit = '', power = '46', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Emergency Support' }, ['emergency support+'] = { attribute = 'heal', attribute_link = '', damagetype = 'Healing', effect = '', cost = '18', costtype = 'SP', target = 'Single Ally', hit = '', power = '109', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Emergency Support+' }, ['dia'] = { attribute = 'heal', attribute_link = '', damagetype = 'Healing', effect = '', cost = '10', costtype = 'SP', target = 'Single Ally', hit = '', power = '65', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Dia' }, ['diarama'] = { attribute = 'heal', attribute_link = '', damagetype = 'Healing', effect = '', cost = '26', costtype = 'SP', target = 'Single Ally', hit = '', power = '155', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Diarama' }, ['diarahan'] = { attribute = 'heal', attribute_link = '', damagetype = 'Healing', effect = '', cost = '52', costtype = 'SP', target = 'Single Ally', hit = '', power = '999', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Diarahan' }, ['media'] = { attribute = 'heal', attribute_link = '', damagetype = 'Healing', effect = '', cost = '34', costtype = 'SP', target = 'Party', hit = '', power = '65', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Media' }, ['mediarama'] = { attribute = 'heal', attribute_link = '', damagetype = 'Healing', effect = '', cost = '68', costtype = 'SP', target = 'Party', hit = '', power = '155', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Mediarama' }, ['mediarahan'] = { attribute = 'heal', attribute_link = '', damagetype = 'Healing', effect = '', cost = '100', costtype = 'SP', target = 'Party', hit = '', power = '999', powerlvl = 'Heavy', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Mediarahan' }, ['diamrita'] = { attribute = 'heal', attribute_link = '', damagetype = 'Healing', effect = '', cost = '16', costtype = 'SP', target = 'Single Ally', hit = '', power = '65', powerlvl = 'Light', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Diamrita' }, ['diaramrita'] = { attribute = 'heal', attribute_link = '', damagetype = 'Healing', effect = '', cost = '32', costtype = 'SP', target = 'Single Ally', hit = '', power = '155', powerlvl = 'Medium', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Diaramrita' }, ['ailment shield'] = { attribute = 'support', attribute_link = '', damagetype = '', effect = '', cost = '12', costtype = 'SP', target = 'Single Ally', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Ailment Shield' }, ['ailment shield+'] = { attribute = 'support', attribute_link = '', damagetype = '', effect = '', cost = '22', costtype = 'SP', target = 'Single Ally', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Ailment Shield+' }, ['ambush'] = { attribute = 'support', attribute_link = '', damagetype = 'Physical', effect = '', cost = '12', costtype = 'SP', target = 'Single Enemy', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Ambush' }, ['ambush+'] = { attribute = 'support', attribute_link = '', damagetype = 'Physical', effect = '', cost = '22', costtype = 'SP', target = 'Single Enemy', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Ambush+' }, ['rakukaja'] = { attribute = 'support', attribute_link = '', damagetype = '', effect = '', cost = '12', costtype = 'SP', target = 'Single Ally', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Rakukaja' }, ['marakukaja'] = { attribute = 'support', attribute_link = '', damagetype = '', effect = '', cost = '60', costtype = 'SP', target = 'Party', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Marakukaja' }, ['sukukaja'] = { attribute = 'support', attribute_link = '', damagetype = '', effect = '', cost = '12', costtype = 'SP', target = 'Single Ally', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Sukukaja' }, ['masukukaja'] = { attribute = 'support', attribute_link = '', damagetype = '', effect = '', cost = '60', costtype = 'SP', target = 'Party', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Masukukaja' }, ['tarukaja'] = { attribute = 'support', attribute_link = '', damagetype = '', effect = '', cost = '12', costtype = 'SP', target = 'Single Ally', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Tarukaja' }, ['matarukaja'] = { attribute = 'support', attribute_link = '', damagetype = '', effect = '', cost = '60', costtype = 'SP', target = 'Party', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Matarukaja' }, ['first aid'] = { attribute = 'support', attribute_link = '', damagetype = 'Healing', effect = '', cost = '19', costtype = 'SP', target = 'Single Ally', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'First Aid' }, ['first aid+'] = { attribute = 'support', attribute_link = '', damagetype = 'Healing', effect = '', cost = '34', costtype = 'SP', target = 'Single Ally', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'First Aid+' }, ['heat riser'] = { attribute = 'support', attribute_link = '', damagetype = '', effect = '', cost = '60', costtype = 'SP', target = 'Single Ally', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Heat Riser' }, ['crystal of rebirth'] = { attribute = 'support', attribute_link = '', damagetype = 'Healing', effect = '', cost = '20', costtype = 'SP', target = 'Map', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Crystal of Rebirth' }, ['femme fatale'] = { attribute = 'support', attribute_link = '', damagetype = 'Physical', effect = '', cost = '1', costtype = 'V', target = 'Single Enemy', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Femme Fatale' }, ['femme fatale+'] = { attribute = 'support', attribute_link = '', damagetype = 'Physical', effect = '', cost = '1', costtype = 'V', target = 'Single Enemy', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Femme Fatale+' }, ['femme fatale++'] = { attribute = 'support', attribute_link = '', damagetype = 'Physical', effect = '', cost = '1', costtype = 'V', target = 'Single Enemy', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Femme Fatale++' }, ['like a phantom'] = { attribute = 'support', attribute_link = '', damagetype = '', effect = '', cost = '1', costtype = 'V', target = 'Map', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Like a Phantom' }, ['like a phantom+'] = { attribute = 'support', attribute_link = '', damagetype = '', effect = '', cost = '1', costtype = 'V', target = 'Map', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Like a Phantom+' }, ['like a phantom++'] = { attribute = 'support', attribute_link = '', damagetype = '', effect = '', cost = '1', costtype = 'V', target = 'Map', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Like a Phantom++' }, ['flag of freedom'] = { attribute = 'support', attribute_link = '', damagetype = 'Healing', effect = '', cost = '1', costtype = 'V', target = 'Map', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Flag of Freedom' }, ['flag of freedom+'] = { attribute = 'support', attribute_link = '', damagetype = 'Healing', effect = '', cost = '1', costtype = 'V', target = 'Map', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Flag of Freedom+' }, ['flag of freedom++'] = { attribute = 'support', attribute_link = '', damagetype = 'Healing', effect = '', cost = '1', costtype = 'V', target = 'Map', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Flag of Freedom++' }, ['pathway to the ball'] = { attribute = 'support', attribute_link = '', damagetype = '', effect = '', cost = '1', costtype = 'V', target = 'Self', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Pathway to the Ball' }, ['truth seeker'] = { attribute = 'support', attribute_link = '', damagetype = '', effect = '', cost = '1', costtype = 'V', target = 'Party', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Truth Seeker' }, ['burn boost'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Burn Boost' }, ['burn amp'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Burn Amp' }, ['burn mega booster'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Burn Mega Booster' }, ['freeze boost'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Freeze Boost' }, ['freeze amp'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Freeze Amp' }, ['freeze mega booster'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Freeze Mega Booster' }, ['shock boost'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Shock Boost' }, ['shock amp'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Shock Amp' }, ['shock mega booster'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Shock Mega Booster' }, ['sweep boost'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Sweep Boost' }, ['sweep amp'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Sweep Amp' }, ['sweep mega booster'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Sweep Mega Booster' }, ['hypno boost'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Hypno Boost' }, ['hypno amp'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Hypno Amp' }, ['hypno mega booster'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Hypno Mega Booster' }, ['vortex boost'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Vortex Boost' }, ['vortex amp'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Vortex Amp' }, ['vortex mega booster'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Vortex Mega Booster' }, ['dizzy boost'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Dizzy Boost' }, ['dizzy amp'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Dizzy Amp' }, ['dizzy mega booster'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Dizzy Mega Booster' }, ['despair boost'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Despair Boost' }, ['despair amp'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Despair Amp' }, ['despair mega booster'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Despair Mega Booster' }, ['forget boost'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Forget Boost' }, ['forget amp'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Forget Amp' }, ['forget mega booster'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Forget Mega Booster' }, ['angelic instincts'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Angelic Instincts' }, ['active support'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Active Support' }, ['active boost'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Active Boost' }, ['active boost+'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Active Boost+' }, ['attack master'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Attack Master' }, ['auto-maraku'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Auto-Maraku' }, ['auto-masuku'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Auto-Masuku' }, ['auto-mataru'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Auto-Mataru' }, ['auto-riser'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Auto-Riser' }, ['berserker'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Berserker' }, ['blessing of yggdrasil'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Blessing of Yggdrasil' }, ['brilliant ballet'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Brilliant Ballet' }, ['break & recovery'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Break & Recovery' }, ['break & recovery+'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Break & Recovery' }, ['brightening star'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Brightening Star' }, ['broad perspective'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Broad Perspective' }, ['bullet break'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Bullet Break' }, ['champion\'s pulse'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Champion\'s Pulse' }, ['clairvoyance'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Clairvoyance' }, ['comandante'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Comandante' }, ['daredevil'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Daredevil' }, ['deceptive haze'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Deceptive Haze' }, ['defense master'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Defense Master' }, ['divine mind'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Divine Mind' }, ['eagle eyes'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Eagle Eyes' }, ['easy money'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Easy Money' }, ['efficiency aficionado'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Efficiency Aficionado' }, ['elegant teatime'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Elegant Teatime' }, ['endless fighting spirit'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Endless Fighting Spirit' }, ['endure'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Endure' }, ['energized spirit'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Energized Spirit' }, ['essence of sorcery'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Essence of Sorcery' }, ['ferocious lion'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Ferocious Lion' }, ['final guard'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Final Guard' }, ['finishing blow'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Finishing Blow' }, ['flourish in hardship'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Flourish in Hardship' }, ['follow-up'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Follow-Up' }, ['follow-up+'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Follow-Up+' }, ['fool\'s reckoning'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Fool\'s Reckoning' }, ['foresight'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Foresight' }, ['god-like speed'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'God-Like Speed' }, ['goddess\'s embrace'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Goddess\'s Embrace' }, ['hawkeye'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Hawkeye' }, ['hazy mirage'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Hazy Mirage' }, ['heavenly gift'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Heavenly Gift' }, ['immunity'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Immunity' }, ['impenetrable fortress'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Impenetrable Fortress' }, ['indomitable perseverance'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Indomitable Perseverance' }, ['invigorate 1'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Invigorate 1' }, ['invigorate 2'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Invigorate 2' }, ['invigorate 3'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Invigorate 3' }, ['invigorated soul'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Invigorated Soul' }, ['iron body'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Iron Body' }, ['ironclad guard'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Ironclad Guard' }, ['keen eye'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Keen Eye' }, ['knack for conflict'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Knack for Conflict' }, ['lightning speed'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Lightning Speed' }, ['lucky punch'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Lucky Punch' }, ['magic bullet'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Magic Bullet' }, ['magical mastery'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Magical Mastery' }, ['merciless deliverance'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Merciless Deliverance' }, ['mighty cleave'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Mighty Cleave' }, ['mighty warrior'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Mighty Warrior' }, ['minthe\'s blessing'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Minthe\'s Blessing' }, ['moral support'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Moral Support' }, ['moral boost'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Moral Boost' }, ['moral boost+'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Moral Boost+' }, ['one man army'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'One Man Army' }, ['over powered'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Over Powered' }, ['pedal to the metal'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Pedal to the Metal' }, ['phantom step'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Phantom Step' }, ['punisher of the reckless'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Punisher of the Reckless' }, ['regenerate 1'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Regenerate 1' }, ['regenerate 2'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Regenerate 2' }, ['regenerate 3'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Regenerate 3' }, ['reverse the scales'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Reverse the Scales' }, ['rising vigor'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Rising Vigor' }, ['salt in the wound'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Salt in the Wound' }, ['sharp-eyed wildcat'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Sharp-Eyed Wildcat' }, ['slap to the face'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Slap to the Face' }, ['spring storm'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Spring Storm' }, ['soul repose'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Soul Repose' }, ['soul repose+'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Soul Repose+' }, ['speed master'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Speed Master' }, ['stalking hunter'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Stalking Hunter' }, ['staunch battle formation'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Staunch Battle Formation' }, ['steel physique'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Steel Physique' }, ['stop & go'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Stop & Go' }, ['sustaining relief'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Sustaining Relief' }, ['torrent of magic'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Torrent of Magic' }, ['treasure hunter'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Treasure Hunter' }, ['trigger happy'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Trigger Happy' }, ['triumphant cheer'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Triumphant Cheer' }, ['trump card'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Trump Card' }, ['unparalleled strength'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Unparalleled Strength' }, ['unseen messenger'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Unseen Messenger' }, ['unstoppable'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Unstoppable' }, ['unyielding will'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Unyielding Will' }, ['warrior\'s breath'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Warrior\'s Breath' }, ['warrior\'s comradery'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Warrior\'s Comradery' }, ['life synergy'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Life Synergy' }, ['life synergy+'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Life Synergy+' }, ['life synergy++'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Life Synergy++' }, ['soul synergy'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Soul Synergy' }, ['soul synergy+'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Soul Synergy+' }, ['soul synergy++'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Soul Synergy++' }, ['beat synergy'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Beat Synergy' }, ['beat synergy+'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Beat Synergy+' }, ['beat synergy++'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Beat Synergy++' }, ['trigger synergy'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Trigger Synergy' }, ['trigger synergy+'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Trigger Synergy+' }, ['trigger synergy++'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "", notes= '', name = 'Trigger Synergy++' }, ['slam'] = { attribute = 'physical', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '40', powerlvl = '', range = '1', crit = '', acc = '', rank = '', skilltype = '', inbattle = 'Y', outbattle = 'N', description = "Deals damage to surrounding area. Knocks back targets.", notes= '', name = 'Slam' }, ['heavy counter'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = '', outbattle = '', description = "Performs counter attack once per turn. Inflicts [[Down]] if attacked again.", notes= '', name = 'Heavy Counter' }, ['lady marie\'s grace'] = { attribute = 'passive', attribute_link = '', damagetype = '', effect = '', cost = '', costtype = '', target = '', hit = '', power = '', powerlvl = '', range = '', crit = '', acc = '', rank = '', skilltype = '', inbattle = '', outbattle = '', description = "Always has [[Resist]] status, and will not go [[down]] when attacked.", notes= '', name = 'Lady Marie\'s Grace' }, } return { skill = skill, }