Alignment

This commit is contained in:
Heidesommer 2026-04-25 03:54:05 -04:00
parent f7a954eb51
commit 15a5108e23
250 changed files with 31104 additions and 25806 deletions

View file

@ -644,7 +644,7 @@ scripted_trigger fp1_jomsviking_raid_source_one_wales_trigger = {
this.leader.capital_province = {
squared_distance = {
target = scope:target_county.title_province
value = squared_distance_small
value <= squared_distance_small
}
}
}
@ -653,7 +653,7 @@ scripted_trigger fp1_jomsviking_raid_source_one_ireland_trigger = {
this.leader.capital_province = {
squared_distance = {
target = scope:target_county.title_province
value = squared_distance_medium
value <= squared_distance_medium
}
}
}
@ -662,7 +662,7 @@ scripted_trigger fp1_jomsviking_raid_source_one_france_trigger = {
this.leader.capital_province = {
squared_distance = {
target = scope:target_county.title_province
value = squared_distance_large
value <= squared_distance_large
}
}
}
@ -671,7 +671,7 @@ scripted_trigger fp1_jomsviking_raid_source_one_hre_trigger = {
this.leader.capital_province = {
squared_distance = {
target = scope:target_county.title_province
value = squared_distance_huge
value <= squared_distance_huge
}
}
}
@ -834,7 +834,7 @@ fp1_jomsvikings.0011 = {
}
}
## About an Ireland away.
if = {
else_if = {
limit = { fp1_jomsviking_raid_source_one_ireland_trigger = yes }
random_leased_title = {
limit = { fp1_jomsviking_raid_source_one_ireland_trigger = yes }
@ -842,7 +842,7 @@ fp1_jomsvikings.0011 = {
}
}
## About a France away.
if = {
else_if = {
limit = { fp1_jomsviking_raid_source_one_france_trigger = yes }
random_leased_title = {
limit = { fp1_jomsviking_raid_source_one_france_trigger = yes }
@ -850,7 +850,7 @@ fp1_jomsvikings.0011 = {
}
}
## About an HRE away.
if = {
else_if = {
limit = { fp1_jomsviking_raid_source_one_hre_trigger = yes }
random_leased_title = {
limit = { fp1_jomsviking_raid_source_one_hre_trigger = yes }
@ -1509,7 +1509,7 @@ fp1_jomsvikings.0041 = {
}
trait_is_criminal_in_faith_trigger = {
FAITH = faith
TRAIT = adulterer
TRAIT = trait:adulterer
GENDER_CHARACTER = this
}
}