diff --git a/Resources/Prototypes/Entities/Items/Clothing/OuterClothing.yml b/Resources/Prototypes/Entities/Items/Clothing/OuterClothing.yml index 63c4c47083..90a92ab8a4 100644 --- a/Resources/Prototypes/Entities/Items/Clothing/OuterClothing.yml +++ b/Resources/Prototypes/Entities/Items/Clothing/OuterClothing.yml @@ -1584,6 +1584,19 @@ - type: Clothing sprite: Clothing/OuterClothing/security_rig_sealed.rsi +- type: entity + parent: OuterclothingBase + id: OuterclothingSkub + name: Skub Suit + description: 'Skub is crudely written on the outside of this cylindrical suit.' + components: + - type: Sprite + sprite: Clothing/OuterClothing/skubbody.rsi + - type: Icon + sprite: Clothing/OuterClothing/skubbody.rsi + - type: Clothing + sprite: Clothing/OuterClothing/skubbody.rsi + - type: entity parent: OuterclothingBase id: OuterclothingSovietskaf diff --git a/Resources/Prototypes/Entities/Items/Clothing/hats.yml b/Resources/Prototypes/Entities/Items/Clothing/hats.yml index bb6d288925..f02b39bae8 100644 --- a/Resources/Prototypes/Entities/Items/Clothing/hats.yml +++ b/Resources/Prototypes/Entities/Items/Clothing/hats.yml @@ -2601,6 +2601,19 @@ type: Clothing parent: HatBase +- type: entity + parent: HatBase + id: HatSkub + name: Skub Hat + description: 'Best paired with the Skub Suit.' + components: + - type: Sprite + sprite: Clothing/Head/skubhead.rsi + - type: Icon + sprite: Clothing/Head/skubhead.rsi + - type: Clothing + sprite: Clothing/Head/skubhead.rsi + - type: entity id: HatSombrero name: Sombrero diff --git a/Resources/Textures/Clothing/Head/skubhead.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/skubhead.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..108cd737f8 Binary files /dev/null and b/Resources/Textures/Clothing/Head/skubhead.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/skubhead.rsi/icon.png b/Resources/Textures/Clothing/Head/skubhead.rsi/icon.png new file mode 100644 index 0000000000..2c5ef41446 Binary files /dev/null and b/Resources/Textures/Clothing/Head/skubhead.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/skubhead.rsi/meta.json b/Resources/Textures/Clothing/Head/skubhead.rsi/meta.json new file mode 100644 index 0000000000..a56cb9d4bb --- /dev/null +++ b/Resources/Textures/Clothing/Head/skubhead.rsi/meta.json @@ -0,0 +1,38 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "", + "copyright": "EOBGames/tgstation", + "states": [ + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "equipped-HELMET", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/skubbody.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/skubbody.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..e8df3037fb Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/skubbody.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/skubbody.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/skubbody.rsi/icon.png new file mode 100644 index 0000000000..7e57e74091 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/skubbody.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/skubbody.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/skubbody.rsi/meta.json new file mode 100644 index 0000000000..3027b821b5 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/skubbody.rsi/meta.json @@ -0,0 +1,38 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "", + "copyright": "EOBGames/tgstation", + "states": [ + { + "name": "equipped-OUTERCLOTHING", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +}