Skip to content

Commit

Permalink
VERSION{v1.3.1.4}
Browse files Browse the repository at this point in the history
Extra minor damage value fixes.
Increased Redback and Banisher sight range so they can always hit things in range.
  • Loading branch information
GoogleFrog committed Jan 11, 2015
1 parent 6996b25 commit d72f0d4
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 24 deletions.
2 changes: 1 addition & 1 deletion LuaRules/Gadgets/empiricalDPS.lua
Expand Up @@ -6,7 +6,7 @@ function gadget:GetInfo()
date = "12 Sep 2011",
license = "GNU GPL, v2 or later",
layer = 0,
enabled = true -- loaded by default?
enabled = false -- loaded by default?
}
end

Expand Down
2 changes: 1 addition & 1 deletion units/amphassault.lua
Expand Up @@ -97,7 +97,7 @@ unitDef = {
},

damage = {
default = 300.1,
default = 302.8,
subs = 15,
},

Expand Down
2 changes: 1 addition & 1 deletion units/armspy.lua
Expand Up @@ -81,7 +81,7 @@ unitDef = {
craterMult = 0,

damage = {
default = 8000,
default = 8000.1,
},

duration = 8,
Expand Down
2 changes: 1 addition & 1 deletion units/blackdawn.lua
Expand Up @@ -89,7 +89,7 @@ unitDef = {
craterMult = 0.246,

damage = {
default = 220,
default = 220.5,
subs = 11,
},

Expand Down
2 changes: 1 addition & 1 deletion units/corroach.lua
Expand Up @@ -122,7 +122,7 @@ local weaponDefs = {
name = "Explosion",
soundHit = "explosion/mini_nuke",
damage = {
default = 1200,
default = 1200.8,
},
},
}
Expand Down
4 changes: 2 additions & 2 deletions units/dante.lua
Expand Up @@ -208,7 +208,7 @@ unitDef = {
},

damage = {
default = 120,
default = 120.8,
subs = 6,
},

Expand Down Expand Up @@ -262,7 +262,7 @@ unitDef = {
},

damage = {
default = 120,
default = 120.8,
subs = 6,
},

Expand Down
4 changes: 2 additions & 2 deletions units/gunshipaa.lua
Expand Up @@ -104,8 +104,8 @@ unitDef = {
},

damage = {
default = 18,
planes = 180,
default = 18.1,
planes = 181,
subs = 3.5,
},

Expand Down
2 changes: 1 addition & 1 deletion units/gunshipsupport.lua
Expand Up @@ -90,7 +90,7 @@ unitDef = {
},

damage = {
default = 190,
default = 190.1,
subs = 9.5,
},

Expand Down
3 changes: 1 addition & 2 deletions units/hoverassault.lua
Expand Up @@ -89,8 +89,7 @@ unitDef = {
craterMult = 0,

damage = {
default = 150,
planes = 150,
default = 150.1,
subs = 7.5,
},

Expand Down
2 changes: 1 addition & 1 deletion units/scorpion.lua
Expand Up @@ -208,7 +208,7 @@ unitDef = {
cylinderTargeting = 0,

damage = {
default = 1000.1,
default = 1001,
empresistant75 = 250,
empresistant99 = 10,
},
Expand Down
2 changes: 1 addition & 1 deletion units/shiparty.lua
Expand Up @@ -118,7 +118,7 @@ unitDef = {
craterMult = 2,

damage = {
default = 600,
default = 600.5,
subs = 30,
},

Expand Down
2 changes: 1 addition & 1 deletion units/shipscout.lua
Expand Up @@ -128,7 +128,7 @@ unitDef = {
cylinderTargeting = 1,

damage = {
default = 45,
default = 45.1,
subs = 5,
},

Expand Down
2 changes: 1 addition & 1 deletion units/spherepole.lua
Expand Up @@ -97,7 +97,7 @@ unitDef = {
craterMult = 0,

damage = {
default = 200,
default = 200.1,
planes = 200,
subs = 15,
},
Expand Down
4 changes: 2 additions & 2 deletions units/spiderassault.lua
Expand Up @@ -92,8 +92,8 @@ unitDef = {
craterMult = 0,

damage = {
default = 140,
planes = 140,
default = 141,
planes = 141,
subs = 7,
},

Expand Down
2 changes: 1 addition & 1 deletion units/spiderriot.lua
Expand Up @@ -45,7 +45,7 @@ unitDef = {
script = [[spiderriot.lua]],
seismicSignature = 4,
selfDestructAs = [[BIG_UNITEX]],
sightDistance = 330,
sightDistance = 366,
trackOffset = 0,
trackStrength = 10,
trackStretch = 1,
Expand Down
4 changes: 2 additions & 2 deletions units/subarty.lua
Expand Up @@ -89,8 +89,8 @@ unitDef = {
craterMult = 0,

damage = {
default = 900,
subs = 900,
default = 900.5,
subs = 900.5,
},

explosionGenerator = [[custom:TORPEDO_HIT]],
Expand Down
4 changes: 2 additions & 2 deletions units/subraider.lua
Expand Up @@ -103,8 +103,8 @@ unitDef = {
},

damage = {
default = 350,
subs = 350,
default = 350.1,
subs = 350.1,
},

explosionGenerator = [[custom:disruptor_missile_hit]],
Expand Down
2 changes: 1 addition & 1 deletion units/tawf114.lua
Expand Up @@ -50,7 +50,7 @@ unitDef = {
seismicSignature = 4,
selfDestructAs = [[BIG_UNITEX]],
side = [[CORE]],
sightDistance = 374,
sightDistance = 400,
smoothAnim = true,
trackOffset = 8,
trackStrength = 10,
Expand Down

0 comments on commit d72f0d4

Please sign in to comment.