diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 4c9966db91..9827517020 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -66,6 +66,7 @@ ClothingUniformJumpsuitFlannel: 2 #WD edit start ClothingUniformJumpsuitCossack: 1 + ClothingOuterCoatAdidasCostumeSemki: 1 ClothingOuterCoatBomber: 1 ClothingOuterWinterCoat: 1 ClothingOuterCoatGentle: 1 diff --git a/Resources/Prototypes/_White/Entities/Clothing/OuterClothing/adidascostume.yml b/Resources/Prototypes/_White/Entities/Clothing/OuterClothing/adidascostume.yml new file mode 100644 index 0000000000..c3376ea189 --- /dev/null +++ b/Resources/Prototypes/_White/Entities/Clothing/OuterClothing/adidascostume.yml @@ -0,0 +1,19 @@ +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterCoatAdidasCostume + name: серый спортивный костюм + description: Когда-то костюмы Абибаса были очень популярны. Сейчас же это больше культурное наследие. Странно, почему так хочется семечек? + components: + - type: Sprite + sprite: White/Clothing/OuterClothing/Coats/adidascostume.rsi + - type: Clothing + sprite: White/Clothing/OuterClothing/Coats/adidascostume.rsi + +- type: entity + parent: ClothingOuterCoatAdidasCostume + id: ClothingOuterCoatAdidasCostumeSemki + suffix: Семки + components: + - type: StorageFill + contents: + - id: FoodSnackSemki diff --git a/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..1a9561f1b6 Binary files /dev/null and b/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/icon.png b/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/icon.png new file mode 100644 index 0000000000..e319fcb81c Binary files /dev/null and b/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/icon.png differ diff --git a/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/inhand-left.png b/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/inhand-left.png new file mode 100644 index 0000000000..d0a27d7dbe Binary files /dev/null and b/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/inhand-left.png differ diff --git a/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/inhand-right.png b/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/inhand-right.png new file mode 100644 index 0000000000..f6928e3ed2 Binary files /dev/null and b/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/inhand-right.png differ diff --git a/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/meta.json b/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/meta.json new file mode 100644 index 0000000000..b695abcd47 --- /dev/null +++ b/Resources/Textures/White/Clothing/OuterClothing/Coats/adidascostume.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "-", + "copyright": "sprite by dosharus", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}