Jump to content

Module:Icon/data

From Deadlock Wiki
Revision as of 23:01, 22 December 2024 by Mgpt (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Icon/data/doc

return {
    -- ITEMS
    ['basic magazine'] = {
        image = "Basic Magazine.png",
        link = "Basic Magazine",
        name = "Basic Magazine",
        class = "item"
    },
    ['healing nova'] = {
        image = "Healing Nova.png",
        link = "Healing Nova",
        name = "Healing Nova",
        class = "item",
        alt = "Health Nova" -- old name
    },

    -- HEROES
    abrams = {
        image = "Abrams MM.png",
        link = "Abrams",
        name = "Abrams",
        class = "hero"
    },
    haze = {
        image = "Haze MM.png",
        link = "Haze",
        name = "Haze",
        class = "hero"
    },

    -- ABILITIES
    flog = {
        image = "Flog.png",
        link = "Lash",
        name = "Flog",
        class = "ability"
    },
    ['petrifying bola'] = {
        image = "Petrifying Bola.png",
        link = "Viper",
        name = "Petrifying Bola",
        class = "ability",
        alt = "Petrify" -- old name
    }
}