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

Мантия офицера мостика #115

Merged
merged 2 commits into from
Mar 16, 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
3 changes: 3 additions & 0 deletions Resources/Locale/ru-RU/ganimed/entities/clothing/Mantels.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ent-ClothingNeckBridgeOfficerMantle= мантия офицера мостика
.desc = Элегантная мантия в черных цветах.

10 changes: 10 additions & 0 deletions Resources/Prototypes/Ganimed/Entities/Clothing/Neck/mantels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#license: CLA
#copiryght: https://github.com/ss14-ganimed/ENT14-Master/blob/master/CLA.txt
- type: entity
parent: ClothingNeckBase
id: ClothingNeckBridgeOfficerMantle
name: bridge officer mantle
description: Elegant mantle in black colors.
components:
- type: Sprite
sprite: Ganimed/Clothing/Neck/Mantles/BridgeofficerMantle.rsi
8 changes: 8 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,14 @@
Cloth: 150
Durathread: 150

- type: latheRecipe
id: ClothingNeckBridgeOfficerMantle
result: ClothingNeckBridgeOfficerMantle
completetime: 2.8
materials:
Cloth: 150
Durathread: 150

- type: latheRecipe
id: ClothingNeckMantleCE
result: ClothingNeckMantleCE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
gloves: ClothingHandsGlovesCombat
id: BridgeOfficerPDA
ears: ClothingHeadsetCommand
neck: ClothingNeckNanoTrasenPin
neck: ClothingNeckBridgeOfficerMantle
belt: ClothingBeltSecurityFilled
pocket1: WeaponDisabler
satchel: ClothingBackpackSatchelSecurityFilled
Expand Down
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": "Taken from Skyrat-tg at commit https://github.com/Skyrat-SS13/Skyrat-tg/commit/42bb106e0e78142cad7e6239549b60b18da960ec",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}
Loading