From: Puro <103608145+PuroSlavKing@users.noreply.github.com> Date: Wed, 19 Apr 2023 14:27:39 +0000 (+0300) Subject: [Clothing] Samurai dogi (#14927) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=bb6f8543cddb8bb8df56e524b98f1435e3fada4b;p=space-station-14.git [Clothing] Samurai dogi (#14927) * [Clothing] Samurai hakama syndicate only. * meta.json update Co-authored-by: AJCM-git <60196617+AJCM-git@users.noreply.github.com> * hakama desc the description of the hakama is shortened * Update theater.yml * Update coats.yml * Update RobustToolbox * Revert "Update RobustToolbox" This reverts commit 113dd54a5d0e49a415039f8f03ea1bf87bad04c9. * dogi --------- Co-authored-by: AJCM-git <60196617+AJCM-git@users.noreply.github.com> --- 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 + } + ] +}