Module:Data/Skill/p5t
Documentation for this module may be created at Module:Data/Skill/p5t/doc
local skill = { ['slam'] = { attribute = 'physical', cost = '?', costtype = '?', description = 'Deals damage to surrounding area. Knocks back targets.', name = 'Slam', power = 40, range = 1, }, ['agi'] = { attribute = 'burn', cost = '?', costtype = '?', description = "Deals light damage in a small area. Inflicts [[Burn]].", name = 'Agi', power = 34, range = 4, }, ['heavy counter'] = { attribute = 'passive', cost = '—', range = '—', description = "Performs counter attack once per turn. Inflicts [[Down]] if attacked again.", name = 'Heavy Counter', }, ['lady marie\'s grace'] = { attribute = 'passive', cost = '—', range = '—', description = "Always has [[Resist]] status, and will not go [[down]] when attacked.", name = 'Lady Marie\'s Grace', }, ['merciless deliverance'] = { attribute = 'passive', cost = '—', range = '—', description = 'Greatly increases damage dealt to Downed targets.', name = 'Merciless Deliverance', }, ['goddess\'s embrace'] = { attribute = 'passive', cost = '—', range = '—', description = 'Greatly restores HP and SP at the end of each turn.', name = 'Goddess\'s Embrace', } } return { skill = skill, }