diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/winterdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/winterdrobe.yml index 8da79c7558..ac39db6d8e 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/winterdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/winterdrobe.yml @@ -13,7 +13,9 @@ ClothingOuterCoatBomber: 3 ClothingHeadHatSantahat: 2 ClothingHeadHatXmasCrown: 2 + ClothingNeckScarfStripedCentcom: 1 emaggedInventory: ClothingNeckScarfStripedSyndieGreen: 3 ClothingNeckScarfStripedSyndieRed: 3 + ClothingNeckScarfStripedCentcom: 3 diff --git a/Resources/Prototypes/Entities/Clothing/Neck/scarfs.yml b/Resources/Prototypes/Entities/Clothing/Neck/scarfs.yml index edc89d9feb..33f582d30d 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/scarfs.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/scarfs.yml @@ -108,6 +108,17 @@ - type: Clothing sprite: Clothing/Neck/Scarfs/syndiered.rsi +- type: entity + parent: ClothingNeckBase + id: ClothingNeckScarfStripedCentcom + name: striped CentCom scarf + description: A stylish striped centcom colored scarf. The perfect winter accessory for those with a keen fashion sense, and those who need to do paperwork in the cold. + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/centcom.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/centcom.rsi + - type: entity parent: ClothingNeckBase id: ClothingNeckScarfStripedZebra diff --git a/Resources/Textures/Clothing/Neck/Scarfs/centcom.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Scarfs/centcom.rsi/equipped-NECK.png new file mode 100644 index 0000000000..63f1748aa1 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/centcom.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/centcom.rsi/icon.png b/Resources/Textures/Clothing/Neck/Scarfs/centcom.rsi/icon.png new file mode 100644 index 0000000000..e080f9b915 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/centcom.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/centcom.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Scarfs/centcom.rsi/inhand-left.png new file mode 100644 index 0000000000..7824960e49 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/centcom.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/centcom.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Scarfs/centcom.rsi/inhand-right.png new file mode 100644 index 0000000000..adb8668dc6 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/centcom.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/centcom.rsi/meta.json b/Resources/Textures/Clothing/Neck/Scarfs/centcom.rsi/meta.json new file mode 100644 index 0000000000..276ae36807 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Scarfs/centcom.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by MrGreen06#0618 (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}