@@ -379,6 +379,54 @@
|
||||
- type: Sprite
|
||||
state: cornmealdough-slice
|
||||
|
||||
- type: entity
|
||||
name: tortilla dough
|
||||
parent: FoodBakingBase
|
||||
id: FoodDoughTortilla
|
||||
description: A piece of tortilla dough.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- chalky
|
||||
- dough
|
||||
- type: Sprite
|
||||
state: tortilladough
|
||||
- type: SliceableFood
|
||||
count: 3
|
||||
slice: FoodDoughTortillaSlice
|
||||
|
||||
- type: entity
|
||||
name: tortilla dough slice
|
||||
parent: FoodBakingBase
|
||||
id: FoodDoughTortillaSlice
|
||||
description: A slice of tortilla dough.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- chalky
|
||||
- dough
|
||||
- type: Sprite
|
||||
state: tortilladough-slice
|
||||
- type: Construction
|
||||
graph: Tortilla
|
||||
node: start
|
||||
|
||||
- type: entity
|
||||
name: flattened tortilla dough
|
||||
parent: FoodBakingBase
|
||||
id: FoodDoughTortillaFlat
|
||||
description: A flattened slice of tortilla dough, cook this to get a taco shell.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- chalky
|
||||
- dough
|
||||
- type: Sprite
|
||||
state: tortilladough-flat
|
||||
- type: Construction
|
||||
graph: Tortilla
|
||||
node: flat
|
||||
|
||||
- type: entity
|
||||
name: bun
|
||||
parent: FoodBakingBase
|
||||
@@ -460,7 +508,7 @@
|
||||
components:
|
||||
- type: Sprite
|
||||
state: butter
|
||||
|
||||
|
||||
- type: entity
|
||||
name: stick of cannabis butter
|
||||
parent: FoodBakingBase
|
||||
|
||||
@@ -580,9 +580,9 @@
|
||||
- Fruit
|
||||
|
||||
- type: entity
|
||||
name: taco
|
||||
name: soft taco
|
||||
parent: FoodMealBase
|
||||
id: FoodMealTaco
|
||||
id: FoodMealSoftTaco
|
||||
description: Take a bite!
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
@@ -592,10 +592,8 @@
|
||||
- meaty
|
||||
- onion
|
||||
- type: Sprite
|
||||
state: taco
|
||||
- type: Tag
|
||||
tags:
|
||||
- Meat
|
||||
state: softtaco
|
||||
|
||||
|
||||
- type: entity
|
||||
name: corn in butter
|
||||
|
||||
145
Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml
Normal file
145
Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml
Normal file
@@ -0,0 +1,145 @@
|
||||
- type: entity
|
||||
name: taco shell
|
||||
parent: FoodMealBase
|
||||
id: FoodTacoShell
|
||||
description: A taco shell, easy to hold, but falls on its side when put down.
|
||||
components:
|
||||
- type: Food
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Food/taco.rsi
|
||||
layers:
|
||||
- state: tacoshell
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 10
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 6.66 # Just using the same values as the bun values, since the recipe for taco shells is roughly the same as buns.
|
||||
# Base
|
||||
|
||||
- type: entity
|
||||
parent: FoodInjectableBase
|
||||
id: FoodTacoBase
|
||||
abstract: true
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- meaty
|
||||
- cheesy
|
||||
- type: Food
|
||||
transferAmount: 3
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Food/taco.rsi
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 15
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 6
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 4
|
||||
- type: Item
|
||||
sprite: Objects/Consumable/Food/taco.rsi
|
||||
|
||||
- type: entity
|
||||
name: beef taco
|
||||
parent: FoodTacoBase
|
||||
id: FoodTacoBeef
|
||||
description: A very basic and run of the mill beef taco, now with cheese!
|
||||
components:
|
||||
- type: Food
|
||||
- type: Sprite
|
||||
state: beeftaco
|
||||
|
||||
- type: entity
|
||||
name: chicken taco
|
||||
parent: FoodTacoBase
|
||||
id: FoodTacoChicken
|
||||
description: A very basic and run of the mill chicken taco, now with cheese!
|
||||
components:
|
||||
- type: Food
|
||||
- type: Sprite
|
||||
state: chickentaco
|
||||
|
||||
- type: entity
|
||||
name: fish taco
|
||||
parent: FoodTacoBase
|
||||
id: FoodTacoFish
|
||||
description: Sounds kinda gross, but it's actually not that bad.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- onion
|
||||
- fishy
|
||||
- type: Food
|
||||
- type: Sprite
|
||||
state: fishtaco
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 20
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 10
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 6
|
||||
|
||||
- type: entity
|
||||
name: rat taco
|
||||
parent: FoodTacoBase
|
||||
id: FoodTacoRat
|
||||
description: Yeah, that looks about right...
|
||||
components:
|
||||
- type: Food
|
||||
- type: Sprite
|
||||
state: rattaco
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 15
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 6
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 4
|
||||
|
||||
- type: entity
|
||||
name: beef taco supreme
|
||||
parent: FoodTacoBase
|
||||
id: FoodTacoBeefSupreme
|
||||
description: It's like a regular beef taco, but surpeme!
|
||||
components:
|
||||
- type: Food
|
||||
- type: Sprite
|
||||
state: beeftacosupreme
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 26
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 14
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 6
|
||||
|
||||
- type: entity
|
||||
name: chicken taco supreme
|
||||
parent: FoodTacoBase
|
||||
id: FoodTacoChickenSupreme
|
||||
description: It's like a regular chicken taco, but surpeme!
|
||||
components:
|
||||
- type: Food
|
||||
- type: Sprite
|
||||
state: chickentacosupreme
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 26
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 14
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 6
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
- type: constructionGraph
|
||||
id: Tortilla
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
entity: FoodDoughTortillaSlice
|
||||
edges:
|
||||
- to: flat
|
||||
steps:
|
||||
- tool: Rolling
|
||||
doAfter: 1
|
||||
- node: flat
|
||||
entity: FoodDoughTortillaFlat
|
||||
@@ -1674,9 +1674,9 @@
|
||||
FoodKebabSkewer: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeFoodMealTaco
|
||||
name: taco recipe
|
||||
result: FoodMealTaco
|
||||
id: RecipeFoodMealSoftTaco
|
||||
name: soft taco recipe
|
||||
result: FoodMealSoftTaco
|
||||
time: 10
|
||||
solids:
|
||||
FoodDoughSlice: 1
|
||||
@@ -1733,3 +1733,79 @@
|
||||
FoodCorn: 1
|
||||
FoodPlate: 1
|
||||
FoodButter: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeTacoShell
|
||||
name: taco shell recipe
|
||||
result: FoodTacoShell
|
||||
time: 5
|
||||
solids:
|
||||
FoodDoughTortillaFlat: 1 # one third of a standard bread dough recipe
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeTacoBeef
|
||||
name: beef taco recipe
|
||||
result: FoodTacoBeef
|
||||
time: 10
|
||||
solids:
|
||||
FoodTacoShell: 1
|
||||
FoodMeatCutlet: 1
|
||||
FoodCheeseSlice: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeTacoChicken
|
||||
name: chicken taco recipe
|
||||
result: FoodTacoChicken
|
||||
time: 10
|
||||
solids:
|
||||
FoodTacoShell: 1
|
||||
FoodMeatChickenCutlet: 1
|
||||
FoodCheeseSlice: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeTacoFish
|
||||
name: fish taco recipe
|
||||
result: FoodTacoFish
|
||||
time: 10
|
||||
solids:
|
||||
FoodTacoShell: 1
|
||||
FoodMeatFish: 1
|
||||
FoodOnionSlice: 2
|
||||
FoodTomato: 1
|
||||
FoodCabbage: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeTacoRat
|
||||
name: rat taco recipe
|
||||
result: FoodTacoRat
|
||||
time: 10
|
||||
solids:
|
||||
FoodTacoShell: 1
|
||||
FoodCheeseSlice: 1
|
||||
FoodMeatRat: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeTacoBeefSupreme
|
||||
name: beef taco supreme recipe
|
||||
result: FoodTacoBeefSupreme
|
||||
time: 10
|
||||
solids:
|
||||
FoodTacoShell: 1
|
||||
FoodCheeseSlice: 1
|
||||
FoodMeatCutlet: 1
|
||||
FoodTomato: 1
|
||||
FoodCabbage: 1
|
||||
FoodOnionSlice: 2
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeTacoChickenSupreme
|
||||
name: beef taco supreme recipe
|
||||
result: FoodTacoChickenSupreme
|
||||
time: 10
|
||||
solids:
|
||||
FoodTacoShell: 1
|
||||
FoodCheeseSlice: 1
|
||||
FoodMeatChickenCutlet: 1
|
||||
FoodTomato: 1
|
||||
FoodCabbage: 1
|
||||
FoodOnionSlice: 2
|
||||
|
||||
@@ -58,6 +58,20 @@
|
||||
- !type:CreateEntityReactionEffect
|
||||
entity: FoodDoughCornmeal
|
||||
|
||||
- type: reaction
|
||||
id: CreateTortillaDough
|
||||
impact: Low
|
||||
quantized: true
|
||||
conserveEnergy: false
|
||||
reactants:
|
||||
Cornmeal:
|
||||
amount: 15
|
||||
Water:
|
||||
amount: 10
|
||||
effects:
|
||||
- !type:CreateEntityReactionEffect
|
||||
entity: FoodDoughTortilla
|
||||
|
||||
- type: reaction
|
||||
id: CreateCakeBatter
|
||||
impact: Low
|
||||
|
||||
Reference in New Issue
Block a user