Added orderable crates for biosuits (#14374)
This commit is contained in:
@@ -57,3 +57,13 @@
|
||||
cost: 300
|
||||
category: Emergency
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: EmergencyBiosuit
|
||||
icon:
|
||||
sprite: Clothing/Head/Hoods/Bio/general.rsi
|
||||
state: icon
|
||||
product: CrateGenericBiosuit
|
||||
cost: 800
|
||||
category: Emergency
|
||||
group: market
|
||||
|
||||
@@ -76,4 +76,13 @@
|
||||
product: CrateEmergencyRadiationKit
|
||||
cost: 2500
|
||||
category: Medical
|
||||
group: market
|
||||
group: market
|
||||
- type: cargoProduct
|
||||
id: MedicalBiosuit
|
||||
icon:
|
||||
sprite: Clothing/Head/Hoods/Bio/bio.rsi
|
||||
state: icon
|
||||
product: CrateVirologyBiosuit
|
||||
cost: 500
|
||||
category: Medical
|
||||
group: market
|
||||
|
||||
@@ -17,3 +17,13 @@
|
||||
cost: 2000
|
||||
category: Science
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: ScienceBiosuit
|
||||
icon:
|
||||
sprite: Clothing/Head/Hoods/Bio/scientist.rsi
|
||||
state: icon
|
||||
product: CrateScienceBiosuit
|
||||
cost: 500
|
||||
category: Science
|
||||
group: market
|
||||
|
||||
@@ -57,3 +57,13 @@
|
||||
cost: 1000
|
||||
category: Security
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: SecurityBiosuit
|
||||
icon:
|
||||
sprite: Clothing/Head/Hoods/Bio/security.rsi
|
||||
state: icon
|
||||
product: CrateSecurityBiosuit
|
||||
cost: 500
|
||||
category: Security
|
||||
group: market
|
||||
|
||||
@@ -77,3 +77,13 @@
|
||||
cost: 1000
|
||||
category: Service
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: ServiceJanitorBiosuit
|
||||
icon:
|
||||
sprite: Clothing/Head/Hoods/Bio/janitor.rsi
|
||||
state: icon
|
||||
product: CrateJanitorBiosuit
|
||||
cost: 500
|
||||
category: Service
|
||||
group: market
|
||||
|
||||
@@ -90,3 +90,16 @@
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxInflatable
|
||||
|
||||
- type: entity
|
||||
id: CrateGenericBiosuit
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingOuterBioGeneral
|
||||
amount: 2
|
||||
- id: ClothingHeadHatHoodBioGeneral
|
||||
amount: 2
|
||||
- id: ClothingMaskGas
|
||||
amount: 2
|
||||
|
||||
@@ -135,4 +135,16 @@
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MedkitRadiationFilled
|
||||
amount: 4
|
||||
amount: 4
|
||||
- type: entity
|
||||
id: CrateVirologyBiosuit
|
||||
parent: CrateMedicalSecure
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingOuterBioVirology
|
||||
amount: 2
|
||||
- id: ClothingHeadHatHoodBioVirology
|
||||
amount: 2
|
||||
- id: ClothingMaskSterile
|
||||
amount: 2
|
||||
|
||||
@@ -1 +1,12 @@
|
||||
# Bro what do I PUT here
|
||||
- type: entity
|
||||
id: CrateScienceBiosuit
|
||||
parent: CrateScienceSecure
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingOuterBioScientist
|
||||
amount: 2
|
||||
- id: ClothingHeadHatHoodBioScientist
|
||||
amount: 2
|
||||
- id: ClothingMaskSterile
|
||||
amount: 2
|
||||
|
||||
@@ -75,5 +75,17 @@
|
||||
- id: BoxZiptie
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: CrateSecurityBiosuit
|
||||
parent: CrateSecgear
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingOuterBioSecurity
|
||||
amount: 2
|
||||
- id: ClothingHeadHatHoodBioSecurity
|
||||
amount: 2
|
||||
- id: ClothingMaskSterile
|
||||
amount: 2
|
||||
|
||||
# Cosmetic Crates
|
||||
|
||||
@@ -111,3 +111,16 @@
|
||||
contents:
|
||||
- id: BookRandom
|
||||
amount: 10
|
||||
|
||||
- type: entity
|
||||
id: CrateJanitorBiosuit
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingOuterBioJanitor
|
||||
amount: 2
|
||||
- id: ClothingHeadHatHoodBioJanitor
|
||||
amount: 2
|
||||
- id: ClothingMaskSterile
|
||||
amount: 2
|
||||
|
||||
Reference in New Issue
Block a user