targetted_decisions = {

	favor_gold = {
		filter = all
		
		from_potential = {
			ai = no
		}
		potential = {
            ai = yes
            owes_favor_to = FROM
            is_landed = yes
		}
		allow = {
			always = yes
		}
		effect = {
			if = {
				limit = {
					tier = baron
				}
				transfer_scaled_wealth = { to = FROM value = 2 min = 20 }
			}

			if = {
				limit = {
					tier = count
				}
				transfer_scaled_wealth = { to = FROM value = 2 min = 30 }
			}

			if = {
				limit = {
					tier = duke
				}
				transfer_scaled_wealth = { to = FROM value = 2 min = 50 }
			}

			if = {
				limit = {
					tier = king
				}
				transfer_scaled_wealth = { to = FROM value = 2 min = 75 }
			}

			if = {
				limit = {
					tier = emperor
				}
				transfer_scaled_wealth = { to = FROM value = 2 min = 125 }
			}

			hidden_tooltip = { 
				FROM = { 
					remove_favor = ROOT 
				}
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 0
		}
	}
}
