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

Мелкое дополнение для Ниан #104

Merged
merged 3 commits into from
Nov 7, 2023
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
7 changes: 7 additions & 0 deletions Resources/Changelog/ChangelogADT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -517,3 +517,10 @@ Entries:
- {message: Фикс рюкзаков следователя и бригмедика и магистрата, type: Fix}
id: 55601 #костыль отображения в Обновлениях
time: '2023-11-07T07:40:00.0000000+00:00'

- author: Шрёдингер
changes:
- {message: Нижнее бельё также как и всю остальную одежду можно разделать на ткань., type: Add}
- {message: Добавил возможность Нианам кушать нижнее бельё(Носки трусы бра)., type: Add}
id: 55603 #костыль отображения в Обновлениях
time: '2023-11-07T04:20:00.0000000+00:00'
5 changes: 5 additions & 0 deletions Resources/Locale/ru-RU/ADT/Objects/Mobs/animals.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ent-MobCockroach = Таракан
.desc = Маленький, противный, усатый жучок.

ent-MobMothroach = Моль
.desc = Паразительно милая, паразительно надоедливая.
20 changes: 19 additions & 1 deletion Resources/Prototypes/ADT/Entities/Clothing/Underwear/Bottom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,27 @@
size: 1
- type: Clothing
slots: [underwearb]
# - type: Tag
# tags:
# - underwearb
- type: Butcherable
butcheringType: Knife
spawned:
- id: MaterialCloth1
amount: 1
- type: Food
requiresSpecialDigestion: true
- type: SolutionContainerManager
solutions:
food:
maxVol: 10
reagents:
- ReagentId: Fiber
Quantity: 10
- type: Tag
tags:
- underwearb
- ClothMade
- underwearb

- type: entity
parent: ClothingUnderwearBottomBase
Expand Down
20 changes: 19 additions & 1 deletion Resources/Prototypes/ADT/Entities/Clothing/Underwear/Socks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,27 @@
size: 5
- type: Clothing
slots: [socks]
# - type: Tag
# tags:
# - socks
- type: Butcherable
butcheringType: Knife
spawned:
- id: MaterialCloth1
amount: 1
- type: Food
requiresSpecialDigestion: true
- type: SolutionContainerManager
solutions:
food:
maxVol: 10
reagents:
- ReagentId: Fiber
Quantity: 10
- type: Tag
tags:
- socks
- ClothMade
- socks

- type: entity
parent: ClothingUnderwearSocksBase
Expand Down
20 changes: 19 additions & 1 deletion Resources/Prototypes/ADT/Entities/Clothing/Underwear/Top.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,27 @@
size: 1
- type: Clothing
slots: [underweart]
# - type: Tag
# tags:
# - underweart
- type: Butcherable
butcheringType: Knife
spawned:
- id: MaterialCloth1
amount: 1
- type: Food
requiresSpecialDigestion: true
- type: SolutionContainerManager
solutions:
food:
maxVol: 10
reagents:
- ReagentId: Fiber
Quantity: 10
- type: Tag
tags:
- underweart
- ClothMade
- underweart

- type: entity
parent: ClothingUnderwearTopBase
Expand Down
Loading