﻿#Opinion modifiers connected to murder (and imprisonment reasons)

##############
# CATEGORIES #
##############

# Treason
# Misc Crime
# Murder
# Abduction
# Elopement
# Execute
# Torture
# Blinded
# Castration

############
# OPINIONS #
############

### TREASON ###
treachery_opinion = {
	opinion = -30
	imprisonment_reason = yes
	years = 20
	decaying = yes
}

treasonous_revoke_refusal = {
	opinion = -20
	years = 10
	imprisonment_reason = yes
	revoke_title_reason = yes
	execute_reason = yes
}

treasonous_imprison_refusal = {
	opinion = -20
	years = 10
	imprisonment_reason = yes
	revoke_title_reason = yes
}


### MISC CRIMES ###
abductor_opinion = { # From an event
	opinion = -40
	decaying = yes
	years = 10
	imprisonment_reason = yes
}

botched_my_treatment_crime_opinion = {
	opinion = -50
	decaying = yes
	years = 10
	imprisonment_reason = yes
	execute_reason = yes
	banish_reason = yes
}

botched_treatment_of_kin_crime_opinion = {
	opinion = -40
	decaying = yes
	years = 10
	imprisonment_reason = yes
	execute_reason = yes
	banish_reason = yes
}

failed_to_treat_me_crime_opinion = {
	opinion = -25
	decaying = yes
	years = 10
	imprisonment_reason = yes
}

failed_to_treat_kin_crime_opinion = {
	opinion = -20
	decaying = yes
	years = 10
	imprisonment_reason = yes
}

theft_opinion = {
	opinion = -20
	decaying = yes
	years = 20
	imprisonment_reason = yes
	execute_reason = yes
}

attempted_arrest_opinion = {
	opinion = -40
	years = 15
	decaying = yes
	imprisonment_reason = yes
}

attempted_imprisonment_opinion = {
	opinion = -30
	years = 15
	decaying = yes
}

rebellious_vassal_opinion = {
	opinion = -25
	years = 10
	revoke_title_reason = yes
	execute_reason = yes
}


plotting_against_liege_opinion = {
	opinion = -20
	imprisonment_reason = yes
	years = 10
}

spying_on_liege_opinion = {
	opinion = -20
	imprisonment_reason = yes
	years = 10
}

###ABDUCTION###
abducted_me_opinion = {
	opinion = -30
	years = 20
	decaying = yes
}


attempted_abduction_opinion = {
	opinion = -20
	years = 10
	decaying = yes
	imprisonment_reason = yes
}

### ELOPEMENT ###
elopement_opinion = {
	opinion = -30
	decaying = yes
	years = 30
	imprisonment_reason = yes
}

attempted_elopement_opinion = {
	opinion = -20
	decaying = yes
	years = 15
	imprisonment_reason = yes
}

###MURDER###

#Crime opinions
murdered_close_family_crime = {
	opinion = -80
	imprisonment_reason = yes
	execute_reason = yes
	banish_reason = yes
}

attempted_murder_close_family_crime = {
	opinion = -70
	imprisonment_reason = yes
	execute_reason = yes
	banish_reason = yes
}

attempted_murder_me_crime = {
	opinion = -100
	imprisonment_reason = yes
	execute_reason = yes
	banish_reason = yes
}


murdered_close_relation_opinion = {
	opinion = -30
	years = 25
	decaying = yes
}



###EXECUTION###
executed_close_family = {
	opinion = -50
	years = 30
	decaying = yes
}

executed_close_family_crime = {
	opinion = -50
	imprisonment_reason = yes
	execute_reason = yes
	banish_reason = yes
}

executed_dynasty_member = {
	opinion = -20
	years = 20
	decaying = yes
}

executed_close_relation_opinion = {
	opinion = -30
	years = 25
	decaying = yes
}

executed_family_sun_trial_modifier = {
	opinion = -30
	years = 20
	decaying = yes
}

executed_my_countryman_modifier = {
	opinion = -25
	years = 20
	decaying = yes
}

executed_guest_modifier = {
	opinion = -5
	years = 10
	decaying = yes
}


### TORTURE ###
tortured_family_member = {
	opinion = -30
	years = 20
	decaying = yes
	imprisonment_reason = yes
}

tortured_me = {
	opinion = -75
	decaying = yes
	years = 50
	imprisonment_reason = yes
}


### BLINDED ###
blinded_family_member = {
	opinion = -20
	years = 20
	decaying = yes
}

blinded_me = {
	opinion = -50
	decaying = yes
	years = 50
	imprisonment_reason = yes
}


### CASTRATION ###
castrated_family_member = {
	opinion = -80
	years = 20
	decaying = yes
}

castrated_me = {
	opinion = -80
	decaying = yes
	years = 50
	imprisonment_reason = yes
}