Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. ;--------------------
  2. ;GOALS
  3. ;--------------------
  4. ;Main Goals
  5. (defconst attack-mode-timer 1)
  6. (defconst scout-timer 2)
  7. (defconst strategy 3)
  8. (defconst start-attack-timer 4)
  9. (defconst cavalry-threat 5)
  10. (defconst archer-threat 6)
  11. (defconst g-unit 7)
  12.  
  13.  
  14. ;Goal Values
  15. ;age-status
  16. (defconst d-age 1)
  17. (defconst d-age-trans 2)
  18. (defconst f-age 3)
  19. (defconst f-age-trans 4)
  20. (defconst c-age 5)
  21. (defconst c-age-trans 6)
  22. (defconst i-age 7)
  23.  
  24. ;Strategy
  25. (defconst defaults 0)
  26. (defconst flush-arcskirms 1)
  27. (defconst krush 2)
  28. (defconst xbowrush 3)
  29. (defconst ewrush 4)
  30. (defconst ew-monk-hybrid 5)
  31. (defconst uu-warfare 6)
  32. (defconst infantry-swarm 7)
  33. (defconst CA-HORDE 8)
  34. (defconst light-cav-rush 9)
  35. (defconst camel-mix 10)
  36. (defconst catatrash 11)
  37. (defconst flush-castle-drop 12)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement