Tavernkeeper's Sandwich (#1280)

* burger

* Sandwich

* Separator

* CP14Sandwich
This commit is contained in:
Nim
2025-05-26 12:53:07 +03:00
committed by GitHub
parent 91cebc07c4
commit a1323c7b29
8 changed files with 160 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
# GENERAL
cp14-food-sequence-content-pumpkin = pumpkin
cp14-food-sequence-content-cucumber = cucumber
# SANDWICH
cp14-food-sequence-sandwich-gen = sandwich with {$content}

View File

@@ -0,0 +1,8 @@
# GENERAL
cp14-food-sequence-content-pumpkin = тыква
cp14-food-sequence-content-cucumber = огурец
# SANDWICH
cp14-food-sequence-sandwich-gen = бутерброд с {$content}

View File

@@ -88,4 +88,7 @@
maxVol: 2 # 1/3 cheese part
reagents:
- ReagentId: Nutriment
Quantity: 1.4
Quantity: 1.4
- type: FoodSequenceElement
entries:
CP14Sandwich: CP14CheeseSandwich

View File

@@ -146,11 +146,25 @@
components:
- type: Sprite
sprite: _CP14/Objects/Consumable/Food/dough.rsi
state: bun_cooked_slice_bottom
layers:
- state: bun_cooked_slice_bottom
- map: ["foodSequenceLayers"]
- type: FoodSequenceStartPoint
key: CP14Sandwich
maxLayers: 5
startPosition: 0, 0
offset: 0, 0.07
minLayerOffset: -0.05, 0
maxLayerOffset: 0.05, 0
nameGeneration: cp14-food-sequence-sandwich-gen
contentSeparator: ", "
- type: Appearance
- type: FoodMetamorphableByAdding
- type: SolutionContainerManager
solutions:
food:
maxVol: 4 # 1/2 bun
canReact: false
reagents:
- ReagentId: Nutriment
Quantity: 2.6
@@ -179,6 +193,9 @@
Quantity: 2.6
- ReagentId: Protein
Quantity: 0.25
- type: FoodSequenceElement
entries:
CP14Sandwich: CP14BunTopSandwich
- type: CP14TemperatureTransformation
entries:
- temperatureRange: 400, 500

View File

@@ -184,6 +184,9 @@
Quantity: 4
- ReagentId: Egg
Quantity: 6
- type: FoodSequenceElement
entries:
CP14Sandwich: CP14CutletSandwich
- type: CP14TemperatureTransformation
entries:
- temperatureRange: 400, 500
@@ -210,6 +213,9 @@
Quantity: 4
- ReagentId: EggCooked
Quantity: 6
- type: FoodSequenceElement
entries:
CP14Sandwich: CP14CutletCookedSandwich
- type: CP14TemperatureTransformation
entries:
- temperatureRange: 400, 500

View File

@@ -71,6 +71,9 @@
Quantity: 2.5
- ReagentId: Vitamin
Quantity: 0.25
- type: FoodSequenceElement
entries:
CP14Sandwich: CP14CabbageSandwich
- type: entity
id: CP14FoodPumpkin
@@ -146,6 +149,9 @@
Quantity: 4
- ReagentId: Vitamin
Quantity: 1
- type: FoodSequenceElement
entries:
CP14Sandwich: CP14PumpkinSandwich
- type: entity
id: CP14FoodPotato
@@ -225,6 +231,9 @@
- type: Tag
tags:
- CP14FarmFood
- type: FoodSequenceElement
entries:
CP14Sandwich: CP14CucumberSandwich
- type: entity
id: CP14FoodTomatoes
@@ -324,6 +333,9 @@
Quantity: 1
- ReagentId: Vitamin
Quantity: 1
- type: FoodSequenceElement
entries:
CP14Sandwich: CP14TomatoesSandwich
- type: entity
id: CP14FoodApple
@@ -388,6 +400,9 @@
Quantity: 2.5
- ReagentId: Vitamin
Quantity: 1
- type: FoodSequenceElement
entries:
CP14Sandwich: CP14AppleSandwich
- type: entity
id: CP14FoodPepper

View File

@@ -0,0 +1,98 @@
# Bun bottom
- type: foodSequenceElement
id: CP14BunTopSandwich
final: true
sprites:
- sprite: _CP14/Objects/Consumable/Food/dough.rsi
state: bun_cooked_slice_top
tags:
- Bun
# Meat
- type: foodSequenceElement
id: CP14CutletSandwich
sprites:
- sprite: _CP14/Objects/Consumable/Food/meat.rsi
state: cutlet
tags:
- Cutlet
- CP14Meat
- type: foodSequenceElement
id: CP14CutletCookedSandwich
sprites:
- sprite: _CP14/Objects/Consumable/Food/meat.rsi
state: cutlet_cooked
tags:
- Cooked
- Cutlet
- CP14Meat
# Cheese
- type: foodSequenceElement
id: CP14CheeseSandwich
name: food-sequence-content-cheese
sprites:
- sprite: _CP14/Objects/Consumable/Food/cheese.rsi
state: cheese_slice
tags:
- Cheese
# Cabbage
- type: foodSequenceElement
id: CP14CabbageSandwich
name: food-sequence-content-cabbage
sprites:
- sprite: _CP14/Objects/Flora/Farm/cabbage.rsi
state: slice1
tags:
- Vegetable
# Pumpkin
- type: foodSequenceElement
id: CP14PumpkinSandwich
name: cp14-food-sequence-content-pumpkin
sprites:
- sprite: _CP14/Objects/Flora/Farm/pumpkin.rsi
state: slice1
tags:
- Vegetable
# Cucumber
- type: foodSequenceElement
id: CP14CucumberSandwich
name: cp14-food-sequence-content-cucumber
sprites:
- sprite: _CP14/Objects/Flora/Farm/cucumber.rsi
state: base1
tags:
- Vegetable
# Tomatoes
- type: foodSequenceElement
id: CP14TomatoesSandwich
name: food-sequence-content-tomato
sprites:
- sprite: _CP14/Objects/Flora/Farm/tomatoes.rsi
state: slice1
tags:
- Fruit
- Vegetable
# Apple
- type: foodSequenceElement
id: CP14AppleSandwich
name: food-sequence-content-apple
sprites:
- sprite: _CP14/Objects/Flora/Farm/apple.rsi
state: slice1
tags:
- Fruit

View File

@@ -147,3 +147,6 @@
- type: Tag
id: CP14EnergyCrystal
- type: Tag
id: CP14Sandwich