-- UNITDEF -- TLLNANOTC3 -- -------------------------------------------------------------------------------- local unitName = "tllnanotc3" -------------------------------------------------------------------------------- local unitDef = { acceleration = 0, brakeRate = 1.5, buildCostEnergy = 200000, buildCostMetal = 6800, buildDistance = 1800, builder = true, buildingGroundDecalDecaySpeed = 30, buildingGroundDecalSizeX = 5, buildingGroundDecalSizeY = 5, buildingGroundDecalType = [[tllnanotc3_aoplane.dds]], buildPic = [[TLLNANOTC3.png]], buildTime = 40000, canGuard = true, canMove = false, canPatrol = true, canreclamate = 1, canstop = 1, cantBeTransported = true, category = [[ALL NOTDEFENSE NOTHOVERNOTVTOL NOTMOBILE NOTSUB NOTSUBNOTSHIP NOTVTOL NOTWEAPON]], defaultmissiontype = [[Standby]], description = [[Extreme-range Extracting Builder]], energyStorage = 0, energyUse = 325, explodeAs = [[NANOBOOM5A]], footprintX = 3, footprintZ = 3, iconType = [[building]], idleAutoHeal = 5, idleTime = 1800, maneuverleashlength = 380, mass = 1000000000000, maxDamage = 2000, maxSlope = 30, maxVelocity = 0, -- maxWaterDepth = 0, metalStorage = 0, name = [[Node Level 4]], noAutoFire = false, noChaseCategory = [[ALL]], objectName = [[ARMNANOTC3]], script = [[tllnanotc.cob]], seismicSignature = 0, selfDestructAs = [[NANOBOOM3A]], side = [[TLL]], sightDistance = 380, steeringmode = 1, turnRate = 1, unitname = [[tllnanotc3]], upright = true, useBuildingGroundDecal = true, workerTime = 2400, sounds = { build = [[nanlath1]], canceldestruct = [[cancel2]], repair = [[repair1]], underattack = [[warning1]], working = [[reclaim1]], cant = { [1] = [[cantdo4]], }, count = { [1] = [[count6]], [2] = [[count5]], [3] = [[count4]], [4] = [[count3]], [5] = [[count2]], [6] = [[count1]], }, ok = { [1] = [[varmmove]], }, select = { [1] = [[varmsel]], }, }, } -------------------------------------------------------------------------------- return lowerkeys({[unitName] = unitDef}) --------------------------------------------------------------------------------