Stavropul start
This commit is contained in:
parent
50e221bcef
commit
4c1f524d62
158 changed files with 10079 additions and 10160 deletions
|
|
@ -401,7 +401,7 @@ initiate_consolamentum_decision = {
|
|||
|
||||
is_valid = {
|
||||
OR = {
|
||||
age >= 60
|
||||
age >= ritual_suicide_age
|
||||
custom_description = {
|
||||
text = decision_consolamentum_health
|
||||
health <= 1
|
||||
|
|
@ -414,7 +414,7 @@ initiate_consolamentum_decision = {
|
|||
hidden_effect = {
|
||||
add_piety_level = 1
|
||||
}
|
||||
death = { death_reason = death_suicide}
|
||||
death = { death_reason = death_ritual_suicide }
|
||||
show_as_tooltip = {
|
||||
add_piety_level = 1
|
||||
}
|
||||
|
|
@ -1356,12 +1356,18 @@ return_rome_decision = {
|
|||
resolve_title_and_vassal_change = scope:change
|
||||
|
||||
add_piety = major_piety_value
|
||||
|
||||
faith.religious_head = {
|
||||
add_opinion = {
|
||||
target = root
|
||||
modifier = grateful_opinion
|
||||
opinion = 20
|
||||
if = {
|
||||
limit = {
|
||||
faith.religious_head ?= {
|
||||
this != root
|
||||
}
|
||||
}
|
||||
faith.religious_head = {
|
||||
add_opinion = {
|
||||
target = root
|
||||
modifier = grateful_opinion
|
||||
opinion = 20
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue