diff --git a/Resources/Prototypes/Entities/items/clothing/masks.yml b/Resources/Prototypes/Entities/items/clothing/masks.yml index 9a0c7d2388..392d4aa19f 100644 --- a/Resources/Prototypes/Entities/items/clothing/masks.yml +++ b/Resources/Prototypes/Entities/items/clothing/masks.yml @@ -14,9 +14,13 @@ description: Regulations require these to be stocked after the fourth coolant leak components: - type: Sprite - texture: Clothing/gasmask.png + sprite: Clothing/gas_mask.rsi + state: gas_mask - type: Icon - texture: Clothing/gasmask.png + sprite: Clothing/gas_mask.rsi + state: gas_mask + - type: Clothing + sprite: Clothing/gas_mask.rsi - type: entity @@ -47,4 +51,4 @@ sprite: Clothing/mask_clown.rsi state: icon - type: Clothing - sprite: Clothing/mask_clown.rsi \ No newline at end of file + sprite: Clothing/mask_clown.rsi diff --git a/Resources/Textures/Clothing/gas_mask.rsi/equipped-MASK.png b/Resources/Textures/Clothing/gas_mask.rsi/equipped-MASK.png new file mode 100644 index 0000000000..39c36ed017 Binary files /dev/null and b/Resources/Textures/Clothing/gas_mask.rsi/equipped-MASK.png differ diff --git a/Resources/Textures/Clothing/gas_mask.rsi/gas_mask.png b/Resources/Textures/Clothing/gas_mask.rsi/gas_mask.png new file mode 100644 index 0000000000..e4cd1bfcee Binary files /dev/null and b/Resources/Textures/Clothing/gas_mask.rsi/gas_mask.png differ diff --git a/Resources/Textures/Clothing/gas_mask.rsi/inhand-left.png b/Resources/Textures/Clothing/gas_mask.rsi/inhand-left.png new file mode 100644 index 0000000000..eabd5912d3 Binary files /dev/null and b/Resources/Textures/Clothing/gas_mask.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/gas_mask.rsi/inhand-right.png b/Resources/Textures/Clothing/gas_mask.rsi/inhand-right.png new file mode 100644 index 0000000000..2423203a78 Binary files /dev/null and b/Resources/Textures/Clothing/gas_mask.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/gas_mask.rsi/meta.json b/Resources/Textures/Clothing/gas_mask.rsi/meta.json new file mode 100644 index 0000000000..631338dfa8 --- /dev/null +++ b/Resources/Textures/Clothing/gas_mask.rsi/meta.json @@ -0,0 +1,46 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 9f4bd6e0d5e457b6a36f3c505a8194116a666d6f", + "states": [ + { + "name": "gas_mask", + "directions": 1, + "delays": [ [ 1.0 ] ] + }, + { + "name": "equipped-MASK", + "directions": 4, + "delays": [ + [ 1.0 ], + [ 1.0 ], + [ 1.0 ], + [ 1.0 ] + ] + }, + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ 1.0 ], + [ 1.0 ], + [ 1.0 ], + [ 1.0 ] + ] + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ 1.0 ], + [ 1.0 ], + [ 1.0 ], + [ 1.0 ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/gasmask.png b/Resources/Textures/Clothing/gasmask.png deleted file mode 100644 index 065779910e..0000000000 Binary files a/Resources/Textures/Clothing/gasmask.png and /dev/null differ