diff --git a/Resources/Locale/ru-RU/ganimed/entities/clothing/Mantels.ftl b/Resources/Locale/ru-RU/ganimed/entities/clothing/Mantels.ftl new file mode 100644 index 000000000000..354ee07f4db7 --- /dev/null +++ b/Resources/Locale/ru-RU/ganimed/entities/clothing/Mantels.ftl @@ -0,0 +1,3 @@ +ent-ClothingNeckBridgeOfficerMantle= мантия офицера мостика + .desc = Элегантная мантия в черных цветах. + diff --git a/Resources/Prototypes/Ganimed/Entities/Clothing/Neck/mantels.yml b/Resources/Prototypes/Ganimed/Entities/Clothing/Neck/mantels.yml new file mode 100644 index 000000000000..2d463d2f7f6e --- /dev/null +++ b/Resources/Prototypes/Ganimed/Entities/Clothing/Neck/mantels.yml @@ -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 diff --git a/Resources/Prototypes/Recipes/Lathes/clothing.yml b/Resources/Prototypes/Recipes/Lathes/clothing.yml index 268bce4b260d..340f5062bf3d 100644 --- a/Resources/Prototypes/Recipes/Lathes/clothing.yml +++ b/Resources/Prototypes/Recipes/Lathes/clothing.yml @@ -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 diff --git a/Resources/Prototypes/Roles/Jobs/Wildcards/bridge_officer.yml b/Resources/Prototypes/Roles/Jobs/Wildcards/bridge_officer.yml index b36ffe41a301..6ad6c81d8eff 100644 --- a/Resources/Prototypes/Roles/Jobs/Wildcards/bridge_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Wildcards/bridge_officer.yml @@ -31,7 +31,7 @@ gloves: ClothingHandsGlovesCombat id: BridgeOfficerPDA ears: ClothingHeadsetCommand - neck: ClothingNeckNanoTrasenPin + neck: ClothingNeckBridgeOfficerMantle belt: ClothingBeltSecurityFilled pocket1: WeaponDisabler satchel: ClothingBackpackSatchelSecurityFilled diff --git a/Resources/Textures/Ganimed/Clothing/Neck/Mantles/BridgeofficerMantle.rsi/equipped-NECK.png b/Resources/Textures/Ganimed/Clothing/Neck/Mantles/BridgeofficerMantle.rsi/equipped-NECK.png new file mode 100644 index 000000000000..50fa18b7d5f0 Binary files /dev/null and b/Resources/Textures/Ganimed/Clothing/Neck/Mantles/BridgeofficerMantle.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Ganimed/Clothing/Neck/Mantles/BridgeofficerMantle.rsi/icon.png b/Resources/Textures/Ganimed/Clothing/Neck/Mantles/BridgeofficerMantle.rsi/icon.png new file mode 100644 index 000000000000..4ee02834eb2e Binary files /dev/null and b/Resources/Textures/Ganimed/Clothing/Neck/Mantles/BridgeofficerMantle.rsi/icon.png differ diff --git a/Resources/Textures/Ganimed/Clothing/Neck/Mantles/BridgeofficerMantle.rsi/meta.json b/Resources/Textures/Ganimed/Clothing/Neck/Mantles/BridgeofficerMantle.rsi/meta.json new file mode 100644 index 000000000000..e7019f46d0b1 --- /dev/null +++ b/Resources/Textures/Ganimed/Clothing/Neck/Mantles/BridgeofficerMantle.rsi/meta.json @@ -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 + } + ] +} \ No newline at end of file