Skip to content

Commit

Permalink
i'm sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
MilonPL committed Nov 13, 2024
1 parent 3b954d1 commit b2cfdb8
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 4 deletions.
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

0 comments on commit b2cfdb8

Please sign in to comment.