Price of food depends on its nutritional capacity (#11752)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
fixes https://github.com/space-wizards/space-station-14/issues/11464
This commit is contained in:
corentt
2022-11-15 12:51:30 +01:00
committed by GitHub
parent 172e8eb931
commit f9bf24f903
5 changed files with 29 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
amount: 1
- !type:PlantAdjustHealth
amount: 0.5
pricePerUnit: 2
- type: reagent
id: Vitamin
@@ -37,6 +38,7 @@
- !type:ModifyBleedAmount
amount: -0.25
- !type:SatiateHunger #Numbers are balanced with this in mind + it helps limit how much healing you can get from food
pricePerUnit: 2.5
- type: reagent
id: Protein
@@ -57,4 +59,5 @@
- !type:ModifyBloodLevel
amount: 1 # weaker than iron but pretty good all things considered
- !type:SatiateHunger
pricePerUnit: 3