Skip to content

Commit

Permalink
0.15.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Arch-Shaman committed Dec 22, 2020
1 parent 96a1e29 commit 54261f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions LuaRules/Configs/drone_defs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ local carrierDefNames = {
spawnSize = 1,
range = 300,
maxChaseRange = 600,
buildTime = 45,
buildTime = 15,
maxBuild = 1,
offsets = {0, 35, 0, colvolMidX = 0, colvolMidY = 30, colvolMidZ = 0, aimX = 0, aimY = 0, aimZ = 0} --shift colvol to avoid collision.
},
Expand All @@ -106,7 +106,7 @@ local carrierDefNames = {
drone = UnitDefNames.dronelight.id,
reloadTime = 15,
maxDrones = 2,
spawnSize = 3,
spawnSize = 1,
range = 700,
maxChaseRange = 900,
buildTime = 20,
Expand All @@ -117,7 +117,7 @@ local carrierDefNames = {
drone = UnitDefNames.droneheavyslow.id,
reloadTime = 30,
maxDrones = 1,
spawnSize = 2,
spawnSize = 1,
range = 700,
maxChaseRange = 900,
buildTime = 30,
Expand Down
2 changes: 1 addition & 1 deletion modinfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ return {
name='Future Wars ',
description='Zero-K',
shortname='ZKFW',
version='v0.15.17',
version='v0.15.18',
mutator='1',
game='Zero-K',
shortGame='ZK',
Expand Down
6 changes: 3 additions & 3 deletions units/striderbantha.lua
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ local unitDef = {
model = [[banthamissile.s3o]],
noSelfDamage = true,
range = 2900,
reloadtime = 40,
reloadtime = 30,
smokeTrail = false,
soundHit = [[explosion/ex_large9.wav]],
soundStart = [[weapon/missile/bantha_launch.wav]],
Expand All @@ -249,9 +249,9 @@ local unitDef = {
turret = true,
weaponAcceleration = 100,
weaponType = [[StarburstLauncher]],
weaponTimer = 5,
weaponTimer = 5,
weaponVelocity = 850,
--wobble = 18000,
--wobble = 18000,
},
LIGHTNING = {
name = [[Plasmatic Bomb]],
Expand Down

0 comments on commit 54261f9

Please sign in to comment.