-- UNITDEF -- TLLNANOTC2 -- -------------------------------------------------------------------------------- local unitName = "tllnanotc2" -------------------------------------------------------------------------------- local unitDef = { acceleration = 0, brakeRate = 1.5, buildCostEnergy = 60000, buildCostMetal = 4400, buildDistance = 1350, builder = true, buildingGroundDecalDecaySpeed = 30, buildingGroundDecalSizeX = 5, buildingGroundDecalSizeY = 5, buildingGroundDecalType = [[tllnanotc2_aoplane.dds]], buildPic = [[TLLNANOTC2.png]], buildTime = 27000, canGuard = true, canMove = false, canPatrol = true, canreclamate = 1, canstop = 1, cantBeTransported = true, category = [[ALL NOTDEFENSE NOTHOVERNOTVTOL NOTMOBILE NOTSUB NOTSUBNOTSHIP NOTVTOL NOTWEAPON]], defaultmissiontype = [[Standby]], description = [[Long-range Extracting Builder]], energyStorage = 0, energyUse = 30, explodeAs = [[NANOBOOM4T]], footprintX = 3, footprintZ = 3, iconType = [[building]], idleAutoHeal = 5, idleTime = 1800, maneuverleashlength = 380, mass = 1000000000000, maxDamage = 1600, maxSlope = 30, maxVelocity = 0, -- maxWaterDepth = 0, metalStorage = 0, name = [[Node Level 3]], noAutoFire = false, noChaseCategory = [[ALL]], objectName = [[TLLNANOTC2]], script = [[tllnanotc.cob]], seismicSignature = 0, selfDestructAs = [[NANOBOOM2T]], side = [[TLL]], sightDistance = 380, steeringmode = 1, turnRate = 1, unitname = [[tllnanotc2]], upright = true, useBuildingGroundDecal = true, workerTime = 1200, 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}) --------------------------------------------------------------------------------