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

Cucumber!!! + Немного СНГ еды #53

Merged
merged 17 commits into from
Nov 23, 2024
87 changes: 87 additions & 0 deletions Resources/Locale/ru-RU/_corvaxnext/cucumber.ftl
RedTerrorDark marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@

ent-CucumbertSeeds = пакет семян (огурец)
.desc = { ent-SeedBase.desc }
ent-FoodCucumber = огурец
.desc = длинный и толстый...
seeds-cucumber-name = огурцы
seeds-cucumber-display-name = огуречный куст

ent-ShashambertSeeds = пакет семян (чтогурец)
.desc = { ent-SeedBase.desc }
ent-FoodShashamber = что это?
.desc = у меня созрел вопрос...
seeds-shashamber-name = ... что это?
seeds-shashamber-display-name = я не знаю что это

flavor-complex-bear = как медведь, карты и что-то про футбол
flavor-complex-sumer = как лето
flavor-complex-holidais = как новый год

ent-FoodBakedPotatosCutlets = пюрешка с котлетками
.desc = ты потаропись... у нас щас котлетки...
ent-FoodPickles = соленный огурец
.desc = влажный... Самое то с водкой
ent-FoodGOOOOLsoup = медвежий суп
.desc = доигрался в карты....
ent-FoodOkroshkasoup = окрошка
.desc = салат с квасом? че
ent-FoodOlivielsoup = оливье
.desc = у меня столько майонеза, сколько и не снилось моему отцу!
ent-FoodSolankasoup = солянка
.desc = мээээ.....
ent-FoodPlow = плов
.desc = ой васа, пловъ просто пушка, отвечаю!

ent-BookUSSPCook = Копатыч. Кухонные хроники
.desc = Говорят, некий Копатыч, является легендарным Шеф-поваром всего СССП!

book-text-ussp =
Вступление
Когда - то я был обычным актером мультфильма, но теперь я занимаюсь действительно любимым делом - кулинарией. В данной книге рецептов я вам расскажу о самых простых и в тоже время вкусных блюдах, прямиком из СССП!
Соленный огурец:
1 огурец
5u соли
на 5 сек в микроволновку - готово
Пюрешка с котлетками:
2 сырые котлеты
1 картошка
5u молока
на 15 сек в микроволновку - готово
Медвежий суп(самое то под футбол):
10u водки
1 сырое мясо медведя
1 миска
2 яйца
2 огурца
на 10 сек в микроволновку - готово
Окрошка:
10u кваса
1 сырое мясо
1 огурец
1 яйцо
1 картошка
2 колечка лука
1 миска
на 10 сек в микроволновку - готово
Оливье:
20u майонеза
1 сырое мясо
1 огурец
1 яйцо
1 картошка
2 стручка гороха
1 морковь
1 миска
на 15 сек в микроволновку - готово
Солянка:
1 мясо змеи
1 соленный огурец
2 лайма
1 миска
на 10 сек в микроволновку - готово
Плов:
10u риса
2 мяса
1 чеснок
2 моркови
1 миска
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
ClothingShoesColorBlack: 2
ClothingShoesChef: 2
ClothingBeltChef: 2
BookUSSPCook: 3
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
CocoaSeeds: 3
CornSeeds: 5
CottonSeeds: 5
CucumbertSeeds: 5
EggplantSeeds: 5
EggySeeds: 5
GalaxythistleSeeds: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
- FoodBakedBrownie
- FoodPieBananaCreamSlice
- FoodTartMimeSlice
- FoodBakedPotatosCutlets
- FoodGOOOOLsoup
- FoodOkroshkasoup
- FoodOlivielsoup
- FoodSolankasoup
- FoodPlowsoup
chance: 0.8
offset: 0.0
#rare
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: entity
parent: BookBase
id: BookUSSPCook
name: Kopatuch. Let him cook
description: Kopatych is a legendary chef of the USSP
components:
- type: Sprite
sprite: _CorvaxNext/Objects/Misc/books.rsi
layers:
- state: book_USSP
- type: Paper
content: book-text-ussp
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
- type: entity
name: mashed potatoes with cutlets
parent: FoodBakedBase
id: FoodBakedPotatosCutlets
description: You hurry up, we have cutlets right now...
components:
- type: Sprite
sprite: _CorvaxNext/Objects/Consumable/Food/misc.rsi
state: pureshka
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Nutriment
Quantity: 8
- ReagentId: Protein
Quantity: 2
- type: FlavorProfile
flavors:
- meaty
- potatoes
- type: Tag
tags:
- Meat

