﻿lifestyle_patron = {
	icon = patron.dds
	category = base
	ruler_designer_cost = 20
	
	same_opinion = -10
	
    desc = {
        first_valid = {
            triggered_desc = {
                trigger = {
                    NOT = { exists = this }
                }
                desc = trait_lifestyle_patron_desc
            }
            desc = trait_lifestyle_patron_character_desc
        }
    }

    track = {
        25 = {
     	monthly_dynasty_prestige = 0.05
     	legitimacy_gain_mult = 0.05
     	attraction_opinion = 1
     	courtier_and_guest_opinion = 1
     	development_growth_factor = 0.02
	development_decline_factor = -0.02
        }
        50 = {
     	monthly_dynasty_prestige = 0.05
 	legitimacy_gain_mult = 0.05
     	attraction_opinion = 2
     	courtier_and_guest_opinion = 2
     	development_growth_factor = 0.02
	development_decline_factor = -0.02
        }
        75 = {
	learning = 1
     	monthly_dynasty_prestige = 0.05
     	legitimacy_gain_mult = 0.1
     	attraction_opinion = 3
     	courtier_and_guest_opinion = 3
     	development_growth_factor = 0.02
	development_decline_factor = -0.02
        }
        100 = {
	stewardship = 1
     	monthly_dynasty_prestige = 0.1
     	legitimacy_gain_mult = 0.10
     	attraction_opinion = 4
     	courtier_and_guest_opinion = 4
     	development_growth_factor = 0.04
	development_decline_factor = -0.04
        }
    }
}