/tg/ Station 13 - Modules - Types

maplestation_modules/code/game/objects/structures/crate_lockers/crates.dm

/obj/structure/closet/crate/resource_cache-- Modular Crates, and crates galore! --- -- Resource cache crates used for resource related events. --
/obj/structure/closet/crate/resource_cache/specialSpecial crates are specialized and can have rare materials
/obj/structure/closet/crate/resource_cache/syndicateSyndicate crates can have syndie contraband hidden away, and contain syndie building mats
/obj/structure/closet/crate/resource_cache/centcomCentcom crates have usual advanced building mats found on NT stations
/obj/structure/closet/crate/resource_cache/normalNormal crates just have normal resources
/obj/structure/closet/crate/resource_cache/normal/metalsBasic building mats (metal and glass)
/obj/structure/closet/crate/resource_cache/normal/rare_metalsRare metals (silver and gold)
/obj/structure/closet/crate/resource_cache/normal/rare_gemsRare gems (diamonds, bluespace crystals)
/obj/structure/closet/crate/resource_cache/normal/hazardous_metalsHazardous resources (plasma and uranium)
/obj/structure/closet/crate/resource_cache/normal/basic_materialsBasic materials (cardboard, metal, plastic, wood, glass)
/obj/structure/closet/crate/resource_cache/special/weird_materials_cultWeird crates (Random stuff)
/obj/structure/closet/crate/resource_cache/syndicate/building_matsSyndie stuff (Random stuff)
/obj/structure/closet/crate/resource_cache/centcom/building_matsCentcom stuff (Random stuff)