Skip to content

Commit

Permalink
Update stats so that minimum weapon radii are at least half of one tile.
Browse files Browse the repository at this point in the history
  • Loading branch information
KJeff01 committed Apr 14, 2021
1 parent cb34127 commit 3b833e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions data/base/stats/weapons.json
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
"name": "VTOL Cannon",
"numAttackRuns": 4,
"numExplosions": 2,
"radius": 16,
"radius": 96,
"radiusDamage": 5,
"radiusLife": 100,
"recoilValue": 100,
Expand Down Expand Up @@ -675,7 +675,7 @@
"muzzleGfx": "FXCan20m.PIE",
"name": "Light Cannon",
"numExplosions": 2,
"radius": 16,
"radius": 64,
"radiusDamage": 5,
"radiusLife": 100,
"recoilValue": 100,
Expand Down Expand Up @@ -716,7 +716,7 @@
"muzzleGfx": "FXCan40m.PIE",
"name": "Medium Cannon",
"numExplosions": 2,
"radius": 32,
"radius": 128,
"radiusDamage": 10,
"radiusLife": 100,
"recoilValue": 100,
Expand Down Expand Up @@ -757,7 +757,7 @@
"muzzleGfx": "FxCan75m.PIE",
"name": "Heavy Cannon",
"numExplosions": 2,
"radius": 64,
"radius": 192,
"radiusDamage": 20,
"radiusLife": 100,
"recoilValue": 150,
Expand Down Expand Up @@ -799,7 +799,7 @@
"name": "VTOL Hyper Velocity Cannon",
"numAttackRuns": 4,
"numExplosions": 2,
"radius": 64,
"radius": 96,
"radiusDamage": 10,
"radiusLife": 10,
"recoilValue": 100,
Expand Down Expand Up @@ -882,7 +882,7 @@
"name": "VTOL Assault Cannon",
"numAttackRuns": 4,
"numExplosions": 2,
"radius": 32,
"radius": 96,
"recoilValue": 25,
"rotate": 180,
"shortHit": 70,
Expand Down Expand Up @@ -921,7 +921,7 @@
"muzzleGfx": "FXVulCan.PIE",
"name": "Assault Cannon",
"numExplosions": 2,
"radius": 32,
"radius": 64,
"recoilValue": 25,
"rotate": 180,
"shortHit": 70,
Expand Down Expand Up @@ -1107,7 +1107,7 @@
"muzzleGfx": "FXCan20m.PIE",
"name": "Heavy Gunner",
"numExplosions": 2,
"radius": 16,
"radius": 64,
"recoilValue": 100,
"rotate": 180,
"shortHit": 70,
Expand Down Expand Up @@ -3174,7 +3174,7 @@
"name": "Mini-Rocket Artillery",
"numExplosions": 2,
"numRounds": 8,
"radius": 16,
"radius": 64,
"radiusDamage": 30,
"radiusLife": 10,
"reloadTime": 150,
Expand Down
6 changes: 3 additions & 3 deletions data/mp/stats/weapons.json
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@
"name": "VTOL Hyper Velocity Cannon",
"numAttackRuns": 4,
"numExplosions": 1,
"radius": 32,
"radius": 96,
"radiusDamage": 70,
"radiusLife": 10,
"recoilValue": 100,
Expand Down Expand Up @@ -937,7 +937,7 @@
"muzzleGfx": "FXCan20A.PIE",
"name": "Hyper Velocity Cannon",
"numExplosions": 1,
"radius": 32,
"radius": 64,
"radiusDamage": 35,
"radiusLife": 10,
"recoilValue": 100,
Expand Down Expand Up @@ -1253,7 +1253,7 @@
"muzzleGfx": "FXCan20A.PIE",
"name": "Super HPV Cyborg",
"numExplosions": 1,
"radius": 32,
"radius": 64,
"radiusDamage": 25,
"recoilValue": 100,
"rotate": 180,
Expand Down

0 comments on commit 3b833e1

Please sign in to comment.