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/special | Special crates are specialized and can have rare materials |
| /obj/structure/closet/crate/resource_cache/syndicate | Syndicate crates can have syndie contraband hidden away, and contain syndie building mats |
| /obj/structure/closet/crate/resource_cache/centcom | Centcom crates have usual advanced building mats found on NT stations |
| /obj/structure/closet/crate/resource_cache/normal | Normal crates just have normal resources |
| /obj/structure/closet/crate/resource_cache/normal/metals | Basic building mats (metal and glass) |
| /obj/structure/closet/crate/resource_cache/normal/rare_metals | Rare metals (silver and gold) |
| /obj/structure/closet/crate/resource_cache/normal/rare_gems | Rare gems (diamonds, bluespace crystals) |
| /obj/structure/closet/crate/resource_cache/normal/hazardous_metals | Hazardous resources (plasma and uranium) |
| /obj/structure/closet/crate/resource_cache/normal/basic_materials | Basic materials (cardboard, metal, plastic, wood, glass) |
| /obj/structure/closet/crate/resource_cache/special/weird_materials_cult | Weird crates (Random stuff) |
| /obj/structure/closet/crate/resource_cache/syndicate/building_mats | Syndie stuff (Random stuff) |
| /obj/structure/closet/crate/resource_cache/centcom/building_mats | Centcom stuff (Random stuff) |