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

Плащ Аарона(именная вещь Пангари) #454

Merged
merged 5 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ ent-ClothingOuterCoatLabSeniorResearcher = лабораторный халат
.desc = Халат, защищающий от небольших разливов химикатов. Имеет фиолетовый воротник и отделку на запястьях.
ent-ClothingOuterCoatLabSeniorPhysician = лабораторный халат доцента
.desc = Халат, защищающий от небольших разливов химикатов. Имеет светло-голубые рукава и оранжевую отделку на талии.
ent-ClothingOuterCoatAaron = плащ Аарона
.desc = Потрёпанный ноской тёмный плащ, от которого сильно пахнет сигаретным дымом.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ ent-Lighter = простая зажигалка
.desc = Простая пластмассовая зажигалка.
ent-CheapLighter = дешёвая зажигалка
.desc = Опасно дешёвая пластиковая зажигалка, не обожгите большой палец!
ent-FlippoEngravedLighter = зажигалка с гравировкой flippo
.desc = A rugged golden lighter, lasts quite a while. Engravings serve no tactical advantage whatsoever.
15 changes: 15 additions & 0 deletions Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,3 +398,18 @@
sprite: Clothing/OuterClothing/Coats/space_asshole.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/space_asshole.rsi

- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatAaron
name: aaron trenchcoat
description: A battered dark raincoat that smells strongly of cigarette smoke.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Coats/coat_aaron.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/coat_aaron.rsi
- type: StorageFill
contents:
- id: SmokingPipeFilledTobacco
- id: FlippoEngravedLighter
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by PuroSlavKing (github) for SS14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
}
]
}
Loading