parent
15a5108e23
commit
c4b6d9bdeb
250 changed files with 11067 additions and 16365 deletions
|
|
@ -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.
|
||||
else_if = {
|
||||
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.
|
||||
else_if = {
|
||||
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.
|
||||
else_if = {
|
||||
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 = trait:adulterer
|
||||
TRAIT = adulterer
|
||||
GENDER_CHARACTER = this
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue