Pill canisters added to fills (#5576)
This commit is contained in:
@@ -9,3 +9,15 @@
|
||||
cost: 1000
|
||||
category: Medical
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
name: "Chemistry Supplies"
|
||||
id: MedicalChemistrySupplies
|
||||
description: Basic chemistry supplies.
|
||||
icon:
|
||||
sprite: Objects/Specific/Chemistry/beaker.rsi
|
||||
state: beaker
|
||||
product: CrateChemistrySupplies
|
||||
cost: 500
|
||||
category: Medical
|
||||
group: market
|
||||
|
||||
@@ -17,6 +17,25 @@
|
||||
- type: Storage
|
||||
capacity: 30
|
||||
|
||||
- type: entity
|
||||
name: pill canister box
|
||||
parent: BoxBase
|
||||
id: BoxPillCanister
|
||||
description: A box full of pill canisters.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: PillCanister
|
||||
amount: 6
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: box
|
||||
- state: pillbox
|
||||
|
||||
- type: Item
|
||||
- type: Storage
|
||||
capacity: 30
|
||||
|
||||
- type: entity
|
||||
name: sterile box
|
||||
parent: BoxBase
|
||||
|
||||
@@ -20,6 +20,22 @@
|
||||
- id: Gauze
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: CrateChemistrySupplies
|
||||
name: chemistry supplies crate
|
||||
parent: CrateMedical
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxSyringe
|
||||
amount: 1
|
||||
- id: BoxBeaker
|
||||
amount: 1
|
||||
- id: BoxPillCanister
|
||||
amount: 1
|
||||
- id: Dropper
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: CrateMedicalSurgery
|
||||
name: surgical supplies crate
|
||||
|
||||
@@ -50,3 +50,5 @@
|
||||
prob: 1
|
||||
- id: BoxBeaker
|
||||
prob: 1
|
||||
- id: BoxPillCanister
|
||||
prob: 1
|
||||
|
||||
@@ -254,6 +254,7 @@
|
||||
- type: GalacticMarket
|
||||
products:
|
||||
- MedicalSupplies
|
||||
- MedicalChemistrySupplies
|
||||
- EmergencyExplosive
|
||||
- EmergencyFire
|
||||
- EmergencyInternals
|
||||
|
||||
Reference in New Issue
Block a user