@@ -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
|
||||
|
||||
@@ -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 = как огурец
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
- type: Item
|
||||
shape:
|
||||
- 0,0,1,0
|
||||
- type: Tag
|
||||
tags:
|
||||
- CP14Plate
|
||||
|
||||
- type: entity
|
||||
id: CP14PlatePie
|
||||
|
||||
@@ -197,7 +197,8 @@
|
||||
size: Tiny
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- CP14Water #TODO
|
||||
- CP14Water
|
||||
- CP14cucumber
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/Flora/Farm/cucumber.rsi
|
||||
layers:
|
||||
|
||||
@@ -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
|
||||
@@ -116,3 +116,8 @@
|
||||
id: CP14bottomless
|
||||
flavorType: Complex
|
||||
description: cp14-flavor-complex-bottomless
|
||||
|
||||
- type: flavor
|
||||
id: CP14cucumber
|
||||
flavorType: Complex
|
||||
description: cp14-flavor-complex-cucumber
|
||||
|
||||
@@ -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
|
||||
@@ -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 |
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user