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

make disablers hitscan #2191

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,35 @@
impactFlash:
sprite: Objects/Weapons/Guns/Projectiles/projectiles.rsi
state: impact_omni

- type: hitscan
id: Disabler
staminaDamage: 26
damage:
types:
Heat: 5
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

- type: hitscan
id: DisablerPractice
staminaDamage: 1
damage:
types:
Heat: 1
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
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,8 @@
fireRate: 2
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/taser2.ogg
- type: ProjectileBatteryAmmoProvider
proto: BulletDisablerPractice
- type: HitscanBatteryAmmoProvider # DeltaV
proto: DisablerPractice # DeltaV
fireCost: 100
- type: Tag
tags:
Expand Down Expand Up @@ -467,8 +467,8 @@
slots:
- suitStorage
- Belt
- type: ProjectileBatteryAmmoProvider
proto: BulletDisabler
- type: HitscanBatteryAmmoProvider # DeltaV
proto: Disabler # DeltaV
fireCost: 100
- type: GuideHelp
guides:
Expand Down
Loading