﻿# Cutting Corners
cutting_corners_perk = {
	lifestyle = stewardship_lifestyle
	tree = domain
	position = { 2 0 }
	icon = node_stewardship

	name = {
		first_valid = {
			triggered_desc = {
				trigger = { is_landless_adventurer = yes }
				desc = cutting_corners_perk_adventurer_name
			}
			desc = cutting_corners_perk_name
		}
	}
	
	auto_selection_weight = {
		value = 10
		if = {
			limit = {
				has_education_stewardship_trigger = yes
			}
			add = 1989
		}
		if = {
			limit = {
				has_focus = stewardship_domain_focus
			}
			multiply = 5
		}
		if = {
			limit = {
				can_start_new_lifestyle_tree_trigger = no
				NOT = { has_perk = tax_man_perk }
			}
			multiply = 0
		}
	}
	
	government_character_modifier = {
		flag = government_is_landless_adventurer
		invert_check = yes
		holding_build_gold_cost = -0.05
		holding_build_piety_cost = -0.05
		holding_build_prestige_cost = -0.05
		build_gold_cost = -0.05
		build_piety_cost = -0.05
		build_prestige_cost = -0.05
		domicile_build_gold_cost = -0.05
	}

	effect = {
		if = {
			limit = {
				government_has_flag = government_is_landless_adventurer
			}	
			custom_tooltip = {
				text = adventurer_cutting_corners_perk_effect
			}
		}
		custom_description_no_bullet = {
			text = unlocks_stonemason_master_effect		
		}
	}
}