diff --git a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml index a4b65a4a11..413a7b6aa7 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml @@ -2,12 +2,10 @@ parent: ClothingNeckBase id: ClothingNeckCloakCap name: captain's cloak - description: A pompous and comfy blue cloak with a nice gold trim, while not particularly valuable as your other posessions, it sure is fancy. + description: A pompous and comfy blue cloak with a nice gold trim, while not particularly valuable as your other possessions, it sure is fancy. components: - type: Sprite sprite: Clothing/Neck/Cloaks/cap.rsi - - type: Clothing - sprite: Clothing/Neck/Cloaks/cap.rsi - type: entity parent: ClothingNeckBase @@ -17,8 +15,6 @@ components: - type: Sprite sprite: Clothing/Neck/Cloaks/hos.rsi - - type: Clothing - sprite: Clothing/Neck/Cloaks/hos.rsi - type: entity parent: ClothingNeckBase @@ -28,9 +24,6 @@ components: - type: Sprite sprite: Clothing/Neck/Cloaks/ce.rsi - - type: Clothing - sprite: Clothing/Neck/Cloaks/ce.rsi - - type: entity parent: ClothingNeckBase @@ -40,8 +33,6 @@ components: - type: Sprite sprite: Clothing/Neck/Cloaks/cmo.rsi - - type: Clothing - sprite: Clothing/Neck/Cloaks/cmo.rsi - type: entity parent: ClothingNeckBase @@ -51,8 +42,6 @@ components: - type: Sprite sprite: Clothing/Neck/Cloaks/rd.rsi - - type: Clothing - sprite: Clothing/Neck/Cloaks/rd.rsi - type: entity parent: ClothingNeckBase @@ -62,8 +51,6 @@ components: - type: Sprite sprite: Clothing/Neck/Cloaks/qm.rsi - - type: Clothing - sprite: Clothing/Neck/Cloaks/qm.rsi - type: entity parent: ClothingNeckBase @@ -73,19 +60,15 @@ components: - type: Sprite sprite: Clothing/Neck/Cloaks/hop.rsi - - type: Clothing - sprite: Clothing/Neck/Cloaks/hop.rsi - type: entity parent: ClothingNeckBase id: ClothingNeckCloakHerald - name: Herald's cloak + name: herald's cloak description: An evil-looking red cloak with spikes on its shoulders. components: - type: Sprite sprite: Clothing/Neck/Cloaks/herald.rsi - - type: Clothing - sprite: Clothing/Neck/Cloaks/herald.rsi - type: entity parent: ClothingNeckBase @@ -95,9 +78,7 @@ components: - type: Sprite sprite: Clothing/Neck/Cloaks/nanotrasen.rsi - - type: Clothing - sprite: Clothing/Neck/Cloaks/nanotrasen.rsi - + - type: entity parent: ClothingNeckBase id: ClothingNeckCloakCapFormal @@ -106,27 +87,30 @@ components: - type: Sprite sprite: Clothing/Neck/Cloaks/capcloakformal.rsi - - type: Clothing - sprite: Clothing/Neck/Cloaks/capcloakformal.rsi - + - type: entity parent: ClothingNeckBase id: ClothingNeckCloakAdmin - name: Admin Cloak + name: admin cloak description: Weh! components: - type: Sprite sprite: Clothing/Neck/Cloaks/admin.rsi - - type: Clothing - sprite: Clothing/Neck/Cloaks/admin.rsi - + - type: entity parent: ClothingNeckBase id: ClothingNeckCloakMiner - name: Miner's Cloak + name: miner's cloak description: Worn by the most skilled miners, for one who has moved mountains and filled valleys. components: - type: Sprite sprite: Clothing/Neck/Cloaks/miner.rsi - - type: Clothing - sprite: Clothing/Neck/Cloaks/miner.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCloakTrans + name: vampire cloak + description: Worn by high ranking vampires of the transylvanian society of vampires. + components: + - type: Sprite + sprite: Clothing/Neck/Cloaks/trans.rsi diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index f07b342aaf..07ad4ddcbb 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -13,6 +13,8 @@ - CigarGold - ClothingNeckCloakHerald - ClothingHeadHelmetTemplar + - ClothingNeckCloakTrans + - ClothingNeckCloakAdmin - ToySkeleton - Basketball - Football diff --git a/Resources/Textures/Clothing/Neck/Cloaks/trans.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Cloaks/trans.rsi/equipped-NECK.png new file mode 100644 index 0000000000..a71e8ae3a9 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/trans.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/trans.rsi/icon.png b/Resources/Textures/Clothing/Neck/Cloaks/trans.rsi/icon.png new file mode 100644 index 0000000000..6aeeeff755 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/trans.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/trans.rsi/meta.json b/Resources/Textures/Clothing/Neck/Cloaks/trans.rsi/meta.json new file mode 100644 index 0000000000..9a1c2eb106 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Cloaks/trans.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Shiptest at https://github.com/shiptest-ss13/Shiptest/commit/0116c3dc37bece6ed865daf22bb7be4ac630d081", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] +} \ No newline at end of file