Merge branch 'next-version-dev' of https://forgejo.damimani-alex.org/damimani/N3OW into next-version-dev
This commit is contained in:
commit
4618ca7ce3
20 changed files with 517 additions and 77 deletions
|
|
@ -155,6 +155,101 @@ select_personal_deity_folketero_decision = {
|
|||
}
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 100
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
select_personal_deity_orthodox_decision = {
|
||||
picture = {
|
||||
reference = "gfx/interface/illustrations/decisions/decision_personal_religious.dds"
|
||||
}
|
||||
desc = select_personal_deity_orthodox_decision_desc
|
||||
selection_tooltip = select_personal_deity_orthodox_decision_tooltip
|
||||
|
||||
is_shown = {
|
||||
# Following a valid religion & faith.
|
||||
faith = faith:orthodox
|
||||
|
||||
faith = { has_doctrine_parameter = select_personal_god_active }
|
||||
}
|
||||
|
||||
is_valid = {
|
||||
}
|
||||
|
||||
is_valid_showing_failures_only = {
|
||||
# Have to at _least_ not be in piety debt.
|
||||
piety >= 0
|
||||
}
|
||||
|
||||
cooldown = { years = 2 }
|
||||
|
||||
effect = {
|
||||
# Show the possible options.
|
||||
show_as_tooltip = {
|
||||
random_list = {
|
||||
desc = select_personal_deity_orthodox_decision_tt
|
||||
100 = {
|
||||
show_chance = no
|
||||
desc = select_personal_deity_orthodox_decision.select_paisos
|
||||
add_character_modifier = bhakti_orthodox_paisos
|
||||
}
|
||||
100 = {
|
||||
show_chance = no
|
||||
desc = select_personal_deity_orthodox_decision.select_gabriel
|
||||
add_character_modifier = bhakti_orthodox_gabriel
|
||||
}
|
||||
100 = {
|
||||
trigger = { is_vaguely_nistrenian_bhakti_trigger= yes }
|
||||
show_chance = no
|
||||
desc = select_personal_deity_orthodox_decision.select_adriana
|
||||
add_character_modifier = bhakti_orthodox_adriana
|
||||
}
|
||||
100 = {
|
||||
trigger = { is_vaguely_nistrenian_bhakti_trigger = no }
|
||||
show_chance = no
|
||||
desc = select_personal_deity_orthodox_decision.select_olga
|
||||
add_character_modifier = bhakti_orthodox_olga
|
||||
}
|
||||
100 = {
|
||||
show_chance = no
|
||||
desc = select_personal_deity_orthodox_decision.select_palamas
|
||||
add_character_modifier = bhakti_orthodox_palamas
|
||||
}
|
||||
100 = {
|
||||
show_chance = no
|
||||
desc = select_personal_deity_orthodox_decision.select_surgeon
|
||||
add_character_modifier = bhakti_orthodox_surgeon
|
||||
}
|
||||
100 = {
|
||||
show_chance = no
|
||||
desc = select_personal_deity_orthodox_decision.select_lazar
|
||||
add_character_modifier = bhakti_orthodox_lazar
|
||||
}
|
||||
100 = {
|
||||
show_chance = no
|
||||
desc = select_personal_deity_orthodox_decision.select_theotokos
|
||||
add_character_modifier = bhakti_orthodox_theotokos
|
||||
}
|
||||
}
|
||||
}
|
||||
# And the actual effect.
|
||||
trigger_event = NEOW_religious_decision.0104
|
||||
}
|
||||
|
||||
ai_check_interval = 96
|
||||
|
||||
ai_potential = {
|
||||
piety >= minor_piety_value
|
||||
NOR = {
|
||||
has_character_modifier = bhakti_orthodox_olaf
|
||||
has_character_modifier = bhakti_orthodox_lucia
|
||||
has_character_modifier = bhakti_orthodox_jesus
|
||||
has_character_modifier = bhakti_orthodox_per
|
||||
}
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 100
|
||||
}
|
||||
|
|
|
|||
|
|
@ -152,22 +152,6 @@ e_germany = {
|
|||
color = { 165 185 122 }
|
||||
}
|
||||
}
|
||||
c_tangermunde = { # Tangermünde
|
||||
color = { 115 135 115 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_low_saxon = cn_tangerm_u_uml_nn
|
||||
}
|
||||
|
||||
b_tangermunde = { # Tangermünde
|
||||
province = 3170
|
||||
color = { 115 135 115 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_low_saxon = cn_tangerm_u_uml_nn
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
d_lower_lusatia = { # Lower Lusatia
|
||||
color = { 191 66 66 }
|
||||
|
|
@ -610,6 +594,22 @@ e_germany = {
|
|||
color = { 115 160 115 }
|
||||
}
|
||||
}
|
||||
c_tangermunde = { # Tangermünde
|
||||
color = { 115 135 115 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_low_saxon = cn_tangerm_u_uml_nn
|
||||
}
|
||||
|
||||
b_tangermunde = { # Tangermünde
|
||||
province = 3170
|
||||
color = { 115 135 115 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_low_saxon = cn_tangerm_u_uml_nn
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
k_saxony = { # Hanover
|
||||
|
|
|
|||
|
|
@ -62,4 +62,60 @@ bhakti_folketero_olaf = {
|
|||
icon = stewardship_positive
|
||||
stewardship = 1
|
||||
monthly_county_control_growth_add = 0.1
|
||||
}
|
||||
|
||||
####Orthodox Saints
|
||||
|
||||
bhakti_orthodox_paisos = {
|
||||
icon = learning_positive
|
||||
learning = 1
|
||||
monthly_piety = 0.5
|
||||
enemy_hostile_scheme_success_chance_add = -0.1
|
||||
}
|
||||
|
||||
bhakti_orthodox_gabriel = {
|
||||
icon = letter_positive
|
||||
learning = 1
|
||||
monthly_piety = 1
|
||||
}
|
||||
|
||||
bhakti_orthodox_adriana = {
|
||||
icon = prestige_positive
|
||||
monthly_prestige = 0.5
|
||||
domain_tax_same_faith_mult = 0.05
|
||||
vassal_tax_mult = 0.05
|
||||
}
|
||||
|
||||
bhakti_orthodox_palamas = {
|
||||
icon = learning_positive
|
||||
learning = 1
|
||||
monthly_piety = 0.5
|
||||
monthly_learning_lifestyle_xp_gain_mult = 0.1
|
||||
}
|
||||
bhakti_orthodox_surgeon = {
|
||||
icon = treatmnet_positive
|
||||
life_expectancy = 5
|
||||
health = 0.1
|
||||
negate_health_penalty_add = 0.1
|
||||
}
|
||||
|
||||
bhakti_orthodox_lazar = {
|
||||
icon = prowess_positive
|
||||
martial = 1
|
||||
prowess = 3
|
||||
knight_effectiveness_mult = 0.05
|
||||
}
|
||||
|
||||
bhakti_orthodox_theotokos = {
|
||||
icon = family_positive
|
||||
county_opinion_add = 10
|
||||
fertility = 0.1
|
||||
monthly_piety = 0.5
|
||||
}
|
||||
|
||||
bhakti_orthodox_olga = {
|
||||
icon = prestige_positive
|
||||
monthly_prestige = 0.5
|
||||
domain_tax_same_faith_mult = 0.05
|
||||
vassal_tax_mult = 0.05
|
||||
}
|
||||
|
|
@ -3051,9 +3051,13 @@
|
|||
desc = tenet_bhakti_name
|
||||
}
|
||||
triggered_desc = {
|
||||
trigger = { faith = faith:folketro }
|
||||
trigger = { religion_tag = eastern_orthodox_religion }
|
||||
desc = tenet_bhakti_orthodox_name
|
||||
}
|
||||
triggered_desc = {
|
||||
trigger = { this = faith:folketro }
|
||||
desc = tenet_bhakti_folketro_name
|
||||
}
|
||||
}
|
||||
desc = tenet_bhakti_patron_god_name
|
||||
}
|
||||
}
|
||||
|
|
@ -3061,9 +3065,13 @@
|
|||
desc = {
|
||||
first_valid = {
|
||||
triggered_desc = {
|
||||
trigger = { faith = faith:folketro }
|
||||
trigger = { this = faith:folketro }
|
||||
desc = tenet_bhakti_folketro_desc
|
||||
}
|
||||
triggered_desc = {
|
||||
trigger = { religion_tag = eastern_orthodox_religion }
|
||||
desc = tenet_bhakti_orthodox_desc
|
||||
}
|
||||
desc = tenet_bhakti_desc
|
||||
}
|
||||
}
|
||||
|
|
@ -3074,6 +3082,7 @@
|
|||
is_shown = {
|
||||
OR = {
|
||||
religion_tag = hinduism_religion
|
||||
religion_tag = orthodox_religion
|
||||
# With FP1, Germanics also get personal deities.
|
||||
AND = {
|
||||
religion_tag = folkgerman_religion
|
||||
|
|
|
|||
|
|
@ -766,6 +766,16 @@ zurich = {
|
|||
}
|
||||
}
|
||||
|
||||
debrecen = {
|
||||
county = c_hajdu_bihar
|
||||
barony = b_debrecen
|
||||
|
||||
character_modifier = {
|
||||
monthly_piety = 0.5
|
||||
same_faith_opinion = 10
|
||||
}
|
||||
}
|
||||
|
||||
# Lutheran
|
||||
|
||||
eisenach = {
|
||||
|
|
@ -914,20 +924,20 @@ constantinople = {
|
|||
}
|
||||
}
|
||||
|
||||
alexandria = {
|
||||
county = c_alexandria
|
||||
athos = {
|
||||
county = c_athos
|
||||
|
||||
character_modifier = {
|
||||
name = holy_site_alexandria_effect_name
|
||||
name = holy_site_athos_effect_name
|
||||
learning_per_piety_level = 1
|
||||
}
|
||||
}
|
||||
|
||||
antioch = {
|
||||
county = c_antiocheia
|
||||
iasi= {
|
||||
county = c_iasi
|
||||
|
||||
character_modifier = {
|
||||
name = holy_site_antioch_effect_name
|
||||
name = holy_site_iasi_effect_name
|
||||
martial_per_piety_level = 1
|
||||
knight_effectiveness_mult = 0.1
|
||||
}
|
||||
|
|
@ -2457,7 +2467,7 @@ jorvik = {
|
|||
}
|
||||
|
||||
konugardr = {
|
||||
county = c_kiev
|
||||
county = c_kyiv
|
||||
|
||||
character_modifier = {
|
||||
name = holy_site_konugardr_effect_name
|
||||
|
|
@ -2531,7 +2541,8 @@ novgorod = {
|
|||
}
|
||||
|
||||
barlad = {
|
||||
county = c_barlad
|
||||
county = c_vaslui
|
||||
barony = b_barlad
|
||||
|
||||
character_modifier = {
|
||||
name = holy_site_barlad_effect_name
|
||||
|
|
@ -2545,12 +2556,129 @@ plock = {
|
|||
|
||||
character_modifier = {
|
||||
name = holy_site_plock_effect_name
|
||||
same_faith_opinion = 5
|
||||
same_faith_opinion = 15
|
||||
}
|
||||
}
|
||||
|
||||
czestochowa = {
|
||||
county = c_ratibor
|
||||
barony = b_czestochowa
|
||||
character_modifier = {
|
||||
name = holy_site_plock_effect_name
|
||||
same_faith_opinion = 15
|
||||
}
|
||||
}
|
||||
|
||||
niepokalanow = {
|
||||
county = c_czerska
|
||||
barony = b_sochaczew
|
||||
character_modifier = {
|
||||
name = holy_site_plock_effect_name
|
||||
same_faith_opinion = 15
|
||||
}
|
||||
}
|
||||
|
||||
gietrzwald = {
|
||||
county = c_allenstein
|
||||
barony = b_osterode
|
||||
character_modifier = {
|
||||
name = holy_site_plock_effect_name
|
||||
same_faith_opinion = 15
|
||||
}
|
||||
}
|
||||
|
||||
# Baltic
|
||||
|
||||
|
||||
|
||||
sventoji = {
|
||||
county = c_palanga
|
||||
barony = b_duvzare
|
||||
|
||||
character_modifier = {
|
||||
name = holy_site_pokaini_effect_name
|
||||
#controlled_province_advantage = 5
|
||||
stress_loss_mult = 0.1
|
||||
}
|
||||
}
|
||||
|
||||
svencionys = {
|
||||
county = c_kernave
|
||||
barony = b_pabrade
|
||||
|
||||
character_modifier = {
|
||||
name = holy_site_pokaini_effect_name
|
||||
#controlled_province_advantage = 5
|
||||
stress_loss_mult = 0.2
|
||||
}
|
||||
}
|
||||
|
||||
vilnius = {
|
||||
county = c_kernave
|
||||
|
||||
character_modifier = {
|
||||
name = holy_site_pokaini_effect_name
|
||||
vassal_opinion = 5
|
||||
county_opinion_add = 5
|
||||
}
|
||||
}
|
||||
|
||||
palanga = {
|
||||
county = c_palanga
|
||||
|
||||
character_modifier = {
|
||||
name = holy_site_torun_effect_name
|
||||
martial_per_piety_level = 1
|
||||
knight_effectiveness_mult = 0.2
|
||||
}
|
||||
}
|
||||
|
||||
kernave = {
|
||||
county = c_kernave
|
||||
barony = b_kernave
|
||||
character_modifier = {
|
||||
name = holy_site_torun_effect_name
|
||||
monthly_piety_gain_mult = 0.2
|
||||
}
|
||||
}
|
||||
|
||||
talsi = {
|
||||
county = c_vanemane
|
||||
barony = b_dundaga
|
||||
|
||||
character_modifier = {
|
||||
name = holy_site_talsi_effect_name
|
||||
vassal_opinion = 10
|
||||
}
|
||||
}
|
||||
samma_tammealuse = {
|
||||
county = c_laane_viru
|
||||
|
||||
character_modifier = {
|
||||
name = holy_site_samma_tammealuse_effect_name
|
||||
controlled_province_advantage = 5
|
||||
}
|
||||
}
|
||||
tamme_lauri = {
|
||||
county = c_tartu
|
||||
barony = b_vastseliina
|
||||
|
||||
character_modifier = {
|
||||
name = holy_site_tamme_lauri_effect_name
|
||||
monthly_piety_gain_mult = 0.1
|
||||
}
|
||||
}
|
||||
riga= {
|
||||
county = c_riga
|
||||
|
||||
character_modifier = {
|
||||
name = holy_site_pokaini_effect_name
|
||||
martial_per_piety_level = 1
|
||||
knight_effectiveness_mult = 0.2
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
pokaini = {
|
||||
county = c_zemigalians
|
||||
barony = b_dobele
|
||||
|
|
|
|||
|
|
@ -248,11 +248,11 @@ baltic_religion = { #placeholder
|
|||
color = { 191 126 28 }
|
||||
icon = romuva
|
||||
|
||||
holy_site = jerusalem
|
||||
holy_site = constantinople
|
||||
holy_site = rome
|
||||
holy_site = alexandria
|
||||
holy_site = antioch
|
||||
holy_site = sventoji
|
||||
holy_site = svencionys
|
||||
holy_site = vilnius
|
||||
holy_site = palanga
|
||||
holy_site = kernave
|
||||
|
||||
#Special Tolerance
|
||||
religious_head = k_romuva_temple
|
||||
|
|
@ -325,11 +325,10 @@ baltic_religion = { #placeholder
|
|||
icon = hiisalka
|
||||
reformed_icon = hiisalka_reformed
|
||||
|
||||
holy_site = jerusalem
|
||||
holy_site = constantinople
|
||||
holy_site = rome
|
||||
holy_site = alexandria
|
||||
holy_site = antioch
|
||||
holy_site = talsi
|
||||
holy_site = samma_tammealuse
|
||||
holy_site = tamme_lauri
|
||||
holy_site = riga
|
||||
|
||||
#Special Tolerance
|
||||
|
||||
|
|
|
|||
|
|
@ -709,10 +709,11 @@
|
|||
graphical_faith = "catholic_gfx"
|
||||
#placeholder holy sites
|
||||
# Uncomment once 0.3 starts being worked on # holy_site = jerusalem
|
||||
holy_site = rome
|
||||
holy_site = cologne
|
||||
holy_site = santiago
|
||||
holy_site = kent
|
||||
holy_site = plock
|
||||
holy_site = lourdes
|
||||
holy_site = niepokalanow
|
||||
holy_site = czestochowa
|
||||
holy_site = gietrzwald
|
||||
#holy_site = segrada_familia
|
||||
|
||||
#Special Tolerance | placeholder
|
||||
|
|
@ -1229,8 +1230,8 @@
|
|||
holy_site = jerusalem
|
||||
holy_site = constantinople
|
||||
holy_site = rome
|
||||
holy_site = alexandria
|
||||
holy_site = antioch
|
||||
holy_site = konugardr
|
||||
#holy_site = antioch
|
||||
|
||||
#Special Tolerance
|
||||
doctrine = special_doctrine_roman_rite
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@
|
|||
doctrine = tenet_esotericism
|
||||
doctrine = tenet_gnosticism
|
||||
doctrine = special_doctrine_hermetic
|
||||
|
||||
doctrine = special_doctrine_is_christian_faith
|
||||
holy_order_names = { #placeholder
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -253,6 +253,7 @@ hungaric_religion = { #placeholder
|
|||
holy_site = esztergom
|
||||
holy_site = poszony
|
||||
holy_site = pest
|
||||
holy_site = barlad
|
||||
|
||||
#Special Tolerance
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
doctrine = doctrine_clerical_gender_male_only
|
||||
doctrine = doctrine_clerical_marriage_allowed
|
||||
doctrine = doctrine_clerical_succession_spiritual_fixed_appointment
|
||||
|
||||
doctrine = special_doctrine_is_christian_faith
|
||||
#Allow pilgrimages | placeholder
|
||||
doctrine = doctrine_pilgrimage_encouraged
|
||||
|
||||
|
|
@ -159,10 +159,10 @@
|
|||
WaterGodHerHis = CHARACTER_HERHIS_HIS
|
||||
WaterGodHerHim = CHARACTER_HERHIM_HIM
|
||||
|
||||
PantheonTerm = christianity_high_god_name
|
||||
PantheonTerm2 = christianity_high_god_name_2
|
||||
PantheonTerm3 = christianity_high_god_name_3
|
||||
PantheonTermHasHave = pantheon_term_has
|
||||
PantheonTerm = orthodox_pantheon
|
||||
PantheonTerm2 = orthodox_pantheon
|
||||
PantheonTerm3 = orthodox_pantheon
|
||||
PantheonTermHasHave = pantheon_term_have
|
||||
GoodGodNames = {
|
||||
christianity_high_god_name
|
||||
christianity_high_god_name_alternate
|
||||
|
|
@ -248,18 +248,18 @@
|
|||
icon = orthodox
|
||||
religious_head = k_orthodox
|
||||
|
||||
holy_site = jerusalem
|
||||
holy_site = barlad
|
||||
holy_site = constantinople
|
||||
holy_site = rome
|
||||
holy_site = alexandria
|
||||
holy_site = antioch
|
||||
holy_site = konugardr
|
||||
holy_site = athos
|
||||
holy_site = iasi
|
||||
|
||||
#Special Tolerance
|
||||
doctrine = special_doctrine_independent_catholic
|
||||
|
||||
#Tenets
|
||||
doctrine = tenet_catholic_communion
|
||||
doctrine = tenet_pentarchy
|
||||
doctrine = tenet_bhakti
|
||||
doctrine = tenet_monasticism
|
||||
|
||||
holy_order_names = {
|
||||
|
|
@ -321,18 +321,18 @@
|
|||
icon = elysian
|
||||
#religious_head = k_orthodox
|
||||
|
||||
holy_site = jerusalem
|
||||
holy_site = barlad
|
||||
holy_site = constantinople
|
||||
holy_site = rome
|
||||
holy_site = alexandria
|
||||
holy_site = antioch
|
||||
holy_site = konugardr
|
||||
holy_site = athos
|
||||
holy_site = iasi
|
||||
|
||||
#Special Tolerance
|
||||
doctrine = special_doctrine_independent_catholic
|
||||
|
||||
#Tenets
|
||||
doctrine = tenet_esotericism
|
||||
doctrine = tenet_pentarchy
|
||||
doctrine = tenet_bhakti
|
||||
doctrine = tenet_monasticism
|
||||
doctrine = doctrine_no_head
|
||||
doctrine = doctrine_funeral_mummification
|
||||
|
|
@ -396,11 +396,11 @@
|
|||
icon = marblist
|
||||
#religious_head = k_orthodox
|
||||
|
||||
holy_site = jerusalem
|
||||
holy_site = barlad
|
||||
holy_site = constantinople
|
||||
holy_site = rome
|
||||
holy_site = alexandria
|
||||
holy_site = antioch
|
||||
holy_site = konugardr
|
||||
holy_site = athos
|
||||
holy_site = iasi
|
||||
|
||||
#Special Tolerance
|
||||
doctrine = special_doctrine_independent_catholic
|
||||
|
|
@ -408,7 +408,7 @@
|
|||
#Tenets
|
||||
doctrine = tenet_catholic_communion
|
||||
doctrine = tenet_chivalric_ideals
|
||||
doctrine = tenet_monasticism
|
||||
doctrine = tenet_bhakti
|
||||
|
||||
holy_order_names = {
|
||||
{ name = "holy_order_brotherhood_of_the_holy_sepulchre" }
|
||||
|
|
|
|||
|
|
@ -335,7 +335,7 @@
|
|||
holy_site = eisenach
|
||||
holy_site = wittenberg
|
||||
holy_site = lund
|
||||
holy_site = geneva
|
||||
#holy_site = geneva
|
||||
#holy_site = belfast
|
||||
#holy_site = leath
|
||||
#holy_site = segrada_familia
|
||||
|
|
@ -732,7 +732,7 @@
|
|||
holy_site = la_rochelle
|
||||
holy_site = geneva
|
||||
holy_site = zurich
|
||||
#holy_site = debrecen
|
||||
holy_site = debrecen
|
||||
|
||||
doctrine = doctrine_gender_male_dominated
|
||||
doctrine = doctrine_clerical_gender_male_only
|
||||
|
|
@ -769,7 +769,7 @@
|
|||
holy_site = la_rochelle
|
||||
holy_site = geneva
|
||||
holy_site = zurich
|
||||
#holy_site = debrecen
|
||||
holy_site = debrecen
|
||||
|
||||
#Special Tolerance | placeholder
|
||||
doctrine = special_doctrine_reformation_roots
|
||||
|
|
|
|||
|
|
@ -115,6 +115,18 @@ fp1_remove_stele_new_holder_trigger = {
|
|||
}
|
||||
}
|
||||
|
||||
is_vaguely_nistrenian_bhakti_trigger = {
|
||||
OR = {
|
||||
has_cultural_pillar = heritage_romanian
|
||||
culture = { has_name_list = name_list_vlach }
|
||||
# We deliberately use the de jure rather than the geographical area to make this at least a *little* more fluid.
|
||||
AND = {
|
||||
is_playable_character = yes
|
||||
capital_county.kingdom = title:k_moldavia
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
is_vaguely_danish_bhakti_trigger = {
|
||||
OR = {
|
||||
has_culture = culture:danish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue