Stavropul start
This commit is contained in:
parent
50e221bcef
commit
4c1f524d62
158 changed files with 10079 additions and 10160 deletions
|
|
@ -907,6 +907,12 @@ fp1_other_decisions.0003 = {
|
|||
faith = { save_scope_as = old_faith }
|
||||
# Next, we convert your faith.
|
||||
set_character_faith_with_conversion = scope:gf_faith
|
||||
if = {
|
||||
limit = {
|
||||
scope:gf_faith = { has_doctrine = doctrine_monotheist }
|
||||
}
|
||||
custom_description_no_bullet = { text = mandala_monotheist_warning_tt }
|
||||
}
|
||||
|
||||
scope:activity = {
|
||||
add_activity_log_entry = {
|
||||
|
|
@ -2230,7 +2236,15 @@ fp1_other_decisions.0101 = {
|
|||
name = fp1_other_decisions.0101.d
|
||||
|
||||
# Give 'em their deposit back.
|
||||
add_gold = var:raise_stele_refund
|
||||
if = {
|
||||
limit = {
|
||||
has_treasury = yes
|
||||
}
|
||||
add_treasury = var:raise_stele_refund
|
||||
}
|
||||
else = {
|
||||
add_gold = var:raise_stele_refund
|
||||
}
|
||||
# Clear the cooldown.
|
||||
remove_decision_cooldown = raise_stele_decision
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -426,7 +426,7 @@ fp3_yearly.8020 = {
|
|||
#premise checks - we need ROOT's faith to not have been reformed into a matriarchal faith for this historical context
|
||||
OR = {
|
||||
has_religion = religion:islam_religion
|
||||
has_religion = religion:christianity_religion
|
||||
OR = { has_religion = religion:eastern_orthodox_religion has_religion = religion:catholic_religion has_religion = religion:protestant_religion }
|
||||
}
|
||||
|
||||
has_game_rule = default_gender_equality #this triggers an error. Suspected code issue.
|
||||
|
|
@ -2380,7 +2380,7 @@ fp3_yearly.8032 = {
|
|||
trigger = {
|
||||
OR = {
|
||||
has_religion = religion:islam_religion
|
||||
has_religion = religion:christianity_religion
|
||||
OR = { has_religion = religion:eastern_orthodox_religion has_religion = religion:catholic_religion has_religion = religion:protestant_religion }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2415,7 +2415,7 @@ fp3_yearly.8032 = {
|
|||
has_trait = zealous
|
||||
}
|
||||
AND = {
|
||||
has_religion = religion:christianity_religion
|
||||
OR = { has_religion = religion:eastern_orthodox_religion has_religion = religion:catholic_religion has_religion = religion:protestant_religion }
|
||||
has_trait = zealous
|
||||
}
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue