Module:Data/Skill/smtn: Difference between revisions

Jump to navigation Jump to search
(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 }")
 
No edit summary
Line 4: Line 4:
attribute = "Almighty",
attribute = "Almighty",
damagetype = "Magical",
damagetype = "Magical",
skilltype = "Magic",
cost = 45,
cost = 45,
costtype = "MP",
costtype = "MP",

Revision as of 18:02, 11 November 2024

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

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