-- UNITDEF -- TLLACA -- -------------------------------------------------------------------------------- local unitName = "tllaca" -------------------------------------------------------------------------------- local unitDef = { acceleration = 0.035, bankscale = 1.5, bmcode = 1, brakeRate = 3.5, buildCostEnergy = 8296, buildCostMetal = 645, buildDistance = 185, builder = true, buildTime = 27533, canFly = true, canGuard = true, canMove = true, canPatrol = true, canreclamate = 1, canstop = 1, category = [[ALL CONSTR MEDIUMVTOL MOBILE NOTDEFENSE NOTSUB NOTSUBNOTSHIP NOTWEAPON VTOL]], collide = false, cruiseAlt = 75, defaultmissiontype = [[VTOL_standby]], description = [[Tech Level 2]], designation = [[TLL-CA2]], energyMake = 25, energyStorage = 100, energyUse = 0.1, explodeAs = [[BIG_UNITEX]], footprintX = 2, footprintZ = 2, hoverattack = true, idleAutoHeal = 5, idleTime = 1800, maneuverleashlength = 1280, maxDamage = 375, maxSlope = 10, maxVelocity = 7.2, maxWaterDepth = 0, metalMake = 0.55, metalStorage = 100, mobilestandorders = 1, name = [[Advanced Construction Aircraft]], noAutoFire = false, noChaseCategory = [[SUB VTOL]], objectName = [[TLLACA]], ovradjust = 1, scale = 0.8, selfDestructAs = [[BIG_UNIT_VTOL]], shootme = 1, side = [[TLL]], sightDistance = 295, standingmoveorder = 1, steeringmode = 1, turnRate = 124, unitname = [[tllaca]], unitnumber = 911, workerTime = 150, buildoptions = { [1] = [[tllmedfusion]], [2] = [[tllamex]], [3] = [[tllammaker]], [4] = [[tllemstor]], [5] = [[tlladt]], [6] = [[tllarad]], [7] = [[tllasp]], [8] = [[tllaspns]], [9] = [[tlltarg]], [10] = [[tllpulaser]], [11] = [[tllplasma]], [12] = [[tllobliterator]], [13] = [[tllgate]], [14] = [[tllflak]], [15] = [[tllhmt]], [16] = [[tllemp]], [17] = [[tllantinuke]], [18] = [[tllsilo]], [19] = [[tlllrpt]], [20] = [[tllrlrpc]], [21] = [[tllap]], [22] = [[tllaap]], [23] = [[tllmohogeo]], [24] = [[tllrichter]], [25] = [[tlldmc]], [26] = [[tnanotower]], }, 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] = [[vtolarmv]], }, select = { [1] = [[vtolarac]], }, }, } -------------------------------------------------------------------------------- return lowerkeys({[unitName] = unitDef}) --------------------------------------------------------------------------------