-
Notifications
You must be signed in to change notification settings - Fork 45
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
food-chicken-shawarma-eat = На вкус как еда с вокзала | ||
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: Лаваш | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. В ftl. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
parent: FoodBakingBase | ||||||
id: FoodDoughPita | ||||||
description: Тонкая воздушная лепешка. Йа твой лавашъ кетчуп мазаль | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. В ftl. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Чем тебе буква ё не угодила? There was a problem hiding this comment. Choose a reason for hiding this commentThe 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! | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
- type: entity | ||||||
name: Куриный завертон | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. В ftl. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
parent: FoodMealBase | ||||||
id: FoodChickenShawarma | ||||||
description: Это шаурма! Или шаверма?.. Настолько сочная, что лаваш снизу подтекает. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. В ftl. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
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 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
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" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
}, | ||||||
{ | ||||||
"name": "pita" | ||||||
} | ||||||
] | ||||||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Вкусы в остальной игре устроены не так. Перед вкусом любой еды предустановлено "Ням. На вкус", а затем уже дальше идёт "как вставьте описание вкуса".