From: Aexxie Date: Sun, 7 Jan 2024 07:12:12 +0000 (-0600) Subject: Adds the central commanders cloak. (#23666) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=f724291c2aba5efa71b42f69f916b4cc4dd48f73;p=space-station-14.git Adds the central commanders cloak. (#23666) * Adds the central commanders cloak. * Adds it to CentDrobe, and also matches it to other naming schemes * oops fucked up a capital letter. fixed --- diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/centdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/centdrobe.yml index b317b98507..c29b0f4f3a 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/centdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/centdrobe.yml @@ -16,3 +16,4 @@ ClothingHeadsetCentCom: 3 ClothingOuterWinterCentcom: 3 ClothingNeckScarfStripedCentcom: 3 + ClothingNeckCloakCentcom: 3 diff --git a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml index 89309fecea..35a793791c 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml @@ -1,3 +1,14 @@ +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCloakCentcom + name: central commander's cloak + description: A pompous and elite green cloak with a nice gold trim, tailored specifically to the Central Commander. It's so heavy, the gold trim might be real. + components: + - type: Sprite + sprite: Clothing/Neck/Cloaks/centcomcloakformal.rsi + - type: StealTarget + stealGroup: HeadCloak # leaving this here because I suppose it might be interesting? + - type: entity parent: ClothingNeckBase id: ClothingNeckCloakCap diff --git a/Resources/Textures/Clothing/Neck/Cloaks/centcomcloakformal.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Cloaks/centcomcloakformal.rsi/equipped-NECK.png new file mode 100644 index 0000000000..ec01f681d8 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/centcomcloakformal.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/centcomcloakformal.rsi/icon.png b/Resources/Textures/Clothing/Neck/Cloaks/centcomcloakformal.rsi/icon.png new file mode 100644 index 0000000000..3c0f7b9ab2 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/centcomcloakformal.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/centcomcloakformal.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Cloaks/centcomcloakformal.rsi/inhand-left.png new file mode 100644 index 0000000000..4d43e410aa Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/centcomcloakformal.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/centcomcloakformal.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Cloaks/centcomcloakformal.rsi/inhand-right.png new file mode 100644 index 0000000000..e65bcd3354 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/centcomcloakformal.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/centcomcloakformal.rsi/meta.json b/Resources/Textures/Clothing/Neck/Cloaks/centcomcloakformal.rsi/meta.json new file mode 100644 index 0000000000..11be22205b --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Cloaks/centcomcloakformal.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, sprites in hand by PuroSlavKing (Github) and RudeyCoolLeet#3875, colors edited by noctyrnal (github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}