-
-
Notifications
You must be signed in to change notification settings - Fork 81
Добавление бытовых вещей и структур #1093
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
Merged
WardexOfficial
merged 6 commits into
space-sunrise:master
from
666XxttimurkaxX666:add-household-structures
Jul 22, 2026
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
3af4b06
Добавление бытовых вещей и структур
666XxttimurkaxX666 4f023d5
у
666XxttimurkaxX666 b09ecaa
e
666XxttimurkaxX666 b354a95
Update toothbrush.ftl
666XxttimurkaxX666 987d7e2
п
666XxttimurkaxX666 53fc520
р
666XxttimurkaxX666 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/_prototypes/_scp/entities/objects/misc/calendar.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ent-Calendar = wall calendar | ||
| .desc = A paper calendar with a few dates marked. |
5 changes: 5 additions & 0 deletions
5
Resources/Locale/en-US/_prototypes/_scp/entities/objects/misc/pencil.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| ent-YellowPencil = yellow pencil | ||
| .desc = A classic pencil with a yellow wooden barrel and a small red eraser. | ||
|
|
||
| ent-WhitePencil = white pencil | ||
| .desc = A wooden pencil with a clean white barrel. |
13 changes: 13 additions & 0 deletions
13
Resources/Locale/en-US/_prototypes/_scp/entities/objects/misc/photo_frame.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| ent-BasePhotoFrame = photo frame | ||
|
|
||
| ent-PhotoFrameRoom = { ent-BasePhotoFrame } | ||
| .desc = A photograph of a quiet corridor with beige walls. | ||
|
|
||
| ent-PhotoFrameDucks = { ent-BasePhotoFrame } | ||
| .desc = A pleasant photograph of ducks waddling on green grass under a clear blue sky. | ||
|
|
||
| ent-PhotoFrameFlowers = { ent-BasePhotoFrame } | ||
| .desc = A photograph of colorful flowers blooming in a field. | ||
|
|
||
| ent-PhotoFrameSuit = { ent-BasePhotoFrame } | ||
| .desc = A close-up photograph of a neatly pressed red uniform. |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/_prototypes/_scp/entities/objects/misc/soap_bottle.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ent-SoapBottle = soap bottle | ||
| .desc = A plastic bottle with liquid soap inside. |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/_prototypes/_scp/entities/objects/misc/toilet_paper.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ent-ToiletPaper = toilet paper | ||
| .desc = A roll of soft tissue paper. |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/_prototypes/_scp/entities/objects/misc/toothbrush.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ent-Toothbrush = red toothbrush | ||
| .desc = A simple red toothbrush for personal hygiene. |
5 changes: 5 additions & 0 deletions
5
Resources/Locale/en-US/_prototypes/_scp/entities/objects/misc/toothbrush_holder.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| ent-ToothbrushHolder = toothbrush holder | ||
| .desc = A small holder for your bathroom essentials. | ||
|
|
||
| ent-ToothbrushHolderFilled = { ent-ToothbrushHolder } | ||
| .desc = { ent-ToothbrushHolder.desc } |
3 changes: 3 additions & 0 deletions
3
.../Locale/en-US/_prototypes/_scp/entities/structures/doors/materialdoors/material_doors.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,5 @@ | ||
| ent-ScpWoodDoor = { ent-WoodDoor } | ||
| .desc = { ent-WoodDoor.desc } | ||
|
|
||
| ent-ScpMetalDoor = { ent-MetalDoor } | ||
| .desc = { ent-MetalDoor.desc } |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/_prototypes/_scp/entities/structures/furniture/coatrack.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ent-Coatrack = coatrack | ||
| .desc = A tall wooden coat rack to hang your jackets and hats. |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/_prototypes/_scp/entities/structures/furniture/shower.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ent-Shower = shower | ||
| .desc = A wall-mounted shower head. Turn it on and you'll wash away dirt, blood, and all your worries, at least for a moment. | ||
5 changes: 5 additions & 0 deletions
5
Resources/Locale/en-US/_prototypes/_scp/entities/structures/furniture/table_sink.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| ent-TableSink = sink counter | ||
| .desc = Wide metal counter with a built-in sink. | ||
|
|
||
| ent-TableDoubleSink = double sink counter | ||
| .desc = Wide metal counter with a built-in sinks. |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/_prototypes/_scp/entities/structures/furniture/trashbin.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ent-Trashbin = trashbin | ||
| .desc = A small metal trashbin. Designed to dispose of waste. |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/_prototypes/_scp/entities/structures/machines/oven.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ent-Oven = oven | ||
| .desc = It's a grill and microwave - all in one! |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/_prototypes/_scp/entities/objects/misc/calendar.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ent-Calendar = настенный календарь | ||
| .desc = Бумажный календарь с несколькими отмеченными датами. |
5 changes: 5 additions & 0 deletions
5
Resources/Locale/ru-RU/_prototypes/_scp/entities/objects/misc/pencil.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| ent-YellowPencil = желтый карандаш | ||
| .desc = Классический карандаш с желтым деревянным корпусом и маленьким красным ластиком. | ||
|
|
||
| ent-WhitePencil = белый карандаш | ||
| .desc = Деревянный карандаш с чистым белым корпусом. |
13 changes: 13 additions & 0 deletions
13
Resources/Locale/ru-RU/_prototypes/_scp/entities/objects/misc/photo_frame.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| ent-BasePhotoFrame = фотография в рамке | ||
|
|
||
| ent-PhotoFrameRoom = { ent-BasePhotoFrame } | ||
| .desc = Фотография тихого коридора с бежевыми стенами. | ||
|
|
||
| ent-PhotoFrameDucks = { ent-BasePhotoFrame } | ||
| .desc = Приятная фотография уток, ковыляющих по зеленой траве под ясным голубым небом. | ||
|
|
||
| ent-PhotoFrameFlowers = { ent-BasePhotoFrame } | ||
| .desc = Фотография лучезарных цветов, распускающихся в поле. | ||
|
|
||
| ent-PhotoFrameSuit = { ent-BasePhotoFrame } | ||
| .desc = Фотография крупным планом аккуратно выглаженной красной униформы. |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/_prototypes/_scp/entities/objects/misc/soap_bottle.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ent-SoapBottle = флакон с мылом | ||
| .desc = Пластиковый флакон с жидким мылом внутри. |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/_prototypes/_scp/entities/objects/misc/toilet_paper.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ent-ToiletPaper = рулон туалетной бумаги | ||
| .desc = Рулон мягкой папиросной бумаги. |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/_prototypes/_scp/entities/objects/misc/toothbrush.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ent-Toothbrush = красная зубная щётка | ||
| .desc = Простая красная зубная щётка для личной гигиены. |
5 changes: 5 additions & 0 deletions
5
Resources/Locale/ru-RU/_prototypes/_scp/entities/objects/misc/toothbrush_holder.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| ent-ToothbrushHolder = стаканчик банных принадлежностей | ||
| .desc = Небольшой стаканчик для гигиенических предметов. | ||
|
|
||
| ent-ToothbrushHolderFilled = { ent-ToothbrushHolder } | ||
| .desc = { ent-ToothbrushHolder.desc } |
3 changes: 3 additions & 0 deletions
3
.../Locale/ru-RU/_prototypes/_scp/entities/structures/doors/materialdoors/material_doors.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,5 @@ | ||
| ent-ScpWoodDoor = { ent-WoodDoor } | ||
| .desc = { ent-WoodDoor.desc } | ||
|
|
||
| ent-ScpMetalDoor = { ent-MetalDoor } | ||
| .desc = { ent-MetalDoor.desc } |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/_prototypes/_scp/entities/structures/furniture/coatrack.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ent-Coatrack = вешалка | ||
| .desc = Высокая деревянная вешалка, чтобы вешать куртки и шляпы. |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/_prototypes/_scp/entities/structures/furniture/shower.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ent-Shower = душ | ||
| .desc = Настенная душевая лейка. Включив её, вы смоете грязь, кровь и все свои заботы, хотя бы на мгновение. |
5 changes: 5 additions & 0 deletions
5
Resources/Locale/ru-RU/_prototypes/_scp/entities/structures/furniture/table_sink.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| ent-TableSink = столешница с раковиной | ||
| .desc = Широкая металлическая столешница со встроенной раковиной. | ||
|
|
||
| ent-TableDoubleSink = столешница с двумя раковинами | ||
| .desc = Широкая металлическая столешница со встроенными раковинами. |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/_prototypes/_scp/entities/structures/furniture/trashbin.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ent-Trashbin = мусорное ведро | ||
| .desc = Небольшой металлический мусорный бак. Предназначен для утилизации отходов. |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/_prototypes/_scp/entities/structures/machines/oven.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| ent-Oven = духовка | ||
| .desc = Это гриль и микроволновая печь - всё в одном! |
14 changes: 14 additions & 0 deletions
14
Resources/Prototypes/_Scp/Entities/Objects/Devices/Circuitboards/Machine/production.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| - type: entity | ||
| parent: BaseMachineCircuitboard | ||
| id: OvenMachineCircuitboard | ||
| name: oven machine board | ||
| description: A machine printed circuit board for an oven. | ||
| components: | ||
| - type: Sprite | ||
| state: service | ||
| - type: MachineBoard | ||
| prototype: Oven | ||
| stackRequirements: | ||
| Manipulator: 5 | ||
| Glass: 4 | ||
| Cable: 7 |
17 changes: 17 additions & 0 deletions
17
Resources/Prototypes/_Scp/Entities/Objects/Misc/calendar.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| - type: entity | ||
| id: Calendar | ||
| parent: BaseItem | ||
| name: wall calendar | ||
| description: A paper calendar with a few dates marked. | ||
| components: | ||
| - type: Sprite | ||
| sprite: _Scp/Objects/Misc/calendar.rsi | ||
| state: calendar | ||
| - type: Item | ||
| size: Normal | ||
| - type: Sticky | ||
| whitelist: | ||
| tags: | ||
| - Wall | ||
| - Window | ||
| stickDelay: 0.5 |
43 changes: 43 additions & 0 deletions
43
Resources/Prototypes/_Scp/Entities/Objects/Misc/pencil.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| - type: entity | ||
| id: YellowPencil | ||
| name: yellow pencil | ||
| description: A classic pencil with a yellow wooden barrel and a small red eraser. | ||
| parent: BaseItem | ||
| components: | ||
| - type: Sprite | ||
| sprite: _Scp/Objects/Misc/pencil.rsi | ||
| state: yellow | ||
| - type: Item | ||
| sprite: _Sunrise/Objects/Misc/pens.rsi | ||
| heldPrefix: pen | ||
| size: Tiny | ||
| - type: Tag | ||
| tags: | ||
| - Write | ||
| - type: PhysicalComposition | ||
| materialComposition: | ||
| Wood: 25 | ||
| - type: Fixtures | ||
| fixtures: | ||
| fix1: | ||
| shape: !type:PolygonShape | ||
| vertices: | ||
| - -0.3,0.1 | ||
| - -0.1,0.3 | ||
| - 0.3,-0.1 | ||
| - 0.1,-0.3 | ||
| density: 20 | ||
| mask: | ||
| - ItemMask | ||
| restitution: 0.3 | ||
| friction: 0.2 | ||
|
|
||
| - type: entity | ||
| id: WhitePencil | ||
| parent: YellowPencil | ||
| name: white pencil | ||
| description: A wooden pencil with a clean white barrel. | ||
| components: | ||
| - type: Sprite | ||
| sprite: _Scp/Objects/Misc/pencil.rsi | ||
| state: white |
40 changes: 40 additions & 0 deletions
40
Resources/Prototypes/_Scp/Entities/Objects/Misc/photo_frame.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| - type: entity | ||
| parent: BaseItem | ||
| id: BasePhotoFrame | ||
| name: photo frame | ||
| abstract: true | ||
| components: | ||
| - type: Sprite | ||
| sprite: _Scp/Objects/Misc/photo_frame.rsi | ||
|
|
||
| - type: entity | ||
| parent: BasePhotoFrame | ||
| description: A photograph of a quiet corridor with beige walls. | ||
| id: PhotoFrameRoom | ||
| components: | ||
| - type: Sprite | ||
| state: frame1 | ||
|
|
||
| - type: entity | ||
| parent: BasePhotoFrame | ||
| id: PhotoFrameDucks | ||
| description: A pleasant photograph of ducks waddling on green grass under a clear blue sky. | ||
| components: | ||
| - type: Sprite | ||
| state: frame2 | ||
|
|
||
| - type: entity | ||
| parent: BasePhotoFrame | ||
| id: PhotoFrameFlowers | ||
| description: A photograph of colorful flowers blooming in a field. | ||
| components: | ||
| - type: Sprite | ||
| state: frame3 | ||
|
|
||
| - type: entity | ||
| parent: BasePhotoFrame | ||
| id: PhotoFrameSuit | ||
| description: A close-up photograph of a neatly pressed red uniform. | ||
| components: | ||
| - type: Sprite | ||
| state: frame4 |
18 changes: 18 additions & 0 deletions
18
Resources/Prototypes/_Scp/Entities/Objects/Misc/soap_bottle.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| - type: entity | ||
| id: SoapBottle | ||
| parent: | ||
| - DrinkBase | ||
| - DrinkBaseMaterialPlastic | ||
| name: soap bottle | ||
| description: A plastic bottle with liquid soap inside. | ||
| components: | ||
| - type: Sprite | ||
| sprite: _Scp/Objects/Misc/soap_bottle.rsi | ||
| state: icon | ||
| - type: SolutionContainerManager | ||
| solutions: | ||
| drink: | ||
| maxVol: 100 | ||
| reagents: | ||
| - ReagentId: SoapReagent | ||
| Quantity: 100 |
9 changes: 9 additions & 0 deletions
9
Resources/Prototypes/_Scp/Entities/Objects/Misc/toilet_paper.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| - type: entity | ||
| id: ToiletPaper | ||
| parent: BaseItem | ||
| name: toilet paper | ||
| description: A roll of soft tissue paper. | ||
| components: | ||
| - type: Sprite | ||
| sprite: _Scp/Objects/Misc/toilet_paper.rsi | ||
| state: paper |
12 changes: 12 additions & 0 deletions
12
Resources/Prototypes/_Scp/Entities/Objects/Misc/toothbrush.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| - type: entity | ||
| id: Toothbrush | ||
| parent: BaseItem | ||
| name: red toothbrush | ||
| description: A simple red toothbrush for personal hygiene. | ||
| components: | ||
| - type: Sprite | ||
| sprite: _Scp/Objects/Misc/toothbrush.rsi | ||
| state: icon | ||
| - type: Tag | ||
| tags: | ||
| - Toothbrush |
44 changes: 44 additions & 0 deletions
44
Resources/Prototypes/_Scp/Entities/Objects/Misc/toothbrush_holder.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| - type: entity | ||
| id: ToothbrushHolder | ||
| parent: BaseItem | ||
| name: toothbrush holder | ||
| description: A small holder for your bathroom essentials. | ||
| components: | ||
| - type: Sprite | ||
| sprite: _Scp/Objects/Misc/toothbrush_holder.rsi | ||
| layers: | ||
| - state: icon | ||
| map: ["base"] | ||
| - map: ["enum.StorageFillLayers.Fill"] | ||
| - type: Appearance | ||
| - type: StorageFillVisualizer | ||
| maxFillLevels: 3 | ||
| fillBaseName: item | ||
| - type: Storage | ||
| grid: | ||
| - 0,0,2,1 | ||
| maxItemSize: Small | ||
| whitelist: | ||
| tags: | ||
| - Toothbrush | ||
| - Spray | ||
| - Soap | ||
| - type: UserInterface | ||
| interfaces: | ||
| enum.StorageUiKey.Key: | ||
| type: StorageBoundUserInterface | ||
| - type: InteractionOutline | ||
| - type: ContainerContainer | ||
| containers: | ||
| storagebase: !type:Container | ||
|
|
||
| - type: entity | ||
| id: ToothbrushHolderFilled | ||
| parent: ToothbrushHolder | ||
| suffix: Filled | ||
| components: | ||
| - type: StorageFill | ||
| contents: | ||
| - id: Toothbrush | ||
| - id: Soap | ||
| - id: SprayBottleSpaceCleaner |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.