Garlic and vinaigrette (#14221)

This commit is contained in:
Fluffiest Floofers
2023-03-06 02:50:08 +01:00
committed by GitHub
parent 6c68c13a3c
commit ddfb813693
23 changed files with 148 additions and 3 deletions

View File

@@ -477,6 +477,10 @@
id: FoodBreadGarlicSlice
description: Alas, it is limited.
components:
- type: FlavorProfile
flavors:
- bread
- garlic
- type: Sprite
layers:
- state: garlic-slice

View File

@@ -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

View File

@@ -235,6 +235,8 @@
Quantity: 8
- ReagentId: Vitamin
Quantity: 2
- ReagentId: Allicin
Quantity: 2
# Tastes like spicy cabbage, carrots.
- type: entity

View File

@@ -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