Skip to content

Commit

Permalink
Make food reagents process faster (#2942)
Browse files Browse the repository at this point in the history
* NOMNOMNOM

* trolling

---------

Co-authored-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>
  • Loading branch information
Stop-Signs and Lyndomen authored Feb 11, 2025
1 parent 47b7ff0 commit 97d0045
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/Prototypes/Reagents/Consumable/Food/food.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
color: "#24591F"
metabolisms:
Food:
metabolismRate: 2 # DeltaV
effects:
- !type:SatiateHunger
plantMetabolism:
Expand All @@ -28,6 +29,7 @@
color: "#D3D3D3"
metabolisms:
Food: #This makes it not compete with medicines, a large bonus for something that can heal
metabolismRate: 2 # DeltaV
effects:
- !type:HealthChange
probability: 0.5
Expand Down Expand Up @@ -57,6 +59,7 @@
color: "#FFFFE5"
metabolisms:
Food:
metabolismRate: 2 # DeltaV
effects:
- !type:HealthChange
probability: 0.5
Expand All @@ -79,6 +82,7 @@
meltingPoint: 146.0
metabolisms:
Food:
metabolismRate: 2 # DeltaV
effects:
- !type:SatiateHunger
conditions:
Expand Down

0 comments on commit 97d0045

Please sign in to comment.