Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # War in Heaven
- if = {
- limit = { host_has_dlc = "Leviathans Story Pack" }
- random_list = {
- 40 = { # War in Heaven with Fallen Empire of opposing ethos
- random_country = {
- limit = {
- NOT = { is_same_value = root }
- is_country_type = fallen_empire
- NOT = { has_ethic = ethic_gestalt_consciousness }
- OR = {
- AND = {
- has_ethic = ethic_fanatic_xenophobe
- root = { has_ethic = ethic_fanatic_xenophile }
- }
- AND = {
- has_ethic = ethic_fanatic_xenophile
- root = { has_ethic = ethic_fanatic_xenophobe }
- }
- AND = {
- has_ethic = ethic_fanatic_spiritualist
- root = { has_ethic = ethic_fanatic_materialist }
- }
- AND = {
- has_ethic = ethic_fanatic_materialist
- root = { has_ethic = ethic_fanatic_spiritualist }
- }
- }
- }
- set_country_flag = sleepers_awake_ancient_rival
- set_timed_country_flag = { flag = timed_ancient_rival days = 3650 }
- set_timed_country_flag = { flag = ai_no_wars days = 3650 }
- root = { set_timed_country_flag = { flag = ai_no_wars days = 3650 } }
- every_country = {
- limit = { is_country_type = default }
- set_timed_country_flag = { flag = ai_no_wars days = 3650 }
- }
- }
- }
- 20 = { # War in Heaven with Fallen Empire of different ethos
- random_country = {
- limit = {
- NOT = { is_same_value = root }
- is_country_type = fallen_empire
- NOT = { has_ethic = ethic_gestalt_consciousness }
- }
- set_country_flag = sleepers_awake_ancient_rival
- set_timed_country_flag = { flag = timed_ancient_rival days = 3650 }
- set_timed_country_flag = { flag = ai_no_wars days = 3650 }
- root = { set_timed_country_flag = { flag = ai_no_wars days = 3650 } }
- every_country = {
- limit = {
- is_country_type = default
- }
- set_timed_country_flag = { flag = ai_no_wars days = 3650 }
- }
- }
- }
- 40 = { } # No War in Heaven
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment