Orderable crates: boxing equipment, empty boxes, bodybags (#14378)

This commit is contained in:
lapatison
2023-04-22 14:13:05 +03:00
committed by GitHub
parent e741588d33
commit 77a3cf1009
9 changed files with 74 additions and 0 deletions

View File

@@ -39,3 +39,6 @@ ent-CrateFunParty = Party Crate
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!

View File

@@ -29,6 +29,9 @@ ent-CrateEmergencyAdvancedKit = Emergency advanced kit
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.

View File

@@ -21,6 +21,9 @@ ent-CrateServicePersonnel = Personnel crate
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.

View File

@@ -128,6 +128,16 @@
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:

View File

@@ -77,6 +77,17 @@
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:

View File

@@ -88,6 +88,16 @@
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:

View File

@@ -195,6 +195,21 @@
- 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

View File

@@ -119,6 +119,16 @@
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

View File

@@ -121,6 +121,15 @@
- id: BookRandom
amount: 10
- type: entity
id: CrateServiceBox
parent: CratePlastic
components:
- type: StorageFill
contents:
- id: BoxCardboard
amount: 6
- type: entity
id: CrateJanitorBiosuit
parent: CratePlastic