ideas = {
	country = {
		generic_rival_modifier = {
			allowed_civil_war = {
				always = yes
			}

			picture = AUS_hungarian_revolution
			
			targeted_modifier = {
				tag = "[?rival_country.GetTag]"
				attack_bonus_against = 0.15
				defense_bonus_against = 0.2
			}
		}
		eoanbdiplomacy_rival_war = {	
			picture = generic_secret_police
			
			modifier = {
				army_attack_factor = 0.1
				army_core_defence_factor = 0.15 
			}
			cancel = { NOT = { has_war_with = var:rival_country } }
			
			allowed_civil_war = {
				OR = {
					has_government = autocracy
					has_government = centrism
					has_government = traditional_conservatism
					has_government = chauvinist_populism
					has_government = anarchism
					has_government = fundamentalism
				}
			}
		}
  }
}