Module:Data/Skill/smt5: Difference between revisions

Jump to navigation Jump to search
No edit summary
Tags: Manual revert Reverted
No edit summary
Tags: Manual revert Reverted
Line 20: Line 20:
attribute = 'healing',
attribute = 'healing',
effect = '—',
effect = '—',
cost = '40',
cost = '60',
costtype = 'MP',
costtype = 'MP',
target = 'Single Ally',
target = 'Single Ally',

Revision as of 00:47, 11 May 2024

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 = '60',
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,
}