Skip to content

Commit

Permalink
pka empty click
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkmajia committed Mar 4, 2025
1 parent 3e85637 commit 50388d5
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 50388d5

Please sign in to comment.