Advertisement
Guest User

Untitled

a guest
Jul 26th, 2011
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. unitDef = {
  2. unitname = "chickenr3",
  3. name = "Chicken Colonizer",
  4. description = "Meteor Launcher",
  5. acceleration = 8,
  6. bmcode = "1",
  7. brakeRate = 8,
  8. buildCostEnergy = 12320,
  9. buildCostMetal = 396,
  10. builder = false,
  11. buildTime = 180000,
  12. canAttack = true,
  13. canGuard = true,
  14. canMove = true,
  15. canPatrol = true,
  16. canstop = "1",
  17. category = "MOBILE WEAPON NOTAIR NOTSUB NOTSHIP ALL",
  18. corpse = "DEAD",
  19. defaultmissiontype = "Standby",
  20. explodeAs = "LOBBER_MORPH",
  21. footprintX = 4,
  22. footprintZ = 4,
  23. highTrajectory = 1,
  24. iconType = "chickenr",
  25. idleAutoHeal = 20,
  26. idleTime = 300,
  27. leaveTracks = true,
  28. maneuverleashlength = "640",
  29. mass = 4000,
  30. maxDamage = 60000,
  31. maxSlope = 18,
  32. maxVelocity = 6,
  33. maxWaterDepth = 15,
  34. hidedamage = 1,
  35. turninplace = 0,
  36. movementClass = "CHICKQUEEN",
  37. noAutoFire = false,
  38. noChaseCategory = "VTOL",
  39. objectName = "chicken_colonizer.s3o",
  40. seismicSignature = 4,
  41. selfDestructAs = "LOBBER_MORPH",
  42.  
  43. sfxtypes = {
  44.  
  45. explosiongenerators = {
  46. "custom:blood_spray",
  47. "custom:blood_explode",
  48. "custom:dirt",
  49. },
  50.  
  51. },
  52.  
  53. side = "THUNDERBIRDS",
  54. sightDistance = 1250,
  55. smoothAnim = true,
  56. steeringmode = "2",
  57. TEDClass = "KBOT",
  58. trackOffset = 6,
  59. trackStrength = 8,
  60. trackStretch = 1,
  61. trackType = "ChickenTrack",
  62. trackWidth = 70,
  63. turnRate = 1500,
  64. upright = false,
  65. workerTime = 0,
  66.  
  67. weapons = {
  68.  
  69. {
  70. def = "METEORLAUNCHER",
  71. badTargetCategory = "MOBILE",
  72. mainDir = "0 0 1",
  73. onlyTargetCategory = "NOTAIR",
  74. },
  75.  
  76. },
  77.  
  78.  
  79. weaponDefs = {
  80.  
  81. METEORLAUNCHER = {
  82. name = "METEORLAUNCHER",
  83. turret=1,
  84. model = "greyrock2.s3o",
  85. range=29999,
  86. reloadtime=15,
  87. weaponvelocity=3000,
  88. edgeeffectiveness=0,
  89. areaofeffect=600,
  90. craterBoost = 0,
  91. craterMult = 0,
  92. soundhit="xplonuk4",
  93. explosionGenerator = "custom:COMM_EXPLOSION",
  94. firestarter=70,
  95. --smokedelay=0.1,
  96. --smoketrail=1,
  97. --startsmoke=1,
  98. CollideFriendly=0,
  99. AvoidFriendly=0,
  100. highTrajectory=1,
  101. ProximityPriority=-12,
  102. cegTag="ASTEROIDTRAIL_Expl",
  103. damage = {
  104. default = 3000,
  105. },
  106.  
  107. },
  108. },
  109.  
  110.  
  111. featureDefs = {
  112.  
  113. DEAD = {
  114. },
  115.  
  116.  
  117. HEAP = {
  118. },
  119.  
  120. },
  121.  
  122. }
  123.  
  124. return lowerkeys({ chickenr3 = unitDef })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement