mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
committed by
Chompstation Bot
parent
151d317f5c
commit
08180ba0f1
@@ -143,3 +143,53 @@
|
||||
cost = 15
|
||||
containertype = /obj/structure/closet/crate/large/xion
|
||||
containername = "Cargo Train Trolley Crate"
|
||||
|
||||
/datum/supply_pack/explorergear
|
||||
name="Explorer gear"
|
||||
contains = list (
|
||||
/obj/item/device/cataloguer,
|
||||
/obj/item/device/geiger,
|
||||
/obj/item/clothing/suit/storage/hooded/explorer,
|
||||
/obj/item/device/flashlight/glowstick,
|
||||
/obj/item/device/flashlight,
|
||||
/obj/item/stack/marker_beacon/thirty,
|
||||
/obj/item/weapon/storage/belt/explorer,
|
||||
/obj/item/clothing/mask/gas/explorer,
|
||||
/obj/item/weapon/cartridge/explorer,
|
||||
/obj/item/device/gps/explorer,
|
||||
/obj/item/clothing/under/explorer,
|
||||
/obj/item/device/radio/headset/explorer,
|
||||
/obj/item/clothing/shoes/boots/winter/explorer,
|
||||
/obj/item/weapon/material/knife/tacknife/survival,
|
||||
/obj/item/weapon/material/knife/machete,
|
||||
/obj/item/clothing/accessory/holster/machete,
|
||||
)
|
||||
cost=25
|
||||
containertype = /obj/structure/closet/crate/secure/xion
|
||||
containername = "Explorer equipment"
|
||||
access = access_explorer
|
||||
|
||||
/datum/supply_pack/pilotgear
|
||||
name= "Pilot gear"
|
||||
contains = list (
|
||||
/obj/item/weapon/storage/backpack/parachute,
|
||||
/obj/item/device/radio/headset/pilot,
|
||||
/obj/item/device/radio/headset/pilot/alt,
|
||||
/obj/item/clothing/mask/gas/half,
|
||||
/obj/item/device/flashlight/glowstick,
|
||||
/obj/item/stack/marker_beacon/thirty,
|
||||
/obj/item/device/gps/explorer,
|
||||
/obj/item/clothing/gloves/fingerless,
|
||||
/obj/item/device/cataloguer/compact,
|
||||
/obj/item/clothing/suit/storage/toggle/bomber/pilot,
|
||||
/obj/item/clothing/shoes/boots/winter/explorer,
|
||||
/obj/item/device/flashlight,
|
||||
/obj/item/weapon/material/knife/tacknife/survival,
|
||||
/obj/item/clothing/head/pilot_vr,
|
||||
/obj/item/clothing/under/rank/pilot1,
|
||||
)
|
||||
cost=20
|
||||
containertype = /obj/structure/closet/crate/secure/xion
|
||||
containername = "Pilot equipment"
|
||||
access = access_pilot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user