Advertisement
rangerage

Untitled

Mar 16th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. #################################################################
  2. # #
  3. # USA Events #
  4. # #
  5. #################################################################
  6.  
  7. #Throw the niggers out
  8. country_event = {
  9. id = 99400
  10. title = "EVTNAME99400"
  11. desc = "EVTDESC99400"
  12. picture = "slaves"
  13.  
  14. trigger = {
  15. OR = {
  16. tag = USA
  17. tag = CSA
  18. }
  19. war = no
  20. NOT = { has_country_flag = niggers_to_liberia }
  21. OR = {
  22. has_global_flag = american_civil_war_has_happened
  23. has_global_flag = alt_american_civil_war_has_happened
  24. }
  25. slavery = no_slavery
  26. }
  27.  
  28. mean_time_to_happen = {
  29. days = 3
  30. }
  31.  
  32. option = {
  33. name = "Around blacks, never relax! Lets force them out!"
  34. set_country_flag = niggers_to_liberia
  35. any_pop = {
  36. limit = {
  37. has_pop_culture = afro_american
  38. }
  39. reduce_pop = 0.80
  40. consciousness = 1
  41. militancy = 2
  42. random = {
  43. chance = 55
  44. money = 5
  45. move_pop = 1887
  46. }
  47. }
  48. any_country = {
  49. relation = { who = THIS value = -20 }
  50. }
  51. ai_chance = {
  52. factor = 10
  53. }
  54. }
  55.  
  56. option = {
  57. name = "We can let a few go in that case"
  58. set_country_flag = niggers_to_liberia
  59. any_pop = {
  60. limit = {
  61. has_pop_culture = afro_american
  62. }
  63. reduce_pop = 0.95
  64. consciousness = -1
  65. militancy = 1
  66. random = {
  67. chance = 15
  68. money = 15
  69. move_pop = 1887
  70. }
  71. }
  72. any_country = {
  73. relation = { who = THIS value = 10 }
  74. }
  75. ai_chance = {
  76. factor = 90
  77. }
  78. }
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement