Alignment
This commit is contained in:
parent
f7a954eb51
commit
15a5108e23
250 changed files with 31104 additions and 25806 deletions
|
|
@ -187,7 +187,7 @@ fp3_dynasty_decision.0004 = {
|
|||
send_interface_toast = {
|
||||
title = splurge_above_expectations_toast
|
||||
left_icon = scope:chosen_architect
|
||||
dynasty = { add_dynasty_prestige = major_dynasty_prestige_value }
|
||||
dynasty ?= { add_dynasty_prestige = major_dynasty_prestige_value }
|
||||
house = {
|
||||
every_house_member = {
|
||||
custom = every_house_member
|
||||
|
|
|
|||
|
|
@ -2455,7 +2455,7 @@ fp3_yearly.8032 = {
|
|||
option = { #think of my dynasty
|
||||
name = fp3_yearly.8032.c
|
||||
|
||||
dynasty = { add_dynasty_prestige = minor_dynasty_prestige_value }
|
||||
dynasty ?= { add_dynasty_prestige = minor_dynasty_prestige_value }
|
||||
|
||||
stress_impact = {
|
||||
arrogant = minor_stress_impact_loss
|
||||
|
|
|
|||
|
|
@ -204,7 +204,7 @@ fp3_misc_decisions.0015 = {
|
|||
ordered_in_list = {
|
||||
list = realm_zoroastrian_faiths
|
||||
order_by = fervor
|
||||
position = 1
|
||||
position = 0
|
||||
save_scope_as = zoroastrian_faith_2
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ fp3_decision.0001 = {
|
|||
|
||||
add_piety = massive_piety_loss
|
||||
|
||||
dynasty = { add_dynasty_prestige = medium_dynasty_prestige_value }
|
||||
dynasty ?= { add_dynasty_prestige = medium_dynasty_prestige_value }
|
||||
|
||||
add_character_modifier = {
|
||||
modifier = fp3_royal_fire_modifier
|
||||
|
|
|
|||
|
|
@ -136,15 +136,18 @@ fp3_clan.1000 = {
|
|||
option = { # take this artifact
|
||||
name = fp3_clan.1000.b
|
||||
trigger = {
|
||||
any_character_artifact = { }
|
||||
any_character_artifact = {
|
||||
artifact_can_be_gift_to_trigger = { RECIPIENT = scope:target_tax_collector }
|
||||
}
|
||||
}
|
||||
show_as_unavailable = {
|
||||
any_character_artifact = {
|
||||
count < 1
|
||||
}
|
||||
always = yes
|
||||
}
|
||||
|
||||
random_character_artifact = {
|
||||
limit = {
|
||||
artifact_can_be_gift_to_trigger = { RECIPIENT = scope:target_tax_collector }
|
||||
}
|
||||
save_scope_as = target_artifact
|
||||
set_owner = scope:target_tax_collector
|
||||
add_artifact_history = {
|
||||
|
|
|
|||
|
|
@ -336,6 +336,7 @@ fp3_yearly.2001 = {
|
|||
scripted_effect fp3_yearly_2010_create_baker_effect = {
|
||||
create_character = {
|
||||
age = { 35 50 }
|
||||
dynasty = none
|
||||
location = root.capital_province
|
||||
gender_female_chance = root_faith_dominant_gender_female_chance
|
||||
faith = root.capital_province.faith
|
||||
|
|
@ -817,6 +818,7 @@ fp3_yearly.2020 = {
|
|||
has_religion = religion:islam_religion
|
||||
employs_tax_collector = yes
|
||||
any_tax_collector = {
|
||||
this != root
|
||||
any_tax_collector_vassal = { this = root }
|
||||
fp3_yearly_2020_is_valid_tax_collector = yes
|
||||
}
|
||||
|
|
@ -842,6 +844,7 @@ fp3_yearly.2020 = {
|
|||
}
|
||||
random_tax_collector = {
|
||||
limit = {
|
||||
this != root
|
||||
any_tax_collector_vassal = { this = root }
|
||||
fp3_yearly_2020_is_valid_tax_collector = yes
|
||||
}
|
||||
|
|
|
|||
|
|
@ -949,6 +949,12 @@ fp3_yearly.8002 = { #Faith at the Frontier
|
|||
|
||||
add_piety = medium_piety_loss
|
||||
set_character_faith_with_conversion = scope:regional_heresy
|
||||
if = {
|
||||
limit = {
|
||||
scope:regional_heresy = { has_doctrine = doctrine_monotheist }
|
||||
}
|
||||
custom_description_no_bullet = { text = mandala_monotheist_warning_tt }
|
||||
}
|
||||
|
||||
scope:frontier_fort_county = {
|
||||
add_county_modifier = {
|
||||
|
|
@ -2212,7 +2218,7 @@ fp3_yearly.8007 = {
|
|||
}
|
||||
}
|
||||
|
||||
root.dynasty = { add_dynasty_prestige = minor_dynasty_prestige_value }
|
||||
dynasty ?= { add_dynasty_prestige = minor_dynasty_prestige_value }
|
||||
|
||||
scope:fp3_child_to_leave = {
|
||||
add_character_modifier = {
|
||||
|
|
@ -3898,7 +3904,8 @@ fp3_yearly.8018 = {
|
|||
}
|
||||
}
|
||||
|
||||
NOT = {
|
||||
NOR = {
|
||||
title:h_china.holder ?= root
|
||||
culture = culture:han
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue