Garlic and vinaigrette (#14221)
@@ -95,6 +95,7 @@ flavor-complex-bungo = like bungo
|
|||||||
flavor-complex-raisins = like dried grapes
|
flavor-complex-raisins = like dried grapes
|
||||||
flavor-complex-orange = like oranges
|
flavor-complex-orange = like oranges
|
||||||
flavor-complex-watermelon = like watermelon
|
flavor-complex-watermelon = like watermelon
|
||||||
|
flavor-complex-garlic = like garlic
|
||||||
|
|
||||||
## Complex foodstuffs (cooked foods, joke flavors, etc)
|
## Complex foodstuffs (cooked foods, joke flavors, etc)
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,9 @@ reagent-desc-ketchunaise = So-called Russian dressing, popular among Space Ameri
|
|||||||
reagent-name-mayo = mayonnaise
|
reagent-name-mayo = mayonnaise
|
||||||
reagent-desc-mayo = Creamy sauce, made from oil, egg, and some (edible) acid.
|
reagent-desc-mayo = Creamy sauce, made from oil, egg, and some (edible) acid.
|
||||||
|
|
||||||
|
reagent-name-vinaigrette = vinaigrette
|
||||||
|
reagent-desc-vinaigrette = A basic salad dressing made with oil, vinegar and seasoning.
|
||||||
|
|
||||||
reagent-name-soysauce = soy sauce
|
reagent-name-soysauce = soy sauce
|
||||||
reagent-desc-soysauce = A salty soy-based flavoring.
|
reagent-desc-soysauce = A salty soy-based flavoring.
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ seeds-carrots-name = carrot
|
|||||||
seeds-carrots-display-name = carrots
|
seeds-carrots-display-name = carrots
|
||||||
seeds-cabbage-name = cabbage
|
seeds-cabbage-name = cabbage
|
||||||
seeds-cabbage-display-name = cabbages
|
seeds-cabbage-display-name = cabbages
|
||||||
|
seeds-garlic-name = garlic head
|
||||||
|
seeds-garlic-display-name = garlic heads
|
||||||
seeds-lemon-name = lemon
|
seeds-lemon-name = lemon
|
||||||
seeds-lemon-display-name = lemon trees
|
seeds-lemon-display-name = lemon trees
|
||||||
seeds-pineapple-name = pineapple
|
seeds-pineapple-name = pineapple
|
||||||
|
|||||||
@@ -132,7 +132,7 @@
|
|||||||
sprite: Objects/Specific/Service/vending_machine_restock.rsi
|
sprite: Objects/Specific/Service/vending_machine_restock.rsi
|
||||||
state: base
|
state: base
|
||||||
product: CrateVendingMachineRestockSeedsFilled
|
product: CrateVendingMachineRestockSeedsFilled
|
||||||
cost: 2200
|
cost: 2300
|
||||||
category: Hydroponics
|
category: Hydroponics
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
|
|||||||
@@ -81,6 +81,8 @@
|
|||||||
amount: 1
|
amount: 1
|
||||||
- id: CabbageSeeds
|
- id: CabbageSeeds
|
||||||
amount: 1
|
amount: 1
|
||||||
|
- id: GarlicSeeds
|
||||||
|
amount: 1
|
||||||
- id: ChanterelleSeeds
|
- id: ChanterelleSeeds
|
||||||
amount: 1
|
amount: 1
|
||||||
- id: PotatoSeeds
|
- id: PotatoSeeds
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
EggplantSeeds: 5
|
EggplantSeeds: 5
|
||||||
EggySeeds: 5
|
EggySeeds: 5
|
||||||
GalaxythistleSeeds: 3
|
GalaxythistleSeeds: 3
|
||||||
|
GarlicSeeds: 3
|
||||||
LemonSeeds: 5
|
LemonSeeds: 5
|
||||||
LingzhiSeeds: 3
|
LingzhiSeeds: 3
|
||||||
OatSeeds: 5
|
OatSeeds: 5
|
||||||
|
|||||||
@@ -477,6 +477,10 @@
|
|||||||
id: FoodBreadGarlicSlice
|
id: FoodBreadGarlicSlice
|
||||||
description: Alas, it is limited.
|
description: Alas, it is limited.
|
||||||
components:
|
components:
|
||||||
|
- type: FlavorProfile
|
||||||
|
flavors:
|
||||||
|
- bread
|
||||||
|
- garlic
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
- state: garlic-slice
|
- state: garlic-slice
|
||||||
|
|||||||
@@ -270,6 +270,31 @@
|
|||||||
- type: Produce
|
- type: Produce
|
||||||
seedId: cabbage
|
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
|
- type: entity
|
||||||
name: lemon
|
name: lemon
|
||||||
parent: FoodProduceBase
|
parent: FoodProduceBase
|
||||||
|
|||||||
@@ -235,6 +235,8 @@
|
|||||||
Quantity: 8
|
Quantity: 8
|
||||||
- ReagentId: Vitamin
|
- ReagentId: Vitamin
|
||||||
Quantity: 2
|
Quantity: 2
|
||||||
|
- ReagentId: Allicin
|
||||||
|
Quantity: 2
|
||||||
# Tastes like spicy cabbage, carrots.
|
# Tastes like spicy cabbage, carrots.
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -63,6 +63,16 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Hydroponics/cabbage.rsi
|
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
|
- type: entity
|
||||||
parent: SeedBase
|
parent: SeedBase
|
||||||
name: packet of lemon seeds
|
name: packet of lemon seeds
|
||||||
|
|||||||
@@ -653,3 +653,8 @@
|
|||||||
id: watermelon
|
id: watermelon
|
||||||
flavorType: Complex
|
flavorType: Complex
|
||||||
description: flavor-complex-watermelon
|
description: flavor-complex-watermelon
|
||||||
|
|
||||||
|
- type: flavor
|
||||||
|
id: garlic
|
||||||
|
flavorType: Complex
|
||||||
|
description: flavor-complex-garlic
|
||||||
@@ -300,6 +300,34 @@
|
|||||||
Max: 4
|
Max: 4
|
||||||
PotencyDivisor: 25
|
PotencyDivisor: 25
|
||||||
|
|
||||||
|
- type: seed
|
||||||
|
id: garlic
|
||||||
|
name: seeds-garlic-name
|
||||||
|
noun: seeds-noun-seeds
|
||||||
|
displayName: seeds-garlic-display-name
|
||||||
|
plantRsi: Objects/Specific/Hydroponics/garlic.rsi
|
||||||
|
productPrototypes:
|
||||||
|
- FoodGarlic
|
||||||
|
lifespan: 25
|
||||||
|
maturation: 3
|
||||||
|
production: 5
|
||||||
|
yield: 6
|
||||||
|
potency: 25
|
||||||
|
growthStages: 3
|
||||||
|
chemicals:
|
||||||
|
Nutriment:
|
||||||
|
Min: 1
|
||||||
|
Max: 10
|
||||||
|
PotencyDivisor: 10
|
||||||
|
Vitamin:
|
||||||
|
Min: 1
|
||||||
|
Max: 4
|
||||||
|
PotencyDivisor: 25
|
||||||
|
Allicin:
|
||||||
|
Min: 1
|
||||||
|
Max: 8
|
||||||
|
PotencyDivisor: 25
|
||||||
|
|
||||||
- type: seed
|
- type: seed
|
||||||
id: apple
|
id: apple
|
||||||
name: seeds-apple-name
|
name: seeds-apple-name
|
||||||
|
|||||||
@@ -79,6 +79,15 @@
|
|||||||
flavor: sour
|
flavor: sour
|
||||||
color: "#f9f5e5"
|
color: "#f9f5e5"
|
||||||
|
|
||||||
|
- type: reagent
|
||||||
|
id: Vinaigrette
|
||||||
|
name: reagent-name-vinaigrette
|
||||||
|
group: Foods
|
||||||
|
desc: reagent-desc-vinaigrette
|
||||||
|
physicalDesc: reagent-physical-desc-sour
|
||||||
|
flavor: sour
|
||||||
|
color: "#efdaae"
|
||||||
|
|
||||||
- type: reagent
|
- type: reagent
|
||||||
id: Soysauce
|
id: Soysauce
|
||||||
name: reagent-name-soysauce
|
name: reagent-name-soysauce
|
||||||
|
|||||||
@@ -232,6 +232,15 @@
|
|||||||
FoodBreadPlainSlice: 1
|
FoodBreadPlainSlice: 1
|
||||||
FoodFlyAmanita: 1
|
FoodFlyAmanita: 1
|
||||||
|
|
||||||
|
- type: microwaveMealRecipe
|
||||||
|
id: RecipeGarlicBread
|
||||||
|
name: garlic bread slice recipe
|
||||||
|
result: FoodBreadGarlicSlice
|
||||||
|
time: 5
|
||||||
|
solids:
|
||||||
|
FoodBreadPlainSlice: 1
|
||||||
|
FoodGarlic: 1
|
||||||
|
|
||||||
#Pizzas
|
#Pizzas
|
||||||
- type: microwaveMealRecipe
|
- type: microwaveMealRecipe
|
||||||
id: RecipeMargheritaPizza
|
id: RecipeMargheritaPizza
|
||||||
@@ -988,8 +997,7 @@
|
|||||||
result: FoodSaladColeslaw
|
result: FoodSaladColeslaw
|
||||||
time: 5
|
time: 5
|
||||||
reagents:
|
reagents:
|
||||||
Vinegar: 5
|
Vinaigrette: 5
|
||||||
OilOlive: 5
|
|
||||||
solids:
|
solids:
|
||||||
FoodBowlBig: 1
|
FoodBowlBig: 1
|
||||||
FoodOnionRed: 1
|
FoodOnionRed: 1
|
||||||
@@ -1020,6 +1028,7 @@
|
|||||||
FoodBowlBig: 1
|
FoodBowlBig: 1
|
||||||
FoodCarrot: 1
|
FoodCarrot: 1
|
||||||
FoodCabbage: 1
|
FoodCabbage: 1
|
||||||
|
FoodGarlic: 1
|
||||||
|
|
||||||
# NOT ACTUAL FOOD
|
# NOT ACTUAL FOOD
|
||||||
|
|
||||||
|
|||||||
@@ -167,6 +167,18 @@
|
|||||||
products:
|
products:
|
||||||
Vinegar: 10
|
Vinegar: 10
|
||||||
|
|
||||||
|
- type: reaction
|
||||||
|
id: CookingVinaigrette
|
||||||
|
reactants:
|
||||||
|
Vinegar:
|
||||||
|
amount: 5
|
||||||
|
OilOlive:
|
||||||
|
amount: 5
|
||||||
|
Blackpepper:
|
||||||
|
amount: 5
|
||||||
|
products:
|
||||||
|
Vinaigrette: 15
|
||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
id: CreateMeatball
|
id: CreateMeatball
|
||||||
impact: Low
|
impact: Low
|
||||||
|
|||||||
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/9f2e55e83cb93e7124d06c705d1942dfec63c93a",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "dead"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "harvest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "produce"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "seed"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "stage-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "stage-2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "stage-3"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 254 B |
|
After Width: | Height: | Size: 274 B |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |