Advertisement
Guest User

Untitled

a guest
Apr 14th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. if = {
  2. limit = {
  3. EAG = { exists = no }
  4. 297 = {
  5. CONTROLLER = {
  6. NOT = {
  7. is_fully_controlled_by = ROOT
  8. }
  9. }
  10. }
  11. }
  12. 297 = {
  13. OWNER = {
  14. ROOT = {
  15. create_wargoal = {
  16. target = PREV
  17. type = take_state_focus
  18. expire = 0
  19. generator = { 297 }
  20. }
  21. add_ai_strategy = {
  22. type = conquer
  23. id = PREV
  24. value = 200
  25. }
  26. }
  27. }
  28. }
  29. }
  30. if = {
  31. limit = {
  32. EAG = { exists = no }
  33. 300 = {
  34. CONTROLLER = {
  35. NOT = {
  36. is_fully_controlled_by = ROOT
  37. }
  38. }
  39. }
  40. }
  41. 300 = {
  42. OWNER = {
  43. ROOT = {
  44. create_wargoal = {
  45. target = PREV
  46. type = take_state_focus
  47. expire = 0
  48. generator = { 300 }
  49. }
  50. add_ai_strategy = {
  51. type = conquer
  52. id = PREV
  53. value = 200
  54. }
  55. }
  56. }
  57. }
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement