@@ -26,3 +26,4 @@ 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
|
||||
cp14-flavor-complex-hot-potato = like warm and crispy potatoes
|
||||
|
||||
@@ -26,3 +26,4 @@ cp14-flavor-complex-ale = как хлеб
|
||||
cp14-flavor-complex-bloody-tear = печально и алкогольно
|
||||
cp14-flavor-complex-bottomless = полубожественно и опасно
|
||||
cp14-flavor-complex-cucumber = как огурец
|
||||
cp14-flavor-complex-hot-potato = как тёплый и хрустящий картофель
|
||||
|
||||
@@ -191,6 +191,15 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- CP14FarmFood
|
||||
- type: Temperature
|
||||
currentTemperature: 290
|
||||
- type: InternalTemperature
|
||||
thickness: 0.006
|
||||
area: 0.006
|
||||
- type: CP14TemperatureTransformation
|
||||
entries:
|
||||
- temperatureRange: 400, 500
|
||||
transformTo: CP14FoodPotatoHot
|
||||
|
||||
- type: entity
|
||||
id: CP14FoodCucumber
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
- type: entity
|
||||
id: CP14FoodPotatoHot
|
||||
parent: FoodInjectableBase
|
||||
categories: [ ForkFiltered ]
|
||||
name: hot potato
|
||||
description: Warm and ruddy potatoes cooked over the fire.
|
||||
components:
|
||||
- type: Item
|
||||
size: Tiny
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- CP14HotPotato
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/Consumable/Food/hot_potato.rsi
|
||||
layers:
|
||||
- state: base1
|
||||
map: [ "random" ]
|
||||
- type: RandomSprite
|
||||
available:
|
||||
- random:
|
||||
base1: ""
|
||||
base2: ""
|
||||
base3: ""
|
||||
base4: ""
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 11
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 7
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 2
|
||||
- type: CP14TemperatureTransformation
|
||||
entries:
|
||||
- temperatureRange: 400, 500
|
||||
transformTo: CP14Ash1
|
||||
@@ -121,3 +121,8 @@
|
||||
id: CP14cucumber
|
||||
flavorType: Complex
|
||||
description: cp14-flavor-complex-cucumber
|
||||
|
||||
- type: flavor
|
||||
id: CP14HotPotato
|
||||
flavorType: Complex
|
||||
description: cp14-flavor-complex-hot-potato
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 336 B |
Binary file not shown.
|
After Width: | Height: | Size: 294 B |
Binary file not shown.
|
After Width: | Height: | Size: 300 B |
Binary file not shown.
|
After Width: | Height: | Size: 313 B |
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by Dinazewwr",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "base1"
|
||||
},
|
||||
{
|
||||
"name": "base2"
|
||||
},
|
||||
{
|
||||
"name": "base3"
|
||||
},
|
||||
{
|
||||
"name": "base4"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user