Module:Data/Skill/smt5

Revision as of 00:46, 11 May 2024 by Rman41 (talk | contribs)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Skill/smt5/doc

local skill = {
['lunge'] = {
attribute = 'physical',
effect = '—',
cost = 5,
costtype = 'MP',
target = 'Single Enemy',
hit = 1,
power = 145,
powerlvl = 'Weak',
crit = '—',
acc = '98%',
rank = 1,
inbattle = 'y',
outbattle = 'n',
description = 'Weak [[Physical]] attack to 1 foe. ',
name = 'Lunge'
},
['dia'] = {
attribute = 'healing',
effect = '—',
cost = '40',
costtype = 'MP',
target = 'Single Ally',
hit = '—',
power = '—',
powerlvl = '—',
crit = '—',
acc = '—',
rank = 1,
inbattle = 'y',
outbattle = 'y',
description = 'Restores a small amount of HP for a single ally.',
name = 'Dia'
}
}

return {
	skill = skill,
}