Vitamins, Protein, new reagents for almost every food, new recipes (#6607)

This commit is contained in:
Rane
2022-02-17 20:27:57 -05:00
committed by GitHub
parent 7770c8abe8
commit 8f860157f7
19 changed files with 1581 additions and 80 deletions

View File

@@ -381,6 +381,22 @@
physicalDesc: strong-smelling
color: "#FF8CFF"
spritePath: doctorsdelightglass.rsi
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 2
- !type:SatiateHunger
factor: -2
Medicine:
effects:
- !type:HealthChange
damage:
groups:
Burn: -1
Brute: -1
Airloss: -1
Toxin: -1
- type: reagent
id: DriestMartini

View File

@@ -30,3 +30,40 @@
amount: 2
- !type:PlantAdjustPests
amount: 2
- type: reagent
id: Vitamin
name: vitamin
group: Foods
desc: Found in healthy, complete meals.
physicalDesc: chalky
color: "#D3D3D3"
metabolisms:
Food: #This makes it not compete with medicines, a large bonus for something that can heal
effects:
- !type:HealthChange
probability: 0.5
damage:
groups:
Brute: -0.5
Burn: -0.5
- !type:SatiateHunger #Numbers are balanced with this in mind + it helps limit how much healing you can get from food
- type: reagent
id: Protein
name: protein
group: Foods
desc: Found in certain meals, good for bodily health.
physicalDesc: clumpy
color: "#FFFFE5"
metabolisms:
Food:
effects:
- !type:HealthChange
probability: 0.5
damage:
groups:
Brute: -0.4
- !type:SatiateHunger