﻿harmonious_mind_perk = {
    lifestyle = wanderer_lifestyle
    tree = bard
    position = { 1 0 }
    icon = node_wanderer

    auto_selection_weight = {
        multiply = 0
    }

    character_modifier = {
        learning = 2
        monthly_wanderer_lifestyle_xp_gain_mult = 0.03
    }

    auto_selection_weight = {
        value = 11
        if = {
            limit = {
                has_education_learning_trigger = yes
            }
            add = 1989
        }
        if = {
            limit = {
                OR = {
                    has_trait = lustful
                    has_trait = gregarious
                    has_trait = eccentric
                }
            }
            multiply = 5
        }
        if = {
            limit = {
                has_trait = seducer
            }
            multiply = 10
        }
        if = {
            limit = {
                has_trait = shy
            }
            multiply = 0
        }
        if = {
            limit = {
                can_start_new_lifestyle_tree_trigger = no
            }
            multiply = 0
        }
    }
}

warriors_rhapsody_perk = {
    lifestyle = wanderer_lifestyle
    tree = bard
    position = { 0 1 }
    icon = node_wanderer

    parent = harmonious_mind_perk

    character_modifier = {
        martial = 2
        prowess = 1
        monthly_martial_lifestyle_xp_gain_mult = 0.03
    }
}


silver_tongue_perk = {
    lifestyle = wanderer_lifestyle
    tree = bard
    position = { 2 1 }
    icon = node_wanderer

    parent = harmonious_mind_perk

    character_modifier = {
        diplomacy = 2
        monthly_diplomacy_lifestyle_xp_gain_mult = 0.03
    }
}

street_serenades_perk = {
    lifestyle = wanderer_lifestyle
    tree = bard
    position = { 0 2 }
    icon = node_wanderer

    parent = warriors_rhapsody_perk

    character_modifier = {
        stewardship = 2
        monthly_stewardship_lifestyle_xp_gain_mult = 0.03
    }
}

lyrical_subterfuge_perk = {
    lifestyle = wanderer_lifestyle
    tree = bard
    position = { 2 2 }
    icon = node_wanderer

    parent = silver_tongue_perk

    character_modifier = {
        intrigue = 2
        monthly_intrigue_lifestyle_xp_gain_mult = 0.03
    }
}

tales_of_the_world_perk = {
    lifestyle = wanderer_lifestyle
    tree = bard
    position = { 1 3 }
    icon = node_wanderer

    parent = street_serenades_perk
    parent = lyrical_subterfuge_perk

    character_modifier = {
        character_travel_speed = 10
        monthly_lifestyle_xp_gain_mult = 0.07
        owned_legend_spread_mult = 0.15
    }
}

fertility_blessing_perk = {
    lifestyle = wanderer_lifestyle
    tree = bard
    position = { 1 4 }
    icon = node_wanderer

    parent = tales_of_the_world_perk

    character_modifier = {
        health = 0.25
        life_expectancy = 5
        years_of_fertility = 15
    }
}

bard_perk = {
    lifestyle = wanderer_lifestyle
    tree = bard
    position = { 1 5 }
    icon = trait_bard

    parent = fertility_blessing_perk

    trait = bard

    effect = {
        add_trait_force_tooltip = bard
    }
}