add_namespace = mainnews


news_event = {     
    id = mainnews.2
    title = mainnews.2.t    # Proclaimation of the Roman League
    desc = mainnews.2.desc
	
	picture = GFX_news_event_generic_sign_treaty2

	mean_time_to_happen = { days = 1 }
	is_triggered_only = yes
	
    major = yes
    
    option = {
        trigger = {
            OR = {
                tag = ERE
                is_in_faction_with = ERE
                is_subject_of = ERE
            }
        }
        name = mainnews.2.a
    }
    
    option = {
        trigger = {
            NOT = {
                tag = ERE
                is_in_faction_with = ERE
                is_subject_of = ERE
            }
        }
        name = mainnews.2.b
    }
}

news_event = {     
    id = mainnews.67
    title = mainnews.67.t    # Rectify the Alliance
    desc = mainnews.67.desc
	
	picture = GFX_news_event_generic_rally

	mean_time_to_happen = { days = 1 }
	is_triggered_only = yes
	
    major = yes
    
    option = {
        trigger = {
            OR = {
                tag = ERE
                is_in_faction_with = ERE
                is_subject_of = ERE
            }
        }
        name = mainnews.67.a
    }
    
    option = {
        trigger = {
            NOT = {
                tag = ERE
                is_in_faction_with = ERE
                is_subject_of = ERE
            }
        }
        name = mainnews.67.b
    }
	
    option = {
        trigger = {
            OR = {
                tag = WRE
                is_in_faction_with = WRE
                is_subject_of = WRE
            }
        }
        name = mainnews.67.c
    }
}


