Skip to content

Commit

Permalink
Merge pull request #462 from 1Stepka1/fish-fix
Browse files Browse the repository at this point in the history
Починка рыбы
  • Loading branch information
Schrodinger71 authored Mar 7, 2024
2 parents 45e9622 + b739ad8 commit d1c47c6
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 6 deletions.
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

0 comments on commit d1c47c6

Please sign in to comment.