-- UNITDEF -- TLLNANOTC -- -------------------------------------------------------------------------------- local unitName = "tllnanotc" -------------------------------------------------------------------------------- local unitDef = { acceleration = 0, brakeRate = 1.5, buildCostEnergy = 7000, buildCostMetal = 450, buildDistance = 450, builder = true, buildingGroundDecalDecaySpeed = 30, buildingGroundDecalSizeX = 5, buildingGroundDecalSizeY = 5, buildingGroundDecalType = [[tllnanotc_aoplane.dds]], buildPic = [[TLLNANOTC.png]], buildTime = 6000, canGuard = true, canMove = false, canPatrol = true, canreclamate = 1, canstop = 1, cantBeTransported = true, category = [[ALL NOTDEFENSE NOTHOVERNOTVTOL NOTMOBILE NOTSUB NOTSUBNOTSHIP NOTVTOL NOTWEAPON]], defaultmissiontype = [[Standby]], description = [[Short-range Extracting Builder]], energyStorage = 0, energyUse = 30, explodeAs = [[NANOBOOM2T]], footprintX = 3, footprintZ = 3, iconType = [[building]], idleAutoHeal = 5, idleTime = 1800, maneuverleashlength = 380, mass = 1000000000000, maxDamage = 550, maxSlope = 30, maxVelocity = 0, -- maxWaterDepth = 0, metalStorage = 0, name = [[Node Level 1]], noAutoFire = false, noChaseCategory = [[ALL]], objectName = [[TLLNANOTC]], script = [[tllnanotc.cob]], seismicSignature = 0, selfDestructAs = [[NANOBOOM2T]], side = [[TLL]], sightDistance = 380, steeringmode = 1, turnRate = 1, unitname = [[tllnanotc]], upright = true, useBuildingGroundDecal = true, workerTime = 300, sounds = { build = [[nanlath2]], canceldestruct = [[cancel2]], capture = [[capture1]], repair = [[repair2]], underattack = [[warning1]], working = [[reclaim1]], cant = { [1] = [[cantdo4]], }, count = { [1] = [[count6]], [2] = [[count5]], [3] = [[count4]], [4] = [[count3]], [5] = [[count2]], [6] = [[count1]], }, ok = { [1] = [[vcormove]], }, select = { [1] = [[vcorsel]], }, }, } -------------------------------------------------------------------------------- return lowerkeys({[unitName] = unitDef}) --------------------------------------------------------------------------------