Skip to content

Commit

Permalink
Faraday:
Browse files Browse the repository at this point in the history
 * HP 1700 -> 1600
 * Reload time 2.6 -> 2.7

Ripper:
 * Damage 250 -> 280
This makes it 1-shot 240 HP Glaives that like to dodge its AoE.
  • Loading branch information
GoogleFrog committed Feb 9, 2020
1 parent 512f8ff commit 6debb6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions units/turretemp.lua
Expand Up @@ -27,7 +27,7 @@ return { turretemp = {
footprintZ = 2,
iconType = [[defensespecial]],
levelGround = false,
maxDamage = 1700,
maxDamage = 1600,
maxSlope = 36,
maxWaterDepth = 0,
minCloakDistance = 150,
Expand Down Expand Up @@ -89,7 +89,7 @@ return { turretemp = {
paralyzer = true,
paralyzeTime = 2,
range = 460,
reloadtime = 2.6,
reloadtime = 2.7,
rgbColor = [[1 1 0.25]],
soundStart = [[weapon/lightning_fire]],
soundTrigger = true,
Expand Down
6 changes: 3 additions & 3 deletions units/vehriot.lua
Expand Up @@ -89,9 +89,9 @@ return { vehriot = {
},

damage = {
default = 250.2,
planes = 250.2,
subs = 11,
default = 280.2,
planes = 280.2,
subs = 14,
},

edgeEffectiveness = 0.75,
Expand Down

0 comments on commit 6debb6b

Please sign in to comment.