Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zaverton (shawarma) #56

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
food-chicken-shawarma-eat = На вкус как еда с вокзала

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Вкусы в остальной игре устроены не так. Перед вкусом любой еды предустановлено "Ням. На вкус", а затем уже дальше идёт "как вставьте описание вкуса".

Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
#base
- type: entity
parent: FoodMealBase
id: FoodShawarmaBase
abstract: true
components:
- type: Item
storedRotation: -90
- type: Food
eatMessage: food-chicken-shawarma-eat
transferAmount: 5
- type: Sprite
sprite: _CorvaxNext/Objects/Consumable/Food/shawarma.rsi
- type: SolutionContainerManager
solutions:
food:
maxVol: 22
reagents:
- ReagentId: Nutriment
Quantity: 5
- ReagentId: Protein
Quantity: 9
- ReagentId: Vitamin
Quantity: 4
AwareFoxy marked this conversation as resolved.
Show resolved Hide resolved

- type: entity
name: Лаваш
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В ftl.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: Лаваш
name: лаваш

parent: FoodBakingBase
id: FoodDoughPita
description: Тонкая воздушная лепешка. Йа твой лавашъ кетчуп мазаль
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В ftl.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: Тонкая воздушная лепешка. Йа твой лавашъ кетчуп мазаль
description: Тонкая воздушная лепёшка. Йа твои лавашъ кетчупнез мазаль.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Чем тебе буква ё не угодила?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Чем тебе буква ё не угодила?

Тем, что её там не было.

components:
- type: FlavorProfile
flavors:
- chalky
- dough
- type: Sprite
sprite: _CorvaxNext/Objects/Consumable/Food/shawarma.rsi
state: pita

#SHAWARMA!! Net, zaverton!
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#SHAWARMA!! Net, zaverton!


- type: entity
name: Куриный завертон
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В ftl.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: Куриный завертон
name: завертон с курицей

parent: FoodMealBase
id: FoodChickenShawarma
description: Это шаурма! Или шаверма?.. Настолько сочная, что лаваш снизу подтекает.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В ftl.

Copy link

@seeitsthem seeitsthem Nov 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: Это шаурма! Или шаверма?.. Настолько сочная, что лаваш снизу подтекает.
description: Это шаурма! Или шаверма?.. Настолько сочная, что снизу подтекает.

components:
- type: Item
storedRotation: -90
- type: Food
eatMessage: food-chicken-shawarma-eat
transferAmount: 5
- type: Sprite
sprite: _CorvaxNext/Objects/Consumable/Food/shawarma.rsi
layers:
- state: shawarma-base
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- state: shawarma-base
- state: shawarma_base


Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
- type: microwaveMealRecipe
id: RecipeFoodChickenShawarma
name: Zaverton
result: FoodChickenShawarma
time: 10
reagents:
Ketchunaise: 5
solids:
FoodDoughPita: 1
FoodMeatChickenCutletCooked: 2
FoodTomato: 1
FoodOnionSlice: 2
FoodCarrot: 1

- type: microwaveMealRecipe
id: RecipedoughPita
name: lavash
result: FoodDoughPita
time: 5
reagents:
TableSalt: 5
solids:
FoodDoughFlat: 1
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": 32,
"y": 32
},
"states": [
{
"name": "shawarma-base"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"name": "shawarma-base"
"name": "shawarma_base"

},
{
"name": "pita"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading