Module:Data/Skill/gmt: Difference between revisions

Jump to navigation Jump to search
(Created page with "local skill = { ['agi'] = { attribute = 'fire', damagetype = 'Magic', effect = '', cost = '3', costtype = 'MP', target = 'Single Enemy', power = '', powerlvl = '', hit = '1', range = '(Battle) Area<br>(Dungeon) 0-4', crit = '', acc = '', range = '(Battle) Area<br>(Dungeon) 0-4', skilltype = 'Magic', inbattle = 'Y', outbattle = 'Y', description = "", description_ja = "", notes= '', name = 'Agi' }, ['agilao'] = { attribute = 'fire', damagetype = 'Magic', effect = '', cost...")
(No difference)

Revision as of 04:29, 19 November 2024

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

local skill = {
['agi'] = {
attribute = 'fire',
damagetype = 'Magic',
effect = '',
cost = '3',
costtype = 'MP',
target = 'Single Enemy',
power = '',
powerlvl = '',
hit = '1',
range = '(Battle) Area<br>(Dungeon) 0-4',
crit = '',
acc = '',
range = '(Battle) Area<br>(Dungeon) 0-4',
skilltype = 'Magic',
inbattle = 'Y',
outbattle = 'Y',
description = "",
description_ja = "",
notes= '',
name = 'Agi'
},
['agilao'] = {
attribute = 'fire',
damagetype = 'Magic',
effect = '',
cost = '16',
costtype = 'MP',
target = 'Single Enemy',
power = '',
powerlvl = '',
hit = '1',
range = '(Battle) Area<br>(Dungeon) 0-4',
crit = '',
acc = '',
range = '(Battle) Area<br>(Dungeon) 0-4',
skilltype = 'Magic',
inbattle = 'Y',
outbattle = 'Y',
description = "",
description_ja = "",
notes= '',
name = 'Agilao'
},
['agidaion'] = {
attribute = 'fire',
damagetype = 'Magic',
effect = 'Inflicts [[Burn]].',
cost = '28',
costtype = 'MP',
target = 'Single Enemy',
power = '',
powerlvl = '',
hit = '1',
range = '(Battle) Area<br>(Dungeon) 0-4',
crit = '',
acc = '',
range = '(Battle) Area<br>(Dungeon) 0-4',
skilltype = 'Magic',
inbattle = 'Y',
outbattle = 'Y',
description = "",
description_ja = "Inflicts [[Burn]].",
notes= '',
name = 'Agidaion'
},
['mahagi'] = {
attribute = 'fire',
damagetype = '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 = '',
range = '(Battle) Pierce<br>(Dungeon) 0-4',
skilltype = 'Magic',
inbattle = 'Y',
outbattle = 'Y',
description = "",
description_ja = "Inflicts [[Burn]]. Hits four enemies.",
notes= '',
name = 'Mahagi'
},
['mahagila'] = {
attribute = 'fire',
damagetype = '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 = '',
range = '(Battle) Pierce<br>(Dungeon) 0-4',
skilltype = 'Magic',
inbattle = 'Y',
outbattle = 'Y',
description = "",
description_ja = "Inflicts [[Burn]]. Hits five enemies.",
notes= '',
name = 'Mahagila'
},
['maragion'] = {
attribute = 'fire',
damagetype = '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 = '',
range = '(Battle) Pierce<br>(Dungeon) 0-4',
skilltype = 'Magic',
inbattle = 'Y',
outbattle = 'Y',
description = "",
description_ja = "Inflicts [[Burn]]. Hits six enemies.",
notes= '',
name = 'Maragion'
},
['agiyard'] = {
attribute = 'fire',
damagetype = '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 = '',
range = '(Battle) Pierce<br>(Dungeon) 0-4',
skilltype = 'Magic',
inbattle = 'Y',
outbattle = 'Y',
description = "",
description_ja = "Inflicts [[Burn]]. Hits all enemies.",
notes= '',
name = 'Agiyard'
},
}

return {
	skill = skill,
}