-- UNITDEF -- CORBTRANS -- -------------------------------------------------------------------------------- local unitName = "corbtrans" -------------------------------------------------------------------------------- local unitDef = { acceleration = 0.2, antiweapons = 1, bankscale = 1, bmcode = 1, brakeRate = 6.25, buildCostEnergy = 138500, buildCostMetal = 8550, builder = false, buildPic = [[corbtrans.png]], buildTime = 124000, canAttack = true, canFly = true, canGuard = true, canload = 1, canMove = true, canPatrol = true, canstop = 1, category = [[ALL MOBILE NOTDEFENSE NOTSUB NOTSUBNOTSHIP NOTWEAPON VTOL]], cruiseAlt = 250, defaultmissiontype = [[VTOL_standby]], description = [[Very Heavy Air Transport]], energyMake = 0.6, energyStorage = 0, energyUse = 0.6, explodeAs = [[BIG_UNITEX]], firestandorders = 1, footprintX = 8, footprintZ = 8, hoverAttack = true, iconType = [[air]], idleAutoHeal = 5, idleTime = 3000, maneuverleashlength = 1280, maxDamage = 25500, maxSlope = 15, maxVelocity = 2.5, maxWaterDepth = 0, metalStorage = 0, -- minTransportMass = 2000, mobilestandorders = 1, name = [[Vindicator]], noChaseCategory = [[SUB VTOL]], objectName = [[CORBTRANS]], radarDistance = 0, scale = 0.8, selfDestructAs = [[BIG_UNIT_VTOL]], shootme = 1, side = [[CORE]], sightDistance = 660, standingfireorder = 2, standingmoveorder = 1, steeringmode = 1, TEDClass = [[VTOL]], transportCapacity = 1, transportMass = 74000, transportSize = 25, turnRate = 420, unitname = [[corbtrans]], workerTime = 0, sounds = { canceldestruct = [[cancel2]], underattack = [[warning1]], cant = { [1] = [[cantdo4]], }, count = { [1] = [[count6]], [2] = [[count5]], [3] = [[count4]], [4] = [[count3]], [5] = [[count2]], [6] = [[count1]], }, ok = { [1] = [[vtolcrmv]], }, select = { [1] = [[vtolcrac]], }, }, } -------------------------------------------------------------------------------- return lowerkeys({[unitName] = unitDef}) --------------------------------------------------------------------------------