Skip to content

Commit

Permalink
>w<
Browse files Browse the repository at this point in the history
  • Loading branch information
icekot8 committed Jun 1, 2024
1 parent 81f061b commit 8abd91e
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-FoodBakedVulpkaninPlate = baked vulpkanin
.desc = You can still see bits of fur on the surface of the dish..
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-FoodBakedVulpkaninPlate = запечённый вульпканин
.desc = На поверхности блюда все ещё виднеются клочки шерсти..
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
- type: entity
name: baked vulpkanin
parent: FoodMealBase
id: FoodBakedVulpkaninPlate
description: You can still see bits of fur on the surface of the dish..
components:
- type: FlavorProfile
flavors:
- meaty
- parents
- hope
- type: Food
trash: FoodPlate
- type: Sprite
sprite: Corvax/Objects/Consumable/Food/plate.rsi
layers:
- state: plate
- state: baked_vulpkanin
- type: SolutionContainerManager
solutions:
food:
maxVol: 30
reagents:
- ReagentId: Nutriment
Quantity: 10
- ReagentId: Protein
Quantity: 15
- ReagentId: Vitamin
Quantity: 5
- type: Tag
tags:
- Meat
16 changes: 15 additions & 1 deletion Resources/Prototypes/Corvax/Recipes/Cooking/meat_recipes.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: microwaveMealRecipe
- type: microwaveMealRecipe
id: RecipePelmeni
name: pelmeni recipe
result: FoodPelmeniBowl
Expand All @@ -9,3 +9,17 @@
FoodBowlBig: 1
FoodMeatMeatball: 1
FoodDoughSlice: 3

- type: microwaveMealRecipe
id: RecipeBakedVulpkanin
name: baked vulpkanin recipe
result: FoodBakedVulpkaninPlate
time: 15
reagents:
TableSalt: 2
Blackpepper: 2
solids:
FoodPlate: 1
FoodMeat: 1
FoodApple: 1
HeadVulpkanin: 1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/ss220-space/Paradise/commit/b2681ba958473e3fdd878a69cc5e14c91d3ed725, adapted by Lomovar",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "plate"
},
{
"name": "baked_vulpkanin"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8abd91e

Please sign in to comment.