Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. country_event = { #The End of the Constitution
  2. id = aiu_zhet.9
  3. title = aiu_zhet.9.t
  4. desc = aiu_zhet.9.d
  5. picture = GFX_report_event_gathering_protest
  6.  
  7. fire_only_once = yes
  8.  
  9. is_triggered_only = yes
  10.  
  11. option = { #Keep it
  12. name = aiu_zhet.9.a
  13. ai_chance = {
  14. factor = 100
  15. }
  16. }
  17. }
  18.  
  19. country_event = { #Reformation of the constitution
  20. id = aiu_zhet.8
  21. title = aiu_zhet.8.t
  22. desc = aiu_zhet.8.d
  23. picture = GFX_report_event_gathering_protest
  24.  
  25. fire_only_once = yes
  26.  
  27. is_triggered_only = yes
  28.  
  29. option = { #Keep it
  30. name = aiu_zhet.8.a
  31. ai_chance = {
  32. factor = 100
  33. }
  34. if = {
  35. limit = {
  36. has_country_flag = COA
  37. has_country_flag = COD
  38. has_country_flag = COF
  39. has_country_flag = COH
  40. }
  41. add_ideas = ZHT_constituion_AA1
  42. hidden_effect = {
  43. set_country_flag = reformedyes
  44. remove_country_flag = COA
  45. remove_country_flag = COD
  46. remove_country_flag = COF
  47. remove_country_flag = COH
  48. }
  49. }
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement