Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. political_decisions = {
  2.  
  3. afro_american_flight = {
  4. picture = immigrants_arriving
  5. potential = {
  6. AND = {
  7. tag = LIB
  8. owns = 1887
  9. owns = 1888
  10. }
  11. NOT = { has_country_flag = african_american_flight_issued }
  12. }
  13.  
  14. allow = {
  15. war = no
  16. OR = {
  17. is_greater_power = yes
  18. is_secondary_power = yes
  19. }
  20. prestige = 25
  21. romanticism = 1
  22. state_n_government = 1
  23. border_policy = open_borders
  24. slavery = no_slavery
  25. public_meetings = yes_meeting
  26. press_rights = free_press
  27. NOT = {
  28. average_militancy = 1
  29. }
  30. num_of_ports = 1
  31. total_amount_of_ships = 5
  32. OR = {
  33. government = democracy
  34. government = hms_government
  35. }
  36. money = 51000
  37. }
  38.  
  39. effect = {
  40. treasury = -50000
  41. set_country_flag = african_american_flight_issued
  42.  
  43. any_pop = {
  44. limit = {
  45. is_primary_culture = no
  46. is_accepted_culture = no
  47. }
  48. consciousness = 3
  49. militancy = 3
  50. }
  51. country_event = 98010
  52. }
  53.  
  54. ai_will_do = { factor = 1 }
  55. }
  56. }
  57.  
  58. #Afro American Diaspora modifier
  59. country_event = {
  60. id = 98010
  61. title = "EVTNAME98010"
  62. desc = "EVTDESC98010"
  63. picture = "abolitionist_pamphlets"
  64.  
  65. is_triggered_only = yes
  66.  
  67. fire_only_once = yes
  68.  
  69. option = {
  70. name = "EVT98010OPTA"
  71. any_country = {
  72. any_owned = {
  73. limit = {
  74. NOT = { is_core = LIB }
  75. any_pop = {
  76. has_pop_culture = afro_american
  77. }
  78. }
  79. add_province_modifier = {
  80. name = afro_american_diaspora
  81. duration = 3650
  82. }
  83. }
  84. }
  85. }
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement