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