Zombie chem tweaks (#17870)

* make romerol cause zombification, make zombrex the cure, nuke corpium

* fix descriptions

* zombrex -> ambuzol
This commit is contained in:
Nemanja
2023-07-07 00:45:59 -04:00
committed by GitHub
parent 1d7698084e
commit e78257419b
7 changed files with 64 additions and 44 deletions

View File

@@ -312,6 +312,19 @@
- ReagentId: Romerol
Quantity: 10
- type: entity
name: ambuzol pill
parent: Pill
id: PillAmbuzol
components:
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Ambuzol
Quantity: 10
# Syringes
- type: entity
name: ephedrine syringe
@@ -391,16 +404,29 @@
- ReagentId: Ipecac
Quantity: 15
- type: entity
name: ambuzol syringe
parent: BaseSyringe
id: SyringeAmbuzol
components:
- type: SolutionContainerManager
solutions:
injector:
maxVol: 15
reagents:
- ReagentId: Ambuzol
Quantity: 15
#this is where all the syringes are so i didn't know where to put it
- type: entity
name: corpium syringe
name: romerol syringe
parent: BaseSyringe
id: SyringeCorpium
id: SyringeRomerol
components:
- type: SolutionContainerManager
solutions:
injector:
maxVol: 15
reagents:
- ReagentId: Corpium
Quantity: 10
- ReagentId: Romerol
Quantity: 15