diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml index adb3cae442..86d5db19b0 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml @@ -196,13 +196,14 @@ description: Groovy! Uses .50 shotgun shells. components: - type: Sprite - sprite: Objects/Weapons/Guns/Shotguns/sawn.rsi + sprite: White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-icons.rsi - type: Clothing - sprite: Objects/Weapons/Guns/Shotguns/sawn.rsi + sprite: White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-inhands.rsi - type: Item size: Small - sprite: Objects/Weapons/Guns/Shotguns/inhands_64x.rsi - heldPrefix: sawn + shape: # WD + - 0,0,1,0 + sprite: White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-inhands.rsi - type: Gun fireRate: 2 - type: BallisticAmmoProvider diff --git a/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-icons.rsi/bolt-open.png b/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-icons.rsi/bolt-open.png new file mode 100644 index 0000000000..efc42b9f78 Binary files /dev/null and b/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-icons.rsi/bolt-open.png differ diff --git a/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-icons.rsi/icon.png b/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-icons.rsi/icon.png new file mode 100644 index 0000000000..a192629077 Binary files /dev/null and b/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-icons.rsi/icon.png differ diff --git a/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-icons.rsi/meta.json b/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-icons.rsi/meta.json new file mode 100644 index 0000000000..09b3691bc9 --- /dev/null +++ b/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-icons.rsi/meta.json @@ -0,0 +1,17 @@ +{ + "version": 1, + "license": "CC-BY-NC-4.0", + "copyright": "Modification from - https://github.com/tgstation/tgstation/ at commit fb2d71495bfe81446159ef528534193d09dd8d34, bolt-open modified from icon.png by Flareguy", + "size": { + "x": 48, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "bolt-open" + } + ] +} diff --git a/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-inhands.rsi/equipped-BACKPACK.png b/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-inhands.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..813139fbb5 Binary files /dev/null and b/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-inhands.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-inhands.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-inhands.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000..a828918c09 Binary files /dev/null and b/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-inhands.rsi/equipped-SUITSTORAGE.png differ diff --git a/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-inhands.rsi/inhand-left.png b/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-inhands.rsi/inhand-left.png new file mode 100644 index 0000000000..9cdead52c7 Binary files /dev/null and b/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-inhands.rsi/inhand-left.png differ diff --git a/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-inhands.rsi/inhand-right.png b/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-inhands.rsi/inhand-right.png new file mode 100644 index 0000000000..fb1c2d1713 Binary files /dev/null and b/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-inhands.rsi/inhand-right.png differ diff --git a/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-inhands.rsi/meta.json b/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-inhands.rsi/meta.json new file mode 100644 index 0000000000..f722d6c6f3 --- /dev/null +++ b/Resources/Textures/White/Objects/Weapons/Guns/Shotguns/sawn_shotgun-inhands.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": "CC-BY-NC-4.0", + "copyright": "Modification from - https://github.com/tgstation/tgstation/ at commit fb2d71495bfe81446159ef528534193d09dd8d34, bolt-open modified from icon.png by Flareguy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + } + ] +}