Skip to content

Commit

Permalink
Fix some z air movement
Browse files Browse the repository at this point in the history
Restrict A2A to vtol only targeting and increase fire rate and speed
Increase scout LOS
  • Loading branch information
ForbodingAngel committed Aug 12, 2019
1 parent c5fd9d7 commit d6b12e3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions LuaUI/Widgets_Evo/unit_customrings.lua
Expand Up @@ -82,6 +82,10 @@ local ringsDefs = {
--{ color = {0.5, 0, 1, 0.2}, lineWidth = 5, radius = 500 },
{ color = {0,1,0,0.6}, lineWidth = 10, radius = 995 },
},
[UnitDefNames.zarm.id] = {
{ color = {0,1,0,0.6}, lineWidth = 10, radius = 1000 },
},

-- Shield Units
[UnitDefNames.ekmar.id] = {
{ color = {0, 0, 1, 0.5}, lineWidth = 5, radius = 1000 },
Expand Down
4 changes: 2 additions & 2 deletions Units-Configs-Basedefs/basedefs/zaal/zairbomber_basedef.lua
@@ -1,8 +1,8 @@
unitDef = {
--acceleration = 0.5,
acceleration = 1,
airStrafe = false,
airHoverFactor = 0,
--brakeRate = 1,
brakeRate = 1,
buildCostEnergy = 0,
buildCostMetal = 60,
buildTime = 2.5,
Expand Down
4 changes: 2 additions & 2 deletions Units-Configs-Basedefs/basedefs/zaal/zairscout_basedef.lua
@@ -1,8 +1,8 @@
unitDef = {
acceleration = 0.5,
acceleration = 1,
airStrafe = true,
bankscale = "1",
brakeRate = 0.7,
brakeRate = 1,
buildCostEnergy = 0,
buildCostMetal = 5,
buildTime = 2.5,
Expand Down
@@ -1,8 +1,8 @@
unitDef = {
--acceleration = 0.5,
acceleration = 1,
airStrafe = false,
airHoverFactor = 0,
--brakeRate = 1,
brakeRate = 1,
buildCostEnergy = 0,
buildCostMetal = 30,
buildTime = 2.5,
Expand Down Expand Up @@ -32,7 +32,7 @@ unitDef = {
maxacc = 1,
maxDamage = 812,
maxSlope = 90,
maxVelocity = 12,
maxVelocity = 20,
maxWaterDepth = 255,
metalStorage = 0,
moverate1 = "8",
Expand Down Expand Up @@ -71,7 +71,7 @@ unitDef = {
},
weapons = {
[1] = {
badtargetcategory = " LIGHT ARMORED BUILDING",
onlytargetcategory = "VTOL",
def = "WEAPON",
maindir = "0 0 1",
maxangledif = 90,
Expand Down Expand Up @@ -114,7 +114,7 @@ weaponDefs = {
noselfdamage = true,
predictboost = 1,
range = 600,
reloadtime = 1.6,
reloadtime = 1,
smoketrail = true,
soundstart = "ChickenDefenseSounds/talonattack",
startvelocity = 600,
Expand Down
@@ -1,8 +1,8 @@
unitDef = {
--acceleration = 0.5,
acceleration = 1,
airStrafe = false,
airHoverFactor = 0,
--brakeRate = 1,
brakeRate = 1,
buildCostEnergy = 0,
buildCostMetal = 53,
buildTime = 2.5,
Expand Down Expand Up @@ -32,7 +32,7 @@ unitDef = {
maxacc = 1,
maxDamage = 812,
maxSlope = 90,
maxVelocity = 12,
maxVelocity = 15,
maxWaterDepth = 255,
metalStorage = 0,
moverate1 = "8",
Expand Down Expand Up @@ -113,7 +113,7 @@ weaponDefs = {
name = "Spike",
noselfdamage = true,
range = 350,
reloadtime = 1.95,
reloadtime = 2,
soundstart = "ChickenDefenseSounds/talonattack",
startvelocity = 200,
submissile = 1,
Expand Down

0 comments on commit d6b12e3

Please sign in to comment.