Module:Data/Skill/smtn

Revision as of 05:49, 11 November 2024 by Billy Mitchell (talk | contribs) (Created page with "local skill = { ["megidolaon"] = { battlename = 'MEGIDORAON', attribute = "Almighty", damagetype = "Magical", cost = 45, costtype = "MP", effect = "", power = 60, hits = 1, target = "All enemies", description = "", name = "Megidolaon" }, } return { skill = skill }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

local skill = {
	["megidolaon"] = {
		battlename = 'MEGIDORAON',
		attribute = "Almighty",
		damagetype = "Magical",
		cost = 45,
		costtype = "MP",
		effect = "",
		power = 60,
		hits = 1,
		target = "All enemies",
		description = "",
		name = "Megidolaon"
	},
}
return {
	skill = skill
}