Module:Data/Skill/smt2

Jump to navigation Jump to search

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

local skill = {
	['agi'] = {
		attribute = 'fire',
		cost = 3,
		costtype = 'MP',
		power = 23,
		target = 'Single',
		hit = 1,
		description = '',
		effect = 'Deals Fire damage.',
		skilltype = 'Magic',
		name = 'Agi'
	},
}

return {
	skill = skill,
}