Fixes more minor food PR bugs
This commit is contained in:
@@ -261,7 +261,7 @@
|
||||
description: Needs some butter! And some cooking...
|
||||
components:
|
||||
- type: Food
|
||||
trash: TrashCornCob
|
||||
trash: FoodCornTrash
|
||||
- type: SolutionContainer
|
||||
contents:
|
||||
reagents:
|
||||
@@ -272,6 +272,19 @@
|
||||
- type: Produce
|
||||
seed: corn
|
||||
|
||||
- type: entity
|
||||
name: corn cob
|
||||
parent: BaseItem
|
||||
id: FoodCornTrash
|
||||
description: Not a dang kernel left.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/corn.rsi
|
||||
state: cob
|
||||
netsync: false
|
||||
- type: Item
|
||||
size: 1
|
||||
|
||||
- type: entity
|
||||
name: onion
|
||||
parent: ProduceBase
|
||||
|
||||
@@ -183,7 +183,7 @@
|
||||
maxVol: 20
|
||||
contents:
|
||||
reagents:
|
||||
- ReagentId: BerryJuice
|
||||
- ReagentId: JuiceBerry
|
||||
Quantity: 20
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/berryjuice.rsi
|
||||
@@ -670,7 +670,7 @@
|
||||
maxVol: 20
|
||||
contents:
|
||||
reagents:
|
||||
- ReagentId: GrapeJuice
|
||||
- ReagentId: JuiceGrape
|
||||
Quantity: 20
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/grapejuice.rsi
|
||||
@@ -1189,7 +1189,7 @@
|
||||
maxVol: 20
|
||||
contents:
|
||||
reagents:
|
||||
- ReagentId: PoisonBerryJuice
|
||||
- ReagentId: JuiceBerryPoison
|
||||
Quantity: 20
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/poisonberryjuice.rsi
|
||||
|
||||
@@ -53,6 +53,16 @@
|
||||
- !type:DefaultDrink
|
||||
rate: 1
|
||||
|
||||
- type: reagent
|
||||
id: MilkSoy
|
||||
name: soy milk
|
||||
desc: Surprisingly tasty.
|
||||
physicalDesc: refreshing
|
||||
color: "#302000"
|
||||
metabolism:
|
||||
- !type:DefaultDrink
|
||||
rate: 1
|
||||
|
||||
- type: reagent
|
||||
id: MilkOat
|
||||
name: oat milk
|
||||
|
||||
Reference in New Issue
Block a user