ent-CrateFunSyndicateSegway = Syndicate segway crate
.desc = A crate containing a two-wheeler that will help you escape from the security officers. Or not.
+
+ent-CrateFunBoxing = Boxing Crate
+ .desc = Want to set up an underground fight club or host a tournament amongst station crew? This crate is for you!
ent-CrateEmergencyRadiationKit = Emergency radiation kit
.desc = Crate filled with four radiation treatment kits
+
+ent-CrateBodyBags = Body bags crate
+ .desc = Contains ten body bags.
ent-CrateVirologyBiosuit = Virology bio suit crate
.desc = Contains 2 biohazard suits to ensure that no disease will distract you from treating the crew. Requires Medical access to open.
ent-CrateServiceBooks = Books crate
.desc = Contains 10 empty books of random appearance
+
+ent-CrateServiceBox = Boxes crate
+ .desc = Contains 6 empty multipurpose boxes.
ent-CrateJanitorBiosuit = Janitor bio suit crate
.desc = Contains 2 biohazard suits to ensure that no disease will distract you from cleaning.
category: Fun
group: market
+- type: cargoProduct
+ id: FunBoxing
+ icon:
+ sprite: Clothing/Hands/Gloves/Boxing/boxingred.rsi
+ state: icon
+ product: CrateFunBoxing
+ cost: 500
+ category: Fun
+ group: market
+
- type: cargoProduct
id: FunPirate
icon:
cost: 2500
category: Medical
group: market
+
+- type: cargoProduct
+ id: MedicalBodybags
+ icon:
+ sprite: Objects/Specific/Medical/Morgue/bodybags.rsi
+ state: bag_folded
+ product: CrateBodyBags
+ cost: 700
+ category: Medical
+ group: market
+
- type: cargoProduct
id: MedicalBiosuit
icon:
category: Service
group: market
+- type: cargoProduct
+ id: ServiceBoxes
+ icon:
+ sprite: Objects/Storage/boxes.rsi
+ state: box
+ product: CrateServiceBox
+ cost: 400
+ category: Service
+ group: market
+
- type: cargoProduct
id: ServiceJanitorBiosuit
icon:
- id: VehicleSyndicateSegway
- id: VehicleKeySyndicateSegway
+- type: entity
+ id: CrateFunBoxing
+ parent: CrateGenericSteel
+ components:
+ - type: StorageFill
+ contents:
+ - id: ClothingHandsGlovesBoxingRed
+ - id: ClothingHandsGlovesBoxingBlue
+ - id: ClothingHandsGlovesBoxingYellow
+ - id: ClothingHandsGlovesBoxingGreen
+ - id: UniformShortsRed
+ amount: 3
+ - id: UniformShortsRedWithTop
+ amount: 3
+
- type: entity
id: CrateFunPirate
parent: CratePirate
contents:
- id: MedkitRadiationFilled
amount: 4
+
+- type: entity
+ id: CrateBodyBags
+ parent: CrateMedical
+ components:
+ - type: StorageFill
+ contents:
+ - id: BoxBodyBag
+ amount: 2
+
- type: entity
id: CrateVirologyBiosuit
parent: CrateMedicalSecure
- id: BookRandom
amount: 10
+- type: entity
+ id: CrateServiceBox
+ parent: CratePlastic
+ components:
+ - type: StorageFill
+ contents:
+ - id: BoxCardboard
+ amount: 6
+
- type: entity
id: CrateJanitorBiosuit
parent: CratePlastic