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/shield

From ARC Raiders Wiki

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

return {
	default = { icon    = "Icon_Shield.png",
    	        classes = {"invert-on-light"}    },
    light   = { icon    = "Icon_Shield_I.png",
    	        classes = {"invert-on-light"}    },
    medium  = { icon    = "Icon_Shield_II.png",
    	        classes = {"invert-on-light"}    },
    heavy   = { icon    = "Icon_Shield_III.png",
    	        classes = {"invert-on-light"}    },
}