Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Disablers Collection #1301

Merged
merged 3 commits into from
Jan 12, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
}
]
}
Loading
Loading