diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml index 13d684f6b1..0826849475 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml @@ -38,3 +38,4 @@ ClothingOuterClownPriest: 1 emaggedInventory: ClothingShoesBling: 1 + ClothingOuterDogi: 1 diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml index 7d5e62e1d7..a3fc25e9ae 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml @@ -224,6 +224,23 @@ - type: Clothing sprite: Clothing/OuterClothing/Coats/clownpriest.rsi +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterDogi + name: samurai dogi + description: Dogi is a type of traditional Japanese clothing. The dogi is made of heavy, durable fabric, it is practical in combat and stylish in appearance. It is decorated with intricate patterns and embroidery on the back. + components: + - type: Sprite + sprite: Clothing\OuterClothing\Coats\dogi.rsi + - type: Clothing + sprite: Clothing\OuterClothing\Coats\dogi.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.8 + Slash: 0.65 + Piercing: 0.85 + - type: entity parent: ClothingOuterStorageBase id: ClothingOuterCoatParamedicWB diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..54460dd6e1 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/icon.png new file mode 100644 index 0000000000..73c76febe0 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/inhand-left.png new file mode 100644 index 0000000000..1da4dcfe20 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/inhand-right.png new file mode 100644 index 0000000000..52ce78fafd Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/meta.json new file mode 100644 index 0000000000..9ecf4115a9 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Coats/dogi.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by PuroSlavKing (github) for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}