Module:Data/Icon/desu1oc: Difference between revisions
Jump to navigation
Jump to search
Mistiryshak (talk | contribs) m (Text replacement - "DeSu1 Curse Icon.png" to "DeSu1 Mystic Icon.png") |
Mistiryshak (talk | contribs) m (Text replacement - "DeSu1 Cursed Icon.png" to "DeSu1 Curse Icon.png") |
||
Line 1: | Line 1: | ||
local icon = { | local icon = { | ||
['almighty'] = '[[File:DeSu1 Almighty Icon.png|12px|link=Almighty]]', | ['almighty'] = '[[File:DeSu1 Almighty Icon.png|12px|link=Almighty]]', | ||
['cursed'] = '[[File:DeSu1 | ['cursed'] = '[[File:DeSu1 Curse Icon.png|12px|link=Cursed]]', | ||
['dead'] = '[[File:DeSu1 Dead Icon.png|12px|link=Dead]]', | ['dead'] = '[[File:DeSu1 Dead Icon.png|12px|link=Dead]]', | ||
['elec'] = '[[File:DeSu1 Elec Icon.png|12px|link=Elec]]', | ['elec'] = '[[File:DeSu1 Elec Icon.png|12px|link=Elec]]', |
Latest revision as of 22:19, 3 December 2024
Documentation for this module may be created at Module:Data/Icon/desu1oc/doc
local icon = { ['almighty'] = '[[File:DeSu1 Almighty Icon.png|12px|link=Almighty]]', ['cursed'] = '[[File:DeSu1 Curse Icon.png|12px|link=Cursed]]', ['dead'] = '[[File:DeSu1 Dead Icon.png|12px|link=Dead]]', ['elec'] = '[[File:DeSu1 Elec Icon.png|12px|link=Elec]]', ['fire'] = '[[File:DeSu1 Fire Icon.png|12px|link=Fire]]', ['force'] = '[[File:DeSu1 Force Icon.png|12px|link=Force]]', ['freeze'] = '[[File:DeSu1 Freeze Icon.png|12px|link=Freeze]]', ['guard'] = '[[File:DeSu1 Guard Icon.png|12px|link=Guard]]', ['healing'] = '[[File:DeSu1 Healing Icon.png|12px|link=Healing]]', ['ice'] = '[[File:DeSu1 Ice Icon.png|12px|link=Ice]]', ['mute'] = '[[File:DeSu1 Mute Icon.png|12px|link=Mute]]', ['curse'] = '[[File:DeSu1 Mystic Icon.png|12px|link=Ruin]]', ['paralyze'] = [[File:DeSu1 Paralyze Icon.png|12px|link=Paralyze]], ['passive'] = '[[File:DeSu1 Passive Icon.png|12px|link=Passive]]', ['phys'] = '[[File:DeSu1 Phys Icon.png|12px|link=Phys]]', ['poison'] = [[File:DeSu1 Poison Icon.png|12px|link=Poison]], ['seal'] = '[[File:DeSu1 Seal Icon.png|12px|link=Seal]]', ['shock'] = '[[File:DeSu1 Shock Icon.png|12px|link=Shock]]', ['spawn'] = '[[File:DeSu1 Spawn Icon.png|12px|link=Spawn]]', ['stone'] = '[[File:DeSu1 Stone Icon.png|12px|link=Stone]]', ['summon'] = '[[File:DeSu1 Summon Icon.png|12px|link=Summon]]', ['support'] = '[[File:DeSu1 Support Icon.png|12px|link=Support]]', } return { icon = icon, }