ideas = {

	hidden_ideas = {
	
		TR_neutrality_idea = {

			allowed = {
				always = no
			}

			allowed_civil_war = {
				always = yes
			}

			removal_cost = -1

			modifier = {
				ai_get_ally_desire_factor = -500
				ai_join_ally_desire_factor = -500
				join_faction_tension = 1
			}

			rule = {
				can_create_factions = no
				can_join_factions = no
			}
		}

		TR_surrender_progress_reduce = {

			allowed = {
				always = no
			}

			allowed_civil_war = {
				always = yes
			}

			removal_cost = -1

			modifier = {
				surrender_limit = -0.3
			}
		}
	}
}