Nuclear Operative Medic (#8274)

* Update belts.yml

* Add files via upload

* Update hypospray.yml

* Update hypospray.yml

* Update belt.yml

* Update belts.yml

* Add files via upload

* Update misc_startinggear.yml

* Update belts.yml

* Update misc_startinggear.yml

* Update misc_startinggear.yml

* Update belt.yml

* Update duffelbag.yml

* Update duffelbag.yml

* Update misc_startinggear.yml

* Update belts.yml

* Update chemistry-bottles.yml

* Update chemistry-bottles.yml

* Update belt.yml

* Update belt.yml
This commit is contained in:
Emisse
2022-05-22 05:32:08 -06:00
committed by GitHub
parent 03bfbd5f9e
commit a1b2a9c142
15 changed files with 166 additions and 4 deletions

View File

@@ -455,6 +455,19 @@
- type: Clothing
sprite: Clothing/Belt/militarywebbing.rsi
- type: entity
parent: ClothingBeltStorageBase
id: ClothingBeltMilitaryWebbingMed
name: medical chest rig
description: A set of tactical webbing worn by Gorlax Marauder medic operatives.
components:
- type: Sprite
sprite: Clothing/Belt/militarywebbingmed.rsi
- type: Clothing
sprite: Clothing/Belt/militarywebbingmed.rsi
- type: Storage
capacity: 60
- type: entity
parent: ClothingBeltBase
id: ClothingBeltSuspenders

View File

@@ -19,6 +19,27 @@
solution: hypospray
- type: Hypospray
- type: entity
name: gorlax hypospray
parent: BaseItem
description: Using reverse engineered designs from NT, Cybersun produced these in limited quantities for gorlax marauder operatives.
id: SyndiHypo
components:
- type: Sprite
sprite: Objects/Specific/Medical/syndihypo.rsi
state: hypo
- type: Item
sprite: Objects/Specific/Medical/syndihypo.rsi
- type: SolutionContainerManager
solutions:
hypospray:
maxVol: 20
- type: RefillableSolution
solution: hypospray
- type: ExaminableSolution
solution: hypospray
- type: Hypospray
- type: entity
name: chemical medipen
parent: BaseItem

View File

@@ -154,3 +154,28 @@
- ReagentId: Nocturine
Quantity: 30
- type: entity
id: EphedrineChemistryBottle
name: ephedrine bottle
parent: BaseChemistryEmptyBottle
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: Ephedrine
Quantity: 30
- type: entity
id: OmnizineChemistryBottle
name: omnizine bottle
parent: BaseChemistryEmptyBottle
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: Omnizine
Quantity: 30