Skip to content

Commit

Permalink
shaverma (#39)
Browse files Browse the repository at this point in the history
* shaverma

* fix images

* shaverma

* Update shaverma-unbaked.yml

* Update shaverma-baked.yml

* Update Resources/Prototypes/Recipes/Cooking/meal_recipes.yml

Co-authored-by: FN <[email protected]>

* Update Resources/Prototypes/Recipes/Cooking/meal_recipes.yml

Co-authored-by: FN <[email protected]>

* Update shaverma-baked.yml

* License updates

* Localisation?

* Localisation

* undo  something

* some codestyle fixes

* some codestyle fixes

* Discard changes to Resources/Prototypes/Recipes/Cooking/meal_recipes.yml

* some codestyle fixes

* Delete Resources/Locale/ru-RU/_corvaxnext/entities/objects/consumable/food/shaverma-unbaked.ftl

* Fix meta.json

* Update Resources/Locale/ru-RU/_corvaxnext/entities/objects/consumable/food/shaverma.ftl

Co-authored-by: FN <[email protected]>

* Update Resources/Locale/ru-RU/_corvaxnext/entities/objects/consumable/food/shaverma.ftl

Co-authored-by: FN <[email protected]>

* Update Resources/Textures/_CorvaxNext/Objects/Consumable/Food/shavuha.rsi/meta.json

Co-authored-by: FN <[email protected]>

* fixed Recipes

* fixed Recipes

* Update Resources/Textures/_CorvaxNext/Objects/Consumable/Food/shavuha.rsi/meta.json

Co-authored-by: FN <[email protected]>

* fixed Recipes... again

* pita texture

* moved locales

* moved locales

* no nl on end message removed

* removed pita.rsi

* fix

* Create meta.json

* Revert "Create meta.json"

This reverts commit 12b822c.

* пофиксил отступы

---------

Co-authored-by: = <[email protected]>
Co-authored-by: FN <[email protected]>
  • Loading branch information
3 people authored Nov 13, 2024
1 parent ae0fa71 commit 9ed74fd
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ent-FoodShavermaUnbaked = заготовка шавермы
.desc = Пища богов, осталось только подогреть.
ent-FoodShavermaBaked = шаверма
.desc = Пища богов.
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
- type: entity
parent: FoodMealBase
id: FoodShavermaBaked
components:
- type: Item
storedRotation: -90
- type: Food
transferAmount: 3
- type: Sprite
sprite: _CorvaxNext/Objects/Consumable/Food/shavuha.rsi
layers:
- state: baked
- type: SolutionContainerManager
solutions:
food:
canReact: false
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 7.4

- type: entity
parent: FoodMealBase
id: FoodShavermaUnbaked
components:
- type: Item
storedRotation: -90
- type: Food
transferAmount: 3
- type: Sprite
sprite: _CorvaxNext/Objects/Consumable/Food/shavuha.rsi
layers:
- state: unbaked
- type: SolutionContainerManager
solutions:
food:
canReact: false
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 4.5
17 changes: 17 additions & 0 deletions Resources/Prototypes/_CorvaxNext/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- type: microwaveMealRecipe
id: RecipeFoodShavermaUnbaked
name: The best food ever
result: FoodShavermaUnbaked
time: 1
solids:
FoodMeat: 2
FoodDough: 1
FoodTomato: 1

- type: microwaveMealRecipe
id: RecipeFoodShavermaBaked
name: The best food ever
result: FoodShavermaBaked
time: 15
solids:
FoodShavermaUnbaked: 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-4.0",
"copyright": "Created by sspetishes.",
"size": {
"x": 512,
"y": 512
},
"states": [
{
"name": "baked"
},
{
"name": "unbaked"
}
]
}
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 9ed74fd

Please sign in to comment.