fixes and tweaks (#21172)

This commit is contained in:
nmajask
2023-10-26 22:12:35 -04:00
committed by GitHub
parent 354d999c8e
commit 0d5da6c30a
5 changed files with 31 additions and 39 deletions

View File

@@ -618,6 +618,8 @@
id: FoodBurgerMcrib id: FoodBurgerMcrib
description: An elusive rib shaped burger with limited availability across the galaxy. Not as good as you remember it. description: An elusive rib shaped burger with limited availability across the galaxy. Not as good as you remember it.
components: components:
- type: Food
trash: FoodKebabSkewer
- type: FlavorProfile - type: FlavorProfile
flavors: flavors:
- bun - bun

View File

@@ -427,19 +427,6 @@
graph: Tortilla graph: Tortilla
node: flat node: flat
- type: entity
name: bun
parent: FoodBakingBase
id: FoodDoughBun
description: A base for any self-respecting burger.
components:
- type: FlavorProfile
flavors:
- bun
- type: Sprite
sprite: Objects/Consumable/Food/burger.rsi
state: bun
- type: entity - type: entity
name: raw pastry base name: raw pastry base
parent: FoodBakingBase parent: FoodBakingBase

View File

@@ -326,6 +326,8 @@
id: FoodMealRibs id: FoodMealRibs
description: BBQ ribs, slathered in a healthy coating of BBQ sauce. The least vegan thing to ever exist. description: BBQ ribs, slathered in a healthy coating of BBQ sauce. The least vegan thing to ever exist.
components: components:
- type: Food
trash: FoodKebabSkewer
- type: FlavorProfile - type: FlavorProfile
flavors: flavors:
- meaty - meaty

View File

@@ -24,7 +24,7 @@
time: 10 time: 10
solids: solids:
FoodBreadBun: 1 FoodBreadBun: 1
FoodMeatCutlet: 3 #replace with bacon FoodMeatBacon: 1
FoodCheeseSlice: 2 FoodCheeseSlice: 2
- type: microwaveMealRecipe - type: microwaveMealRecipe
@@ -186,7 +186,7 @@
time: 10 time: 10
solids: solids:
FoodBreadBun: 1 FoodBreadBun: 1
ClothingOuterGhostSheet: 1 #replace with ectoplasm once added Ectoplasm: 1
- type: microwaveMealRecipe - type: microwaveMealRecipe
id: RecipeHumanBurger id: RecipeHumanBurger

View File

@@ -148,6 +148,7 @@
amount: 30 amount: 30
Enzyme: Enzyme:
amount: 5 amount: 5
catalyst: true
effects: effects:
- !type:CreateEntityReactionEffect - !type:CreateEntityReactionEffect
entity: FoodTofu entity: FoodTofu
@@ -158,11 +159,11 @@
id: CookingKetchup id: CookingKetchup
reactants: reactants:
JuiceTomato: JuiceTomato:
amount: 10 amount: 2
Sugar: Sugar:
amount: 5 amount: 1
products: products:
Ketchup: 15 Ketchup: 3
- type: reaction - type: reaction
id: CookingMayoVinegar id: CookingMayoVinegar
@@ -203,67 +204,67 @@
id: CookingKetchunaise id: CookingKetchunaise
reactants: reactants:
Ketchup: Ketchup:
amount: 5 amount: 1
Mayo: Mayo:
amount: 5 amount: 1
products: products:
Ketchunaise: 10 Ketchunaise: 2
- type: reaction - type: reaction
id: CookingBbqSauce id: CookingBbqSauce
reactants: reactants:
Ketchup: Ketchup:
amount: 5 amount: 1
Vinegar: Vinegar:
amount: 5 amount: 1
Sugar: Sugar:
amount: 5 amount: 1
products: products:
BbqSauce: 15 BbqSauce: 3
- type: reaction - type: reaction
id: CookingHotsauce id: CookingHotsauce
reactants: reactants:
JuiceTomato: JuiceTomato:
amount: 5 amount: 1
TableSalt: TableSalt:
amount: 5 amount: 1
CapsaicinOil: CapsaicinOil:
amount: 5 amount: 1
products: products:
Hotsauce: 15 Hotsauce: 3
- type: reaction - type: reaction
id: CookingVinegar id: CookingVinegar
reactants: reactants:
Ethanol: Ethanol:
amount: 5 amount: 1
Oxygen: Oxygen:
amount: 5 amount: 1
products: products:
Vinegar: 10 Vinegar: 2
- type: reaction - type: reaction
id: CookingSoysauce id: CookingSoysauce
reactants: reactants:
MilkSoy: MilkSoy:
amount: 10 amount: 2
SulfuricAcid: SulfuricAcid:
amount: 5 amount: 1
products: products:
Soysauce: 15 Soysauce: 3
- type: reaction - type: reaction
id: CookingVinaigrette id: CookingVinaigrette
reactants: reactants:
Vinegar: Vinegar:
amount: 5 amount: 1
OilOlive: OilOlive:
amount: 5 amount: 1
Blackpepper: Blackpepper:
amount: 5 amount: 1
products: products:
Vinaigrette: 15 Vinaigrette: 3
- type: reaction - type: reaction
id: CreateMeatball id: CreateMeatball