Advertisement
Adamanio

Bolivian Rebellion

Aug 31st, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. #Bolivian War of Independence#
  2.  
  3. country_event = {
  4. id = 4661999
  5. title = "EVTNAME4661999"
  6. desc = "EVTDESC4661999"
  7. picture = "bolivia"
  8.  
  9. trigger = {
  10. tag = ARC
  11. ARC = { war_with = ENT }
  12. BOL = { vassal_of = THIS }
  13. war = yes
  14. has_global_flag = entre_rios_rebellion
  15. }
  16.  
  17. mean_time_to_happen = { days = 20 }
  18.  
  19. option = {
  20. name = "EVTOPTA4661999" #Fight Bolivia
  21. prestige = 15
  22. release_vassal = BOL
  23. leave_alliance = BOL
  24. ARC = {
  25. relation = {
  26. who = BOL
  27. value = -200
  28. }
  29. }
  30.  
  31. war = {
  32. target = BOL
  33. attacker_goal = { casus_belli = civil_war }
  34. defender_goal = { casus_belli = status_quo }
  35. }
  36.  
  37. ai_chance = {
  38. factor = 0.9
  39.  
  40. modifier = {
  41. factor = 0
  42. war_exhaustion = 25
  43. }
  44. modifier = {
  45. factor = 0
  46. military_score = 0
  47. }
  48. }
  49. }
  50.  
  51. option = {
  52. name = "EVTOPTB4661999"
  53. prestige = -10
  54. release_vassal = BOL
  55. ARC = {
  56. relation = {
  57. who = BOL
  58. value = +100
  59. }
  60. }
  61. BOL = {
  62. any_owned = {
  63. limit = {
  64. owner = BOL
  65. is_core = ARC
  66. }
  67. remove_core = ARC
  68. }
  69. }
  70. ARC = {
  71. any_owned = {
  72. limit = {
  73. owner = ARC
  74. is_core = BOL
  75. }
  76. remove_core = BOL
  77. }
  78. }
  79. ai_chance = {
  80. factor = 0.1
  81. }
  82. }
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement