ideas = {
	country = {
		HRZ_uprising = {
			allowed = {
				always = yes
			}
			
			removal_cost = -1
			
			picture = generic_army_investment
			
			modifier = {
				army_core_defence_factor = 0.1
				surrender_limit	= 0.15
				war_support_factor = 0.1
				stability_weekly = -0.010
				weekly_manpower = 10
				political_power_factor = -0.5
			}
		}
		
		HRZ_invoked_terror = {
			allowed = {
				always = yes
			}
			
			removal_cost = -1
			
			picture = generic_pp_unity_bonus
			
			modifier = {
				army_core_defence_factor = 0.1
                resistance_damage_to_garrison_on_our_occupied_states = -0.5
				monthly_population = -0.25
				surrender_limit = 0.15
				weekly_casualties_war_support = 0.03
			}
		}
		
		HRZ_Scutari_Convention = {
			allowed = {
				always = yes
			}
			
			removal_cost = -1
			
			picture = generic_pp_unity_bonus
			
			modifier = {
				conscription = -0.02
				experience_gain_army = -0.3
				max_command_power = -50
				monthly_population = -0.25
				training_time_factor = 0.3
				political_power_factor = -0.5
			}
		}
		
	    HRZ_idea_help_from_abroad = {
			allowed = { always = no }
			
			available = { has_war_with = OTO }

			removal_cost = -1

			picture = generic_army_investment

			modifier = {
				attrition = -0.05
				army_org_factor = 0.05
			}
		}
	}
}