Module:Icon/data/ammo
From ARC Raiders Wiki
More actions
< Module:Icon | data
Documentation for this module may be created at Module:Icon/data/ammo/doc
return {
default = { icon = "Icon_Ammo.png",
classes = {"invert-on-light"} },
light = { icon = "Icon_Ammo_Light.png",
classes = {"invert-on-light"} },
medium = { icon = "Icon_Ammo_Medium.png",
classes = {"invert-on-light"} },
heavy = { icon = "Icon_Ammo_Heavy.png",
classes = {"invert-on-light"} },
shotgun = { icon = "Icon_Ammo_Shotgun.png",
classes = {"invert-on-light"} },
launcher = { icon = "Icon_Ammo_Launcher.png",
classes = {"invert-on-light"} },
energy = { icon = "Icon_Ammo_Energy.png",
classes = {"invert-on-light"} },
}