Guest User

War in Heaven Vanilla

a guest
Oct 11th, 2018
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. # War in Heaven
  2. if = {
  3. limit = { host_has_dlc = "Leviathans Story Pack" }
  4. random_list = {
  5. 40 = { # War in Heaven with Fallen Empire of opposing ethos
  6. random_country = {
  7. limit = {
  8. NOT = { is_same_value = root }
  9. is_country_type = fallen_empire
  10. NOT = { has_ethic = ethic_gestalt_consciousness }
  11. OR = {
  12. AND = {
  13. has_ethic = ethic_fanatic_xenophobe
  14. root = { has_ethic = ethic_fanatic_xenophile }
  15. }
  16. AND = {
  17. has_ethic = ethic_fanatic_xenophile
  18. root = { has_ethic = ethic_fanatic_xenophobe }
  19. }
  20. AND = {
  21. has_ethic = ethic_fanatic_spiritualist
  22. root = { has_ethic = ethic_fanatic_materialist }
  23. }
  24. AND = {
  25. has_ethic = ethic_fanatic_materialist
  26. root = { has_ethic = ethic_fanatic_spiritualist }
  27. }
  28. }
  29. }
  30. set_country_flag = sleepers_awake_ancient_rival
  31. set_timed_country_flag = { flag = timed_ancient_rival days = 3650 }
  32. set_timed_country_flag = { flag = ai_no_wars days = 3650 }
  33. root = { set_timed_country_flag = { flag = ai_no_wars days = 3650 } }
  34. every_country = {
  35. limit = { is_country_type = default }
  36. set_timed_country_flag = { flag = ai_no_wars days = 3650 }
  37. }
  38. }
  39. }
  40. 20 = { # War in Heaven with Fallen Empire of different ethos
  41. random_country = {
  42. limit = {
  43. NOT = { is_same_value = root }
  44. is_country_type = fallen_empire
  45. NOT = { has_ethic = ethic_gestalt_consciousness }
  46. }
  47. set_country_flag = sleepers_awake_ancient_rival
  48. set_timed_country_flag = { flag = timed_ancient_rival days = 3650 }
  49. set_timed_country_flag = { flag = ai_no_wars days = 3650 }
  50. root = { set_timed_country_flag = { flag = ai_no_wars days = 3650 } }
  51. every_country = {
  52. limit = {
  53. is_country_type = default
  54. }
  55. set_timed_country_flag = { flag = ai_no_wars days = 3650 }
  56. }
  57. }
  58. }
  59. 40 = { } # No War in Heaven
  60. }
  61. }
Advertisement
Add Comment
Please, Sign In to add comment