shadowm

Untitled

Mar 28th, 2012
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. [side]
  2. side=2
  3. team_name=rebels
  4. user_team_name= _ "team_name^Demons"
  5. {RAGGED_FLAG}
  6. color=black
  7.  
  8. # wmllint: recognize Elorran
  9. {CHARACTER_STATS_ELORRAN}
  10. canrecruit=yes
  11. facing=sw
  12.  
  13. {GOLD 175 150 125}
  14. recruit=Demon,Faerie Sprite,Animated Rock
  15.  
  16. {ai/aliases/stable_singleplayer.cfg}
  17. [ai]
  18. {AI_SIMPLE_ALWAYS_ASPECT recruitment_pattern "archer,mixed fighter,fighter,fighter,fighter,mixed fighter"}
  19.  
  20. #
  21. # Become defensive on turn 3
  22. #
  23.  
  24. {AI_ASPECT "grouping" (
  25. [facet]
  26. value="no"
  27. turns="1-2"
  28. [/facet]
  29. [facet]
  30. value="defensive"
  31. turns="3-100"
  32. [/facet]
  33. )}
  34.  
  35. #
  36. # Ignore Elorran for attacking
  37. #
  38.  
  39. {AI_SIMPLE_ALWAYS_ASPECT passive_leader yes}
  40.  
  41. #
  42. # Ignore Tara and Anya for attacking
  43. #
  44.  
  45. {AI_ASPECT "attacks" (
  46. [facet]
  47. invalidate_on_gamestate_change="yes"
  48. [filter_own]
  49. [not]
  50. id=Tara
  51. [/not]
  52. [not]
  53. id=Anya
  54. [/not]
  55. [/filter_own]
  56. [/facet]
  57. )}
  58. [/ai]
  59. [/side]
  60. # wmllint: validate-on
Advertisement
Add Comment
Please, Sign In to add comment