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

фикс диенты унатхов, фелинидов и ниан #470

Merged
merged 2 commits into from
Mar 9, 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
9 changes: 8 additions & 1 deletion Resources/Changelog/ChangelogADT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,7 @@ Entries:
- {message: "Пистолет киборга СБ можно персонализировать.", type: Add}
id: 55702 #костыль отображения в Обновлениях
time: '2024-03-08T08:20:00.0000000+00:00'

- author: Котя
changes:
- {message: "Добавлена способность жала ослепления генокраду.", type: Add}
Expand All @@ -1427,3 +1427,10 @@ Entries:
- {message: "Максимальное количество сохранённых ДНК генокрада теперь - 7. Для поглощения новых ДНК при достижении лимита придётся очистить старые.", type: Tweak}
id: 55703 #костыль отображения в Обновлениях
time: '2024-03-02T14:14:00.0000000+00:00'

- author: Петр Игнатьевич
changes:
- {message: "Унатхи и фелиниды теперь могут есть все виды шаурмы, хачапури, гипоаллергенный шоколад и некоторые типы наших мясных блюд, которые ранее им были недоступны", type: Tweak}
- {message: "Нианы теперь могут есть хлеб, тофу, сыр, гипоаллергенный шоколад, круассаны и вафли", type: Tweak}
id: 55704 #костыль отображения в Обновлениях
time: '2024-03-09T08:20:00.0000000+00:00'
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
Quantity: 8
- ReagentId: Vitamin
Quantity: 1
- type: Tag
tags:
- ADTMothFriendlyFood

- type: entity
name: croissant-choco-name
Expand All @@ -43,6 +46,9 @@
Quantity: 12
- ReagentId: Vitamin
Quantity: 1
- type: Tag
tags:
- ADTMothFriendlyFood

- type: entity
name: croissant-cheese-name
Expand All @@ -66,6 +72,9 @@
Quantity: 10
- ReagentId: Vitamin
Quantity: 1
- type: Tag
tags:
- ADTMothFriendlyFood

- type: entity
name: hot-dog-name
Expand Down Expand Up @@ -94,5 +103,8 @@
Quantity: 1
- ReagentId: Protein
Quantity: 3
- type: Tag
tags:
- ADTCarnivoreFriendlyFood


Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@
Quantity: 2
- ReagentId: Protein
Quantity: 3
- type: Tag
tags:
- ADTCarnivoreFriendlyFood
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@
- ReagentId: CocoaPowder
Quantity: 1
- type: Extractable
grindableSolutionName: food
grindableSolutionName: food
- type: Tag
tags:
- ADTCarnivoreFriendlyFood
- ADTMothFriendlyFood
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@
Quantity: 10
- ReagentId: Vitamin
Quantity: 1
- type: Tag
tags:
- ADTCarnivoreFriendlyFood
- ADTMothFriendlyFood
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@
- type: Tag
tags:
- Fish
- ADTCarnivoreFriendlyFood
- type: Perishable
rotAfter: 600
molsPerSecondPerUnitMass: 0
Expand Down Expand Up @@ -297,6 +298,7 @@
- Raw
- Cutlet
- Fish
- ADTCarnivoreFriendlyFood
- type: Sprite
sprite: ADT/Objects/Consumable/Food/fish.rsi
state: fishcutlet
Expand Down Expand Up @@ -327,6 +329,7 @@
tags:
- Cooked
- Fish
- ADTCarnivoreFriendlyFood
- type: Sprite
sprite: ADT/Objects/Consumable/Food/fish.rsi
layers:
Expand Down Expand Up @@ -359,6 +362,7 @@
- Cooked
- Cutlet
- Fish
- ADTCarnivoreFriendlyFood
- type: Sprite
sprite: ADT/Objects/Consumable/Food/fish.rsi
state: fishcutletcooked
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- type: Tag
tags:
- Cooked
- ADTCarnivoreFriendlyFood
- type: Sprite
sprite: ADT/Objects/Consumable/Food/oktoberfest.rsi #спрайт от Празата
state: weisswurst
Expand Down Expand Up @@ -36,6 +37,7 @@
- type: Tag
tags:
- Cooked
- ADTCarnivoreFriendlyFood
- type: Sprite
sprite: ADT/Objects/Consumable/Food/oktoberfest.rsi #спрайт от Празата
state: bratwurst
Expand Down Expand Up @@ -78,6 +80,9 @@
Quantity: 4
- ReagentId: Vitamin
Quantity: 1
- type: Tag
tags:
- ADTMothFriendlyFood

