ideas = {
	country = {

		PRU_amazonian_war = {
			
			allowed = {
				has_war = yes
			}

			allowed_civil_war = {
				always = yes
			}

			removal_cost = -1
			
			picture = generic_war_preparation

			on_add = {
				set_rule = { can_join_factions = no }
			}

			on_remove = { 
				set_rule = { can_join_factions = yes }
			}
			
			modifier = {
				army_core_defence_factor = 0.2
				army_core_attack_factor = 0.2
				conscription_factor = 0.05
				custom_modifier_tooltip = PRU_no_factions_tt
			}
		}

	}
}