Module:Data/Skill/gmt
Documentation for this module may be created at Module:Data/Skill/gmt/doc
local skill = { ['agi'] = { attribute = 'fire', damagetype = 'Magic', skilltype = 'Magic', effect = '', cost = '3', costtype = 'MP', target = 'Single Enemy', power = '', powerlvl = '', hit = '1', range = '(Battle) Area<br>(Dungeon) 0-4', crit = '', acc = '', inbattle = 'Y', outbattle = 'Y', description = "", description_ja = "", notes= '', name = 'Agi' }, ['agilao'] = { attribute = 'fire', damagetype = 'Magic', skilltype = 'Magic', effect = '', cost = '8', costtype = 'MP', target = 'Single Enemy', power = '', powerlvl = '', hit = '1', range = '(Battle) Area<br>(Dungeon) 0-4', crit = '', acc = '', inbattle = 'Y', outbattle = 'Y', description = "", description_ja = "", notes= '', name = 'Agilao' }, ['agilaon'] = { attribute = 'fire', damagetype = 'Magic', skilltype = 'Magic', effect = '', cost = '16', costtype = 'MP', target = 'Single Enemy', power = '', powerlvl = '', hit = '1', range = '(Battle) Area<br>(Dungeon) 0-4', crit = '', acc = '', inbattle = 'Y', outbattle = 'Y', description = "", description_ja = "", notes= '', name = 'Agilaon' }, ['agidaion'] = { attribute = 'fire', damagetype = 'Magic', skilltype = 'Magic', effect = 'Inflicts [[Burn]].', cost = '28', costtype = 'MP', target = 'Single Enemy', power = '', powerlvl = '', hit = '1', range = '(Battle) Area<br>(Dungeon) 0-4', crit = '', acc = '', inbattle = 'Y', outbattle = 'Y', description = "", description_ja = "", notes= '', name = 'Agidaion' }, ['mahagi'] = { attribute = 'fire', damagetype = 'Magic', skilltype = 'Magic', effect = 'Inflicts [[Burn]]. Hits four enemies.', cost = '9', costtype = 'MP', target = 'All Enemies', power = '', powerlvl = '', hit = '1', range = '(Battle) Pierce<br>(Dungeon) 0-4', crit = '', acc = '', inbattle = 'Y', outbattle = 'Y', description = "", description_ja = "", notes= '', name = 'Mahagi' }, ['mahagila'] = { attribute = 'fire', damagetype = 'Magic', skilltype = 'Magic', effect = 'Inflicts [[Burn]]. Hits five enemies.', cost = '18', costtype = 'MP', target = 'All Enemies', power = '', powerlvl = '', hit = '1', range = '(Battle) Pierce<br>(Dungeon) 0-4', crit = '', acc = '', inbattle = 'Y', outbattle = 'Y', description = "", description_ja = "", notes= '', name = 'Mahagila' }, ['maragion'] = { attribute = 'fire', damagetype = 'Magic', skilltype = 'Magic', effect = 'Inflicts [[Burn]]. Hits six enemies.', cost = '35', costtype = 'MP', target = 'All Enemies', power = '', powerlvl = '', hit = '1', range = '(Battle) Pierce<br>(Dungeon) 0-4', crit = '', acc = '', inbattle = 'Y', outbattle = 'Y', description = "", description_ja = "", notes= '', name = 'Maragion' }, ['agiyard'] = { attribute = 'fire', damagetype = 'Magic', skilltype = 'Magic', effect = 'Inflicts [[Burn]]. Hits all enemies.', cost = '12', costtype = 'MP', target = 'All Enemies', power = '', powerlvl = '', hit = '1', range = '(Battle) Pierce<br>(Dungeon) 0-4', crit = '', acc = '', inbattle = 'Y', outbattle = 'Y', description = "", description_ja = "", notes= '', name = 'Agiyard' }, } return { skill = skill, }