Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. country_event = {
  2. id = esub_im.3
  3. trigger = {
  4. OR = {
  5. tag = RUS
  6. tag = X01
  7. }
  8. BYZ = { NOT = { religion = orthodox } }
  9. OR = {
  10. OR = { #Is a subject of RUS
  11. AND = {
  12. march_of = RUS
  13. RUS = { government = imperial_council }
  14. }
  15. AND = {
  16. vassal_of = RUS
  17. RUS = { government = imperial_council }
  18. }
  19. AND = {
  20. junior_union_with = RUS
  21. RUS = { government = imperial_council }
  22. }
  23. }
  24. OR = { #Is a subject of X01
  25. AND = {
  26. march_of = X01
  27. X01 = { government = imperial_council }
  28. }
  29. AND = {
  30. vassal_of = X01
  31. X01 = { government = imperial_council }
  32. }
  33. AND = {
  34. junior_union_with = X01
  35. X01 = { government = imperial_council }
  36. }
  37. }
  38.  
  39. }
  40. }
  41. mean_time_to_happen = {
  42. months = 36
  43. }
  44. option = {
  45. name = "e_sub.1c" #Ok.
  46. BYZ = { change_religion = orthodox }
  47. }
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement