Advertisement
rangerage

Untitled

Sep 15th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. a_noble_people = {
  2. potential = {
  3. tag = USA
  4. NOT = {
  5. has_country_flag = natives_accepted
  6. }
  7. }
  8.  
  9. allow = {
  10. war = no
  11. }
  12.  
  13. effect = {
  14. add_accepted_culture = native_american_minor
  15. add_accepted_culture = cree
  16. add_accepted_culture = navajo
  17. add_accepted_culture = pueblo
  18. any_pop = {
  19. limit = {
  20. OR = {
  21. culture = native_american_minor
  22. culture = cree
  23. culture = navajo
  24. culture = pueblo
  25. }
  26. }
  27. militancy = -2
  28. consciousness = -2
  29. }
  30.  
  31. set_country_flag = natives_accepted
  32. }
  33. ai_will_do = {
  34. factor = 1
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement