Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Icon/data/currency

From ARC Raiders Wiki

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

return {
    coin  = { icon   = "Icon_Coin.png",
              classes = {"invert-on-light"}    },
    cred  = { icon   = "Icon_Cred.png"         },
    token = { icon   = "Icon_Raider_Token.png" },
    merit = { icon   = "Icon_Merit.png"        },
    seed  = { icon   = "Icon_Nature.png",
              classes = {"invert-on-light"}    },
    skill = { icon   = "Icon_Skill_Point.png",
              classes = {"invert-on-light"}    },
}