ideas = {

	country = {
	
		finnish_neutrality = {
			picture = sisu
			
			allowed = {
				always = no
			}

			cancel = {
				OR = {
					has_war = yes
					is_in_faction = yes
					has_government = democratic
				}
			}
			
			modifier = {
				army_morale_factor = 0.25
				army_core_attack_factor = 0.25
				army_core_defence_factor = 0.25
				stability_factor = 0.05
				conscription = 0.01
			}
			
		}
	
		sisu = {
			picture = sisu
			
			allowed = {
				always = no
			}

			cancel = {
				OR = {
					has_war = yes
					is_in_faction = yes
					has_government = democratic
				}
			}
			
			modifier = {
				army_morale_factor = 0.2
				army_core_attack_factor = 0.3
				army_core_defence_factor = 0.3
				conscription = 0.02
			}
			
		}
		
		FIN_king_donatus = {
			picture = king_donatus
			allowed = { always = no }
			modifier = {
				stability_factor = 0.05
			}
		}
		
	}
	
}