- type: entity
name: brezel with poppy seeds
Expand All @@ -104,6 +109,9 @@
Quantity: 4
- ReagentId: Vitamin
Quantity: 1
- type: Tag
tags:
- ADTMothFriendlyFood

- type: entity
name: brezel with salt
Expand All @@ -130,6 +138,9 @@
Quantity: 4
- ReagentId: Vitamin
Quantity: 1
- type: Tag
tags:
- ADTMothFriendlyFood

- type: entity
name: brezel with chocolate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
- type: Tag
tags:
- Fish
- ADTCarnivoreFriendlyFood
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- type: Tag
tags:
- Cooked
- ADTCarnivoreFriendlyFood
- type: Sprite
sprite: ADT/Objects/Consumable/Food/sausage.rsi
state: raw
Expand All @@ -32,6 +33,7 @@
- type: Tag
tags:
- Cooked
- ADTCarnivoreFriendlyFood
- type: Sprite
sprite: ADT/Objects/Consumable/Food/sausage.rsi
state: fried
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
Quantity: 3
- type: Item
sprite: ADT/Objects/Consumable/Food/shawerma.rsi
- type: Tag
tags:
- Cooked
- ADTCarnivoreFriendlyFood

- type: entity
name: shawerma-default-name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
state: shrimp
- type: Food
trash: ADTFoodPacketChipsShrimpTrash
- type: Tag
tags:
- ADTCarnivoreFriendlyFood

- type: entity
name: chips
Expand Down Expand Up @@ -82,6 +85,10 @@
- type: Item
- type: Food
trash: ADTFoodPacketBeefTrash
- type: Tag
tags:
- Cooked
- ADTCarnivoreFriendlyFood
# Я однако не знаю какое им делать наполнение,по дефолту у них 10 питательных веществ, если нужно то заполните в base свои значения

- type: entity
Expand Down Expand Up @@ -230,4 +237,4 @@
description: This is rubbish.
components:
- type: Sprite
state: pig-trash
state: pig-trash
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@
- ReagentId: Nutriment
Quantity: 5
- ReagentId: Vitamin
Quantity: 3
Quantity: 3
- type: Tag
tags:
- Cooked
- ADTCarnivoreFriendlyFood
4 changes: 2 additions & 2 deletions Resources/Prototypes/Body/Organs/moth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
- ClothMade
- Paper
- Fruit
# - Meat
- Pill
- ADTMothFriendlyFood
- type: SolutionContainerManager
solutions:
stomach:
Expand Down Expand Up @@ -38,4 +38,4 @@
groups:
- id: Medicine
- id: Poison
- id: Narcotic
- id: Narcotic
3 changes: 2 additions & 1 deletion Resources/Prototypes/Body/Organs/reptilian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Pill
- Crayon
- Paper
- ADTCarnivoreFriendlyFood
- type: SolutionContainerManager
solutions:
stomach:
Expand All @@ -31,4 +32,4 @@
groups:
- id: Medicine
- id: Poison
- id: Narcotic
- id: Narcotic
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: entity
- type: entity
name: pelmeni
parent: FoodBowlBase
id: FoodPelmeniBowl
Expand All @@ -21,3 +21,7 @@
Quantity: 10
- ReagentId: Protein
Quantity: 20
- type: Tag
tags:
- Soup
- ADTCarnivoreFriendlyFood
Loading
Loading