Skip to content

Commit

Permalink
11.11.24 [20:00] #30 last duel now gives no kinslayer
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberNord committed Nov 11, 2024
1 parent 9a7b63e commit 708bbe1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions common/decisions/nh_decision.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ last_duel_decision = {
has_trait = cancer
triggered_desc = { desc = last_duel_decision_desc_cancer}
}
AND = {
age >= 30
religion = religion:germanic_religion
has_trait = infirm
triggered_desc = { desc = last_duel_decision_desc_cancer}
}
}
}

Expand Down
7 changes: 6 additions & 1 deletion events/nh_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,9 @@ nh.0041 = {
modifier = nh_odins_blessing_modifier
years = 1
}
scope:actor = {
remove_trait = kinslayer_3
}
}

# No stress for single-option events.
Expand Down Expand Up @@ -372,7 +375,9 @@ nh.0111 = {
name = nh.0111.a
if = {
limit = { scope:champion = scope:player_heir_option }
scope:champion = { add_trait = einherjar }
scope:champion = {
remove_trait = kinslayer_3
add_trait = einherjar }
}

# further bonuses
Expand Down

0 comments on commit 708bbe1

Please sign in to comment.