- type: entity
name: pickle
parent: FoodBase
id: FoodPickles
description: The very thing for vodka
components:
- type: Sprite
sprite: _CorvaxNext/Objects/Consumable/Food/misc.rsi
state: salt
- type: SolutionContainerManager
solutions:
food:
maxVol: 6
reagents:
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Protein
Quantity: 2
- type: FlavorProfile
flavors:
- salty
- type: Tag
tags:
- Fruit
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@


- type: entity
name: cucumber
parent: [FoodProduceBase]
id: FoodCucumber
description: PHAHAHHAHA cu-cu-cu-cu-mbe-er
components:
- type: FlavorProfile
flavors:
- water
- type: SolutionContainerManager
solutions:
food:
maxVol: 14
reagents:
- ReagentId: Nutriment
Quantity: 7
- ReagentId: Vitamin
Quantity: 3
- ReagentId: Water
Quantity: 4
- type: Sprite
sprite: _CorvaxNext/Objects/Specific/Hydroponics/cucumber.rsi
- type: Produce
seedId: cucumberSeed
- type: Tag
tags:
- Fruit
- Vegetable
- type: MeleeWeapon
wideAnimationRotation: -135
damage:
types:
Blunt: 1

- type: entity
name: shashamber
parent: [FoodProduceBase]
id: FoodShashamber
description: what?
components:
- type: FlavorProfile
flavors:
- water
- type: SolutionContainerManager
solutions:
food:
maxVol: 14
reagents:
- ReagentId: Nutriment
Quantity: 7
- ReagentId: Cryptobiolin
Quantity: 12
- type: Sprite
sprite: _CorvaxNext/Objects/Specific/Hydroponics/shashamber.rsi
- type: Produce
seedId: shashamberSeed
- type: Tag
tags:
- Fruit
- Vegetable

Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
- type: entity
name: footbear soup
parent: FoodBowlBase
id: FoodGOOOOLsoup
description: I don't think we're playing cards...
components:
- type: FlavorProfile
flavors:
- beary
- type: Sprite
sprite: _CorvaxNext/Objects/Consumable/Food/bowl.rsi
layers:
- state: bowl
- state: goool
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 8
- ReagentId: Vitamin
Quantity: 6
- type: Tag
tags:
- Soup
- Fruit
- Meat

- type: entity
name: okroshka soup
parent: FoodBowlBase
id: FoodOkroshkasoup
description: Salad with kvass and sour cream.. what
components:
- type: FlavorProfile
flavors:
- sumery
- bread
- potatoes
- type: Sprite
sprite: _CorvaxNext/Objects/Consumable/Food/bowl.rsi
layers:
- state: bowl
- state: okroshka
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 4
- ReagentId: Vitamin
Quantity: 4
- ReagentId: Water
Quantity: 7
- type: Tag
tags:
- Soup
- Fruit
- Meat

- type: entity
name: oliviel soup
parent: FoodBowlBase
id: FoodOlivielsoup
description: My father never dreamed of so much mayonnaise!
components:
- type: FlavorProfile
flavors:
- holidais
- potatoes
- type: Sprite
sprite: _CorvaxNext/Objects/Consumable/Food/bowl.rsi
layers:
- state: bowl
- state: oliviel
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Nutriment
Quantity: 10
- ReagentId: Vitamin
Quantity: 10
- type: Tag
tags:
- Soup
- Meat

- type: entity
name: solanka soup
parent: FoodBowlBase
id: FoodSolankasoup
description: Meehhh.....
components:
- type: FlavorProfile
flavors:
- sour
- type: Sprite
sprite: _CorvaxNext/Objects/Consumable/Food/bowl.rsi
layers:
- state: bowl
- state: solanka
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 8
- ReagentId: Vitamin
Quantity: 7
- type: Tag
tags:
- Soup
- Meat

- type: entity
name: plow
parent: FoodBowlBase
id: FoodPlow
description: Oh, Vasya, rice is fire
components:
- type: FlavorProfile
flavors:
- rice
- meaty
- type: Sprite
sprite: _CorvaxNext/Objects/Consumable/Food/bowl.rsi
layers:
- state: bowl
- state: plow
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 7
- ReagentId: Vitamin
Quantity: 4
- type: Tag
tags:
- Soup
- Meat
Loading
Loading