
#character
on_death = {
    events = {
		PlusFaction.205 # Faction maintenance upon ruler death
    }
}

GRANT_LANDED_TITLE_INTERACTION_ACCEPT_EVENT = {
	events = {
        PlusFaction.211 # Fires faction response upon a granted title
	}
}

# ROOT is the character, FROM is the title, FROMFROM is the old holder
on_new_holder = {
    events = {
        PlusFaction.230 # PF: War liege change
        PlusFaction.231 # PF: Rebel drops-out of a civil war due to title loss
        PlusFaction.232 # PF: Rebel drops-out of a civil war due to title gain
        PlusFaction.233 # PF: Loyalist/neutral's liege changes due to title gain
    }
}

# ROOT is the character, FROM is the title, FROMFROM is the old holder
on_new_holder_inheritance = {
    events = {
        PlusFaction.230 # PF: War liege change
        PlusFaction.231 # PF: Rebel drops-out of a civil war due to title loss
        PlusFaction.232 # PF: Rebel drops-out of a civil war due to title gain
        PlusFaction.233 # PF: Loyalist/neutral's liege changes due to title gain
    }
}

# ROOT is the character, FROM is the title, FROMFROM is the old holder
on_new_holder_usurpation = {
    events = {
        PlusFaction.230 # PF: War liege change
        PlusFaction.231 # PF: Rebel drops-out of a civil war due to title loss
        PlusFaction.232 # PF: Rebel drops-out of a civil war due to title gain
        PlusFaction.233 # PF: Loyalist/neutral's liege changes due to title gain
    }
}

on_unlanded = {
    events = {
        PlusFaction.234 # PF: Loyalist/neutral unlanded
    }
}
