Skip to content

Commit

Permalink
Merge pull request impstation#1831 from Darkmajia/pka-click
Browse files Browse the repository at this point in the history
pka empty click
  • Loading branch information
hivehum authored Mar 5, 2025
2 parents e1bb7e9 + 50388d5 commit 2530fbc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- files: ["dry_fire.ogg"]
license: "CC-BY-SA-3.0"
copyright: "Taken from tgstation"
source: "https://github.com/tgstation/tgstation/blob/436ba869ebcd0b60b63973fb7562f447ee655205/sound/items/weapons/gun/general/dry_fire.ogg"
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
maxAngle: -43
- type: Wieldable
- type: Gun
fireRate: 0.5
fireRate: 4 # imp: 0.5 -> 4, fire rate handled with recharge instead
selectedMode: SemiAuto
angleDecay: 45
minAngle: 44
Expand All @@ -22,6 +22,8 @@
- SemiAuto
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/kinetic_accel.ogg
soundEmpty: # imp edit
path: /Audio/_Impstation/Weapons/Guns/Empty/dry_fire.ogg
- type: AmmoCounter
- type: Appearance
- type: GenericVisualizer
Expand All @@ -32,7 +34,7 @@
False: { visible: True }
#todo: add other 'empty' animations
- type: RechargeBasicEntityAmmo
rechargeCooldown: 0.75
rechargeCooldown: 2 # imp: 0.75 -> 2
rechargeSound:
path: /Audio/Weapons/Guns/MagIn/kinetic_reload.ogg
- type: BasicEntityAmmoProvider
Expand Down

0 comments on commit 2530fbc

Please sign in to comment.