Green salad (#999)

* green salad

* maxvol

* duplicate
This commit is contained in:
Nim
2025-03-10 14:18:36 +02:00
committed by GitHub
parent 10b38f04ce
commit 391cc8e7a5
10 changed files with 81 additions and 4 deletions

View File

@@ -25,3 +25,4 @@ cp14-flavor-complex-durandate = like cheap and tart
cp14-flavor-complex-ale = like bread
cp14-flavor-complex-bloody-tear = like sad and alcoholic
cp14-flavor-complex-bottomless = like semi-divine and dangerous
cp14-flavor-complex-cucumber = like cucumber

View File

@@ -25,3 +25,4 @@ cp14-flavor-complex-durandate = дешёвое и терпкое
cp14-flavor-complex-ale = как хлеб
cp14-flavor-complex-bloody-tear = печально и алкогольно
cp14-flavor-complex-bottomless = полубожественно и опасно
cp14-flavor-complex-cucumber = как огурец

View File

@@ -11,6 +11,9 @@
- type: Item
shape:
- 0,0,1,0
- type: Tag
tags:
- CP14Plate
- type: entity
id: CP14PlatePie

View File

@@ -197,7 +197,8 @@
size: Tiny
- type: FlavorProfile
flavors:
- CP14Water #TODO
- CP14Water
- CP14cucumber
- type: Sprite
sprite: _CP14/Objects/Flora/Farm/cucumber.rsi
layers:

View File

@@ -0,0 +1,35 @@
- type: entity
name: green salad
parent: FoodInjectableBase
id: CP14FoodSaladGreen
description: An extremely nutritious green salad, with a pumpkin twist.
categories: [ ForkFiltered ]
components:
- type: FlavorProfile
flavors:
- pumpkin
- cabbage
- CP14cucumber
- type: SolutionContainerManager
solutions:
food:
maxVol: 47
reagents:
- ReagentId: PumpkinFlesh
Quantity: 12
- ReagentId: Nutriment
Quantity: 22
- ReagentId: Vitamin
Quantity: 10
- type: Sprite
layers:
- sprite: _CP14/Objects/Consumable/Food/plates.rsi
state: plate
- sprite: _CP14/Objects/Consumable/Food/salad.rsi
state: green_salad
- type: Tag
tags:
- Fruit
- type: Food
trash:
- CP14Plate

View File

@@ -116,3 +116,8 @@
id: CP14bottomless
flavorType: Complex
description: cp14-flavor-complex-bottomless
- type: flavor
id: CP14cucumber
flavorType: Complex
description: cp14-flavor-complex-cucumber

View File

@@ -0,0 +1,17 @@
- type: CP14Recipe
id: CP14FoodSaladGreen
tag: CP14RecipeCooking
craftTime: 5
requirements:
- !type:ProtoIdResource
protoId: CP14Plate
- !type:ProtoIdResource
protoId: CP14FoodCabbageSlice
count: 4
- !type:ProtoIdResource
protoId: CP14FoodPumpkinSlice
count: 3
- !type:ProtoIdResource
protoId: CP14FoodCucumber
count: 2
result: CP14FoodSaladGreen

View File

@@ -28,9 +28,6 @@
- type: Tag
id: CP14AmbientWater
- type: Tag
id: CP14Plate
- type: Tag
id: CP14InkwellFittable
@@ -103,6 +100,9 @@
- type: Tag
id: CP14Arrow
- type: Tag
id: CP14Plate
- type: Tag
id: CP14PlatePie

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

View File

@@ -0,0 +1,14 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-4.0",
"copyright": "Created by aeoli (discord)",
"states": [
{
"name": "green_salad"
}
]
}