diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml index b590fbb0e8..255b3b8609 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml @@ -225,7 +225,7 @@ - type: entity noSpawn: true - parent: ClothingBackpackSatchel # need to sprite mime's satchel + parent: ClothingBackpackSatchelMime id: ClothingBackpackSatchelMimeFilled components: - type: StorageFill diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index 9cb5c22984..3fdd8f890c 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml @@ -57,6 +57,15 @@ storageOpenSound: collection: BikeHorn +- type: entity + parent: ClothingBackpackSatchel + id: ClothingBackpackSatchelMime + name: mime satchel + description: A satchel designed for the silent and expressive art of miming. + components: + - type: Sprite + sprite: Clothing/Back/Satchels/mime.rsi + - type: entity parent: ClothingBackpackSatchel id: ClothingBackpackSatchelMedical diff --git a/Resources/Textures/Clothing/Back/Satchels/mime.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Satchels/mime.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..ea4861dfc2 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Satchels/mime.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/Back/Satchels/mime.rsi/icon.png b/Resources/Textures/Clothing/Back/Satchels/mime.rsi/icon.png new file mode 100644 index 0000000000..52f7806cbb Binary files /dev/null and b/Resources/Textures/Clothing/Back/Satchels/mime.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Back/Satchels/mime.rsi/inhand-left.png b/Resources/Textures/Clothing/Back/Satchels/mime.rsi/inhand-left.png new file mode 100644 index 0000000000..f471b672b2 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Satchels/mime.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Back/Satchels/mime.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Satchels/mime.rsi/inhand-right.png new file mode 100644 index 0000000000..4d23a7000a Binary files /dev/null and b/Resources/Textures/Clothing/Back/Satchels/mime.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Back/Satchels/mime.rsi/meta.json b/Resources/Textures/Clothing/Back/Satchels/mime.rsi/meta.json new file mode 100644 index 0000000000..7b8816d57c --- /dev/null +++ b/Resources/Textures/Clothing/Back/Satchels/mime.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by mureixlol (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}