Skip to content

Commit

Permalink
dirty and irradiated water
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 authored Jan 5, 2024
1 parent 95b5614 commit 6a5dc63
Showing 1 changed file with 37 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Things that don't fit in the other files names go here.

- type: reagent
id: WaterDirty
name: reagent-name-water-dirty
parent: Water
desc: reagent-desc-water-dirty
physicalDesc: reagent-physical-desc-translucent
metabolisms:
Drink: # can maybe remove this code duplication if its not overwritten, same below.
effects:
- !type:SatiateThirst
factor: 4
Poison:
effects:
- !type:HealthChange
damage:
types:
Radiation: 0.1

- type: reagent
id: WaterIrradiated
name: reagent-name-water-irradiated
parent: Water
desc: reagent-desc-water-irradiated
physicalDesc: reagent-physical-desc-glowing
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 4
Poison:
effects:
- !type:HealthChange
damage:
types:
Radiation: 0.25

0 comments on commit 6a5dc63

Please sign in to comment.