Reduce PKA recharge time (#10184)
This commit is contained in:
@@ -24,8 +24,8 @@
|
|||||||
True: { visible: False }
|
True: { visible: False }
|
||||||
False: { visible: True }
|
False: { visible: True }
|
||||||
- type: RechargeBasicEntityAmmo
|
- type: RechargeBasicEntityAmmo
|
||||||
minRechargeCooldown: 3
|
minRechargeCooldown: 1.5
|
||||||
maxRechargeCooldown: 5
|
maxRechargeCooldown: 3
|
||||||
rechargeSound:
|
rechargeSound:
|
||||||
path: /Audio/Weapons/Guns/MagIn/kinetic_reload.ogg
|
path: /Audio/Weapons/Guns/MagIn/kinetic_reload.ogg
|
||||||
- type: BasicEntityAmmoProvider
|
- type: BasicEntityAmmoProvider
|
||||||
|
|||||||
@@ -111,15 +111,3 @@
|
|||||||
types:
|
types:
|
||||||
Piercing: 300
|
Piercing: 300
|
||||||
ignoreResistances: true
|
ignoreResistances: true
|
||||||
|
|
||||||
- type: entity
|
|
||||||
id: BulletKinetic
|
|
||||||
name: kinetic bolt
|
|
||||||
parent: BaseBulletHighVelocity
|
|
||||||
noSpawn: true
|
|
||||||
description: Not too bad, but you still don't want to get hit by it.
|
|
||||||
components:
|
|
||||||
- type: Projectile
|
|
||||||
damage:
|
|
||||||
types:
|
|
||||||
Blunt: 10
|
|
||||||
|
|||||||
Reference in New Issue
Block a user