/datum/supply_packs/materials name = "HEADER" group = SUPPLY_MATERIALS announce_beacons = list("Engineering" = list("Engineering", "Chief Engineer's Desk", "Atmospherics")) /datum/supply_packs/materials/metal50 name = "50 Metal Sheets Crate" contains = list(/obj/item/stack/sheet/metal) amount = 50 cost = 400 containername = "metal sheets crate" /datum/supply_packs/materials/glass50 name = "50 Glass Sheets Crate" contains = list(/obj/item/stack/sheet/glass) amount = 50 cost = 400 containername = "glass sheets crate" /datum/supply_packs/materials/wood30 name = "30 Wood Planks Crate" contains = list(/obj/item/stack/sheet/wood) amount = 30 cost = 400 containername = "wood planks crate" /datum/supply_packs/materials/cardboard50 name = "50 Cardboard Sheets Crate" contains = list(/obj/item/stack/sheet/cardboard) amount = 50 cost = 200 containername = "cardboard sheets crate" /datum/supply_packs/materials/sandstone30 name = "30 Sandstone Blocks Crate" contains = list(/obj/item/stack/sheet/mineral/sandstone) amount = 30 cost = 400 containername = "sandstone blocks crate" /datum/supply_packs/materials/plastic30 name = "30 Plastic Sheets Crate" contains = list(/obj/item/stack/sheet/plastic) amount = 30 cost = 400 containername = "plastic sheets crate"