Alignment
This commit is contained in:
parent
f7a954eb51
commit
15a5108e23
250 changed files with 31104 additions and 25806 deletions
|
|
@ -2332,6 +2332,7 @@ scripted_effect finalise_combat_results_effect = {
|
|||
}
|
||||
has_dlc_feature = legends
|
||||
NOT = { has_game_rule = historical_legends_only }
|
||||
is_ruler = yes
|
||||
}
|
||||
create_legend_seed = {
|
||||
type = heroic
|
||||
|
|
@ -2349,7 +2350,7 @@ scripted_effect finalise_combat_results_effect = {
|
|||
scope:sc_victor = {
|
||||
if = {
|
||||
limit = {
|
||||
accolade ?= { is_accolade_active = yes }
|
||||
is_acclaimed = yes
|
||||
}
|
||||
# Glory is relative to the prowess difference between two characters. Beating someone equally matched or better is worth more.
|
||||
## Massively outclassed.
|
||||
|
|
@ -11429,6 +11430,16 @@ single_combat.0041 = {
|
|||
}
|
||||
}
|
||||
}
|
||||
#Lose some stress if you kill your rival
|
||||
if = {
|
||||
limit = {
|
||||
has_relation_rival = scope:sc_loser
|
||||
}
|
||||
stress_impact = {
|
||||
base = major_stress_impact_loss
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# Damage equipped artifacts
|
||||
may_damage_artifact_effect = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue