Skip to content

Commit

Permalink
Attempt and fail to fix zmex up1 and up3
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbodingAngel committed Jan 18, 2020
1 parent bba2115 commit c148ce0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Expand Up @@ -72,7 +72,6 @@ unitDef = {
buckettex = "unittextures/lego2skin_explorerbucket.dds",
factionname = "ateran",
corpse = "energycore",
helptext = [[]],
},
useGroundDecal = true,
BuildingGroundDecalType = "factorygroundplate.dds",
Expand Down
12 changes: 8 additions & 4 deletions Units-Configs-Basedefs/basedefs/zaal/zmex_basedef.lua
@@ -1,20 +1,23 @@
unitDef = {

activatewhenbuilt = true,
buildAngle = 1024,
buildCostEnergy = 0,
buildCostMetal = buildCostMetal,
buildingMask = 0,
builder = false,
buildTime = 5,
buildpic = "zaal_unitpics/zmex.png",
canAttack = false,
category = "BUILDING NOTAIR",
description = [[Upgrade to get more supply and Metal/Energy Income]],
description = [[Generates Metal from Resource Nodes]],
energyStorage = 0,
energyUse = energyUse,
energyMake = 0,
explodeAs = "BUG_DEATH_LARGE",
footprintX = 8,
footprintZ = 8,
floater = true,
iconType = "energy",
iconType = "eco",
idleAutoHeal = 5,
idleTime = 300,
maxDamage = 1,
Expand All @@ -25,6 +28,7 @@ unitDef = {
name = humanName,
objectName = objectName,
script = script,
onoffable = true,
radarDistance = 0,
repairable = false,
selfDestructAs = "BUG_DEATH_LARGE",
Expand Down Expand Up @@ -68,4 +72,4 @@ unitDef = {
BuildingGroundDecalSizeX = 12,
BuildingGroundDecalSizeY = 12,
BuildingGroundDecalDecaySpeed = 0.9,
}
}

0 comments on commit c148ce0

Please sign in to comment.