Skip to content

Commit

Permalink
scorpion tail antidote reaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed Nov 29, 2023
1 parent 88f3572 commit a74418d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
21 changes: 20 additions & 1 deletion Resources/Prototypes/Nuclear14/Reagents/Consumable/food.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,23 @@
desc: reagent-desc-rad-particle-food
physicalDesc: reagent-physical-desc-metallic
color: "#FFFFE5"
parent: Uranium
parent: Uranium



- type: reagent
id: N14ScorpionTail
name: reagent-name-scorpiontail
desc: reagent-desc-scorpiontail
physicalDesc: reagent-physical-desc-clumpy
color: "#FFFFE5"
metabolisms:
Poison:
effects:
- !type:HealthChange
conditions:
- !type:OrganType
type: Human
damage:
types:
Poison: 2
9 changes: 9 additions & 0 deletions Resources/Prototypes/Nuclear14/Recipes/Reactions/medicine.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: reaction
id: AntidoteMixture
reactants:
Ethanol:
amount: 1
N14ScorpionTail:
amount: 1
products:
AntidoteMixture: 2

0 comments on commit a74418d

Please sign in to comment.