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
|
||||
|
|
|
|||
|
|
@ -119,6 +119,91 @@ NEOW_religious_decision.0103 = { #custom patron gods for Leviathan
|
|||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_folketero_olaf }
|
||||
}
|
||||
|
||||
# Opt-Out
|
||||
option = {
|
||||
name = NEOW_religious_decision.0001.optout
|
||||
flavor = NEOW_religious_decision.0001.flavor
|
||||
|
||||
ai_chance = {
|
||||
base = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
NEOW_religious_decision.0104 = { #custom icons for orthodoxy
|
||||
type = character_event
|
||||
title = NEOW_religious_decision.0104.t
|
||||
desc = NEOW_religious_decision.0104.desc
|
||||
theme = faith
|
||||
left_portrait = {
|
||||
character = root
|
||||
animation = personality_rational
|
||||
}
|
||||
|
||||
option = {
|
||||
name = NEOW_religious_decision.0104.paisos
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_orthodox_paisos }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_paisos}
|
||||
}
|
||||
|
||||
option = {
|
||||
name = NEOW_religious_decision.0104.gabriel
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_orthodox_gabriel }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_gabriel }
|
||||
}
|
||||
|
||||
option = {
|
||||
trigger = { is_vaguely_nistrenian_bhakti_trigger = yes }
|
||||
name = NEOW_religious_decision.0104.adriana
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_orthodox_adriana }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_adriana }
|
||||
}
|
||||
|
||||
option = {
|
||||
trigger = { is_vaguely_nistrenian_bhakti_trigger = no }
|
||||
name = NEOW_religious_decision.0104.olga
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_orthodox_olga }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_olga }
|
||||
}
|
||||
|
||||
option = {
|
||||
name = NEOW_religious_decision.0104.palamas
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_orthodox_palamas }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_palamas }
|
||||
}
|
||||
option = {
|
||||
name = NEOW_religious_decision.0104.surgeon
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_orthodox_surgeon }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_surgeon }
|
||||
}
|
||||
|
||||
option = {
|
||||
name = NEOW_religious_decision.0104.lazar
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_orthodox_lazar }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_lazar }
|
||||
}
|
||||
|
||||
option = {
|
||||
name = NEOW_religious_decision.0104.theotokos
|
||||
trigger = {
|
||||
NOT = { has_character_modifier = bhakti_orthodox_theotokos }
|
||||
}
|
||||
NEOW_set_bhakti_effect = { BHAKTI = bhakti_orthodox_theotokos }
|
||||
}
|
||||
# Opt-Out
|
||||
option = {
|
||||
name = NEOW_religious_decision.0001.optout
|
||||
|
|
|
|||
|
|
@ -1100,7 +1100,7 @@ nistria0058 = {
|
|||
nistria0059 = {
|
||||
name = "Jozef"
|
||||
dynasty= nagysandor_dynasty
|
||||
religion = "nepmese"
|
||||
religion = "genevan"
|
||||
culture = translyvanian
|
||||
trait = education_martial_2
|
||||
2523.10.3 = {
|
||||
|
|
@ -1151,6 +1151,9 @@ nistria1000 = {
|
|||
trait = cynical
|
||||
trait = impatient
|
||||
trait = fickle
|
||||
trait = saint
|
||||
trait = paragon
|
||||
give_nickname = nick_the_saint
|
||||
2240.8.5 = {
|
||||
birth = yes
|
||||
}
|
||||
|
|
@ -1169,6 +1172,7 @@ nistria1001 = {
|
|||
trait = cynical
|
||||
trait = impatient
|
||||
trait = fickle
|
||||
trait = consecrated_blood
|
||||
mother = nistria1000
|
||||
2276.8.5 = {
|
||||
birth = yes
|
||||
|
|
@ -1188,6 +1192,7 @@ nistria1002 = {
|
|||
trait = cynical
|
||||
trait = impatient
|
||||
trait = fickle
|
||||
trait = consecrated_blood
|
||||
father = nistria1001
|
||||
2300.12.25 = {
|
||||
birth = yes
|
||||
|
|
@ -1207,6 +1212,7 @@ nistria1003 = {
|
|||
trait = cynical
|
||||
trait = impatient
|
||||
trait = fickle
|
||||
trait = consecrated_blood
|
||||
father = nistria1001
|
||||
2307.8.5 = {
|
||||
birth = yes
|
||||
|
|
@ -1246,6 +1252,7 @@ nistria1005 = {
|
|||
trait = cynical
|
||||
trait = impatient
|
||||
trait = fickle
|
||||
trait = consecrated_blood
|
||||
father = nistria1002
|
||||
2330.6.2 = {
|
||||
birth = yes
|
||||
|
|
|
|||
|
|
@ -79,10 +79,13 @@ zapadoslavia0003 = { #last Czech King Dalibor II
|
|||
trait = physique_bad_2
|
||||
father = zapadoslavia0087
|
||||
sexuality = heterosexual
|
||||
give_nickname=nick_the_sleeping_king
|
||||
|
||||
2495.9.1 = {
|
||||
birth = yes
|
||||
}
|
||||
2553.9.1 = {
|
||||
give_nickname=nick_the_sleeping_king
|
||||
}
|
||||
2555.5.1 = {
|
||||
death = yes
|
||||
}
|
||||
|
|
|
|||
|
|
@ -190,18 +190,29 @@
|
|||
select_personal_deity_germanic_decision.select_thor:0 "Thor, Guardian of Man"
|
||||
select_personal_deity_germanic_decision.select_freyr:0 "Freyr, Bringer of Peace"
|
||||
|
||||
select_personal_deity_folketero_decision:0 "Determine Personal Helgen"
|
||||
select_personal_deity_folketero_decision:0 "Determine Patron Helgen"
|
||||
select_personal_deity_folketero_decision_tooltip:0 "Think about [ROOT.Char.GetFaith.PantheonTerm]"
|
||||
select_personal_deity_folketero_decision_desc:1 "#F It is not uncommon for [ROOT.Char.GetFaith.GetAdherentNamePluralNoTooltip] to single out one amongst [ROOT.Char.GetFaith.PantheonTerm] who suits their particular tastes and aims in life for special attention.\n\nI should contemplate these divine beings and decide which one calls to me the most.#!"
|
||||
select_personal_deity_folketero_decision_confirm:0 "Dedicate your Worship to a particular God"
|
||||
select_personal_deity_folketero_decision_confirm:0 "Dedicate your adoration to a particular Helgen"
|
||||
select_personal_deity_folketero_decision_tt:1 "You begin to live your life according to the values of"
|
||||
select_personal_deity_folketero_decision.select_jesus:0 "Jesus, The Warrior and Savior"
|
||||
select_personal_deity_folketero_decision.select_per:0 "Sankt Per, Judge of the Dead"
|
||||
select_personal_deity_folketero_decision.select_olaf:0 "Sankt Olaf, Guardian of Rulers"
|
||||
select_personal_deity_folketero_decision.select_lucia:0 "Sankt Lucia, Heart Warmer"
|
||||
|
||||
|
||||
|
||||
select_personal_deity_orthodox_decision:0 "Determine Patron Saint"
|
||||
select_personal_deity_orthodox_decision_tooltip:0 "Think about [ROOT.Char.GetFaith.PantheonTerm]"
|
||||
select_personal_deity_orthodox_decision_desc:1 "#F It is not uncommon for [ROOT.Char.GetFaith.GetAdherentNamePluralNoTooltip] to single out one amongst [ROOT.Char.GetFaith.PantheonTerm] who suits their particular tastes and aims in life for special attention.\n\nI should contemplate these divine beings and decide which one calls to me the most.#!"
|
||||
select_personal_deity_orthodox_decision_confirm:0 "Dedicate your adoration to a particular Saint"
|
||||
select_personal_deity_orthodox_decision_tt:1 "You begin to live your life according to the values of"
|
||||
select_personal_deity_orthodox_decision.select_paisos:0 "Saint Paisios the Athonite"
|
||||
select_personal_deity_orthodox_decision.select_gabriel:0 "Saint Gabriel of Georgia"
|
||||
select_personal_deity_orthodox_decision.select_adriana:0 "Saint Adriana of Soroca"
|
||||
select_personal_deity_orthodox_decision.select_palamas:0 "Saint Gregory Palamas"
|
||||
select_personal_deity_orthodox_decision.select_surgeon:0 "Saint Luke the Surgeon"
|
||||
select_personal_deity_orthodox_decision.select_lazar:0 "Saint Lazar of Serbia"
|
||||
select_personal_deity_orthodox_decision.select_olga:0 "Saint Olga of Kyiv"
|
||||
select_personal_deity_orthodox_decision.select_theotokos:0 "The Blessed Theotokos"
|
||||
|
||||
#N3OW Added:
|
||||
select_personal_leviathan_union_decision:0 "Determine Leviathan Union"
|
||||
|
|
|
|||
|
|
@ -57,4 +57,15 @@
|
|||
NEOW_religious_decision.0103.lucia:0 "Lucia, the Warm-Hearted!"
|
||||
NEOW_religious_decision.0103.olaf:0 "Olaf, Guardian of Rulers!""
|
||||
NEOW_religious_decision.0103.optout:0 "$religious_decision.0101.flavor$"
|
||||
NEOW_religious_decision.0103.flavor:0 "$religious_decision.0101.flavor$"
|
||||
NEOW_religious_decision.0103.flavor:0 "$religious_decision.0101.flavor$"
|
||||
|
||||
NEOW_religious_decision.0104.t:0 "Deciding on a Saint"
|
||||
NEOW_religious_decision.0104.desc:0 "[ROOT.Char.GetFaith.PantheonTerm|U] are many, yet I cannot say that there are not some who hold a level of special appeal for me. Were I to dedicate myself openly to the express worship of primarily one such deity, I would doubtless draw like-minded souls to my side.\n\nWhatever the blessings my patron provides, being with similar [ROOT.Char.GetFaith.GetAdherentNamePluralNoTooltip] can only bring me health, wealth, and glory."
|
||||
NEOW_religious_decision.0104.paisos:0 "Saint Paisios the Athonite!"
|
||||
NEOW_religious_decision.0104.gabriel:0 "Saint Gabriel of Georgia!"
|
||||
NEOW_religious_decision.0104.adriana:0 "Saint Adriana of Soroca!"
|
||||
NEOW_religious_decision.0104.olga:0 "Saint Olga of Kyiv!"
|
||||
NEOW_religious_decision.0104.palamas:0 "Saint Gregory Palamas!""
|
||||
NEOW_religious_decision.0104.surgeon:0 "Saint Luke the Surgeon!"
|
||||
NEOW_religious_decision.0104.lazar:0 "Saint Lazar of Serbia!"
|
||||
NEOW_religious_decision.0104.theotokos:0 "The Blessed Theotokos!""
|
||||
|
|
@ -22,4 +22,22 @@ bhakti_folketero_per_desc:0 "This character emulates the judge of the dead."
|
|||
bhakti_folketero_lucia: "Sankt Lucia"
|
||||
bhakti_folketero_lucia_desc:0 "This character emulates the kind heart-warmer."
|
||||
bhakti_folketero_olaf: "Sankt Olaf"
|
||||
bhakti_folketero_olaf_desc:0 "This character emulates the patron and guardian of rulers."
|
||||
bhakti_folketero_olaf_desc:0 "This character emulates the patron and guardian of rulers."
|
||||
|
||||
|
||||
bhakti_orthodox_paisos: "Saint Paisios the Athonite"
|
||||
bhakti_orthodox_paisos_desc:0 "This character's patron is the great monastic who foresaw a great cataclysm."
|
||||
bhakti_orthodox_gabriel: "Saint Gabriel of Georgia"
|
||||
bhakti_orthodox_gabriel_desc:0 "This character's patron is the fool for Christ who was a friend to all save the beast."
|
||||
bhakti_orthodox_adriana: "Saint Adriana of Soroca"
|
||||
bhakti_orthodox_adriana_desc:0 "This character's patron is the great founder of Nistria who brought stability and prosperity to the land."
|
||||
bhakti_orthodox_palamas: "Saint Gregory Palamas"
|
||||
bhakti_orthodox_palamas_desc:0 "This character's patron is the great pillar of Orthodoxy who preserve the ancient faith in its fullness."
|
||||
bhakti_orthodox_surgeon: "Saint Luke the Surgeon"
|
||||
bhakti_orthodox_surgeon_desc:0 "This character's patron is the great surgeon-saint who saved countless lives with his prayer and medical knowledge."
|
||||
bhakti_orthodox_lazar: "Saint Lazar of Serbia"
|
||||
bhakti_orthodox_lazar_desc:0 "This characters patron's is the grand prince-martyr who was martyred defending his people from an invading army."
|
||||
bhakti_orthodox_theotokos: "Blessed Theotokos"
|
||||
bhakti_orthodox_theotokos_desc:0 "This character's patron is the Mother of our Lord who without corruption gave birth to God the Word."
|
||||
bhakti_orthodox_olga: "Saint Olga of Kyiv"
|
||||
bhakti_orthodox_olga_desc:0 "This character's patron is the equal to the apostles who during her rule as regent brought stability and prosperity to her lands."
|
||||
|
|
|
|||
|
|
@ -54,9 +54,11 @@
|
|||
|
||||
tenet_pursuit_of_power_europeanist_name:0 "Ascendancy"
|
||||
tenet_pursuit_of_power_europeanist_desc:0 "Our laws are not defined by any virtues or moral maxims, but by the pursuit of greatness that is the duty of each follower. It is our responsibility to rebel against the limits of humanity and claim our own divinity."
|
||||
|
||||
tenet_bhakti_folketro_desc: "The veneration of the Helgener is a integral part of our faith, a sign of piety and right thinking. Those who humby emulate their deeds and creeds are lauded and respected."
|
||||
tenet_bhakti_folketro_name:0 "The Helgener"
|
||||
tenet_bhakti_saints_name:0 "Patron Saints"
|
||||
tenet_bhakti_orthodox_name:0 "Patron Saints"
|
||||
tenet_bhakti_orthodox_desc: "The veneration of the Saints is a integral part of our faith, a sign of piety and right thinking. Those who humby emulate their deeds and creeds are lauded and respected."
|
||||
|
||||
doctrine_pantheist_name: "Pantheist"
|
||||
doctrine_pantheist_desc: "God is reality. Any other gods are merely an aspect or interpretation of the Supreme Being, and must be acknowledged and studied with as much respect as any other."
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
eastern_orthodox_religion_adherent_plural:1 "Eastern Orthodox"
|
||||
eastern_orthodox_religion_desc:1 "One of the largest branches of Christianity, the Eastern Orthodox claim to be the successors of the original Christian Church of antiquity. Rooted in ancient traditions like monasticism and iconography, the Eastern Orthodox are resistant to change, withstanding the fires of the Event better than most."
|
||||
|
||||
orthodox_pantheon:0 "The Saints"
|
||||
|
||||
orthodox:0 "Eastern Orthodox Church"
|
||||
orthodox_adj:0 "Eastern Orthodox"
|
||||
orthodox_adherent:0 "Eastern Orthodox"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue