Skip to content

Commit

Permalink
Increase size of zhatch
Browse files Browse the repository at this point in the history
Increase resources produced by lairs and hives
  • Loading branch information
ForbodingAngel committed Jul 6, 2019
1 parent 200b855 commit e14daea
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
Binary file modified Objects3D/zaal/zhive.s3o
Binary file not shown.
3 changes: 2 additions & 1 deletion Units-Configs-Basedefs/basedefs/zaal/zarm_basedef.lua
Expand Up @@ -34,7 +34,7 @@ unitDef = {
idleTime = 2200,
levelground = true,
maxDamage = 500,
maxSlope = 60,
maxSlope = 90,
maxVelocity = 0.001,
maxReverseVelocity = 0.001,
maxWaterDepth = 5000,
Expand All @@ -59,6 +59,7 @@ unitDef = {
yardmap = "oooooo oooooo oooooo oooooo oooooo oooooo",
workerTime = 1,
TerraformSpeed = 2147000,
usePieceCollisionVolumes = true,
sfxtypes = {
pieceExplosionGenerators = {
"blood_spray",
Expand Down
4 changes: 2 additions & 2 deletions Units-Configs-Basedefs/basedefs/zaal/zhive_basedef.lua
Expand Up @@ -28,7 +28,7 @@ unitDef = {
idleAutoHeal = .5,
idleTime = 2200,
maxDamage = 1,
maxSlope = 25,
maxSlope = 90,
maxWaterDepth = 99999999999,
metalStorage = 0,
metalMake = 1,
Expand All @@ -48,7 +48,7 @@ unitDef = {
-- unitRestricted = 1,
workerTime = 1,
yardMap = yardMap,
-- usePieceCollisionVolumes = true,
usePieceCollisionVolumes = true,
-- modelCenterOffset = {108, 10, 0},
sfxtypes = {
pieceExplosionGenerators = {
Expand Down
4 changes: 2 additions & 2 deletions Units/zaal/zhatch.lua
Expand Up @@ -13,8 +13,8 @@ energyMake = 0

supplygranted = 20

footprintX = 8
footprintZ = 8
footprintX = 16
footprintZ = 16

yardMap = [[oooooooo oooooooo oooooooo oooooooo oooooooo oooooooo oooooooo oooooooo]]

Expand Down
6 changes: 3 additions & 3 deletions Units/zaal/zhive.lua
Expand Up @@ -5,16 +5,16 @@ unitName = [[zhive]]

--------------------------------------------------------------------------------

metalMultiplier = 2
metalMultiplier = 4

buildCostMetal = 300
energyUse = 0
energyMake = 20

supplygranted = 60

footprintX = 8
footprintZ = 8
footprintX = 16
footprintZ = 16

yardMap = [[oooooooo oooooooo oooooooo oooooooo oooooooo oooooooo oooooooo oooooooo]]

Expand Down
6 changes: 3 additions & 3 deletions Units/zaal/zlair.lua
Expand Up @@ -5,16 +5,16 @@ unitName = [[zlair]]

--------------------------------------------------------------------------------

metalMultiplier = 1.5
metalMultiplier = 2

buildCostMetal = 150
energyUse = 0
energyMake = 10

supplygranted = 40

footprintX = 8
footprintZ = 8
footprintX = 16
footprintZ = 16

yardMap = [[oooooooo oooooooo oooooooo oooooooo oooooooo oooooooo oooooooo oooooooo]]

Expand Down

0 comments on commit e14daea

Please sign in to comment.