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

From ARC Raiders Wiki

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

return {
	bcombing  = { icon    = "Icon_Beachcombing.png",
    	          classes = {"invert-on-light"}              },
    bcity     = { icon    = "Icon_BirdCity.png",
    	          classes = {"invert-on-light"}              },
    lblooms   = { icon    = "Icon_LushBlooms.png",
    	          classes = {"invert-on-light"}              },
    pprobes   = { icon    = "Icon_ProspectingProbes.png",
    	          classes = {"invert-on-light"}              },
    hgy       = { icon    = "Icon_HuskGraveyard.png",
    	          classes = {"invert-on-light"}              },
    ucaches   = { icon    = "Icon_UncoveredCaches.png",
    	          classes = {"invert-on-light"}              },
    ltl       = { icon    = "Icon_LaunchTowerLoot.png",
    	          classes = {"invert-on-light"}              },
    harvester = { icon    = "Icon_ARC_Harvester.png",
    	          classes = {"invert-on-light"}              },
    matriarch = { icon    = "Icon_ARC_Matriarch.png",
    	          classes = {"invert-on-light"}              },
    nraid     = { icon    = "Icon_NightRaid.png",
    	          classes = {"invert-on-light"}              },
    estorm    = { icon    = "Icon_ElectromagneticStorm.png",
    	          classes = {"invert-on-light"}              },
    hbunker   = { icon    = "Icon_HiddenBunker.png",
    	          classes = {"invert-on-light"}              },
    lgate     = { icon    = "Icon_LockedGate.png",
    	          classes = {"invert-on-light"}              },
    csnap     = { icon    = "Icon_ColdSnap.png",
    	          classes = {"invert-on-light"}              },
    hurricane = { icon    = "Icon_Hurricane.png",
    	          classes = {"invert-on-light"}              },
    cscrutiny = { icon    = "Icon_Close_Scrutiny.png",
    	          classes = {"invert-on-light"}              },
}