Guest User

Untitled

a guest
Jun 25th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. [UNITINFO]
  2. {
  3. UnitName=Pony;
  4. Objectname=Pony.s3o;
  5.  
  6. Name=Four legged Racer;
  7. Description= Slow acceleration, poor manoeuvrability;
  8. Script=lalala;
  9. BuildCostEnergy=0;
  10. BuildCostMetal=100;
  11. BuildTime=1000;
  12.  
  13. MovementClass=KBOTUW3;
  14. FootprintX=3;
  15. FootprintZ=3;
  16. MaxSlope=80;//Unlike TA, in degree
  17. MaxWaterDepth=255;
  18.  
  19. MaxDamage=100;
  20. WorkerTime=0;
  21. Builder=0;
  22. canattack=1;
  23. canmove=1;
  24. canpatrol=1;
  25. canstop=1;
  26. canguard=1;
  27. Ovradjust=1;
  28. Upright=1;
  29. Commander=1;
  30.  
  31. SightDistance=16383;
  32. RadarDistance=16383;
  33.  
  34. EnergyUse=0;
  35. EnergyMake=10;
  36. EnergyStorage=100;
  37. MetalStorage=100;
  38.  
  39. //SoundCategory=Pony;
  40. ExplodeAs=CarExplode;
  41. SelfDestructAs=CarExplode;
  42. Corpse=;
  43. Category=CORE COMMANDER TANK LEVEL1 WEAPON NOTAIR NOTSUB CTRL_C CTRL_W;
  44. TEDClass=COMMANDER;
  45.  
  46. firestandorders=1;
  47. StandingFireOrder=2;
  48. mobilestandorders=1;
  49. StandingMoveOrder=1;
  50. DefaultMissionType=Standby;
  51.  
  52. MaxVelocity=10.0;
  53. BrakeRate=0.060;
  54. Acceleration=0.015;
  55. TurnRate=180;
  56. SteeringMode=1;
  57. maneuverleashlength=640;
  58.  
  59. //Weapon1=SixWheelerWeap;//Real weapon
  60. //Weapon2=TrickWeapon;//Fake weapon, to kill everybody when game ends and not anymore also to to check that unit is FPS'ed
  61. }
Advertisement
Add Comment
Please, Sign In to add comment