Advertisement
Guest User

Untitled

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