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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user