Advertisement
rangerage

Untitled

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