Skip to content

Commit

Permalink
Heavy Plasma Launcher rebalance
Browse files Browse the repository at this point in the history
damage 225->50
periodicalDamage 50->180
periodicalDamageTime 60->30
  • Loading branch information
Tipchik87 authored and KJeff01 committed Nov 1, 2023
1 parent 48f1c60 commit 9fd8ec4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mp/stats/weapons.json
Original file line number Diff line number Diff line change
Expand Up @@ -3509,7 +3509,7 @@
"PlasmaHeavy": {
"buildPoints": 2000,
"buildPower": 650,
"damage": 225,
"damage": 50,
"designable": 1,
"effectSize": 100,
"explosionWav": "lrgexpl.ogg",
Expand All @@ -3536,9 +3536,9 @@
"muzzleGfx": "FXHBLas.PIE",
"name": "Heavy Plasma Launcher",
"numExplosions": 10,
"periodicalDamage": 50,
"periodicalDamage": 180,
"periodicalDamageRadius": 64,
"periodicalDamageTime": 60,
"periodicalDamageTime": 30,
"radiusLife": 10,
"recoilValue": 50,
"shortHit": 75,
Expand Down

0 comments on commit 9fd8ec4

Please sign in to comment.