Carrots now properly contain Oculine (#24228)

* carrot

* add

* quantity
This commit is contained in:
Ubaser
2024-01-19 02:28:01 +11:00
committed by GitHub
parent 08c2cac96d
commit 882e277955
2 changed files with 6 additions and 2 deletions

View File

@@ -378,12 +378,14 @@
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
food: food:
maxVol: 9 maxVol: 12
reagents: reagents:
- ReagentId: JuiceCarrot - ReagentId: JuiceCarrot
Quantity: 5 Quantity: 5
- ReagentId: Vitamin - ReagentId: Vitamin
Quantity: 4 Quantity: 4
- ReagentId: Oculine
Quantity: 3
- type: Sprite - type: Sprite
sprite: Objects/Specific/Hydroponics/carrot.rsi sprite: Objects/Specific/Hydroponics/carrot.rsi
- type: Produce - type: Produce
@@ -393,6 +395,8 @@
reagents: reagents:
- ReagentId: JuiceCarrot - ReagentId: JuiceCarrot
Quantity: 10 Quantity: 10
- ReagentId: Oculine
Quantity: 2
- type: entity - type: entity
name: cabbage name: cabbage

View File

@@ -41,7 +41,7 @@
factor: 2 factor: 2
- !type:AdjustReagent - !type:AdjustReagent
reagent: Oculine reagent: Oculine
amount: 0.15 amount: 0.5
- !type:AdjustReagent - !type:AdjustReagent
reagent: Nutriment reagent: Nutriment
amount: 0.5 amount: 0.5