Garlic and vinaigrette (#14221)
This commit is contained in:
committed by
GitHub
parent
6c68c13a3c
commit
ddfb813693
@@ -477,6 +477,10 @@
|
||||
id: FoodBreadGarlicSlice
|
||||
description: Alas, it is limited.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- bread
|
||||
- garlic
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: garlic-slice
|
||||
|
||||
@@ -270,6 +270,31 @@
|
||||
- type: Produce
|
||||
seedId: cabbage
|
||||
|
||||
- type: entity
|
||||
name: garlic
|
||||
parent: FoodProduceBase
|
||||
id: FoodGarlic
|
||||
description: Delicious, but with a potentially overwhelming odor.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- garlic
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 18
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 10
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 4
|
||||
- ReagentId: Allicin
|
||||
Quantity: 4
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/garlic.rsi
|
||||
- type: Produce
|
||||
seedId: garlic
|
||||
|
||||
- type: entity
|
||||
name: lemon
|
||||
parent: FoodProduceBase
|
||||
|
||||
@@ -235,6 +235,8 @@
|
||||
Quantity: 8
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 2
|
||||
- ReagentId: Allicin
|
||||
Quantity: 2
|
||||
# Tastes like spicy cabbage, carrots.
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -63,6 +63,16 @@
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/cabbage.rsi
|
||||
|
||||
- type: entity
|
||||
parent: SeedBase
|
||||
name: packet of garlic seeds
|
||||
id: GarlicSeeds
|
||||
components:
|
||||
- type: Seed
|
||||
seedId: garlic
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/garlic.rsi
|
||||
|
||||
- type: entity
|
||||
parent: SeedBase
|
||||
name: packet of lemon seeds
|
||||
|
||||
Reference in New Issue
Block a user