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

Починка рыбы #462

Merged
merged 1 commit into from
Mar 7, 2024
Merged
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
12 changes: 7 additions & 5 deletions Resources/Locale/ru-RU/ADT/Objects/Consumable/Food/fish.ftl
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
ent-ADTFoodFish = Филе рыбы
ent-ADTFoodFish = филе рыбы
.desc = Филе сырой рыбы
ent-ADTFoodFishCutlet = Рыбная котлета
ent-ADTFoodFishRotten = гнилое филе рыбы
.desc = По запаху становится ясно,что не стоит это есть
ent-ADTFoodFishCutlet = рыбная котлета
.desc = Выглядит сырой для употребляния в пищу
ent-ADTFoodFishCooked = Жареное филе рыбы
ent-ADTFoodFishCooked = жареное филе рыбы
.desc = Вкусная и полезная жаренная рыба
ent-ADTFoodFishCutletCooked = Жаренная рыбная котлета
ent-ADTFoodFishCutletCooked = жаренная рыбная котлета
.desc = Небольшая рыбная котлета. Пахнет вкусно
ent-ADTFoodMealSashimi = Сашими
ent-ADTFoodMealSashimi = сашими
.desc = Это сашими сделано из обычной рыбы. Наконец-то нормальная еда.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,37 @@
- type: Tag
tags:
- Fish
- type: Perishable
rotAfter: 600
molsPerSecondPerUnitMass: 0
- type: RotInto
entity: ADTFoodFishRotten
stage: 1


- type: entity
name: rotten fish
parent: FoodMeatBase
id: ADTFoodFishRotten
components:
- type: Tag
tags:
- Raw
- Fish
- type: Sprite
sprite: ADT/Objects/Consumable/Food/fish.rsi
state: fish
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: UncookedAnimalProteins
Quantity: 5
- ReagentId: Toxin
Quantity: 5
- ReagentId: Fat
Quantity: 2


- type: entity
name: raw fish cutlet
Expand Down Expand Up @@ -288,7 +319,7 @@

- type: entity
name: cooked fish
parent: FoodMeatRawBase
parent: FoodMeatBase
id: ADTFoodFishCooked
description: A cooked fish fillet.
components:
Expand Down
Loading