forked from space-wizards/space-station-14
-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1301 from DVDPlayerOfDiscordFame/master
The Disablers Collection
- Loading branch information
Showing
91 changed files
with
519 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
143 changes: 143 additions & 0 deletions
143
Resources/Prototypes/_Impstation/Entities/Objects/Weapons/Guns/Battery/disablers.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
- type: entity | ||
name: discombobulator | ||
parent: [ WeaponDisablerPractice, BaseSecurityCommandContraband ] | ||
id: WeaponFunnyDisabler | ||
description: A self-defense weapon that humours organic targets, entertaining them until they collapse. | ||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi | ||
layers: | ||
- state: base | ||
map: ["enum.GunVisualLayers.Base"] | ||
- state: mag-unshaded-0 | ||
map: ["enum.GunVisualLayers.MagUnshaded"] | ||
shader: unshaded | ||
- type: Clothing | ||
sprite: _Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi | ||
quickEquip: false | ||
slots: | ||
- suitStorage | ||
- Belt | ||
- type: Gun | ||
fireRate: 2 | ||
soundGunshot: | ||
path: /Audio/_Impstation/Weapons/Guns/Gunshots/clowndisabler.ogg | ||
- type: ProjectileBatteryAmmoProvider | ||
proto: BulletDisabler | ||
fireCost: 100 | ||
|
||
- type: entity | ||
name: pocket disabler | ||
parent: [ WeaponDisablerPractice, BaseSecurityCommandContraband ] | ||
id: WeaponPocketDisabler | ||
description: A compact version of the iconic Disabler, but packs no less of a punch! | ||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi | ||
layers: | ||
- state: base | ||
map: ["enum.GunVisualLayers.Base"] | ||
- state: mag-unshaded-0 | ||
map: ["enum.GunVisualLayers.MagUnshaded"] | ||
shader: unshaded | ||
- type: Item | ||
size: Small | ||
shape: | ||
- 0,0,1,0 | ||
- type: Clothing | ||
sprite: _Impstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi | ||
quickEquip: false | ||
slots: | ||
- suitStorage | ||
- Belt | ||
- type: Battery | ||
maxCharge: 500 | ||
startingCharge: 500 | ||
- type: ProjectileBatteryAmmoProvider | ||
proto: BulletDisabler | ||
fireCost: 100 | ||
|
||
- type: entity | ||
name: auto disabler | ||
parent: [ WeaponDisablerPractice, BaseSecurityCommandContraband ] | ||
id: WeaponAutoDisabler | ||
description: A Disabler built for sustained, automatic fire at the cost of stunning power. | ||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi | ||
layers: | ||
- state: base | ||
map: ["enum.GunVisualLayers.Base"] | ||
- state: mag-unshaded-0 | ||
map: ["enum.GunVisualLayers.MagUnshaded"] | ||
shader: unshaded | ||
- type: Item | ||
size: Small | ||
shape: | ||
- 0,0,1,1 | ||
- type: Clothing | ||
sprite: _Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi | ||
quickEquip: false | ||
slots: | ||
- suitStorage | ||
- Belt | ||
- type: Appearance | ||
- type: MagazineVisuals | ||
magState: mag | ||
steps: 6 | ||
zeroVisible: true | ||
- type: Gun | ||
minAngle: 2 | ||
maxAngle: 18 | ||
angleIncrease: 3 | ||
angleDecay: 18 | ||
fireRate: 3 | ||
selectedMode: FullAuto | ||
availableModes: | ||
- FullAuto | ||
soundGunshot: | ||
path: /Audio/_Impstation/Weapons/Guns/Gunshots/autodisabler.ogg | ||
- type: Battery | ||
maxCharge: 1440 | ||
startingCharge: 1440 | ||
- type: ProjectileBatteryAmmoProvider | ||
proto: BulletAutoDisabler | ||
fireCost: 80 | ||
|
||
- type: entity | ||
name: stun projector | ||
parent: [ BaseWeaponBatterySmall, BaseSecurityCommandContraband ] | ||
id: WeaponStunProjector | ||
description: A disabler that accelerates its energy to the speed of light. | ||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Objects/Weapons/Guns/Battery/stunprojector.rsi | ||
layers: | ||
- state: base | ||
map: ["enum.GunVisualLayers.Base"] | ||
- state: mag-unshaded-0 | ||
map: ["enum.GunVisualLayers.MagUnshaded"] | ||
shader: unshaded | ||
- type: Item | ||
size: Small | ||
- type: Clothing | ||
sprite: _Impstation/Objects/Weapons/Guns/Battery/stunprojector.rsi | ||
quickEquip: false | ||
slots: | ||
- suitStorage | ||
- Belt | ||
- type: Appearance | ||
- type: MagazineVisuals | ||
magState: mag | ||
steps: 4 | ||
zeroVisible: true | ||
- type: Gun | ||
fireRate: 1.3 | ||
soundGunshot: | ||
path: /Audio/_Impstation/Weapons/Guns/Gunshots/stunprojector.ogg | ||
- type: HitscanBatteryAmmoProvider | ||
proto: HitscanDisabler | ||
fireCost: 150 | ||
- type: Battery | ||
maxCharge: 1050 | ||
startingCharge: 1050 |
38 changes: 38 additions & 0 deletions
38
Resources/Prototypes/_Impstation/Entities/Objects/Weapons/Guns/Projectiles/disablerbolts.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
- type: entity | ||
name : auto disabler bolt | ||
id: BulletAutoDisabler | ||
parent: BulletDisabler | ||
categories: [ HideSpawnMenu ] | ||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Objects/Weapons/Guns/Projectiles/disablerbolts.rsi | ||
layers: | ||
- state: litelaser | ||
shader: unshaded | ||
- type: Ammo | ||
- type: StaminaDamageOnCollide | ||
damage: 17 | ||
- type: Projectile | ||
impactEffect: BulletImpactEffectDisabler | ||
damage: | ||
types: | ||
Heat: 3 | ||
soundHit: | ||
collection: WeakHit | ||
forceSound: true | ||
|
||
- type: hitscan | ||
id: HitscanDisabler | ||
staminaDamage: 40 | ||
damage: | ||
types: | ||
Heat: 7 | ||
muzzleFlash: | ||
sprite: Objects/Weapons/Guns/Projectiles/projectiles.rsi | ||
state: muzzle_omni | ||
travelFlash: | ||
sprite: Objects/Weapons/Guns/Projectiles/projectiles.rsi | ||
state: beam_omni | ||
impactFlash: | ||
sprite: Objects/Weapons/Guns/Projectiles/projectiles.rsi | ||
state: impact_omni |
Binary file added
BIN
+539 Bytes
...ces/Textures/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+206 Bytes
...res/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/equipped-BELT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+206 Bytes
...pstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/equipped-SUITSTORAGE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+309 Bytes
...res/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/inhand-left-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+313 Bytes
...res/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/inhand-left-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+313 Bytes
...res/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/inhand-left-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+296 Bytes
...res/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/inhand-left-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+296 Bytes
...res/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/inhand-left-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+296 Bytes
...res/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/inhand-left-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+924 Bytes
...tures/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+309 Bytes
...es/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/inhand-right-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+309 Bytes
...es/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/inhand-right-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+309 Bytes
...es/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/inhand-right-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+291 Bytes
...es/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/inhand-right-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+291 Bytes
...es/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/inhand-right-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+291 Bytes
...es/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/inhand-right-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+972 Bytes
...ures/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+175 Bytes
...es/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/mag-unshaded-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+165 Bytes
...es/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/mag-unshaded-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+166 Bytes
...es/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/mag-unshaded-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+163 Bytes
...es/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/mag-unshaded-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+154 Bytes
...es/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/mag-unshaded-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+149 Bytes
...es/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/mag-unshaded-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
90 changes: 90 additions & 0 deletions
90
Resources/Textures/_Impstation/Objects/Weapons/Guns/Battery/autodisabler.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "by DVD Player", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "base" | ||
}, | ||
{ | ||
"name": "mag-unshaded-5" | ||
}, | ||
{ | ||
"name": "mag-unshaded-4" | ||
}, | ||
{ | ||
"name": "mag-unshaded-3" | ||
}, | ||
{ | ||
"name": "mag-unshaded-2" | ||
}, | ||
{ | ||
"name": "mag-unshaded-1" | ||
}, | ||
{ | ||
"name": "mag-unshaded-0", | ||
"delays": [ | ||
[ | ||
0.3, | ||
0.3 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left-0" | ||
}, | ||
{ | ||
"name": "inhand-left-1" | ||
}, | ||
{ | ||
"name": "inhand-left-2" | ||
}, | ||
{ | ||
"name": "inhand-left-3" | ||
}, | ||
{ | ||
"name": "inhand-left-4" | ||
}, | ||
{ | ||
"name": "inhand-left-5" | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right-0" | ||
}, | ||
{ | ||
"name": "inhand-right-1" | ||
}, | ||
{ | ||
"name": "inhand-right-2" | ||
}, | ||
{ | ||
"name": "inhand-right-3" | ||
}, | ||
{ | ||
"name": "inhand-right-4" | ||
}, | ||
{ | ||
"name": "inhand-right-5" | ||
}, | ||
{ | ||
"name": "equipped-BELT", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-SUITSTORAGE", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+562 Bytes
...es/Textures/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+251 Bytes
...es/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/equipped-BELT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+251 Bytes
...station/Objects/Weapons/Guns/Battery/clowndisabler.rsi/equipped-SUITSTORAGE.png
Oops, something went wrong.
Binary file added
BIN
+245 Bytes
...es/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/inhand-left-0.png
Oops, something went wrong.
Binary file added
BIN
+248 Bytes
...es/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/inhand-left-1.png
Oops, something went wrong.
Binary file added
BIN
+252 Bytes
...es/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/inhand-left-2.png
Oops, something went wrong.
Binary file added
BIN
+250 Bytes
...es/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/inhand-left-3.png
Oops, something went wrong.
Binary file added
BIN
+245 Bytes
...es/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/inhand-left-4.png
Oops, something went wrong.
Binary file added
BIN
+810 Bytes
...ures/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/inhand-left.png
Oops, something went wrong.
Binary file added
BIN
+246 Bytes
...s/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/inhand-right-0.png
Oops, something went wrong.
Binary file added
BIN
+249 Bytes
...s/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/inhand-right-1.png
Oops, something went wrong.
Binary file added
BIN
+257 Bytes
...s/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/inhand-right-2.png
Oops, something went wrong.
Binary file added
BIN
+252 Bytes
...s/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/inhand-right-3.png
Oops, something went wrong.
Binary file added
BIN
+246 Bytes
...s/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/inhand-right-4.png
Oops, something went wrong.
Binary file added
BIN
+871 Bytes
...res/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/inhand-right.png
Oops, something went wrong.
Binary file added
BIN
+146 Bytes
...s/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/mag-unshaded-0.png
Oops, something went wrong.
Binary file added
BIN
+509 Bytes
...s/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/mag-unshaded-1.png
Oops, something went wrong.
Binary file added
BIN
+514 Bytes
...s/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/mag-unshaded-2.png
Oops, something went wrong.
Binary file added
BIN
+513 Bytes
...s/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/mag-unshaded-3.png
Oops, something went wrong.
Binary file added
BIN
+515 Bytes
...s/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/mag-unshaded-4.png
Oops, something went wrong.
81 changes: 81 additions & 0 deletions
81
Resources/Textures/_Impstation/Objects/Weapons/Guns/Battery/clowndisabler.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "taken from tg station at commit https://github.com/tgstation/tgstation/blob/832ae532766d491d91db53746d15b4b55be3f2b0, edited by DVD Player, horn by mirrorcult", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "base" | ||
}, | ||
{ | ||
"name": "mag-unshaded-4" | ||
}, | ||
{ | ||
"name": "mag-unshaded-3" | ||
}, | ||
{ | ||
"name": "mag-unshaded-2" | ||
}, | ||
{ | ||
"name": "mag-unshaded-1" | ||
}, | ||
{ | ||
"name": "mag-unshaded-0", | ||
"delays": [ | ||
[ | ||
0.3, | ||
0.3 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left-0" | ||
}, | ||
{ | ||
"name": "inhand-left-1" | ||
}, | ||
{ | ||
"name": "inhand-left-2" | ||
}, | ||
{ | ||
"name": "inhand-left-3" | ||
}, | ||
{ | ||
"name": "inhand-left-4" | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right-0" | ||
}, | ||
{ | ||
"name": "inhand-right-1" | ||
}, | ||
{ | ||
"name": "inhand-right-2" | ||
}, | ||
{ | ||
"name": "inhand-right-3" | ||
}, | ||
{ | ||
"name": "inhand-right-4" | ||
}, | ||
{ | ||
"name": "equipped-BELT", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-SUITSTORAGE", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+443 Bytes
...extures/_Impstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/base.png
Oops, something went wrong.
Binary file added
BIN
+189 Bytes
...Impstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/equipped-BELT.png
Oops, something went wrong.
Binary file added
BIN
+189 Bytes
...ion/Objects/Weapons/Guns/Battery/disablerderringer.rsi/equipped-SUITSTORAGE.png
Oops, something went wrong.
Binary file added
BIN
+317 Bytes
...Impstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/inhand-left-0.png
Oops, something went wrong.
Binary file added
BIN
+318 Bytes
...Impstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/inhand-left-1.png
Oops, something went wrong.
Binary file added
BIN
+308 Bytes
...Impstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/inhand-left-2.png
Oops, something went wrong.
Binary file added
BIN
+284 Bytes
...Impstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/inhand-left-3.png
Oops, something went wrong.
Binary file added
BIN
+275 Bytes
...Impstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/inhand-left-4.png
Oops, something went wrong.
Binary file added
BIN
+813 Bytes
.../_Impstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/inhand-left.png
Oops, something went wrong.
Binary file added
BIN
+313 Bytes
...mpstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/inhand-right-0.png
Oops, something went wrong.
Binary file added
BIN
+292 Bytes
...mpstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/inhand-right-1.png
Oops, something went wrong.
Binary file added
BIN
+289 Bytes
...mpstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/inhand-right-2.png
Oops, something went wrong.
Binary file added
BIN
+263 Bytes
...mpstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/inhand-right-3.png
Oops, something went wrong.
Binary file added
BIN
+260 Bytes
...mpstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/inhand-right-4.png
Oops, something went wrong.
Binary file added
BIN
+846 Bytes
..._Impstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/inhand-right.png
Oops, something went wrong.
Binary file added
BIN
+165 Bytes
...mpstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/mag-unshaded-0.png
Oops, something went wrong.
Binary file added
BIN
+156 Bytes
...mpstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/mag-unshaded-1.png
Oops, something went wrong.
Binary file added
BIN
+156 Bytes
...mpstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/mag-unshaded-2.png
Oops, something went wrong.
Binary file added
BIN
+154 Bytes
...mpstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/mag-unshaded-3.png
Oops, something went wrong.
Binary file added
BIN
+137 Bytes
...mpstation/Objects/Weapons/Guns/Battery/disablerderringer.rsi/mag-unshaded-4.png
Oops, something went wrong.
Oops, something went wrong.