-- UNITDEF -- TLLSONPL -- -------------------------------------------------------------------------------- local unitName = "tllsonpl" -------------------------------------------------------------------------------- local unitDef = { acceleration = 0.09, altfromsealevel = 1, amphibious = 1, bankscale = 1, bmcode = 1, brakeRate = 4.6, buildCostEnergy = 7941, buildCostMetal = 151, builder = false, buildTime = 11646, canFly = true, canGuard = true, canMove = true, canPatrol = true, canstop = 1, canSubmerge = false, category = [[ALL MEDIUMVTOL MOBILE NOTDEFENSE NOTSUB NOTSUBNOTSHIP NOTWEAPON VTOL]], collide = false, cruiseAlt = 210, defaultmissiontype = [[VTOL_standby]], description = [[Sonar Aircraft]], designation = [[TL-SONP]], downloadable = 1, energyMake = 12, energyStorage = 0, energyUse = 12, explodeAs = [[BIG_UNITEX]], floater = true, footprintX = 3, footprintZ = 3, idleAutoHeal = 5, idleTime = 1800, maneuverleashlength = 1280, maxDamage = 484, maxSlope = 10, maxVelocity = 9.65, maxWaterDepth = 255, metalStorage = 0, mobilestandorders = 1, name = [[Swallow]], noAutoFire = false, noChaseCategory = [[SUB VTOL]], objectName = [[tllsonpl]], scale = 1, selfDestructAs = [[BIG_UNIT_VTOL]], shootme = 1, side = [[TLL]], sightDistance = 350, sonarDistance = 1550, standingmoveorder = 2, steeringmode = 1, turnRate = 455, unitname = [[tllsonpl]], unitnumber = 928, workerTime = 0, 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] = [[seasonr2]], }, }, } -------------------------------------------------------------------------------- return lowerkeys({[unitName] = unitDef}) --------------------------------------------------------------------------------