Module:Data/Skill/smtn: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
description = "", | description = "", | ||
name = "Megidolaon" | name = "Megidolaon" | ||
}, | |||
["avatar"] = { | |||
--attribute = "Passive", | |||
skilltype = "Skill", | |||
effect = "", | |||
target = "Self", | |||
--description = "", | |||
link = "Avatar (Skill)", | |||
name = "Avatar" | |||
}, | }, | ||
} | } |
Revision as of 19:24, 13 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" }, ["avatar"] = { --attribute = "Passive", skilltype = "Skill", effect = "", target = "Self", --description = "", link = "Avatar (Skill)", name = "Avatar" }, } return { skill = skill }