Pka upstream merge (#6258)

* PKA changes to upstream PKA balance

* Nerfed goliath and basilisk health

* Nerfed carp HP (3 shots to kill with unupgraded PKA)
This commit is contained in:
ArionGekkota 2026-07-21 01:46:11 +02:00 committed by GitHub
parent fc77ebae4d
commit 3b27cb1630
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 22 additions and 23 deletions

View File

@ -57,7 +57,7 @@
- type: MobThresholds
thresholds:
0: Alive
250: Dead
150: Dead
- type: MeleeWeapon
soundHit:
path: "/Audio/Weapons/smash.ogg"
@ -388,7 +388,7 @@
- type: MobThresholds
thresholds:
0: Alive
75: Dead
45: Dead
- type: MeleeWeapon
angle: 0
animation: WeaponArcBite

View File

@ -43,7 +43,7 @@
- type: MobThresholds
thresholds:
0: Alive
50: Dead # DeltaV, was 40
40: Dead
- type: MovementSpeedModifier
baseWalkSpeed: 2.5
baseSprintSpeed: 3.5

View File

@ -10,7 +10,6 @@
- type: Item
size: Small
- type: GunUpgrade
- type: GunUpgradeCost # DeltaV
- type: StaticPrice
price: 750
- type: Tag
@ -32,13 +31,13 @@
- state: overlay-3
color: "#eb4c13"
- type: GunUpgrade
#tags: [ GunUpgradeDamage ] # DeltaV - allow multiple
tags: [ GunUpgradeDamage ]
examineText: gun-upgrade-examine-text-damage
- type: GunUpgradeDamage
damage:
types:
Blunt: 5 # DeltaV - modkits can still exist but greatly lowering how much it does so we don't have 70 damage monster gun anymore
#Structural: 15 # DeltaV - SS13 parity, 10 blunt per shot only
Blunt: 10
Structural: 15
- type: entity
id: PKAUpgradeRange
@ -55,12 +54,10 @@
- state: overlay-3
color: "#1373eb"
- type: GunUpgrade
#tags: [ GunUpgradeRange ] # DeltaV - allow multiple
tags: [ GunUpgradeRange ]
examineText: gun-upgrade-examine-text-range
- type: GunUpgradeRange # DeltaV - actually change range not speed
coefficient: 1.15 # DeltaV - lowered further to account for increased base range
- type: GunUpgradeCost # DeltaV
cost: 25
- type: GunUpgradeSpeed
coefficient: 1.5
- type: entity
id: PKAUpgradeFireRate
@ -77,8 +74,7 @@
- state: overlay-3
color: "#9bf134"
- type: GunUpgrade
#tags: [ GunUpgradeReloadSpeed ] # DeltaV - allow multiple
tags: [ GunUpgradeReloadSpeed ]
examineText: gun-upgrade-examine-text-reload
- type: GunUpgradeFireRate
coefficient: 1.25 # DeltaV - was 1.5, SS13 parity (maths used is different but same result: 0.64s recharge time with 3 upgrades)
coefficient: 1.5

View File

@ -15,7 +15,7 @@
maxAngle: -43
- type: Wieldable
- type: Gun
fireRate: 1.5 # DeltaV - revert back to prebase feel
fireRate: 0.5
selectedMode: SemiAuto
angleDecay: 45
minAngle: 44
@ -35,7 +35,7 @@
False: { visible: True }
#todo: add other 'empty' animations
- type: RechargeBasicEntityAmmo
rechargeCooldown: 0.5 # DeltaV
rechargeCooldown: 0.75
rechargeSound:
path: /Audio/Weapons/Guns/MagIn/kinetic_reload.ogg
- type: BasicEntityAmmoProvider

View File

@ -14,12 +14,9 @@
# todo: add itemcomponent with inhandVisuals states using unused texture and animation assets in kinetic_accelerator.rsi
# todo: add clothingcomponent with clothingVisuals states using unused texture and animations assets in kinetic_accelerator.rsi
- type: UpgradeableGun
maxUpgradeCount: 10 # DeltaV - use cost for limiting modkits instead
whitelist:
tags:
- PKAUpgrade
- type: UpgradeableGunCost # DeltaV
maxCost: 100
- type: ContainerContainer
containers:
upgrades: !type:Container

View File

@ -571,11 +571,11 @@
impactEffect: BulletImpactEffectKinetic
damage:
types:
Blunt: 20 # DeltaV- Was 15
Blunt: 15
Structural: 30
# Short lifespan
- type: TimedDespawn
lifetime: 0.4 # DeltaV - Revert to Prebase stats, was 0.22
lifetime: 0.22 # roughly 5.5 tiles
- type: GatheringProjectile
- type: entity
@ -1464,4 +1464,4 @@
transferAmount: 1.5
solution: bolt
- type: TimedDespawn # DeltaV - limit range to match taser
lifetime: 0.170
lifetime: 0.170

View File

@ -27,6 +27,9 @@
- MineralScannerEmpty
- AdvancedMineralScannerEmpty
- OreBagOfHolding
- PKAUpgradeDamage
- PKAUpgradeRange
- PKAUpgradeFireRate
- ClothingShoesBootsJump # DV - Jump Boots since its mining research
- type: latheRecipePack

View File

@ -202,6 +202,9 @@
- MiningDrillDiamond
- AdvancedMineralScannerEmpty
- BorgModuleAdvancedMining
- PKAUpgradeDamage
- PKAUpgradeRange
- PKAUpgradeFireRate
# Tier 3