Skip to content

Commit

Permalink
Merge pull request #115 from Gorox221/bridge_officer_mantle
Browse files Browse the repository at this point in the history
Мантия офицера мостика
  • Loading branch information
Gorox221 authored Mar 16, 2024
2 parents 4629f6a + 015f70b commit 0b69dd5
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 1 deletion.
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
}
]
}

0 comments on commit 0b69dd5

Please sign in to comment.