Stavropul start

This commit is contained in:
Heidesommer 2026-04-25 18:55:31 -04:00
parent 50e221bcef
commit 4c1f524d62
158 changed files with 10079 additions and 10160 deletions

View file

@ -1857,7 +1857,11 @@ coronation_events.0205 = {
trigger = {
current_year > 1000
location.barony = title:b_krakow
scope:host.faith.religion = religion:christianity_religion
OR = {
scope:host.faith.religion = religion:eastern_orthodox_religion
scope:host.faith.religion = religion:catholic_religion
scope:host.faith.religion = religion:protestant_religion
}
}
desc = coronation_events.0205.wawel
}

View file

@ -5533,7 +5533,11 @@ coronation_events.6101 = {
triggered_desc = {
trigger = {
scope:host = {
faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
}
}
desc = coronation_events.6101.desc_words_christian
@ -5587,7 +5591,11 @@ coronation_events.6101 = {
trigger = {
scope:host = {
coronation_proper_artifact_crown_trigger = yes
faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
culture = {
has_cultural_pillar = heritage_iberian
has_cultural_pillar = language_iberian
@ -5625,7 +5633,11 @@ coronation_events.6101 = {
triggered_desc = {
trigger = {
scope:host = {
faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
}
}
desc = coronation_events.6101.desc_words_christian_guest
@ -5733,7 +5745,11 @@ coronation_events.6101 = {
triggered_animation = {
trigger = {
NOT = {
scope:host.faith.religion = religion:christianity_religion
OR = {
scope:host.faith.religion = religion:eastern_orthodox_religion
scope:host.faith.religion = religion:catholic_religion
scope:host.faith.religion = religion:protestant_religion
}
}
}
animation = personality_honorable
@ -11914,7 +11930,9 @@ coronation_events.6130 = {
}
}
OR = {
activity_host.faith.religion = religion:christianity_religion
activity_host.faith.religion = religion:eastern_orthodox_religion
activity_host.faith.religion = religion:catholic_religion
activity_host.faith.religion = religion:protestant_religion
activity_host.faith.religion = religion:judaism_religion
activity_host = {
coronation_events_6130_dharmic_trigger = yes

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -740,7 +740,7 @@ learning_theology.3002 = {
religion = religion:buddhism_religion
religion = religion:jainism_religion
religion = religion:zoroastrianism_religion
religion = religion:christianity_religion
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
religion = religion:islam_religion
}
}