This commit is contained in:
edwardtheelbowhigh 2025-12-02 17:26:47 +00:00
commit a5e2397cba
37 changed files with 37988 additions and 0 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,440 @@
### MINISTER OF PERSONNEL
task_manage_talent = {
default_task = yes
position = minister_personnel
task_type = task_type_general
task_progress = task_progress_infinite
asset = {
icon = "gfx/interface/icons/council_task_types/task_manage_talent.dds"
background = "gfx/interface/buttons/button_round_bg.dds"
frame = "gfx/interface/buttons/button_round_frame.dds"
glow = "gfx/particles/halo.dds"
}
effect_desc = {
### Find characters tooltip
desc = task_manage_talent_character_effect_desc
# Disciples tooltip
triggered_desc = {
trigger = {
num_of_relation_disciple > 0
}
desc = task_manage_talent_effect_desc_disciple_bonus
}
# Bureaucrats tooltip
triggered_desc = {
trigger = {
councillor_liege_has_erudition_legacy_5_perk = yes
}
desc = task_manage_talent_effect_desc_bureaucrats_bonus
}
# Family Business tooltip
triggered_desc = {
trigger = {
councillor_liege_has_family_business_bonus = yes
}
desc = task_manage_talent_effect_desc_family_business_bonus
}
### Opinion
desc = task_manage_talent_opinion_effect_desc
# Disciples tooltip
triggered_desc = {
trigger = {
num_of_relation_disciple > 0
}
desc = task_manage_talent_opinion_effect_desc_disciple_bonus
}
# Bureaucrats tooltip
triggered_desc = {
trigger = {
councillor_liege_has_erudition_legacy_5_perk = yes
}
desc = task_manage_talent_opinion_effect_desc_bureaucrats_bonus
}
# Family Business tooltip
triggered_desc = {
trigger = {
councillor_liege_has_family_business_bonus = yes
}
desc = task_manage_talent_opinion_effect_desc_family_business_bonus
}
}
on_start_task = {
}
on_cancel_task = {
}
# Prestige Gain + Modifiers
council_owner_modifier = {
name = task_manage_talent
courtier_and_guest_opinion = 1
scale = task_manage_talent_opinion_total_scale_value
}
monthly_on_action = tgp_minister_manage_talent_on_action
ai_will_do = {
value = 1 # Always a good backup
if = {
limit = { court_positions_currently_filled < 10 }
add = 500
}
}
}
task_bestow_royal_favor_minister_of_personnel = {
position = minister_personnel
clone = task_bestow_royal_favor
}
### MINISTER OF RITES
task_culture_minister = {
position = councillor_court_chaplain
clone = task_kurultai_culture_1
}
### MINISTER OF JUSTICE
task_justify_rule = {
default_task = yes
position = minister_justice
task_type = task_type_general
task_progress = task_progress_infinite
asset = {
icon = "gfx/interface/icons/council_task_types/task_justify_rule.dds"
background = "gfx/interface/buttons/button_round_bg.dds"
frame = "gfx/interface/buttons/button_round_frame.dds"
glow = "gfx/particles/halo.dds"
}
effect_desc = {
### Legitimacy gain
desc = task_justify_rule_effect_desc
# Disciples tooltip
triggered_desc = {
trigger = {
num_of_relation_disciple > 0
}
desc = task_justify_rule_effect_desc_disciple_bonus
}
# Bureaucrats tooltip
triggered_desc = {
trigger = {
councillor_liege_has_erudition_legacy_5_perk = yes
}
desc = task_justify_rule_effect_desc_bureaucrats_bonus
}
# Family Business tooltip
triggered_desc = {
trigger = {
councillor_liege_has_family_business_bonus = yes
}
desc = task_justify_rule_effect_desc_family_business_bonus
}
### Tyranny reduction
desc = task_justify_rule_tyranny_effect_desc
# Disciples tooltip
triggered_desc = {
trigger = {
num_of_relation_disciple > 0
}
desc = task_justify_rule_tyranny_effect_desc_disciple_bonus
}
# Bureaucrats tooltip
triggered_desc = {
trigger = {
councillor_liege_has_erudition_legacy_5_perk = yes
}
desc = task_justify_rule_tyranny_effect_desc_bureaucrats_bonus
}
# Family Business tooltip
triggered_desc = {
trigger = {
councillor_liege_has_family_business_bonus = yes
}
desc = task_justify_rule_tyranny_effect_desc_family_business_bonus
}
}
council_owner_modifier = {
name = task_justify_rule
legitimacy_gain_mult = 0.01
scale = task_justify_rule_total_scale_value
}
council_owner_modifier = {
name = task_justify_rule
tyranny_loss_mult = 0.01
scale = task_justify_rule_tyranny_total_scale_value
}
monthly_on_action = task_domestic_affairs_side_effects
on_monthly = {
if = {
limit = {
current_month = 1
liege = { tyranny > 0 }
}
liege = {
add_tyranny = task_justify_rule_tyranny_total_scale_value
}
}
}
ai_will_do = {
value = 1 # Always a good backup
if = { # Get rid of tyranny
limit = {
scope:councillor_liege = {
OR = {
AND = { # Somewhat rational characters prefer this
ai_rationality > -25
NOT = { has_trait = arrogant }
tyranny >= 5
}
AND = { # If you're arrogant or deeply irrational, it'll take a long time for you to realize
OR = {
ai_rationality <= -25
has_trait = arrogant
}
tyranny >= 15
}
}
}
}
add = 500
}
}
}
task_fabricate_claim_minister_of_rites = {
position = minister_justice
clone = task_fabricate_claim
}
### MINISTER OF WORKS
task_great_projects = {
default_task = yes
position = minister_works
task_type = task_type_general
task_progress = task_progress_infinite
asset = {
icon = "gfx/interface/icons/council_task_types/task_great_project.dds"
background = "gfx/interface/buttons/button_round_bg.dds"
frame = "gfx/interface/buttons/button_round_frame.dds"
glow = "gfx/particles/halo.dds"
}
effect_desc = {
desc = task_great_projects_effect_desc
# Disciples tooltip
triggered_desc = {
trigger = {
num_of_relation_disciple > 0
}
desc = task_great_projects_effect_desc_disciple_bonus
}
# Bureaucrats tooltip
triggered_desc = {
trigger = {
councillor_liege_has_erudition_legacy_5_perk = yes
}
desc = task_great_projects_erudition_bonus_desc
}
# Family Business tooltip
triggered_desc = {
trigger = {
councillor_liege_has_family_business_bonus = yes
}
desc = task_great_projects_family_business_bonus_desc
}
desc = {
desc = council_task_possible_side_effects
triggered_desc = {
trigger = {
stewardship > mediocre_skill_rating
}
desc = task_collect_taxes_extra_taxes
}
triggered_desc = {
trigger = {
stewardship < high_skill_rating
liege = {
any_sub_realm_county = {
steward_task_county_corruption_county_trigger = yes
}
}
}
desc = task_collect_taxes_county_corruption
}
}
}
council_owner_modifier = {
name = task_collect_taxes_modifier
great_project_build_speed = -0.05
scale = task_great_projects_total_scale_value
}
monthly_on_action = task_collect_taxes_side_effects
ai_will_do = {
value = 1 # Always a good backup
if = { # Very greedy rulers prefer this over increasing Acceptance, in most cases
limit = {
scope:councillor_liege.ai_greed > 0
}
add = {
value = scope:councillor_liege.ai_greed
divide = 5
}
}
if = {
# Wealth Focused characters like this
limit = {
scope:councillor_liege = {
has_focus = stewardship_wealth_focus
}
}
add = 15
}
if = {
# And those with the Tax Man perk
limit = {
scope:councillor_liege = {
has_perk = tax_man_perk
}
}
add = 15
}
if = {
limit = {
scope:councillor_liege.primary_title.tier >= tier_duchy
scope:councillor_liege.gold < 100
}
add = 500
}
else_if = {
limit = {
scope:councillor_liege.gold < 10
}
add = 500
}
if = { # Conquerors want more money
limit = {
scope:councillor_liege = {
has_variable = conqueror
}
}
add = 500
}
}
}
task_develop_county_minister_of_works = {
position = minister_works
clone = task_develop_county
}
### GRAND MARSHAL
task_lead_troops = {
default_task = yes
position = minister_grand_marshal
task_type = task_type_general
task_progress = task_progress_infinite
asset = {
icon = "gfx/interface/icons/council_task_types/task_lead_troops.dds"
background = "gfx/interface/buttons/button_round_bg.dds"
frame = "gfx/interface/buttons/button_round_frame.dds"
glow = "gfx/particles/halo.dds"
}
is_shown = {
scope:councillor_liege = { tgp_has_access_to_ministry_trigger = yes }
}
effect_desc = {
### Additive command modifiers
desc = task_lead_troops_effect_desc
desc = task_lead_troops_effect_martial_bonus
# Disciples tooltip
triggered_desc = {
trigger = {
num_of_relation_disciple > 0
}
desc = task_lead_troops_effect_disciple_bonus
}
# Bureaucrats tooltip
triggered_desc = {
trigger = {
councillor_liege_has_erudition_legacy_5_perk = yes
}
desc = task_lead_troops_effect_erudition_bonus_desc
}
# Family Business tooltip
triggered_desc = {
trigger = {
councillor_liege_has_family_business_bonus = yes
}
desc = task_lead_troops_effect_family_business_bonus_desc
}
### Multiplicative command modifiers
desc = task_lead_troops_mult_effect_desc
desc = task_lead_troops_mult_effect_martial_bonus
# Disciples tooltip
triggered_desc = {
trigger = {
num_of_relation_disciple > 0
}
desc = task_lead_troops_mult_effect_disciple_bonus
}
# Bureaucrats tooltip
triggered_desc = {
trigger = {
councillor_liege_has_erudition_legacy_5_perk = yes
}
desc = task_lead_troops_mult_effect_erudition_bonus_desc
}
# Family Business tooltip
triggered_desc = {
trigger = {
councillor_liege_has_family_business_bonus = yes
}
desc = task_lead_troops_mult_effect_family_business_bonus_desc
}
}
# Percentaged based modifiers
councillor_modifier = {
name = minister_grand_marshal_modifier
hard_casualty_modifier = -0.01
enemy_hard_casualty_modifier = 0.01
#maa_damage_mult = 0.01
#maa_pursuit_add = 1
advantage = 1
scale = task_lead_troops_total_scale_value
}
monthly_on_action = organize_the_levies_marshal_task_side_effects
ai_will_do = {
value = 1 # Always a good backup
}
}
task_train_commanders_grand_marshal = {
position = minister_grand_marshal
clone = task_train_commanders
}

View file

@ -0,0 +1,85 @@
name_of_the_task = {
default_task = yes #Is the defualt task for the specified position (no by default, only applicable on task_type_general with task_progress_infinite)
position = councillor_chancellor #Position that can perform this task (positions can be found in common/council_positions)
task_type = task_type_general #Type of the task [task_type_general|task_type_county|task_type_court]
county_target = all|realm|etc #What can a county task target? Not relevant for other task-types. Valid: all, realm, domain, neighbor_land, neighbor_land_or_water. neighbor_land_or_water only works for the AI
ai_county_target = as above #What can a county task target for the AI? Not relevant for other task-types. If not set, defaults to what you set for the county_target. You might want this more restrictive for performance reasons
ai_target_score = { ... } # Script value for county target scores. Defaults to completely random if not set. Scopes are the same as all other council task script. Score of 0 or below means "don't do this". AI picks weighted random from all targets with a score above 0
task_progress = task_progress_infinite #Type of the progress task [task_progress_infinite|task_progress_percentage|task_progress_value]
task_current_value = script_value #When using task_progress_value, this defines the current progress
task_max_value = script_value #When using task_progress_value, this defines the max progress; the point at which the task is considered complete
restart_on_finish = no #Should the task restart once is finished automatically?
highlight_own_realm = yes #Own realm counties will have a slightly different color from other-realm counties
# Which visual assets should this Council Task use? Multiple assets may be scripted. First valid asset will be chosen.
asset = {
# Trigger for when to pick this asset over another, remove trigger to make this the default asset
# root = liege owning the council
trigger = { ... }
# Path to the central icon texture
icon = "path/to/image.dds"
# Path to background texture shown behind the icon
background = "path/to/image.dds"
# Path to frame texture shown around the icon
frame = "path/to/image.dds"
# Path to the glow emitted when this task is selected
glow = "path/to/image.dds"
}
councillor_modifier = { } #Modifier applied to the councillor while performing this task. Can take a "scale" parameter to scale by (a script value; see _script_values.info). Scopes are the same as for valid_character. You can define more than one of these if you need multiple scaling factors
council_owner_modifier = { }#Modifier applied to the council owner when the councillor is performing this task. Can take a "scale" parameter to scale by (a script value; see _script_values.info). Scopes are the same as for valid_character. You can define more than one of these if you need multiple scaling factors
county_modifier = { } #Modifier applied to the county where this task is being performed. Can take a "scale" parameter to scale by (a script value; see _script_values.info). Scopes are the same as for valid_county. You can define more than one of these if you need multiple scaling factors
# In the below, root is the councillor. Also saved as scope:councillor, and scope:councillor_liege is the councillor's liege
is_shown = { } #Check if the task is shown for the COUNCILLOR character. Task will stop if this is at any time false. This task will not be visible at all.
is_valid_showing_failures_only = { } #Check if the task is valid for the COUNCILLOR character. Otherwise the task will be grayed out showing the reason(s).
on_start_task = { } #Effect when the task starts
on_finish_task = { } #effect when the task finishes
on_cancel_task = { } #effect when the task is cancelled
on_monthly = { } #effect once a month while task is active
monthly_on_action = key #This on-action will be fired once a month. It is delayed 1 to 30 days to ensure it doesn't keep falling on the same day. Using this is more performant than firing an on-action from on_monthly. For province and court tasks, it'll provide those scopes too (as outlined below). It will not fire in the first 30 days after a task starts or its councillor is switched out
# In the below, scopes are the same as for valid_targets, except with the addition of scope:province, representing the capital province of the county, and scope:county representing the county title
potential_county = { } #check if the county scope is valid. Task will stop if this is at any time false
valid_county = { } #check if the county scope is valid
on_start_task_county = { } #effect when the task is starts
on_finish_task_county = { } #effect when the task finishes
on_cancel_task_county = { } #effect when the task is cancelled
on_monthly_county = { } #effect once a month while task is active
# In the below, scopes are the same as for valid_targets, except with the addition of scope:target_character, representing the character being targeted
potential_target_court = { }#check if the court scope is valid. Task will stop if this is at any time false
valid_target_court = { } #check if the court scope is valid
on_start_task_court = { } #effect when the task is starts
on_finish_task_court = { } #effect when the task finishes
on_cancel_task_court = { } #effect when the task is cancelled
on_monthly_court = { } #effect once a month while task is active
progress = { # For task_progress_percentage, how fast it progresses. Scope is councillor for global tasks. Same scopes as the count effects for county tasks. Rate is applied daily, scaled down by a factor of 30. It is presented in the UI as monthly despite days per month deviating slightly from 30
# For task_progress_value, this can be used to communicate to the player. The value can also be obtained in script using council_task_monthly_progress on the councillor
base = 1
modifier = {
add = 1
always = yes
desc = some_loc_key
}
}
full_progres = some_script_value/math # Some tasks just affect an existing process, such as development. Use this to obtain/calculate the full progress rate of that task. For tooltips and ETAs, that value will be used as the overall progress. In the progress rate breakdown for the task, that value minus the value provided by the task itself will be listed under the entry COUNCIL_TASK_OTHER_SOURCES. If you use this MAKE SURE that you actually apply everything that affects progress to the underlying value. E.G., for county control, make sure to have county_modifier that applies the county control gain
custom_other_loc = some_loc_key # This loc key replaces the COUNCIL_TASK_OTHER_SOURCES line in the progress breakdown
effect_desc = { # Dynamic description for effect description. Scopes based on task type. To add the modifier effects, you can do stuff like this [councillor.GetModifierDescForTask('task_foreign_affairs')]
}
# you can define a task that completely clones another one. They will share loc, triggers, effects but can be defined for different court positions.
# If you define a task as clone of another one:
# * the cloned task must be filled out (you cannot build clone chains where A clones B and B clones C)
# * you cannot redefine anything else than the court position, and that field MUST be redefined.
clone = other_task
}
== Related loc ==
The key of the task will be used as its name.

View file

@ -0,0 +1,89 @@
select_personal_leviathan_union_decision = {
picture = {
reference = "gfx/interface/illustrations/decisions/decision_personal_religious.dds"
}
desc = select_personal_leviathan_union_decision_desc
selection_tooltip = select_personal_leviathan_union_decision_tooltip
is_shown = {
# Following a valid religion & faith.
faith = { has_doctrine = special_doctrine_british_unity } #Do they have the Leviathan virtues/sins doctrine?
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_leviathan_union_decision_tt
100 = {
show_chance = no
desc = select_personal_leviathan_union_decision.select_nationalisators
add_character_modifier = bhakti_leviathan_nationalisators
}
100 = {
show_chance = no
desc = select_personal_leviathan_union_decision.select_technosaurs
add_character_modifier = bhakti_leviathan_technosaurs
}
100 = {
show_chance = no
desc = select_personal_leviathan_union_decision.select_mechasaurs
add_character_modifier = bhakti_leviathan_mechasaurs
}
100 = {
show_chance = no
desc = select_personal_leviathan_union_decision.select_petrosaurs
add_character_modifier = bhakti_leviathan_petrosaurs
}
100 = {
show_chance = no
desc = select_personal_leviathan_union_decision.select_metallurgicals
add_character_modifier = bhakti_leviathan_metallurgicals
}
100 = {
show_chance = no
desc = select_personal_leviathan_union_decision.select_nautiluses
add_character_modifier = bhakti_leviathan_nautiluses
}
100 = {
show_chance = no
desc = select_personal_leviathan_union_decision.select_aerosaurs
add_character_modifier = bhakti_leviathan_aerosaurs
}
}
}
# And the actual effect.
trigger_event = NEOW_religious_decision.0001
}
ai_check_interval = 96
ai_potential = {
piety >= minor_piety_value
NOR = {
has_character_modifier = bhakti_leviathan_nationalisators
has_character_modifier = bhakti_leviathan_technosaurs
has_character_modifier = bhakti_leviathan_mechasaurs
has_character_modifier = bhakti_leviathan_petrosaurs
has_character_modifier = bhakti_leviathan_metallurgicals
has_character_modifier = bhakti_leviathan_nautiluses
has_character_modifier = bhakti_leviathan_aerosaurs
}
}
ai_will_do = {
base = 100
}
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,83 @@

#Catholic doctrines
roman_rite_astray = {
}
roman_rite_hostile = {
}
sevillian_rite_astray = {
}
sevillian_rite_hostile = {
}
independent_catholic_astray = {
}
independent_catholic_hostile = {
}
#Novelist doctrines
fantastical_kinship_astray = {
}
academic_kinship_astray = {
}
christian_kinship_astray = {
}
christian_kinship_hostile = {
}
islamic_kinship_astray = {
}
islamic_kinship_hostile = {
}
novelist_kinship_doctrines = {
}
#Protestant doctrines
established_church_astray = {
}
established_church_hostile = {
}
reformation_roots_astray = {
}
reformation_roots_hostile = {
}
#Interreligious doctrines
people_of_the_book_astray = {
}
fae_and_folklore_astray = {
}
fae_and_folklore_hostile = {
}
might_and_magick_astray = {
}
might_and_magick_hostile = {
}
goddesses_and_glory_astray = {
}
goddesses_and_glory_hostile = {
}
via_media_astray = {
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,254 @@
judaism_religion = {
family = rf_abrahamic
graphical_faith = judaism_gfx
doctrine = doctrine_monogamy
doctrine = abrahamic_hostility_doctrine
doctrine = doctrine_gender_male_dominated
doctrine = doctrine_consanguinity_cousins
doctrine = doctrine_divorce_allowed
doctrine = doctrine_bastardry_none
doctrine = doctrine_homosexuality_shunned
doctrine = doctrine_adultery_men_shunned
doctrine = doctrine_adultery_women_crime
doctrine = doctrine_kinslaying_extended_family_crime
doctrine = doctrine_witchcraft_shunned
doctrine = doctrine_deviancy_shunned
doctrine = doctrine_pluralism_pluralistic
doctrine = doctrine_theocracy_temporal
doctrine = doctrine_clerical_function_taxation
doctrine = doctrine_clerical_gender_male_only
doctrine = doctrine_clerical_marriage_allowed
doctrine = doctrine_clerical_succession_temporal_fixed_appointment
#Special Doctrine for Jewish Syncretism
doctrine = special_doctrine_is_jewish_faith
#Allow pilgrimages
doctrine = doctrine_pilgrimage_encouraged
#Funeral tradition
doctrine = doctrine_funeral_stoic
#Coronation tradition
doctrine = doctrine_no_anointment
piety_icon_group = "judaism"
traits = {
virtues = { patient compassionate just }
sins = { cynical lustful greedy }
}
reserved_male_names = {
Belet Ezra Hanukkah Hezekiah Isaac Levi Manasseh Nisi Simeon Yavdi Zebulun
}
reserved_female_names = {
Adah Adinah Alte Asnat Batya Bilha Chana Chava Devorah Esther Gisse Hadassah Leah Machla Miriam Puah Peninah Rachel Rivkah Ruth Sarah Tamar Tirtzah Tzipporah Tziviah Yael Yehudit Yiska Yocheved Yonah
}
custom_faith_icons = {
custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s
}
holy_order_names = {
{ name = "holy_order_zealots_of_place_1" coat_of_arms = "ho_zealots" }
{ name = "holy_order_herem_warriors" }
{ name = "holy_order_zealots_of_place_1" }
}
holy_order_maa = { shomer }
localization = {
#HighGodName
HighGodName = judaism_high_god_name
HighGodName2 = judaism_high_god_name_2
HighGodNamePossessive = judaism_high_god_name_possessive
HighGodNameSheHe = CHARACTER_SHEHE_HE
HighGodHerselfHimself = CHARACTER_HIMSELF
HighGodHerHis = CHARACTER_HERHIS_HIS
HighGodNameAlternate = judaism_high_god_alternate
HighGodNameAlternatePossessive = judaism_high_god_alternate_possessive
#Creator
CreatorName = judaism_creator_god_name
CreatorNamePossessive = judaism_creator_god_name_possessive
CreatorSheHe = CHARACTER_SHEHE_HE
CreatorHerHis = CHARACTER_HERHIS_HIS
CreatorHerHim = CHARACTER_HERHIM_HIM
#HealthGod
HealthGodName = judaism_health_god_name
HealthGodNamePossessive = judaism_health_god_name_possessive
HealthGodSheHe = CHARACTER_SHEHE_HE
HealthGodHerHis = CHARACTER_HERHIS_HIS
HealthGodHerHim = CHARACTER_HERHIM_HIM
#FertilityGod
FertilityGodName = judaism_fertility_god_name
FertilityGodNamePossessive = judaism_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_HE
FertilityGodHerHis = CHARACTER_HERHIS_HIS
FertilityGodHerHim = CHARACTER_HERHIM_HIM
#WealthGod
WealthGodName = judaism_wealth_god_name
WealthGodNamePossessive = judaism_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod
HouseholdGodName = judaism_household_god_name
HouseholdGodNamePossessive = judaism_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#FateGod
FateGodName = judaism_fate_god_name
FateGodNamePossessive = judaism_fate_god_name_possessive
FateGodSheHe = CHARACTER_SHEHE_HE
FateGodHerHis = CHARACTER_HERHIS_HIS
FateGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod
KnowledgeGodName = judaism_knowledge_god_name
KnowledgeGodNamePossessive = judaism_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_HE
KnowledgeGodHerHis = CHARACTER_HERHIS_HIS
KnowledgeGodHerHim = CHARACTER_HERHIM_HIM
#WarGod
WarGodName = judaism_war_god_name
WarGodNamePossessive = judaism_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#TricksterGod
TricksterGodName = judaism_trickster_god_name
TricksterGodNamePossessive = judaism_trickster_god_name_possessive
TricksterGodSheHe = CHARACTER_SHEHE_SHE
TricksterGodHerHis = CHARACTER_HERHIS_HER
TricksterGodHerHim = CHARACTER_HERHIM_HER
#NightGod
NightGodName = judaism_night_god_name
NightGodNamePossessive = judaism_night_god_name_possessive
NightGodSheHe = CHARACTER_SHEHE_HE
NightGodHerHis = CHARACTER_HERHIS_HIS
NightGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod
WaterGodName = judaism_water_god_name
WaterGodNamePossessive = judaism_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
WaterGodHerHis = CHARACTER_HERHIS_HIS
WaterGodHerHim = CHARACTER_HERHIM_HIM
PantheonTerm = judaism_high_god_name
PantheonTerm2 = judaism_high_god_name_2
PantheonTerm3 = judaism_high_god_name_3
PantheonTermHasHave = pantheon_term_has
GoodGodNames = {
judaism_high_god_name
judaism_high_god_alternate
judaism_good_god_hashem
judaism_good_god_el_shaddai
}
DevilName = judaism_devil_name
DevilNamePossessive = judaism_devil_name_possessive
DevilSheHe = CHARACTER_SHEHE_HE
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerselfHimself = CHARACTER_HIMSELF
EvilGodNames = {
judaism_devil_name
judaism_evil_god_the_adversary
}
HouseOfWorship = judaism_house_of_worship
HouseOfWorship2 = judaism_house_of_worship_2
HouseOfWorship3 = judaism_house_of_worship_3
HouseOfWorshipPlural = judaism_house_of_worship_plural
ReligiousSymbol = judaism_religious_symbol
ReligiousSymbol2 = judaism_religious_symbol_2
ReligiousSymbol3 = judaism_religious_symbol_3
ReligiousText = judaism_religious_text
ReligiousText2 = judaism_religious_text_2
ReligiousText3 = judaism_religious_text_3
ReligiousHeadName = judaism_religious_head_title
ReligiousHeadTitleName = judaism_religious_head_title_name
DevoteeMale = judaism_devotee
DevoteeMalePlural = judaism_devotee_plural
DevoteeFemale = judaism_devotee
DevoteeFemalePlural = judaism_devotee_plural
DevoteeNeuter = judaism_devotee
DevoteeNeuterPlural = judaism_devotee_plural
PriestMale = judaism_priest
PriestMalePlural = judaism_priest_plural
PriestFemale = judaism_priest
PriestFemalePlural = judaism_priest_plural
PriestNeuter = judaism_priest
PriestNeuterPlural = judaism_priest_plural
AltPriestTermPlural = judaism_priest_plural
BishopMale = judaism_bishop
BishopMalePlural = judaism_bishop_plural
BishopFemale = judaism_bishop
BishopFemalePlural = judaism_bishop_plural
BishopNeuter = judaism_bishop
BishopNeuterPlural = judaism_bishop_plural
DivineRealm = judaism_divine_realm
DivineRealm2 = judaism_divine_realm_2
DivineRealm3 = judaism_divine_realm_3
PositiveAfterLife = judaism_positive_afterlife
PositiveAfterLife2 = judaism_positive_afterlife_2
PositiveAfterLife3 = judaism_positive_afterlife_3
NegativeAfterLife = judaism_negative_afterlife
NegativeAfterLife2 = judaism_negative_afterlife_2
NegativeAfterLife3 = judaism_negative_afterlife_3
DeathDeityName = judaism_death_deity_name
DeathDeityNamePossessive = judaism_death_deity_name_possessive
DeathDeitySheHe = CHARACTER_SHEHE_HE
DeathDeityHerHis = CHARACTER_HERHIS_HIS
DeathDeityHerHim = CHARACTER_HERHIM_HIM
WitchGodName = judaism_witchgodname_raziel
WitchGodNamePossessive = judaism_witchgodname_raziel_possessive
WitchGodHerHis = CHARACTER_HERHIS_HIS
WitchGodSheHe = CHARACTER_SHEHE_HE
WitchGodHerHim = CHARACTER_HERHIM_HIM
WitchGodMistressMaster = master
WitchGodMotherFather = father
GHWName = ghw_great_holy_war
GHWNamePlural = ghw_great_holy_wars
}
faiths = {
congregationist = {
color = { 0.1 0.7 1.0 }
icon = congregational
holy_site = jerusalem
holy_site = sufed
holy_site = sinai
holy_site = alexandria
holy_site = babylon
#Halakha authority
doctrine = temple_authority_rabbinic_doctrine
#Cannot HoF
doctrine = special_doctrine_not_allowed_to_hof
#tenets
doctrine = tenet_communal_identity
doctrine = tenet_adaptive
doctrine = tenet_esotericism
#Doctrines
doctrine = doctrine_no_head # Rabbinism is highly decentralised, leaving all decisions down to the individual Rabbis. A religious head is very antithetical to their doctrine.
}
}
}

View file

@ -0,0 +1,293 @@
zoroastrianism_religion = {
family = rf_eastern
graphical_faith = "zoroastrian_gfx"
doctrine = special_doctrine_not_allowed_to_hof
doctrine = heresy_hostility_doctrine # Needs to be before eastern_hostility_doctrine in order to override the same religion hostility
doctrine = eastern_hostility_doctrine
doctrine = doctrine_gender_male_dominated
doctrine = doctrine_no_head
doctrine = doctrine_concubines
doctrine = doctrine_divorce_approval
doctrine = doctrine_bastardry_none
doctrine = doctrine_homosexuality_crime
doctrine = doctrine_adultery_men_shunned
doctrine = doctrine_adultery_women_shunned
doctrine = doctrine_kinslaying_close_kin_crime
doctrine = doctrine_witchcraft_shunned
doctrine = doctrine_deviancy_shunned
doctrine = doctrine_consanguinity_cousins
doctrine = doctrine_pluralism_righteous
doctrine = doctrine_theocracy_temporal
doctrine = doctrine_clerical_function_taxation
doctrine = doctrine_clerical_gender_male_only
doctrine = doctrine_clerical_marriage_allowed
doctrine = doctrine_clerical_succession_temporal_fixed_appointment
piety_icon_group = "zoroastrian"
#Allow pilgrimages
doctrine = doctrine_pilgrimage_encouraged
#Funeral tradition
doctrine = doctrine_funeral_sky_burial
#Coronation tradition
doctrine = doctrine_no_anointment
traits = {
virtues = { honest just diligent }
sins = { deceitful lazy sadistic }
}
reserved_male_names = {
Hormazd Maziar Shapur Vandad Zartosht
}
custom_faith_icons = {
custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s
}
holy_order_names = {
{ name = "holy_order_immortals" }
{ name = "holy_order_ahura_mazdas_champions" }
{ name = "holy_order_fire_walkers" }
{ name = "holy_order_order_of_warahram"}
}
holy_order_maa = { mubarizun }
localization = {
HighGodName = zoroastrianism_high_god_name
HighGodName2 = zoroastrianism_high_god_name_2
HighGodNamePossessive = zoroastrianism_high_god_name_possessive
HighGodNameSheHe = CHARACTER_SHEHE_HE
HighGodHerselfHimself = CHARACTER_HIMSELF
HighGodHerHis = CHARACTER_HERHIS_HIS
HighGodNameAlternate = zoroastrianism_high_god_name_alternate
HighGodNameAlternatePossessive = zoroastrianism_high_god_name_alternate_possessive
#Creator
CreatorName = zoroastrianism_creator_god_name
CreatorNamePossessive = zoroastrianism_creator_god_name_possessive
CreatorSheHe = CHARACTER_SHEHE_HE
CreatorHerHis = CHARACTER_HERHIS_HIS
CreatorHerHim = CHARACTER_HERHIM_HIM
#HealthGod
HealthGodName = zoroastrianism_health_god_name
HealthGodNamePossessive = zoroastrianism_health_god_name_possessive
HealthGodSheHe = CHARACTER_SHEHE_HE
HealthGodHerHis = CHARACTER_HERHIS_HIS
HealthGodHerHim = CHARACTER_HERHIM_HIM
#FertilityGod
FertilityGodName = zoroastrianism_fertility_god_name
FertilityGodNamePossessive = zoroastrianism_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_HE
FertilityGodHerHis = CHARACTER_HERHIS_HIS
FertilityGodHerHim = CHARACTER_HERHIM_HIM
#WealthGod
WealthGodName = zoroastrianism_wealth_god_name
WealthGodNamePossessive = zoroastrianism_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod
HouseholdGodName = zoroastrianism_household_god_name
HouseholdGodNamePossessive = zoroastrianism_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#FateGod
FateGodName = zoroastrianism_fate_god_name
FateGodNamePossessive = zoroastrianism_fate_god_name_possessive
FateGodSheHe = CHARACTER_SHEHE_IT
FateGodHerHis = CHARACTER_HERHIS_ITS
FateGodHerHim = CHARACTER_HERHIM_IT
#KnowledgeGod
KnowledgeGodName = zoroastrianism_knowledge_god_name
KnowledgeGodNamePossessive = zoroastrianism_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_HE
KnowledgeGodHerHis = CHARACTER_HERHIS_HIS
KnowledgeGodHerHim = CHARACTER_HERHIM_HIM
#WarGod
WarGodName = zoroastrianism_war_god_name
WarGodNamePossessive = zoroastrianism_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#TricksterGod
TricksterGodName = zoroastrianism_trickster_god_name
TricksterGodNamePossessive = zoroastrianism_trickster_god_name_possessive
TricksterGodSheHe = CHARACTER_SHEHE_SHE
TricksterGodHerHis = CHARACTER_HERHIS_HER
TricksterGodHerHim = CHARACTER_HERHIM_HER
#NightGod
NightGodName = zoroastrianism_night_god_name
NightGodNamePossessive = zoroastrianism_night_god_name_possessive
NightGodSheHe = CHARACTER_SHEHE_HE
NightGodHerHis = CHARACTER_HERHIS_HIS
NightGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod
WaterGodName = zoroastrianism_water_god_name
WaterGodNamePossessive = zoroastrianism_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
WaterGodHerHis = CHARACTER_HERHIS_HIS
WaterGodHerHim = CHARACTER_HERHIM_HIM
PantheonTerm = zoroastrianism_high_god_name
PantheonTerm2 = zoroastrianism_high_god_name_2
PantheonTerm3 = zoroastrianism_high_god_name_3
PantheonTermHasHave = pantheon_term_has
GoodGodNames = {
zoroastrianism_high_god_name
zoroastrianism_high_god_name_alternate
zoroastrianism_good_god_zoroaster
zoroastrianism_good_god_asha
zoroastrianism_good_god_truth
zoroastrianism_good_god_amesha_spenta
zoroastrianism_good_god_divine_spark
zoroastrianism_good_god_saoshyant
}
DevilName = zoroastrianism_devil_name
DevilNamePossessive = zoroastrianism_devil_name_possessive
DevilSheHe = CHARACTER_SHEHE_HE
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerselfHimself = CHARACTER_HIMSELF
EvilGodNames = {
zoroastrianism_devil_name
zoroastrianism_evil_god_angra_mainyu
zoroastrianism_evil_god_daevas
}
HouseOfWorship = zoroastrianism_house_of_worship
HouseOfWorship2 = zoroastrianism_house_of_worship_2
HouseOfWorship3 = zoroastrianism_house_of_worship_3
HouseOfWorshipPlural = zoroastrianism_house_of_worship_plural
ReligiousSymbol = zoroastrianism_religious_symbol
ReligiousSymbol2 = zoroastrianism_religious_symbol_2
ReligiousSymbol3 = zoroastrianism_religious_symbol_3
ReligiousText = zoroastrianism_religious_text
ReligiousText2 = zoroastrianism_religious_text_2
ReligiousText3 = zoroastrianism_religious_text_3
ReligiousHeadName = zoroastrianism_religious_head_title
ReligiousHeadTitleName = dualism_religious_head_title_name
DevoteeMale = zoroastrianism_devotee_male
DevoteeMalePlural = zoroastrianism_devotee_male_plural
DevoteeFemale = zoroastrianism_devotee_female
DevoteeFemalePlural = zoroastrianism_devotee_female_plural
DevoteeNeuter = zoroastrianism_devotee_male
DevoteeNeuterPlural = zoroastrianism_devotee_male_plural
PriestMale = zoroastrianism_priest_male
PriestMalePlural = zoroastrianism_priest_male_plural
PriestFemale = zoroastrianism_priest_female
PriestFemalePlural = zoroastrianism_priest_female_plural
PriestNeuter = zoroastrianism_priest_male
PriestNeuterPlural = zoroastrianism_priest_male_plural
AltPriestTermPlural = zoroastrianism_alternate_priest_term_plural
BishopMale = zoroastrianism_bishop_male
BishopMalePlural = zoroastrianism_bishop_male_plural
BishopFemale = zoroastrianism_bishop_female
BishopFemalePlural = zoroastrianism_bishop_female_plural
BishopNeuter = zoroastrianism_bishop_male
BishopNeuterPlural = zoroastrianism_bishop_male_plural
DivineRealm = zoroastrianism_divine_realm
DivineRealm2 = zoroastrianism_divine_realm_2
DivineRealm3 = zoroastrianism_divine_realm_3
PositiveAfterLife = zoroastrianism_positive_afterlife
PositiveAfterLife2 = zoroastrianism_positive_afterlife_2
PositiveAfterLife3 = zoroastrianism_positive_afterlife_3
NegativeAfterLife = zoroastrianism_negative_afterlife
NegativeAfterLife2 = zoroastrianism_negative_afterlife_2
NegativeAfterLife3 = zoroastrianism_negative_afterlife_3
DeathDeityName = zoroastrianism_death_deity_name
DeathDeityNamePossessive = zoroastrianism_death_deity_name_possessive
DeathDeitySheHe = CHARACTER_SHEHE_HE
DeathDeityHerHis = CHARACTER_HERHIS_HIS
DeathDeityHerHim = CHARACTER_HERHIM_HIM
WitchGodName = zoroastrianism_devil_name
WitchGodNamePossessive = zoroastrianism_devil_name_possessive
WitchGodHerHis = CHARACTER_HERHIS_HIS
WitchGodSheHe = CHARACTER_SHEHE_HE
WitchGodHerHim = CHARACTER_HERHIM_HIM
WitchGodMistressMaster = master
WitchGodMotherFather = father
GHWName = ghw_purification
GHWNamePlural = ghw_purifications
}
faiths = {
metro_mazdayasna = {
color = { 0.3 0.4 0,7 }
icon = metro_zoroastrian
#religious_head = d_mazdayasna #actually The Magi
holy_site = adur_farnbag
holy_site = adur_burzen_mihr
holy_site = takht-i-sangin
holy_site = takht-e_soleyman
holy_site = yazd
doctrine = tenet_divine_marriage
doctrine = tenet_communal_identity
doctrine = tenet_ritual_celebrations
doctrine = doctrine_spiritual_head
doctrine = doctrine_consanguinity_unrestricted
doctrine = doctrine_major_branch_behdin
}
mazdayasna = {
color = { 0.8 0.5 0 }
icon = zoroastrian
religious_head = d_mazdayasna #actually The Magi
holy_site = adur_farnbag
holy_site = adur_burzen_mihr
holy_site = takht-i-sangin
holy_site = takht-e_soleyman
holy_site = yazd
doctrine = tenet_divine_marriage
doctrine = tenet_communal_identity
doctrine = tenet_ritual_celebrations
doctrine = doctrine_spiritual_head
doctrine = doctrine_consanguinity_unrestricted
doctrine = doctrine_major_branch_behdin
}
zurvanism = { # Actually Behafaridism
color = { 0.6 0.7 0.2 }
icon = zurvanism
religious_head = d_zurvanism
holy_site = ushi-darena
holy_site = nishapur
holy_site = takht-i-sangin
holy_site = takht-e_soleyman
holy_site = yazd
doctrine = tenet_reincarnation
doctrine = tenet_communal_identity
doctrine = tenet_islamic_syncretism
doctrine = doctrine_polygamy
doctrine = doctrine_clerical_function_alms_and_pacification
doctrine = doctrine_spiritual_head
doctrine = doctrine_consanguinity_restricted
doctrine = doctrine_heretic_branch_zandik
}
}
}

View file

@ -0,0 +1,252 @@
adonist_religion = {
family = rf_pagan
graphical_faith = pagan_gfx
pagan_roots = yes
doctrine = pagan_hostility_doctrine
#Main Group | placeholder
doctrine = doctrine_no_head
doctrine = doctrine_gender_male_dominated
doctrine = doctrine_pluralism_fundamentalist
doctrine = doctrine_theocracy_lay_clergy
#Marriage | placeholder
doctrine = doctrine_monogamy
doctrine = doctrine_divorce_approval
doctrine = doctrine_bastardry_legitimization
doctrine = doctrine_consanguinity_aunt_nephew_and_uncle_niece
#Crimes | placeholder
doctrine = doctrine_homosexuality_accepted
doctrine = doctrine_adultery_men_shunned
doctrine = doctrine_adultery_women_shunned
doctrine = doctrine_kinslaying_shunned
doctrine = doctrine_deviancy_shunned
doctrine = doctrine_witchcraft_virtuous
#Clerical Functions | placeholder
doctrine = doctrine_clerical_function_recruitment
doctrine = doctrine_clerical_gender_male_only
doctrine = doctrine_clerical_marriage_disallowed
doctrine = doctrine_clerical_succession_spiritual_fixed_appointment
#Allow pilgrimages | placeholder
doctrine = doctrine_pilgrimage_encouraged
#Funeral tradition | placeholder
doctrine = doctrine_funeral_stoic
#Coronation tradition
doctrine = doctrine_no_anointment
traits = {
virtues = { brave ambitious vengeful strong }
sins = { craven content forgiving weak }
}
reserved_male_names = { #put witch names here later
Andrew Antoninus Bartolomeus Benedict Christian Christopher Clement Constantine David Demetrius Eustace George Gregory
Hans Isaac Joakim Jacob John Jordan Joseph Laurence Magnus Marcus Martin Matthew Michael Nicholas Patrick Paul Peter Philip
Salvador Samuel Sebastian Simon Stephen Thomas Abraham Alexander Daniel Job Joshua Cyrus Luke Zachariah
}
reserved_female_names = { #put witch names here later
Anna Beatrice Benedicta Brigid Catherine Cecilia Christina Clementia Constance Dorothy Elisabeth Joan Judith Juliana Helen
Magdalena Margaret Maria Marine Patricia Philippa Rachel Sarah Sophia Stephania
}
custom_faith_icons = {
custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s
}
holy_order_names = { #placeholder
{ name = "holy_order_knights_of_the_chalice" }
{ name = "holy_order_order_of_the_holy_communion" }
{ name = "holy_order_knights_of_the_first_gospel" }
{ name = "holy_order_guardians_of_the_shroud" }
{ name = "holy_order_knights_of_the_reliquary" }
{ name = "holy_order_warriors_of_the_cross" }
{ name = "holy_order_christian" coat_of_arms = "ho_christian" }
}
holy_order_maa = { teutonic_knights } #placeholder
localization = {
#HighGod | placeholder
HighGodName = adonist_high_god_name
HighGodNamePossessive = adonist_high_god_name_possessive
HighGodNameSheHe = CHARACTER_SHEHE_HE
HighGodHerselfHimself = CHARACTER_HIMSELF
HighGodHerHis = CHARACTER_HERHIS_HIS
HighGodNameAlternate = adonist_high_god_name_alternate
HighGodNameAlternatePossessive = adonist_high_god_name_alternate_possessive
#Creator | placeholder
CreatorName = adonist_creator_god_name
CreatorNamePossessive = adonist_creator_god_name_possessive
CreatorSheHe = CHARACTER_SHEHE_HE
CreatorHerHis = CHARACTER_HERHIS_HIS
CreatorHerHim = CHARACTER_HERHIM_HIM
#HealthGod | placeholder
HealthGodName = adonist_health_god_name
HealthGodNamePossessive = adonist_health_god_name_possessive
HealthGodSheHe = CHARACTER_SHEHE_SHE
HealthGodHerHis = CHARACTER_HERHIS_HER
HealthGodHerHim = CHARACTER_HERHIM_HER
#FertilityGod | placeholder
FertilityGodName = adonist_fertility_god_name
FertilityGodNamePossessive = adonist_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_SHE
FertilityGodHerHis = CHARACTER_HERHIS_HER
FertilityGodHerHim = CHARACTER_HERHIM_HER
#WealthGod | placeholder
WealthGodName = adonist_wealth_god_name
WealthGodNamePossessive = adonist_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod | placeholder
HouseholdGodName = adonist_household_god_name
HouseholdGodNamePossessive = adonist_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_SHE
HouseholdGodHerHis = CHARACTER_HERHIS_HER
HouseholdGodHerHim = CHARACTER_HERHIM_HER
#FateGod | placeholder
FateGodName = adonist_fate_god_name
FateGodNamePossessive = adonist_fate_god_name_possessive
FateGodSheHe = CHARACTER_SHEHE_HE
FateGodHerHis = CHARACTER_HERHIS_HIS
FateGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod | placeholder
KnowledgeGodName = adonist_knowledge_god_name
KnowledgeGodNamePossessive = adonist_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_HE
KnowledgeGodHerHis = CHARACTER_HERHIS_HIS
KnowledgeGodHerHim = CHARACTER_HERHIM_HIM
#WarGod | placeholder
WarGodName = adonist_war_god_name
WarGodNamePossessive = adonist_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#TricksterGod | placeholder
TricksterGodName = adonist_trickster_god_name
TricksterGodNamePossessive = adonist_trickster_god_name_possessive
TricksterGodSheHe = CHARACTER_SHEHE_HE
TricksterGodHerHis = CHARACTER_HERHIS_HIS
TricksterGodHerHim = CHARACTER_HERHIM_HIM
#NightGod | placeholder
NightGodName = adonist_night_god_name
NightGodNamePossessive = adonist_night_god_name_possessive
NightGodSheHe = CHARACTER_SHEHE_HE
NightGodHerHis = CHARACTER_HERHIS_HIS
NightGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod | placeholder
WaterGodName = adonist_water_god_name
WaterGodNamePossessive = adonist_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_SHE
WaterGodHerHis = CHARACTER_HERHIS_HER
WaterGodHerHim = CHARACTER_HERHIM_HER
PantheonTerm = adonist_high_god_name
PantheonTermHasHave = pantheon_term_has
GoodGodNames = {
adonist_high_god_name
adonist_high_god_name_alternate
adonist_war_god_name
adonist_trickster_god_name
adonist_health_god_name
}
DevilName = adonist_devil_name
DevilNamePossessive = adonist_devil_name_possessive
DevilSheHe = CHARACTER_SHEHE_HE
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerselfHimself = CHARACTER_HIMSELF
EvilGodNames = {
adonist_devil_name
}
HouseOfWorship = adonist_house_of_worship
HouseOfWorshipPlural = adonist_house_of_worship_plural
ReligiousSymbol = adonist_religious_symbol
ReligiousText = adonist_religious_text
ReligiousHeadName = adonist_religious_head_title
ReligiousHeadTitleName = adonist_religious_head_title_name
DevoteeMale = adonist_devotee
DevoteeMalePlural = adonist_devotee_plural
DevoteeFemale = adonist_devotee
DevoteeFemalePlural = adonist_devotee_plural
DevoteeNeuter = adonist_devotee
DevoteeNeuterPlural = adonist_devotee_plural
PriestMale = adonist_priest
PriestMalePlural = adonist_priest_plural
PriestFemale = adonist_priest
PriestFemalePlural = adonist_priest_plural
PriestNeuter = adonist_priest
PriestNeuterPlural = adonist_priest_plural
AltPriestTermPlural = adonist_priest_plural
BishopMale = adonist_bishop
BishopMalePlural = adonist_bishop_plural
BishopFemale = adonist_bishop
BishopFemalePlural = adonist_bishop_plural
BishopNeuter = adonist_bishop
BishopNeuterPlural = adonist_bishop_plural
DivineRealm = adonist_positive_afterlife
PositiveAfterLife = adonist_positive_afterlife
NegativeAfterLife = adonist_negative_afterlife
DeathDeityName = adonist_death_deity_name
DeathDeityNamePossessive = adonist_death_deity_name_possessive
DeathDeitySheHe = CHARACTER_SHEHE_HE
DeathDeityHerHis = CHARACTER_HERHIS_HIS
DeathDeityHerHim = CHARACTER_HERHIM_HIM
WitchGodName = adonist_witch_god_name
WitchGodNamePossessive = adonist_witch_god_name_possessive
WitchGodHerHis = CHARACTER_HERHIS_HIS
WitchGodSheHe = CHARACTER_SHEHE_HE
WitchGodHerHim = CHARACTER_HERHIM_HIM
WitchGodMistressMaster = master
WitchGodMotherFather = father
GHWName = ghw_crusade
GHWNamePlural = ghw_crusades
}
piety_icon_group = "christian"
faiths = {
einblicker = {
color = { 25 178 153 }
icon = einblicker
reformed_icon = einblicker_reformed
holy_site = viscaya
holy_site = aneto
holy_site = bordeaux
holy_site = santiago
holy_site = cordoba
doctrine = unreformed_faith_doctrine
doctrine = tenet_righteous_fury
doctrine = tenet_esotericism
doctrine_selection_pair = {
requires_dlc_flag = legacy_of_persia
doctrine = tenet_fp3_fedayeen
fallback_doctrine = tenet_pursuit_of_power
}
}
}
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,300 @@
cosmist_religion = {
family = rf_esoteric
doctrine_background_icon = core_tenet_banner_christian.dds
doctrine = antediluvianist_hostility_doctrine
#Main Group | placeholder
doctrine = doctrine_spiritual_head
doctrine = doctrine_gender_male_dominated
doctrine = doctrine_pluralism_righteous
doctrine = doctrine_theocracy_temporal
#Marriage | placeholder
doctrine = doctrine_concubines
doctrine = doctrine_divorce_allowed
doctrine = doctrine_bastardry_legitimization
doctrine = doctrine_consanguinity_restricted
#Crimes | placeholder
doctrine = doctrine_homosexuality_shunned
doctrine = doctrine_adultery_men_shunned
doctrine = doctrine_adultery_women_shunned
doctrine = doctrine_kinslaying_close_kin_crime
doctrine = doctrine_deviancy_shunned
doctrine = doctrine_witchcraft_accepted
#Clerical Functions | placeholder
doctrine = doctrine_clerical_function_recruitment
doctrine = doctrine_clerical_gender_male_only
doctrine = doctrine_clerical_marriage_allowed
doctrine = doctrine_clerical_succession_temporal_appointment
#Allow pilgrimages | placeholder
doctrine = doctrine_pilgrimage_forbidden
#Funeral tradition | placeholder
doctrine = doctrine_funeral_sky_burial
#Coronation tradition
doctrine = doctrine_no_anointment
traits = {
virtues = { forgiving compassionate chaste }
sins = { vengeful sadistic lustful }
}
reserved_male_names = { #these might be alright?
Andrew Antoninus Bartolomeus Benedict Christian Christopher Clement Constantine David Demetrius Eustace George Gregory
Hans Isaac Joakim Jacob John Jordan Joseph Laurence Magnus Marcus Martin Matthew Michael Nicholas Patrick Paul Peter Philip
Salvador Samuel Sebastian Simon Stephen Thomas Abraham Alexander Daniel Job Joshua Cyrus Luke Zachariah
}
reserved_female_names = { #these might be alright?
Anna Beatrice Benedicta Brigid Catherine Cecilia Christina Clementia Constance Dorothy Elisabeth Joan Judith Juliana Helen
Magdalena Margaret Maria Marine Patricia Philippa Rachel Sarah Sophia Stephania
}
custom_faith_icons = {
custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s
}
holy_order_names = { #placeholder
{ name = "holy_order_knights_of_the_chalice" }
{ name = "holy_order_order_of_the_holy_communion" }
{ name = "holy_order_knights_of_the_first_gospel" }
{ name = "holy_order_guardians_of_the_shroud" }
{ name = "holy_order_knights_of_the_reliquary" }
{ name = "holy_order_warriors_of_the_cross" }
{ name = "holy_order_christian" coat_of_arms = "ho_christian" }
}
holy_order_maa = { teutonic_knights } #placeholder
localization = {
#HighGod | placeholder
HighGodName = christianity_high_god_name
HighGodName2 = christianity_high_god_name_2
HighGodNamePossessive = christianity_high_god_name_possessive
HighGodNameSheHe = CHARACTER_SHEHE_HE
HighGodHerselfHimself = CHARACTER_HIMSELF
HighGodHerHis = CHARACTER_HERHIS_HIS
HighGodNameAlternate = christianity_high_god_name_alternate
HighGodNameAlternatePossessive = christianity_high_god_name_alternate_possessive
#Creator | placeholder
CreatorName = christianity_creator_god_name
CreatorNamePossessive = christianity_creator_god_name_possessive
CreatorSheHe = CHARACTER_SHEHE_HE
CreatorHerHis = CHARACTER_HERHIS_HIS
CreatorHerHim = CHARACTER_HERHIM_HIM
#HealthGod | placeholder
HealthGodName = christianity_health_god_name
HealthGodNamePossessive = christianity_health_god_name_possessive
HealthGodSheHe = CHARACTER_SHEHE_HE
HealthGodHerHis = CHARACTER_HERHIS_HIS
HealthGodHerHim = CHARACTER_HERHIM_HIM
#FertilityGod | placeholder
FertilityGodName = christianity_fertility_god_name
FertilityGodNamePossessive = christianity_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_HE
FertilityGodHerHis = CHARACTER_HERHIS_HIS
FertilityGodHerHim = CHARACTER_HERHIM_HIM
#WealthGod | placeholder
WealthGodName = christianity_wealth_god_name
WealthGodNamePossessive = christianity_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod | placeholder
HouseholdGodName = christianity_household_god_name
HouseholdGodNamePossessive = christianity_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#FateGod | placeholder
FateGodName = christianity_fate_god_name
FateGodNamePossessive = christianity_fate_god_name_possessive
FateGodSheHe = CHARACTER_SHEHE_HE
FateGodHerHis = CHARACTER_HERHIS_HIS
FateGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod | placeholder
KnowledgeGodName = christianity_knowledge_god_name
KnowledgeGodNamePossessive = christianity_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_HE
KnowledgeGodHerHis = CHARACTER_HERHIS_HIS
KnowledgeGodHerHim = CHARACTER_HERHIM_HIM
#WarGod | placeholder
WarGodName = christianity_war_god_name
WarGodNamePossessive = christianity_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#TricksterGod | placeholder
TricksterGodName = christianity_trickster_god_name
TricksterGodNamePossessive = christianity_trickster_god_name_possessive
TricksterGodSheHe = CHARACTER_SHEHE_HE
TricksterGodHerHis = CHARACTER_HERHIS_HIS
TricksterGodHerHim = CHARACTER_HERHIM_HIM
#NightGod | placeholder
NightGodName = christianity_night_god_name
NightGodNamePossessive = christianity_night_god_name_possessive
NightGodSheHe = CHARACTER_SHEHE_HE
NightGodHerHis = CHARACTER_HERHIS_HIS
NightGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod | placeholder
WaterGodName = christianity_water_god_name
WaterGodNamePossessive = christianity_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
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
GoodGodNames = {
christianity_high_god_name
christianity_high_god_name_alternate
chistianity_good_god_jesus
chistianity_good_god_christ
}
DevilName = christianity_devil_name
DevilNamePossessive = christianity_devil_name_possessive
DevilSheHe = CHARACTER_SHEHE_HE
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerselfHimself = CHARACTER_HIMSELF
EvilGodNames = {
christianity_devil_name
christianity_evil_god_lucifer
christianity_evil_god_beelzebub
christianity_evil_god_mephistopheles
}
HouseOfWorship = christianity_house_of_worship
HouseOfWorship2 = christianity_house_of_worship_2
HouseOfWorship3 = christianity_house_of_worship_3
HouseOfWorshipPlural = christianity_house_of_worship_plural
ReligiousSymbol = christianity_religious_symbol
ReligiousSymbol2 = christianity_religious_symbol_2
ReligiousSymbol3 = christianity_religious_symbol_3
ReligiousText = christianity_religious_text
ReligiousText2 = christianity_religious_text_2
ReligiousText3 = christianity_religious_text_3
ReligiousHeadName = christianity_religious_head_title
ReligiousHeadTitleName = christianity_religious_head_title_name
DevoteeMale = christianity_devotee_male
DevoteeMalePlural = christianity_devotee_male_plural
DevoteeFemale = christianity_devotee_female
DevoteeFemalePlural = christianity_devotee_female_plural
DevoteeNeuter = christianity_devotee_neuter
DevoteeNeuterPlural = christianity_devotee_neuter_plural
PriestMale = christianity_priest_male
PriestMalePlural = christianity_priest_male_plural
PriestFemale = christianity_priest_male
PriestFemalePlural = christianity_priest_male_plural
PriestNeuter = christianity_priest_male
PriestNeuterPlural = christianity_priest_male_plural
AltPriestTermPlural = christianity_priest_alternate_plural
BishopMale = christianity_bishop
BishopMalePlural = christianity_bishop_plural
BishopFemale = christianity_bishop
BishopFemalePlural = christianity_bishop_plural
BishopNeuter = christianity_bishop
BishopNeuterPlural = christianity_bishop_plural
DivineRealm = christianity_positive_afterlife
DivineRealm2 = christianity_positive_afterlife_2
DivineRealm3 = christianity_positive_afterlife_3
PositiveAfterLife = christianity_positive_afterlife
PositiveAfterLife2 = christianity_positive_afterlife_2
PositiveAfterLife3 = christianity_positive_afterlife_3
NegativeAfterLife = christianity_negative_afterlife
NegativeAfterLife2 = christianity_negative_afterlife_2
NegativeAfterLife3 = christianity_negative_afterlife_3
DeathDeityName = christianity_death_deity_name
DeathDeityNamePossessive = christianity_death_deity_name_possessive
DeathDeitySheHe = CHARACTER_SHEHE_HE
DeathDeityHerHis = CHARACTER_HERHIS_HIS
DeathDeityHerHim = CHARACTER_HERHIM_HIM
WitchGodName = christianity_witchgodname_the_horned_god
WitchGodNamePossessive = christianity_witchgodname_the_horned_god_possessive
WitchGodHerHis = CHARACTER_HERHIS_HIS
WitchGodSheHe = CHARACTER_SHEHE_HE
WitchGodHerHim = CHARACTER_HERHIM_HIM
WitchGodMistressMaster = master
WitchGodMotherFather = father
GHWName = ghw_crusade
GHWNamePlural = ghw_crusades
}
piety_icon_group = "christian"
faiths = {
fracture = {
color = { 214 206 229 }
icon = fracture
# religious_head = k_papal_state
graphical_faith = "catholic_gfx"
#placeholder holy sites
holy_site = perth
holy_site = edinburgh
holy_site = london
holy_site = standrews
holy_site = belfast
holy_site = leath
#holy_site = segrada_familia
#Special Tolerance | placeholder
#Tenets | placeholder
doctrine = tenet_megaliths
doctrine = tenet_pastoral_isolation
doctrine = tenet_monasticism
holy_order_names = { #placeholder
}
}
cosmonaut = {
color = { 204 51 20 }
icon = cosmonaut
# religious_head = k_papal_state
graphical_faith = "catholic_gfx"
#placeholder holy sites
holy_site = perth
holy_site = edinburgh
holy_site = london
holy_site = standrews
holy_site = belfast
holy_site = leath
#holy_site = segrada_familia
#Special Tolerance | placeholder
#Tenets | placeholder
doctrine = tenet_asceticism
doctrine = tenet_ancestor_worship
doctrine = tenet_communal_possessions
holy_order_names = { #placeholder
}
}
}
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,465 @@
eastern_orthodox_religion = {
family = rf_abrahamic
doctrine_background_icon = core_tenet_banner_christian.dds
doctrine = abrahamic_hostility_doctrine
#Main Group | placeholder
doctrine = doctrine_spiritual_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_righteous
doctrine = doctrine_theocracy_temporal
#Marriage | placeholder
doctrine = doctrine_monogamy
doctrine = doctrine_divorce_approval
doctrine = doctrine_bastardry_legitimization
doctrine = doctrine_consanguinity_restricted
#Crimes | placeholder
doctrine = doctrine_homosexuality_shunned
doctrine = doctrine_adultery_men_shunned
doctrine = doctrine_adultery_women_crime
doctrine = doctrine_kinslaying_close_kin_crime
doctrine = doctrine_deviancy_crime
doctrine = doctrine_witchcraft_crime
#Clerical Functions | placeholder
doctrine = doctrine_clerical_function_taxation
doctrine = doctrine_clerical_gender_male_only
doctrine = doctrine_clerical_marriage_disallowed
doctrine = doctrine_clerical_succession_spiritual_fixed_appointment
#Allow pilgrimages | placeholder
doctrine = doctrine_pilgrimage_encouraged
#Funeral tradition | placeholder
doctrine = doctrine_funeral_stoic
#Coronation tradition
doctrine = doctrine_no_anointment
traits = {
virtues = { forgiving compassionate chaste }
sins = { vengeful sadistic lustful }
}
reserved_male_names = { #these might be alright?
Andrew Antoninus Bartolomeus Benedict Christian Christopher Clement Constantine David Demetrius Eustace George Gregory
Hans Isaac Joakim Jacob John Jordan Joseph Laurence Magnus Marcus Martin Matthew Michael Nicholas Patrick Paul Peter Philip
Salvador Samuel Sebastian Simon Stephen Thomas Abraham Alexander Daniel Job Joshua Cyrus Luke Zachariah
}
reserved_female_names = { #these might be alright?
Anna Beatrice Benedicta Brigid Catherine Cecilia Christina Clementia Constance Dorothy Elisabeth Joan Judith Juliana Helen
Magdalena Margaret Maria Marine Patricia Philippa Rachel Sarah Sophia Stephania
}
custom_faith_icons = {
custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s
}
holy_order_names = { #placeholder
{ name = "holy_order_knights_of_the_chalice" }
{ name = "holy_order_order_of_the_holy_communion" }
{ name = "holy_order_knights_of_the_first_gospel" }
{ name = "holy_order_guardians_of_the_shroud" }
{ name = "holy_order_knights_of_the_reliquary" }
{ name = "holy_order_warriors_of_the_cross" }
{ name = "holy_order_christian" coat_of_arms = "ho_christian" }
}
holy_order_maa = { teutonic_knights } #placeholder
localization = {
#HighGod | placeholder
HighGodName = christianity_high_god_name
HighGodName2 = christianity_high_god_name_2
HighGodNamePossessive = christianity_high_god_name_possessive
HighGodNameSheHe = CHARACTER_SHEHE_HE
HighGodHerselfHimself = CHARACTER_HIMSELF
HighGodHerHis = CHARACTER_HERHIS_HIS
HighGodNameAlternate = christianity_high_god_name_alternate
HighGodNameAlternatePossessive = christianity_high_god_name_alternate_possessive
#Creator | placeholder
CreatorName = christianity_creator_god_name
CreatorNamePossessive = christianity_creator_god_name_possessive
CreatorSheHe = CHARACTER_SHEHE_HE
CreatorHerHis = CHARACTER_HERHIS_HIS
CreatorHerHim = CHARACTER_HERHIM_HIM
#HealthGod | placeholder
HealthGodName = christianity_health_god_name
HealthGodNamePossessive = christianity_health_god_name_possessive
HealthGodSheHe = CHARACTER_SHEHE_HE
HealthGodHerHis = CHARACTER_HERHIS_HIS
HealthGodHerHim = CHARACTER_HERHIM_HIM
#FertilityGod | placeholder
FertilityGodName = christianity_fertility_god_name
FertilityGodNamePossessive = christianity_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_HE
FertilityGodHerHis = CHARACTER_HERHIS_HIS
FertilityGodHerHim = CHARACTER_HERHIM_HIM
#WealthGod | placeholder
WealthGodName = christianity_wealth_god_name
WealthGodNamePossessive = christianity_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod | placeholder
HouseholdGodName = christianity_household_god_name
HouseholdGodNamePossessive = christianity_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#FateGod | placeholder
FateGodName = christianity_fate_god_name
FateGodNamePossessive = christianity_fate_god_name_possessive
FateGodSheHe = CHARACTER_SHEHE_HE
FateGodHerHis = CHARACTER_HERHIS_HIS
FateGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod | placeholder
KnowledgeGodName = christianity_knowledge_god_name
KnowledgeGodNamePossessive = christianity_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_HE
KnowledgeGodHerHis = CHARACTER_HERHIS_HIS
KnowledgeGodHerHim = CHARACTER_HERHIM_HIM
#WarGod | placeholder
WarGodName = christianity_war_god_name
WarGodNamePossessive = christianity_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#TricksterGod | placeholder
TricksterGodName = christianity_trickster_god_name
TricksterGodNamePossessive = christianity_trickster_god_name_possessive
TricksterGodSheHe = CHARACTER_SHEHE_HE
TricksterGodHerHis = CHARACTER_HERHIS_HIS
TricksterGodHerHim = CHARACTER_HERHIM_HIM
#NightGod | placeholder
NightGodName = christianity_night_god_name
NightGodNamePossessive = christianity_night_god_name_possessive
NightGodSheHe = CHARACTER_SHEHE_HE
NightGodHerHis = CHARACTER_HERHIS_HIS
NightGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod | placeholder
WaterGodName = christianity_water_god_name
WaterGodNamePossessive = christianity_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
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
GoodGodNames = {
christianity_high_god_name
christianity_high_god_name_alternate
chistianity_good_god_jesus
chistianity_good_god_christ
}
DevilName = christianity_devil_name
DevilNamePossessive = christianity_devil_name_possessive
DevilSheHe = CHARACTER_SHEHE_HE
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerselfHimself = CHARACTER_HIMSELF
EvilGodNames = {
christianity_devil_name
christianity_evil_god_lucifer
christianity_evil_god_beelzebub
christianity_evil_god_mephistopheles
}
HouseOfWorship = christianity_house_of_worship
HouseOfWorship2 = christianity_house_of_worship_2
HouseOfWorship3 = christianity_house_of_worship_3
HouseOfWorshipPlural = christianity_house_of_worship_plural
ReligiousSymbol = christianity_religious_symbol
ReligiousSymbol2 = christianity_religious_symbol_2
ReligiousSymbol3 = christianity_religious_symbol_3
ReligiousText = christianity_religious_text
ReligiousText2 = christianity_religious_text_2
ReligiousText3 = christianity_religious_text_3
ReligiousHeadName = christianity_religious_head_title
ReligiousHeadTitleName = christianity_religious_head_title_name
DevoteeMale = christianity_devotee_male
DevoteeMalePlural = christianity_devotee_male_plural
DevoteeFemale = christianity_devotee_female
DevoteeFemalePlural = christianity_devotee_female_plural
DevoteeNeuter = christianity_devotee_neuter
DevoteeNeuterPlural = christianity_devotee_neuter_plural
PriestMale = christianity_priest_male
PriestMalePlural = christianity_priest_male_plural
PriestFemale = christianity_priest_male
PriestFemalePlural = christianity_priest_male_plural
PriestNeuter = christianity_priest_male
PriestNeuterPlural = christianity_priest_male_plural
AltPriestTermPlural = christianity_priest_alternate_plural
BishopMale = christianity_bishop
BishopMalePlural = christianity_bishop_plural
BishopFemale = christianity_bishop
BishopFemalePlural = christianity_bishop_plural
BishopNeuter = christianity_bishop
BishopNeuterPlural = christianity_bishop_plural
DivineRealm = christianity_positive_afterlife
DivineRealm2 = christianity_positive_afterlife_2
DivineRealm3 = christianity_positive_afterlife_3
PositiveAfterLife = christianity_positive_afterlife
PositiveAfterLife2 = christianity_positive_afterlife_2
PositiveAfterLife3 = christianity_positive_afterlife_3
NegativeAfterLife = christianity_negative_afterlife
NegativeAfterLife2 = christianity_negative_afterlife_2
NegativeAfterLife3 = christianity_negative_afterlife_3
DeathDeityName = christianity_death_deity_name
DeathDeityNamePossessive = christianity_death_deity_name_possessive
DeathDeitySheHe = CHARACTER_SHEHE_HE
DeathDeityHerHis = CHARACTER_HERHIS_HIS
DeathDeityHerHim = CHARACTER_HERHIM_HIM
WitchGodName = christianity_witchgodname_the_horned_god
WitchGodNamePossessive = christianity_witchgodname_the_horned_god_possessive
WitchGodHerHis = CHARACTER_HERHIS_HIS
WitchGodSheHe = CHARACTER_SHEHE_HE
WitchGodHerHim = CHARACTER_HERHIM_HIM
WitchGodMistressMaster = master
WitchGodMotherFather = father
GHWName = ghw_crusade
GHWNamePlural = ghw_crusades
}
piety_icon_group = "christian"
faiths = {
orthodox = {
color = { 0.6 0.3 0.5 }
icon = orthodox
religious_head = k_orthodox
holy_site = jerusalem
holy_site = constantinople
holy_site = rome
holy_site = alexandria
holy_site = antioch
#Special Tolerance
doctrine = special_doctrine_ecumenical_christian
#Tenets
doctrine = tenet_communion
doctrine = tenet_pentarchy
doctrine = tenet_monasticism
holy_order_names = {
{ name = "holy_order_brotherhood_of_the_holy_sepulchre" }
{ name = "holy_order_knights_of_the_first_patrirchate" }
{ name = "holy_order_order_of_the_holy_virgin" }
}
localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox
#FertilityGod
FertilityGodName = west_christian_fertility_god_name
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_SHE
FertilityGodHerHis = CHARACTER_HERHIS_HER
FertilityGodHerHim = CHARACTER_HERHIM_HER
#WealthGod
WealthGodName = west_christian_wealth_god_name
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod
HouseholdGodName = west_christian_household_god_name
HouseholdGodNamePossessive = west_christian_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod
KnowledgeGodName = west_christian_knowledge_god_name
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE
KnowledgeGodHerHis = CHARACTER_HERHIS_HER
KnowledgeGodHerHim = CHARACTER_HERHIM_HER
#WarGod
WarGodName = west_christian_war_god_name
WarGodNamePossessive = west_christian_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod
WaterGodName = west_christian_water_god_name
WaterGodNamePossessive = west_christian_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
WaterGodHerHis = CHARACTER_HERHIS_HIS
WaterGodHerHim = CHARACTER_HERHIM_HIM
# Patriarchs instead of Popes
ReligiousHeadName = orthodox_religious_head_title
ReligiousHeadTitleName = orthodox_religious_head_title_name
}
}
elysian = {
color = { 191 83 47 }
icon = elysian
#religious_head = k_orthodox
holy_site = jerusalem
holy_site = constantinople
holy_site = rome
holy_site = alexandria
holy_site = antioch
#Special Tolerance
doctrine = special_doctrine_ecumenical_christian
#Tenets
doctrine = tenet_communion
doctrine = tenet_pentarchy
doctrine = tenet_monasticism
holy_order_names = {
{ name = "holy_order_brotherhood_of_the_holy_sepulchre" }
{ name = "holy_order_knights_of_the_first_patrirchate" }
{ name = "holy_order_order_of_the_holy_virgin" }
}
localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox
#FertilityGod
FertilityGodName = west_christian_fertility_god_name
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_SHE
FertilityGodHerHis = CHARACTER_HERHIS_HER
FertilityGodHerHim = CHARACTER_HERHIM_HER
#WealthGod
WealthGodName = west_christian_wealth_god_name
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod
HouseholdGodName = west_christian_household_god_name
HouseholdGodNamePossessive = west_christian_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod
KnowledgeGodName = west_christian_knowledge_god_name
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE
KnowledgeGodHerHis = CHARACTER_HERHIS_HER
KnowledgeGodHerHim = CHARACTER_HERHIM_HER
#WarGod
WarGodName = west_christian_war_god_name
WarGodNamePossessive = west_christian_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod
WaterGodName = west_christian_water_god_name
WaterGodNamePossessive = west_christian_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
WaterGodHerHis = CHARACTER_HERHIS_HIS
WaterGodHerHim = CHARACTER_HERHIM_HIM
# Patriarchs instead of Popes
ReligiousHeadName = orthodox_religious_head_title
ReligiousHeadTitleName = orthodox_religious_head_title_name
}
}
marblist = {
color = { 240 216 255 }
icon = marblist
#religious_head = k_orthodox
holy_site = jerusalem
holy_site = constantinople
holy_site = rome
holy_site = alexandria
holy_site = antioch
#Special Tolerance
doctrine = special_doctrine_ecumenical_christian
#Tenets
doctrine = tenet_communion
doctrine = tenet_pentarchy
doctrine = tenet_monasticism
holy_order_names = {
{ name = "holy_order_brotherhood_of_the_holy_sepulchre" }
{ name = "holy_order_knights_of_the_first_patrirchate" }
{ name = "holy_order_order_of_the_holy_virgin" }
}
localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox
#FertilityGod
FertilityGodName = west_christian_fertility_god_name
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_SHE
FertilityGodHerHis = CHARACTER_HERHIS_HER
FertilityGodHerHim = CHARACTER_HERHIM_HER
#WealthGod
WealthGodName = west_christian_wealth_god_name
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod
HouseholdGodName = west_christian_household_god_name
HouseholdGodNamePossessive = west_christian_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod
KnowledgeGodName = west_christian_knowledge_god_name
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE
KnowledgeGodHerHis = CHARACTER_HERHIS_HER
KnowledgeGodHerHim = CHARACTER_HERHIM_HER
#WarGod
WarGodName = west_christian_war_god_name
WarGodNamePossessive = west_christian_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod
WaterGodName = west_christian_water_god_name
WaterGodNamePossessive = west_christian_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
WaterGodHerHis = CHARACTER_HERHIS_HIS
WaterGodHerHim = CHARACTER_HERHIM_HIM
# Patriarchs instead of Popes
ReligiousHeadName = orthodox_religious_head_title
ReligiousHeadTitleName = orthodox_religious_head_title_name
}
}
}
}

View file

@ -0,0 +1,690 @@
protestant_religion = {
family = rf_abrahamic
doctrine_background_icon = core_tenet_banner_christian.dds
doctrine = abrahamic_hostility_doctrine
#Main Group
doctrine = doctrine_spiritual_head
doctrine = doctrine_gender_male_dominated
doctrine = doctrine_pluralism_pluralistic
doctrine = doctrine_theocracy_temporal
#Marriage
doctrine = doctrine_monogamy
doctrine = doctrine_divorce_allowed
doctrine = doctrine_bastardry_legitimization
doctrine = doctrine_consanguinity_restricted
#Crimes
doctrine = doctrine_homosexuality_accepted
doctrine = doctrine_adultery_men_shunned
doctrine = doctrine_adultery_women_shunned
doctrine = doctrine_kinslaying_close_kin_crime
doctrine = doctrine_deviancy_shunned
doctrine = doctrine_witchcraft_shunned
#Clerical Functions
doctrine = doctrine_clerical_function_taxation
doctrine = doctrine_clerical_gender_either
doctrine = doctrine_clerical_marriage_disallowed
doctrine = doctrine_clerical_succession_temporal_appointment
#Allow pilgrimages
doctrine = doctrine_pilgrimage_encouraged
#Funeral tradition
doctrine = doctrine_funeral_stoic
#Coronation tradition
doctrine = doctrine_no_anointment
#Special/Syncretic target doctrines
doctrine = special_doctrine_is_christian_faith
traits = {
virtues = { forgiving compassionate chaste }
sins = { vengeful sadistic lustful }
}
reserved_male_names = { #these might be alright?
Andrew Antoninus Bartolomeus Benedict Christian Christopher Clement Constantine David Demetrius Eustace George Gregory
Hans Isaac Joakim Jacob John Jordan Joseph Laurence Magnus Marcus Martin Matthew Michael Nicholas Patrick Paul Peter Philip
Salvador Samuel Sebastian Simon Stephen Thomas Abraham Alexander Daniel Job Joshua Cyrus Luke Zachariah
}
reserved_female_names = { #these might be alright?
Anna Beatrice Benedicta Brigid Catherine Cecilia Christina Clementia Constance Dorothy Elisabeth Joan Judith Juliana Helen
Magdalena Margaret Maria Marine Patricia Philippa Rachel Sarah Sophia Stephania
}
custom_faith_icons = {
custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s
}
holy_order_names = { #placeholder
{ name = "holy_order_knights_of_the_chalice" }
{ name = "holy_order_order_of_the_holy_communion" }
{ name = "holy_order_knights_of_the_first_gospel" }
{ name = "holy_order_guardians_of_the_shroud" }
{ name = "holy_order_knights_of_the_reliquary" }
{ name = "holy_order_warriors_of_the_cross" }
{ name = "holy_order_christian" coat_of_arms = "ho_christian" }
}
holy_order_maa = { teutonic_knights } #placeholder
localization = {
#HighGod | placeholder
HighGodName = christianity_high_god_name
HighGodName2 = christianity_high_god_name_2
HighGodNamePossessive = christianity_high_god_name_possessive
HighGodNameSheHe = CHARACTER_SHEHE_HE
HighGodHerselfHimself = CHARACTER_HIMSELF
HighGodHerHis = CHARACTER_HERHIS_HIS
HighGodNameAlternate = christianity_high_god_name_alternate
HighGodNameAlternatePossessive = christianity_high_god_name_alternate_possessive
#Creator | placeholder
CreatorName = christianity_creator_god_name
CreatorNamePossessive = christianity_creator_god_name_possessive
CreatorSheHe = CHARACTER_SHEHE_HE
CreatorHerHis = CHARACTER_HERHIS_HIS
CreatorHerHim = CHARACTER_HERHIM_HIM
#HealthGod | placeholder
HealthGodName = christianity_health_god_name
HealthGodNamePossessive = christianity_health_god_name_possessive
HealthGodSheHe = CHARACTER_SHEHE_HE
HealthGodHerHis = CHARACTER_HERHIS_HIS
HealthGodHerHim = CHARACTER_HERHIM_HIM
#FertilityGod | placeholder
FertilityGodName = christianity_fertility_god_name
FertilityGodNamePossessive = christianity_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_HE
FertilityGodHerHis = CHARACTER_HERHIS_HIS
FertilityGodHerHim = CHARACTER_HERHIM_HIM
#WealthGod | placeholder
WealthGodName = christianity_wealth_god_name
WealthGodNamePossessive = christianity_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod | placeholder
HouseholdGodName = christianity_household_god_name
HouseholdGodNamePossessive = christianity_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#FateGod | placeholder
FateGodName = christianity_fate_god_name
FateGodNamePossessive = christianity_fate_god_name_possessive
FateGodSheHe = CHARACTER_SHEHE_HE
FateGodHerHis = CHARACTER_HERHIS_HIS
FateGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod | placeholder
KnowledgeGodName = christianity_knowledge_god_name
KnowledgeGodNamePossessive = christianity_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_HE
KnowledgeGodHerHis = CHARACTER_HERHIS_HIS
KnowledgeGodHerHim = CHARACTER_HERHIM_HIM
#WarGod | placeholder
WarGodName = christianity_war_god_name
WarGodNamePossessive = christianity_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#TricksterGod | placeholder
TricksterGodName = christianity_trickster_god_name
TricksterGodNamePossessive = christianity_trickster_god_name_possessive
TricksterGodSheHe = CHARACTER_SHEHE_HE
TricksterGodHerHis = CHARACTER_HERHIS_HIS
TricksterGodHerHim = CHARACTER_HERHIM_HIM
#NightGod | placeholder
NightGodName = christianity_night_god_name
NightGodNamePossessive = christianity_night_god_name_possessive
NightGodSheHe = CHARACTER_SHEHE_HE
NightGodHerHis = CHARACTER_HERHIS_HIS
NightGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod | placeholder
WaterGodName = christianity_water_god_name
WaterGodNamePossessive = christianity_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
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
GoodGodNames = {
christianity_high_god_name
christianity_high_god_name_alternate
chistianity_good_god_jesus
chistianity_good_god_christ
}
DevilName = christianity_devil_name
DevilNamePossessive = christianity_devil_name_possessive
DevilSheHe = CHARACTER_SHEHE_HE
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerselfHimself = CHARACTER_HIMSELF
EvilGodNames = {
christianity_devil_name
christianity_evil_god_lucifer
christianity_evil_god_beelzebub
christianity_evil_god_mephistopheles
}
HouseOfWorship = christianity_house_of_worship
HouseOfWorship2 = christianity_house_of_worship_2
HouseOfWorship3 = christianity_house_of_worship_3
HouseOfWorshipPlural = christianity_house_of_worship_plural
ReligiousSymbol = christianity_religious_symbol
ReligiousSymbol2 = christianity_religious_symbol_2
ReligiousSymbol3 = christianity_religious_symbol_3
ReligiousText = christianity_religious_text
ReligiousText2 = christianity_religious_text_2
ReligiousText3 = christianity_religious_text_3
ReligiousHeadName = christianity_religious_head_title
ReligiousHeadTitleName = christianity_religious_head_title_name
DevoteeMale = christianity_devotee_male
DevoteeMalePlural = christianity_devotee_male_plural
DevoteeFemale = christianity_devotee_female
DevoteeFemalePlural = christianity_devotee_female_plural
DevoteeNeuter = christianity_devotee_neuter
DevoteeNeuterPlural = christianity_devotee_neuter_plural
PriestMale = christianity_priest_male
PriestMalePlural = christianity_priest_male_plural
PriestFemale = christianity_priest_male
PriestFemalePlural = christianity_priest_male_plural
PriestNeuter = christianity_priest_male
PriestNeuterPlural = christianity_priest_male_plural
AltPriestTermPlural = christianity_priest_alternate_plural
BishopMale = christianity_bishop
BishopMalePlural = christianity_bishop_plural
BishopFemale = christianity_bishop
BishopFemalePlural = christianity_bishop_plural
BishopNeuter = christianity_bishop
BishopNeuterPlural = christianity_bishop_plural
DivineRealm = christianity_positive_afterlife
DivineRealm2 = christianity_positive_afterlife_2
DivineRealm3 = christianity_positive_afterlife_3
PositiveAfterLife = christianity_positive_afterlife
PositiveAfterLife2 = christianity_positive_afterlife_2
PositiveAfterLife3 = christianity_positive_afterlife_3
NegativeAfterLife = christianity_negative_afterlife
NegativeAfterLife2 = christianity_negative_afterlife_2
NegativeAfterLife3 = christianity_negative_afterlife_3
DeathDeityName = christianity_death_deity_name
DeathDeityNamePossessive = christianity_death_deity_name_possessive
DeathDeitySheHe = CHARACTER_SHEHE_HE
DeathDeityHerHis = CHARACTER_HERHIS_HIS
DeathDeityHerHim = CHARACTER_HERHIM_HIM
WitchGodName = christianity_witchgodname_the_horned_god
WitchGodNamePossessive = christianity_witchgodname_the_horned_god_possessive
WitchGodHerHis = CHARACTER_HERHIS_HIS
WitchGodSheHe = CHARACTER_SHEHE_HE
WitchGodHerHim = CHARACTER_HERHIM_HIM
WitchGodMistressMaster = master
WitchGodMotherFather = father
GHWName = ghw_crusade
GHWNamePlural = ghw_crusades
}
piety_icon_group = "christian"
faiths = {
anglican_england = {
color = { 140 178 191 }
icon = anglican
# religious_head = k_papal_state
graphical_faith = "catholic_gfx"
#placeholder holy sites
holy_site = london
holy_site = armagh
holy_site = jorvik
holy_site = dublin
holy_site = kent
holy_site = llandrindod
#holy_site = segrada_familia
#Special Tolerance | placeholder
doctrine = special_doctrine_via_media
#Tenets | placeholder
doctrine = against_all_odds
doctrine = for_king_and_country
doctrine = last_knights_of_britain
#Special/virtue | placeholder
doctrine = special_doctrine_english_anglican
holy_order_names = { #placeholder
}
localization = { # placeholder
#FertilityGod
FertilityGodName = west_christian_fertility_god_name
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_SHE
FertilityGodHerHis = CHARACTER_HERHIS_HER
FertilityGodHerHim = CHARACTER_HERHIM_HER
#WealthGod
WealthGodName = west_christian_wealth_god_name
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod
HouseholdGodName = west_christian_household_god_name
HouseholdGodNamePossessive = west_christian_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod
KnowledgeGodName = west_christian_knowledge_god_name
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE
KnowledgeGodHerHis = CHARACTER_HERHIS_HER
KnowledgeGodHerHim = CHARACTER_HERHIM_HER
#WarGod
WarGodName = west_christian_war_god_name
WarGodNamePossessive = west_christian_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod
WaterGodName = west_christian_water_god_name
WaterGodNamePossessive = west_christian_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
WaterGodHerHis = CHARACTER_HERHIS_HIS
WaterGodHerHim = CHARACTER_HERHIM_HIM
}
}
lutheran = {
color = { 51 76 229 }
icon = liturgical
# religious_head = k_papal_state
#placeholder holy sites
holy_site = perth
holy_site = edinburgh
holy_site = london
holy_site = st_andrews
holy_site = belfast
holy_site = leath
#holy_site = segrada_familia
#Special Tolerance | placeholder
doctrine = special_doctrine_established_church
#Tenets | placeholder
doctrine = tenet_adaptive
doctrine = tenet_pentarchy
doctrine = tenet_literalism
holy_order_names = { #placeholder
}
localization = { # placeholder
#FertilityGod
FertilityGodName = west_christian_fertility_god_name
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_SHE
FertilityGodHerHis = CHARACTER_HERHIS_HER
FertilityGodHerHim = CHARACTER_HERHIM_HER
#WealthGod
WealthGodName = west_christian_wealth_god_name
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod
HouseholdGodName = west_christian_household_god_name
HouseholdGodNamePossessive = west_christian_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod
KnowledgeGodName = west_christian_knowledge_god_name
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE
KnowledgeGodHerHis = CHARACTER_HERHIS_HER
KnowledgeGodHerHim = CHARACTER_HERHIM_HER
#WarGod
WarGodName = west_christian_war_god_name
WarGodNamePossessive = west_christian_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod
WaterGodName = west_christian_water_god_name
WaterGodNamePossessive = west_christian_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
WaterGodHerHis = CHARACTER_HERHIS_HIS
WaterGodHerHim = CHARACTER_HERHIM_HIM
}
}
grundtvigian = {
color = { 226 152 164 }
icon = grundtvigian
# religious_head = k_papal_state
#placeholder holy sites
holy_site = perth
holy_site = edinburgh
holy_site = london
holy_site = st_andrews
holy_site = belfast
holy_site = leath
#holy_site = segrada_familia
#Special Tolerance | placeholder
doctrine = special_doctrine_reformation_roots
#Tenets | placeholder
doctrine = tenet_communal_possessions
doctrine = tenet_alexandrian_catechism
doctrine = tenet_ritual_celebrations
holy_order_names = { #placeholder
}
localization = { # placeholder
#FertilityGod
FertilityGodName = west_christian_fertility_god_name
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_SHE
FertilityGodHerHis = CHARACTER_HERHIS_HER
FertilityGodHerHim = CHARACTER_HERHIM_HER
#WealthGod
WealthGodName = west_christian_wealth_god_name
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod
HouseholdGodName = west_christian_household_god_name
HouseholdGodNamePossessive = west_christian_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod
KnowledgeGodName = west_christian_knowledge_god_name
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE
KnowledgeGodHerHis = CHARACTER_HERHIS_HER
KnowledgeGodHerHim = CHARACTER_HERHIM_HER
#WarGod
WarGodName = west_christian_war_god_name
WarGodNamePossessive = west_christian_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod
WaterGodName = west_christian_water_god_name
WaterGodNamePossessive = west_christian_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
WaterGodHerHis = CHARACTER_HERHIS_HIS
WaterGodHerHim = CHARACTER_HERHIM_HIM
}
}
moravian = {
color = { 127 191 255 }
icon = moravian
#placeholder holy sites
holy_site = jerusalem
holy_site = rome
holy_site = cologne
holy_site = santiago
holy_site = kent
#holy_site = segrada_familia
#Special Tolerance | placeholder
doctrine = special_doctrine_reformation_roots
#Tenets | placeholder
doctrine = tenet_catholic_communion
doctrine = tenet_armed_pilgrimages
doctrine = tenet_unrelenting_faith
holy_order_names = { #placeholder
}
localization = { # placeholder
#FertilityGod
FertilityGodName = west_christian_fertility_god_name
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_SHE
FertilityGodHerHis = CHARACTER_HERHIS_HER
FertilityGodHerHim = CHARACTER_HERHIM_HER
#WealthGod
WealthGodName = west_christian_wealth_god_name
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod
HouseholdGodName = west_christian_household_god_name
HouseholdGodNamePossessive = west_christian_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod
KnowledgeGodName = west_christian_knowledge_god_name
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE
KnowledgeGodHerHis = CHARACTER_HERHIS_HER
KnowledgeGodHerHim = CHARACTER_HERHIM_HER
#WarGod
WarGodName = west_christian_war_god_name
WarGodNamePossessive = west_christian_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod
WaterGodName = west_christian_water_god_name
WaterGodNamePossessive = west_christian_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
WaterGodHerHis = CHARACTER_HERHIS_HIS
WaterGodHerHim = CHARACTER_HERHIM_HIM
}
}
utraquist = {
color = { 0.9 0.5 0.4 }
icon = utraquist
graphical_faith = "catholic_gfx"
#placeholder holy sites
holy_site = jerusalem
holy_site = rome
holy_site = cologne
holy_site = santiago
holy_site = kent
#holy_site = segrada_familia
#Special Tolerance | placeholder
doctrine = special_doctrine_radical_reform
#Tenets | placeholder
doctrine = tenet_catholic_communion
doctrine = tenet_armed_pilgrimages
doctrine = tenet_monasticism
holy_order_names = { #placeholder
{ name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" }
{ name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" }
{ name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" }
{ name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" }
{ name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" }
{ name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" }
}
localization = { # placeholder
#FertilityGod
FertilityGodName = west_christian_fertility_god_name
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_SHE
FertilityGodHerHis = CHARACTER_HERHIS_HER
FertilityGodHerHim = CHARACTER_HERHIM_HER
#WealthGod
WealthGodName = west_christian_wealth_god_name
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod
HouseholdGodName = west_christian_household_god_name
HouseholdGodNamePossessive = west_christian_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod
KnowledgeGodName = west_christian_knowledge_god_name
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE
KnowledgeGodHerHis = CHARACTER_HERHIS_HER
KnowledgeGodHerHim = CHARACTER_HERHIM_HER
#WarGod
WarGodName = west_christian_war_god_name
WarGodNamePossessive = west_christian_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod
WaterGodName = west_christian_water_god_name
WaterGodNamePossessive = west_christian_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
WaterGodHerHis = CHARACTER_HERHIS_HIS
WaterGodHerHim = CHARACTER_HERHIM_HIM
}
}
presbyterian = {
color = { 177 224 220 }
icon = presbyterian
# religious_head = k_papal_state
#placeholder holy sites
holy_site = perth
holy_site = edinburgh
holy_site = london
holy_site = standrews
holy_site = belfast
holy_site = leath
#holy_site = segrada_familia
#Special Tolerance | placeholder
doctrine = special_doctrine_reformation_roots
#Tenets | placeholder
doctrine = tenet_aniconism
doctrine = tenet_pastoral_isolation
doctrine = tenet_adaptive
holy_order_names = { #placeholder
}
}
helvetic = {
color = { 127 127 163 }
icon = helvetic
# religious_head = k_papal_state
#placeholder holy sites
holy_site = jerusalem
holy_site = rome
holy_site = cologne
holy_site = santiago
holy_site = kent
#holy_site = segrada_familia
doctrine = doctrine_gender_male_dominated
doctrine = doctrine_clerical_gender_male_only
doctrine = doctrine_pluralism_fundamentalist
doctrine = doctrine_deviancy_crime
doctrine = doctrine_witchcraft_crime
#Special Tolerance | placeholder
doctrine = special_doctrine_radical_reform
#Tenets | placeholder
doctrine = tenet_aniconism
doctrine = tenet_literalism
doctrine = tenet_mendicant_preachers
holy_order_names = { #placeholder
}
}
genevan = {
color = { 203 209 239 }
icon = genevan
# religious_head = k_papal_state
#placeholder holy sites
holy_site = jerusalem
holy_site = rome
holy_site = cologne
holy_site = santiago
holy_site = kent
#holy_site = segrada_familia
#Special Tolerance | placeholder
doctrine = special_doctrine_reformation_roots
#Tenets | placeholder
doctrine = tenet_aniconism
doctrine = tenet_adaptive
doctrine = tenet_pacifism
holy_order_names = { #placeholder
}
}
}
}

View file

@ -0,0 +1,321 @@
resurgentist_religion = {
family = rf_antediluvianist
doctrine = antediluvianist_hostility_doctrine
#Main Group | placeholder
doctrine = doctrine_no_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_righteous
doctrine = doctrine_theocracy_lay_clergy
#Marriage | placeholder
doctrine = doctrine_monogamy
doctrine = doctrine_divorce_allowed
doctrine = doctrine_bastardry_none
doctrine = doctrine_consanguinity_aunt_nephew_and_uncle_niece
#Crimes | placeholder
doctrine = doctrine_homosexuality_shunned
doctrine = doctrine_adultery_men_shunned
doctrine = doctrine_adultery_women_shunned
doctrine = doctrine_kinslaying_close_kin_crime
doctrine = doctrine_deviancy_shunned
doctrine = doctrine_witchcraft_accepted
#Clerical Functions | placeholder
doctrine = doctrine_clerical_function_recruitment
doctrine = doctrine_clerical_gender_either
doctrine = doctrine_clerical_marriage_allowed
doctrine = doctrine_clerical_succession_temporal_fixed_appointment
#Allow pilgrimages | placeholder
doctrine = doctrine_pilgrimage_encouraged
#Funeral tradition | placeholder
doctrine = doctrine_funeral_stoic
#Coronation tradition
doctrine = doctrine_no_anointment
traits = {
virtues = { forgiving compassionate chaste }
sins = { vengeful sadistic lustful }
}
reserved_male_names = { #put witch names here later
Andrew Antoninus Bartolomeus Benedict Christian Christopher Clement Constantine David Demetrius Eustace George Gregory
Hans Isaac Joakim Jacob John Jordan Joseph Laurence Magnus Marcus Martin Matthew Michael Nicholas Patrick Paul Peter Philip
Salvador Samuel Sebastian Simon Stephen Thomas Abraham Alexander Daniel Job Joshua Cyrus Luke Zachariah
}
reserved_female_names = { #put witch names here later
Anna Beatrice Benedicta Brigid Catherine Cecilia Christina Clementia Constance Dorothy Elisabeth Joan Judith Juliana Helen
Magdalena Margaret Maria Marine Patricia Philippa Rachel Sarah Sophia Stephania
}
custom_faith_icons = {
custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s
}
holy_order_names = { #placeholder
{ name = "holy_order_knights_of_the_chalice" }
{ name = "holy_order_order_of_the_holy_communion" }
{ name = "holy_order_knights_of_the_first_gospel" }
{ name = "holy_order_guardians_of_the_shroud" }
{ name = "holy_order_knights_of_the_reliquary" }
{ name = "holy_order_warriors_of_the_cross" }
{ name = "holy_order_christian" coat_of_arms = "ho_christian" }
}
holy_order_maa = { teutonic_knights } #placeholder
localization = {
#HighGod | placeholder
HighGodName = christianity_high_god_name
HighGodName2 = christianity_high_god_name_2
HighGodNamePossessive = christianity_high_god_name_possessive
HighGodNameSheHe = CHARACTER_SHEHE_HE
HighGodHerselfHimself = CHARACTER_HIMSELF
HighGodHerHis = CHARACTER_HERHIS_HIS
HighGodNameAlternate = christianity_high_god_name_alternate
HighGodNameAlternatePossessive = christianity_high_god_name_alternate_possessive
#Creator | placeholder
CreatorName = christianity_creator_god_name
CreatorNamePossessive = christianity_creator_god_name_possessive
CreatorSheHe = CHARACTER_SHEHE_HE
CreatorHerHis = CHARACTER_HERHIS_HIS
CreatorHerHim = CHARACTER_HERHIM_HIM
#HealthGod | placeholder
HealthGodName = christianity_health_god_name
HealthGodNamePossessive = christianity_health_god_name_possessive
HealthGodSheHe = CHARACTER_SHEHE_HE
HealthGodHerHis = CHARACTER_HERHIS_HIS
HealthGodHerHim = CHARACTER_HERHIM_HIM
#FertilityGod | placeholder
FertilityGodName = christianity_fertility_god_name
FertilityGodNamePossessive = christianity_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_HE
FertilityGodHerHis = CHARACTER_HERHIS_HIS
FertilityGodHerHim = CHARACTER_HERHIM_HIM
#WealthGod | placeholder
WealthGodName = christianity_wealth_god_name
WealthGodNamePossessive = christianity_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod | placeholder
HouseholdGodName = christianity_household_god_name
HouseholdGodNamePossessive = christianity_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#FateGod | placeholder
FateGodName = christianity_fate_god_name
FateGodNamePossessive = christianity_fate_god_name_possessive
FateGodSheHe = CHARACTER_SHEHE_HE
FateGodHerHis = CHARACTER_HERHIS_HIS
FateGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod | placeholder
KnowledgeGodName = christianity_knowledge_god_name
KnowledgeGodNamePossessive = christianity_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_HE
KnowledgeGodHerHis = CHARACTER_HERHIS_HIS
KnowledgeGodHerHim = CHARACTER_HERHIM_HIM
#WarGod | placeholder
WarGodName = christianity_war_god_name
WarGodNamePossessive = christianity_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#TricksterGod | placeholder
TricksterGodName = christianity_trickster_god_name
TricksterGodNamePossessive = christianity_trickster_god_name_possessive
TricksterGodSheHe = CHARACTER_SHEHE_HE
TricksterGodHerHis = CHARACTER_HERHIS_HIS
TricksterGodHerHim = CHARACTER_HERHIM_HIM
#NightGod | placeholder
NightGodName = christianity_night_god_name
NightGodNamePossessive = christianity_night_god_name_possessive
NightGodSheHe = CHARACTER_SHEHE_HE
NightGodHerHis = CHARACTER_HERHIS_HIS
NightGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod | placeholder
WaterGodName = christianity_water_god_name
WaterGodNamePossessive = christianity_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
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
GoodGodNames = {
christianity_high_god_name
christianity_high_god_name_alternate
chistianity_good_god_jesus
chistianity_good_god_christ
}
DevilName = christianity_devil_name
DevilNamePossessive = christianity_devil_name_possessive
DevilSheHe = CHARACTER_SHEHE_HE
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerselfHimself = CHARACTER_HIMSELF
EvilGodNames = {
christianity_devil_name
christianity_evil_god_lucifer
christianity_evil_god_beelzebub
christianity_evil_god_mephistopheles
}
HouseOfWorship = christianity_house_of_worship
HouseOfWorship2 = christianity_house_of_worship_2
HouseOfWorship3 = christianity_house_of_worship_3
HouseOfWorshipPlural = christianity_house_of_worship_plural
ReligiousSymbol = christianity_religious_symbol
ReligiousSymbol2 = christianity_religious_symbol_2
ReligiousSymbol3 = christianity_religious_symbol_3
ReligiousText = christianity_religious_text
ReligiousText2 = christianity_religious_text_2
ReligiousText3 = christianity_religious_text_3
ReligiousHeadName = christianity_religious_head_title
ReligiousHeadTitleName = christianity_religious_head_title_name
DevoteeMale = christianity_devotee_male
DevoteeMalePlural = christianity_devotee_male_plural
DevoteeFemale = christianity_devotee_female
DevoteeFemalePlural = christianity_devotee_female_plural
DevoteeNeuter = christianity_devotee_neuter
DevoteeNeuterPlural = christianity_devotee_neuter_plural
PriestMale = christianity_priest_male
PriestMalePlural = christianity_priest_male_plural
PriestFemale = christianity_priest_male
PriestFemalePlural = christianity_priest_male_plural
PriestNeuter = christianity_priest_male
PriestNeuterPlural = christianity_priest_male_plural
AltPriestTermPlural = christianity_priest_alternate_plural
BishopMale = christianity_bishop
BishopMalePlural = christianity_bishop_plural
BishopFemale = christianity_bishop
BishopFemalePlural = christianity_bishop_plural
BishopNeuter = christianity_bishop
BishopNeuterPlural = christianity_bishop_plural
DivineRealm = christianity_positive_afterlife
DivineRealm2 = christianity_positive_afterlife_2
DivineRealm3 = christianity_positive_afterlife_3
PositiveAfterLife = christianity_positive_afterlife
PositiveAfterLife2 = christianity_positive_afterlife_2
PositiveAfterLife3 = christianity_positive_afterlife_3
NegativeAfterLife = christianity_negative_afterlife
NegativeAfterLife2 = christianity_negative_afterlife_2
NegativeAfterLife3 = christianity_negative_afterlife_3
DeathDeityName = christianity_death_deity_name
DeathDeityNamePossessive = christianity_death_deity_name_possessive
DeathDeitySheHe = CHARACTER_SHEHE_HE
DeathDeityHerHis = CHARACTER_HERHIS_HIS
DeathDeityHerHim = CHARACTER_HERHIM_HIM
WitchGodName = christianity_witchgodname_the_horned_god
WitchGodNamePossessive = christianity_witchgodname_the_horned_god_possessive
WitchGodHerHis = CHARACTER_HERHIS_HIS
WitchGodSheHe = CHARACTER_SHEHE_HE
WitchGodHerHim = CHARACTER_HERHIM_HIM
WitchGodMistressMaster = master
WitchGodMotherFather = father
GHWName = ghw_crusade
GHWNamePlural = ghw_crusades
}
piety_icon_group = "christian"
faiths = {
neoclassical = {
color = { 143 53 178 }
icon = neoclassical
# religious_head = k_papal_state
#placeholder holy sites
holy_site = jerusalem
holy_site = rome
holy_site = cologne
holy_site = santiago
holy_site = kent
#holy_site = segrada_familia
#Special Tolerance | placeholder
#Tenets | placeholder
doctrine = tenet_bhakti
doctrine = tenet_ritual_hospitality
doctrine = tenet_pursuit_of_power
holy_order_names = { #placeholder
}
}
humanist = {
color = { 200 225 225 }
icon = humanist
# religious_head = k_papal_state
#placeholder holy sites
holy_site = jerusalem
holy_site = rome
holy_site = cologne
holy_site = santiago
holy_site = kent
#holy_site = segrada_familia
#Special Tolerance | placeholder
#Tenets | placeholder
doctrine = tenet_bhakti
doctrine = tenet_ritual_hospitality
doctrine = tenet_pursuit_of_power
holy_order_names = { #placeholder
}
}
romanofuturist = {
color = { 178 17 31 }
icon = romanofuturist
# religious_head = k_papal_state
#placeholder holy sites
holy_site = jerusalem
holy_site = rome
holy_site = cologne
holy_site = santiago
holy_site = kent
#holy_site = segrada_familia
#Special Tolerance | placeholder
#Tenets | placeholder
doctrine = tenet_warmonger
doctrine = tenet_aniconism
doctrine = tenet_communal_possessions
holy_order_names = { #placeholder
}
}
}
}

View file

@ -0,0 +1,295 @@
sikhism_religion = {
family = rf_eastern
graphical_faith = dharmic_gfx
doctrine = eastern_hostility_doctrine
#Main Group
doctrine = doctrine_no_head
doctrine = doctrine_gender_male_dominated
doctrine = doctrine_pluralism_pluralistic
doctrine = doctrine_theocracy_temporal
#Marriage
doctrine = doctrine_polygamy
doctrine = doctrine_divorce_allowed
doctrine = doctrine_bastardry_none
doctrine = doctrine_consanguinity_restricted
#Crimes
doctrine = doctrine_homosexuality_accepted
doctrine = doctrine_adultery_men_shunned
doctrine = doctrine_adultery_women_shunned
doctrine = doctrine_kinslaying_close_kin_crime
doctrine = doctrine_deviancy_shunned
doctrine = doctrine_witchcraft_accepted
#Clerical Functions
doctrine = doctrine_clerical_function_taxation
doctrine = doctrine_clerical_gender_male_only
doctrine = doctrine_clerical_marriage_allowed
doctrine = doctrine_clerical_succession_temporal_appointment
#Special Doctrine for Eastern Syncretism
doctrine = special_doctrine_is_eastern_faith
#Allow pilgrimages
doctrine = doctrine_pilgrimage_encouraged
#Funeral tradition
doctrine = doctrine_funeral_cremation
#Coronation tradition
doctrine = doctrine_no_anointment
traits = {
virtues = {
temperate
content
honest
}
sins = {
greedy
wrathful
ambitious
}
}
custom_faith_icons = {
custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s
}
holy_order_names = {
{ name = "holy_order_followers_of_arjuna" }
{ name = "holy_order_faith_maharatas" }
{ name = "holy_order_vyuha_of_highgod" }
{ name = "holy_order_vyuha_of_the_temple_of_place" }
{ name = "holy_order_maharatas_of_highgod" }
}
holy_order_maa = { war_elephant }
localization = {
#HighGod
HighGodName = sikh_high_god_name
HighGodNamePossessive = sikh_high_god_name_possessive
HighGodNameSheHe = CHARACTER_SHEHE_HE
HighGodHerselfHimself = CHARACTER_HIMSELF
HighGodHerHis = CHARACTER_HERHIS_HIS
HighGodNameAlternate = sikh_high_god_name_alternate
HighGodNameAlternatePossessive = sikh_high_god_name_alternate_possessive
#Creator
CreatorName = sikh_creator_god_name
CreatorNamePossessive = sikh_creator_god_name_possessive
CreatorSheHe = CHARACTER_SHEHE_HE
CreatorHerHis = CHARACTER_HERHIS_HIS
CreatorHerHim = CHARACTER_HERHIM_HIM
#HealthGod
HealthGodName = sikh_health_god_name
HealthGodNamePossessive = sikh_health_god_name_possessive
HealthGodSheHe = CHARACTER_SHEHE_HE
HealthGodHerHis = CHARACTER_HERHIS_HIS
HealthGodHerHim = CHARACTER_HERHIM_HIM
#FertilityGod
FertilityGodName = sikh_fertility_god_name
FertilityGodNamePossessive = sikh_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_HE
FertilityGodHerHis = CHARACTER_HERHIS_HIS
FertilityGodHerHim = CHARACTER_HERHIM_HIM
#WealthGod
WealthGodName = sikh_wealth_god_name
WealthGodNamePossessive = sikh_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod
HouseholdGodName = sikh_household_god_name
HouseholdGodNamePossessive = sikh_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#FateGod
FateGodName = sikh_fate_god_name
FateGodNamePossessive = sikh_fate_god_name_possessive
FateGodSheHe = CHARACTER_SHEHE_HE
FateGodHerHis = CHARACTER_HERHIS_HIS
FateGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod
KnowledgeGodName = sikh_knowledge_god_name
KnowledgeGodNamePossessive = sikh_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_HE
KnowledgeGodHerHis = CHARACTER_HERHIS_HIS
KnowledgeGodHerHim = CHARACTER_HERHIM_HIM
#WarGod
WarGodName = sikh_war_god_name
WarGodNamePossessive = sikh_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#TricksterGod
TricksterGodName = sikh_trickster_god_name
TricksterGodNamePossessive = sikh_trickster_god_name_possessive
TricksterGodSheHe = CHARACTER_SHEHE_HE
TricksterGodHerHis = CHARACTER_HERHIS_HIS
TricksterGodHerHim = CHARACTER_HERHIM_HIM
#NightGod
NightGodName = sikh_night_god_name
NightGodNamePossessive = sikh_night_god_name_possessive
NightGodSheHe = CHARACTER_SHEHE_HE
NightGodHerHis = CHARACTER_HERHIS_HIS
NightGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod
WaterGodName = sikh_water_god_name
WaterGodNamePossessive = sikh_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
WaterGodHerHis = CHARACTER_HERHIS_HIS
WaterGodHerHim = CHARACTER_HERHIM_HIM
PantheonTerm = sikh_high_god_name
PantheonTermHasHave = pantheon_term_has
GoodGodNames = {
sikh_high_god_name
sikh_high_god_name_alternate
sikh_health_god_name
sikh_fertility_god_name
sikh_fate_god_name
sikh_war_god_name
sikh_household_god_name
sikh_knowledge_god_name
sikh_wealth_god_name
sikh_water_god_name
sikh_night_god_name
}
DevilName = sikh_devil_name
DevilNamePossessive = sikh_devil_name_possessive
DevilSheHe = CHARACTER_SHEHE_HE
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerselfHimself = CHARACTER_HIMSELF
EvilGodNames = {
sikh_devil_name
sikh_trickster_god_name
sikh_witch_god_name
}
HouseOfWorship = sikh_house_of_worship
HouseOfWorshipPlural = sikh_house_of_worship_plural
ReligiousSymbol = sikh_religious_symbol
ReligiousText = sikh_religious_text
ReligiousHeadName = sikh_religious_head_title
ReligiousHeadTitleName = sikh_religious_head_title_name
DevoteeMale = sikh_devotee
DevoteeMalePlural = sikh_devotee_plural
DevoteeFemale = sikh_devotee
DevoteeFemalePlural = sikh_devotee_plural
DevoteeNeuter = sikh_devotee
DevoteeNeuterPlural = sikh_devotee_plural
PriestMale = sikh_priest
PriestMalePlural = sikh_priest_plural
PriestFemale = sikh_priest
PriestFemalePlural = sikh_priest_plural
PriestNeuter = sikh_priest
PriestNeuterPlural = sikh_priest_plural
AltPriestTermPlural = sikh_priest_term_plural
BishopMale = sikh_bishop
BishopMalePlural = sikh_bishop_plural
BishopFemale = sikh_bishop
BishopFemalePlural = sikh_bishop_plural
BishopNeuter = sikh_bishop
BishopNeuterPlural = sikh_bishop_plural
DivineRealm = sikh_divine_realm
PositiveAfterLife = sikh_positive_afterlife
NegativeAfterLife = sikh_negative_afterlife
DeathDeityName = sikh_death_name
DeathDeityNamePossessive = sikh_death_name_possessive
DeathDeitySheHe = CHARACTER_SHEHE_HE
DeathDeityHerHis = CHARACTER_HERHIS_HIS
DeathDeityHerHim = CHARACTER_HERHIM_HIM
WitchGodName = sikh_witch_god_name
WitchGodNamePossessive = sikh_witch_god_name_possessive
WitchGodHerHis = CHARACTER_HERHIS_HIS
WitchGodSheHe = CHARACTER_SHEHE_HE
WitchGodHerHim = CHARACTER_HERHIM_HIM
WitchGodMistressMaster = master
WitchGodMotherFather = father
GHWName = ghw_purification
GHWNamePlural = ghw_purifications
}
faiths = {
amritdhari = {
color = { 1.0 0.0 0.0 }
icon = amritdhari
holy_site = varanasi
holy_site = ayodhya
holy_site = mathura
holy_site = haridwar
holy_site = kanchipuram
holy_site = ujjayini
holy_site = dwarka
doctrine = tenet_reincarnation
doctrine = tenet_bhakti
doctrine = tenet_esotericism
localization = {
HighGodName = vaishnavism_high_god_name
HighGodName2 = vaishnavism_high_god_name_2
HighGodNamePossessive = vaishnavism_high_god_name_possessive
HighGodNameSheHe = CHARACTER_SHEHE_HE
HighGodHerselfHimself = CHARACTER_HIMSELF
HighGodHerHis = CHARACTER_HERHIS_HIS
#WealthGod
WealthGodName = vaishnavism_wealth_god_name
WealthGodNamePossessive = vaishnavism_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_SHE
WealthGodHerHis = CHARACTER_HERHIS_HER
WealthGodHerHim = CHARACTER_HERHIM_HER
#KnowledgeGod
KnowledgeGodName = vaishnavism_knowledge_god_name
KnowledgeGodNamePossessive = vaishnavism_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_HE
KnowledgeGodHerHis = CHARACTER_HERHIS_HIS
KnowledgeGodHerHim = CHARACTER_HERHIM_HIM
#WarGod
WarGodName = vaishnavism_war_god_name
WarGodNamePossessive = vaishnavism_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#TricksterGod
TricksterGodName = vaishnavism_trickster_god_name
TricksterGodNamePossessive = vaishnavism_trickster_god_name_possessive
TricksterGodSheHe = CHARACTER_SHEHE_HE
TricksterGodHerHis = CHARACTER_HERHIS_HIS
TricksterGodHerHim = CHARACTER_HERHIM_HIM
GoodGodNames = {
vaishnavism_high_god_name
hinduism_high_god_name_alternate
hinduism_good_god_brahma
hinduism_good_god_shiva
hinduism_good_god_krishna
hinduism_good_god_shakti
hinduism_good_god_narayana
}
}
}
}
}

View file

@ -0,0 +1,313 @@
theomach = {
family = rf_antediluvianist
graphical_faith = pagan_gfx
doctrine = pagan_hostility_doctrine
#Main Group | placeholder
doctrine = doctrine_temporal_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_righteous
doctrine = doctrine_theocracy_lay_clergy
#Marriage | placeholder
doctrine = doctrine_monogamy
doctrine = doctrine_divorce_allowed
doctrine = doctrine_bastardry_none
doctrine = doctrine_consanguinity_aunt_nephew_and_uncle_niece
#Crimes | placeholder
doctrine = doctrine_homosexuality_accepted
doctrine = doctrine_adultery_men_shunned
doctrine = doctrine_adultery_women_shunned
doctrine = doctrine_kinslaying_shunned
doctrine = doctrine_deviancy_accepted
doctrine = doctrine_witchcraft_shunned
#Clerical Functions | placeholder
doctrine = doctrine_clerical_function_alms_and_pacification
doctrine = doctrine_clerical_gender_either
doctrine = doctrine_clerical_marriage_allowed
doctrine = doctrine_clerical_succession_temporal_appointment
#Allow pilgrimages | placeholder
doctrine = doctrine_pilgrimage_encouraged
#Funeral tradition | placeholder
doctrine = doctrine_funeral_stoic
#Coronation tradition
doctrine = doctrine_no_anointment
traits = {
virtues = { forgiving compassionate chaste }
sins = { vengeful sadistic lustful }
}
reserved_male_names = { #put witch names here later
Andrew Antoninus Bartolomeus Benedict Christian Christopher Clement Constantine David Demetrius Eustace George Gregory
Hans Isaac Joakim Jacob John Jordan Joseph Laurence Magnus Marcus Martin Matthew Michael Nicholas Patrick Paul Peter Philip
Salvador Samuel Sebastian Simon Stephen Thomas Abraham Alexander Daniel Job Joshua Cyrus Luke Zachariah
}
reserved_female_names = { #put witch names here later
Anna Beatrice Benedicta Brigid Catherine Cecilia Christina Clementia Constance Dorothy Elisabeth Joan Judith Juliana Helen
Magdalena Margaret Maria Marine Patricia Philippa Rachel Sarah Sophia Stephania
}
custom_faith_icons = {
custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s
}
holy_order_names = { #placeholder
{ name = "holy_order_knights_of_the_chalice" }
{ name = "holy_order_order_of_the_holy_communion" }
{ name = "holy_order_knights_of_the_first_gospel" }
{ name = "holy_order_guardians_of_the_shroud" }
{ name = "holy_order_knights_of_the_reliquary" }
{ name = "holy_order_warriors_of_the_cross" }
{ name = "holy_order_christian" coat_of_arms = "ho_christian" }
}
holy_order_maa = { teutonic_knights } #placeholder
localization = {
#HighGod | placeholder
HighGodName = europeanist_high_god_name
HighGodName2 = europeanist_high_god_name_2
HighGodNamePossessive = europeanist_high_god_name_possessive
HighGodNameSheHe = CHARACTER_SHEHE_SHE
HighGodHerselfHimself = CHARACTER_HERSELF
HighGodHerHis = CHARACTER_HERHIS_HER
HighGodNameAlternate = europeanist_high_god_name_alternate
HighGodNameAlternatePossessive = europeanist_high_god_name_alternate_possessive
#Creator | placeholder
CreatorName = europeanist_creator_god_name
CreatorNamePossessive = europeanist_creator_god_name_possessive
CreatorSheHe = CHARACTER_SHEHE_SHE
CreatorHerHis = CHARACTER_HERHIS_HER
CreatorHerHim = CHARACTER_HERHIM_HER
#HealthGod | placeholder
HealthGodName = europeanist_health_god_name
HealthGodNamePossessive = europeanist_health_god_name_possessive
HealthGodSheHe = CHARACTER_SHEHE_SHE
HealthGodHerHis = CHARACTER_HERHIS_HER
HealthGodHerHim = CHARACTER_HERHIM_HER
#FertilityGod | placeholder
FertilityGodName = europeanist_fertility_god_name
FertilityGodNamePossessive = europeanist_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_SHE
FertilityGodHerHis = CHARACTER_HERHIS_HER
FertilityGodHerHim = CHARACTER_HERHIM_HER
#WealthGod | placeholder
WealthGodName = europeanist_wealth_god_name
WealthGodNamePossessive = europeanist_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod | placeholder
HouseholdGodName = europeanist_household_god_name
HouseholdGodNamePossessive = europeanist_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_SHE
HouseholdGodHerHis = CHARACTER_HERHIS_HER
HouseholdGodHerHim = CHARACTER_HERHIM_HER
#FateGod | placeholder
FateGodName = europeanist_fate_god_name
FateGodNamePossessive = europeanist_fate_god_name_possessive
FateGodSheHe = CHARACTER_SHEHE_HE
FateGodHerHis = CHARACTER_HERHIS_HIS
FateGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod | placeholder
KnowledgeGodName = europeanist_knowledge_god_name
KnowledgeGodNamePossessive = europeanist_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_HE
KnowledgeGodHerHis = CHARACTER_HERHIS_HIS
KnowledgeGodHerHim = CHARACTER_HERHIM_HIM
#WarGod | placeholder
WarGodName = europeanist_war_god_name
WarGodNamePossessive = europeanist_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#TricksterGod | placeholder
TricksterGodName = europeanist_trickster_god_name
TricksterGodNamePossessive = europeanist_trickster_god_name_possessive
TricksterGodSheHe = CHARACTER_SHEHE_HE
TricksterGodHerHis = CHARACTER_HERHIS_HIS
TricksterGodHerHim = CHARACTER_HERHIM_HIM
#NightGod | placeholder
NightGodName = europeanist_night_god_name
NightGodNamePossessive = europeanist_night_god_name_possessive
NightGodSheHe = CHARACTER_SHEHE_HE
NightGodHerHis = CHARACTER_HERHIS_HIS
NightGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod | placeholder
WaterGodName = europeanist_water_god_name
WaterGodNamePossessive = europeanist_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
WaterGodHerHis = CHARACTER_HERHIS_HIS
WaterGodHerHim = CHARACTER_HERHIM_HIM
PantheonTerm = europeanist_high_god_name
PantheonTermHasHave = pantheon_term_has
GoodGodNames = {
europeanist_high_god_name
europeanist_high_god_name_alternate
europeanist_water_god_name
europeanist_war_god_name
europeanist_trickster_god_name
europeanist_witch_god_name
europeanist_fate_god_name
europeanist_health_god_name
europeanist_wealth_god_name
}
DevilName = europeanist_devil_name
DevilNamePossessive = europeanist_devil_name_possessive
DevilSheHe = CHARACTER_SHEHE_HE
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerselfHimself = CHARACTER_HIMSELF
EvilGodNames = {
europeanist_devil_name
}
HouseOfWorship = europeanist_house_of_worship
HouseOfWorshipPlural = europeanist_house_of_worship_plural
ReligiousSymbol = europeanist_religious_symbol
ReligiousText = europeanist_religious_text
ReligiousHeadName = europeanist_religious_head_title
ReligiousHeadTitleName = europeanist_religious_head_title_name
DevoteeMale = europeanist_devotee
DevoteeMalePlural = europeanist_devotee_plural
DevoteeFemale = europeanist_devotee
DevoteeFemalePlural = europeanist_devotee_plural
DevoteeNeuter = europeanist_devotee
DevoteeNeuterPlural = europeanist_devotee_plural
PriestMale = europeanist_priest
PriestMalePlural = europeanist_priest_plural
PriestFemale = europeanist_priest
PriestFemalePlural = europeanist_priest_plural
PriestNeuter = europeanist_priest
PriestNeuterPlural = europeanist_priest_plural
AltPriestTermPlural = europeanist_priest_plural
BishopMale = europeanist_bishop
BishopMalePlural = europeanist_bishop_plural
BishopFemale = europeanist_bishop
BishopFemalePlural = europeanist_bishop_plural
BishopNeuter = europeanist_bishop
BishopNeuterPlural = europeanist_bishop_plural
DivineRealm = europeanist_positive_afterlife
PositiveAfterLife = europeanist_positive_afterlife
NegativeAfterLife = europeanist_negative_afterlife
DeathDeityName = europeanist_death_deity_name
DeathDeityNamePossessive = europeanist_death_deity_name_possessive
DeathDeitySheHe = CHARACTER_SHEHE_HE
DeathDeityHerHis = CHARACTER_HERHIS_HIS
DeathDeityHerHim = CHARACTER_HERHIM_HIM
WitchGodName = europeanist_witch_god_name
WitchGodNamePossessive = europeanist_witch_god_name_possessive
WitchGodHerHis = CHARACTER_HERHIS_HIS
WitchGodSheHe = CHARACTER_SHEHE_HE
WitchGodHerHim = CHARACTER_HERHIM_HIM
WitchGodMistressMaster = master
WitchGodMotherFather = father
GHWName = ghw_crusade
GHWNamePlural = ghw_crusades
}
piety_icon_group = "christian"
faiths = {
megalocratic = {
color = { 32 53 160 }
icon = megalocratic
# religious_head = k_papal_state
#placeholder holy sites
holy_site = maastricht
holy_site = rome_concord
holy_site = strassburg
holy_site = frankfurt
holy_site = brussels
holy_site = luxembourg
#holy_site = segrada_familia
#Special Tolerance | placeholder
#Tenets | placeholder
doctrine = tenet_religious_legal_pronouncements
doctrine = tenet_literalism
doctrine = tenet_pursuit_of_power
holy_order_names = { #placeholder
}
}
diadochic = {
color = { 30 118 153 }
icon = diadochic
# religious_head = k_papal_state
#placeholder holy sites
holy_site = maastricht
holy_site = rome_concord
holy_site = strassburg
holy_site = frankfurt
holy_site = brussels
holy_site = luxembourg
#holy_site = segrada_familia
#Special Tolerance | placeholder
#Tenets | placeholder
doctrine = tenet_religious_legal_pronouncements
doctrine = tenet_literalism
doctrine = tenet_pursuit_of_power
holy_order_names = { #placeholder
}
}
monadic = {
color = { 80 71 178 }
icon = monadic
# religious_head = k_papal_state
#placeholder holy sites
holy_site = maastricht
holy_site = rome_concord
holy_site = strassburg
holy_site = frankfurt
holy_site = brussels
holy_site = luxembourg
#holy_site = segrada_familia
#Special Tolerance | placeholder
#Tenets | placeholder
doctrine = tenet_religious_legal_pronouncements
doctrine = tenet_literalism
doctrine = tenet_pursuit_of_power
holy_order_names = { #placeholder
}
}
}
}

View file

@ -0,0 +1,391 @@
tsarist_religion = {
family = rf_antediluvianist
doctrine_background_icon = core_tenet_banner_christian.dds
doctrine = antediluvianist_hostility_doctrine
#Main Group | placeholder
doctrine = doctrine_temporal_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_righteous
doctrine = doctrine_theocracy_lay_clergy
#Marriage | placeholder
doctrine = doctrine_monogamy
doctrine = doctrine_divorce_approval
doctrine = doctrine_bastardry_legitimization
doctrine = doctrine_consanguinity_restricted
#Crimes | placeholder
doctrine = doctrine_homosexuality_shunned
doctrine = doctrine_adultery_men_shunned
doctrine = doctrine_adultery_women_crime
doctrine = doctrine_kinslaying_close_kin_crime
doctrine = doctrine_deviancy_crime
doctrine = doctrine_witchcraft_crime
#Clerical Functions | placeholder
doctrine = doctrine_clerical_function_taxation
doctrine = doctrine_clerical_gender_male_only
doctrine = doctrine_clerical_marriage_disallowed
doctrine = doctrine_clerical_succession_spiritual_fixed_appointment
#Allow pilgrimages | placeholder
doctrine = doctrine_pilgrimage_encouraged
#Funeral tradition | placeholder
doctrine = doctrine_funeral_stoic
#Coronation tradition
doctrine = doctrine_no_anointment
traits = {
virtues = { forgiving compassionate chaste }
sins = { vengeful sadistic lustful }
}
reserved_male_names = { #these might be alright?
Andrew Antoninus Bartolomeus Benedict Christian Christopher Clement Constantine David Demetrius Eustace George Gregory
Hans Isaac Joakim Jacob John Jordan Joseph Laurence Magnus Marcus Martin Matthew Michael Nicholas Patrick Paul Peter Philip
Salvador Samuel Sebastian Simon Stephen Thomas Abraham Alexander Daniel Job Joshua Cyrus Luke Zachariah
}
reserved_female_names = { #these might be alright?
Anna Beatrice Benedicta Brigid Catherine Cecilia Christina Clementia Constance Dorothy Elisabeth Joan Judith Juliana Helen
Magdalena Margaret Maria Marine Patricia Philippa Rachel Sarah Sophia Stephania
}
custom_faith_icons = {
custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s
}
holy_order_names = { #placeholder
{ name = "holy_order_knights_of_the_chalice" }
{ name = "holy_order_order_of_the_holy_communion" }
{ name = "holy_order_knights_of_the_first_gospel" }
{ name = "holy_order_guardians_of_the_shroud" }
{ name = "holy_order_knights_of_the_reliquary" }
{ name = "holy_order_warriors_of_the_cross" }
{ name = "holy_order_christian" coat_of_arms = "ho_christian" }
}
holy_order_maa = { teutonic_knights } #placeholder
localization = {
#HighGod | placeholder
HighGodName = christianity_high_god_name
HighGodName2 = christianity_high_god_name_2
HighGodNamePossessive = christianity_high_god_name_possessive
HighGodNameSheHe = CHARACTER_SHEHE_HE
HighGodHerselfHimself = CHARACTER_HIMSELF
HighGodHerHis = CHARACTER_HERHIS_HIS
HighGodNameAlternate = christianity_high_god_name_alternate
HighGodNameAlternatePossessive = christianity_high_god_name_alternate_possessive
#Creator | placeholder
CreatorName = christianity_creator_god_name
CreatorNamePossessive = christianity_creator_god_name_possessive
CreatorSheHe = CHARACTER_SHEHE_HE
CreatorHerHis = CHARACTER_HERHIS_HIS
CreatorHerHim = CHARACTER_HERHIM_HIM
#HealthGod | placeholder
HealthGodName = christianity_health_god_name
HealthGodNamePossessive = christianity_health_god_name_possessive
HealthGodSheHe = CHARACTER_SHEHE_HE
HealthGodHerHis = CHARACTER_HERHIS_HIS
HealthGodHerHim = CHARACTER_HERHIM_HIM
#FertilityGod | placeholder
FertilityGodName = christianity_fertility_god_name
FertilityGodNamePossessive = christianity_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_HE
FertilityGodHerHis = CHARACTER_HERHIS_HIS
FertilityGodHerHim = CHARACTER_HERHIM_HIM
#WealthGod | placeholder
WealthGodName = christianity_wealth_god_name
WealthGodNamePossessive = christianity_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod | placeholder
HouseholdGodName = christianity_household_god_name
HouseholdGodNamePossessive = christianity_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#FateGod | placeholder
FateGodName = christianity_fate_god_name
FateGodNamePossessive = christianity_fate_god_name_possessive
FateGodSheHe = CHARACTER_SHEHE_HE
FateGodHerHis = CHARACTER_HERHIS_HIS
FateGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod | placeholder
KnowledgeGodName = christianity_knowledge_god_name
KnowledgeGodNamePossessive = christianity_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_HE
KnowledgeGodHerHis = CHARACTER_HERHIS_HIS
KnowledgeGodHerHim = CHARACTER_HERHIM_HIM
#WarGod | placeholder
WarGodName = christianity_war_god_name
WarGodNamePossessive = christianity_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#TricksterGod | placeholder
TricksterGodName = christianity_trickster_god_name
TricksterGodNamePossessive = christianity_trickster_god_name_possessive
TricksterGodSheHe = CHARACTER_SHEHE_HE
TricksterGodHerHis = CHARACTER_HERHIS_HIS
TricksterGodHerHim = CHARACTER_HERHIM_HIM
#NightGod | placeholder
NightGodName = christianity_night_god_name
NightGodNamePossessive = christianity_night_god_name_possessive
NightGodSheHe = CHARACTER_SHEHE_HE
NightGodHerHis = CHARACTER_HERHIS_HIS
NightGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod | placeholder
WaterGodName = christianity_water_god_name
WaterGodNamePossessive = christianity_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
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
GoodGodNames = {
christianity_high_god_name
christianity_high_god_name_alternate
chistianity_good_god_jesus
chistianity_good_god_christ
}
DevilName = christianity_devil_name
DevilNamePossessive = christianity_devil_name_possessive
DevilSheHe = CHARACTER_SHEHE_HE
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerselfHimself = CHARACTER_HIMSELF
EvilGodNames = {
christianity_devil_name
christianity_evil_god_lucifer
christianity_evil_god_beelzebub
christianity_evil_god_mephistopheles
}
HouseOfWorship = christianity_house_of_worship
HouseOfWorship2 = christianity_house_of_worship_2
HouseOfWorship3 = christianity_house_of_worship_3
HouseOfWorshipPlural = christianity_house_of_worship_plural
ReligiousSymbol = christianity_religious_symbol
ReligiousSymbol2 = christianity_religious_symbol_2
ReligiousSymbol3 = christianity_religious_symbol_3
ReligiousText = christianity_religious_text
ReligiousText2 = christianity_religious_text_2
ReligiousText3 = christianity_religious_text_3
ReligiousHeadName = christianity_religious_head_title
ReligiousHeadTitleName = christianity_religious_head_title_name
DevoteeMale = christianity_devotee_male
DevoteeMalePlural = christianity_devotee_male_plural
DevoteeFemale = christianity_devotee_female
DevoteeFemalePlural = christianity_devotee_female_plural
DevoteeNeuter = christianity_devotee_neuter
DevoteeNeuterPlural = christianity_devotee_neuter_plural
PriestMale = christianity_priest_male
PriestMalePlural = christianity_priest_male_plural
PriestFemale = christianity_priest_male
PriestFemalePlural = christianity_priest_male_plural
PriestNeuter = christianity_priest_male
PriestNeuterPlural = christianity_priest_male_plural
AltPriestTermPlural = christianity_priest_alternate_plural
BishopMale = christianity_bishop
BishopMalePlural = christianity_bishop_plural
BishopFemale = christianity_bishop
BishopFemalePlural = christianity_bishop_plural
BishopNeuter = christianity_bishop
BishopNeuterPlural = christianity_bishop_plural
DivineRealm = christianity_positive_afterlife
DivineRealm2 = christianity_positive_afterlife_2
DivineRealm3 = christianity_positive_afterlife_3
PositiveAfterLife = christianity_positive_afterlife
PositiveAfterLife2 = christianity_positive_afterlife_2
PositiveAfterLife3 = christianity_positive_afterlife_3
NegativeAfterLife = christianity_negative_afterlife
NegativeAfterLife2 = christianity_negative_afterlife_2
NegativeAfterLife3 = christianity_negative_afterlife_3
DeathDeityName = christianity_death_deity_name
DeathDeityNamePossessive = christianity_death_deity_name_possessive
DeathDeitySheHe = CHARACTER_SHEHE_HE
DeathDeityHerHis = CHARACTER_HERHIS_HIS
DeathDeityHerHim = CHARACTER_HERHIM_HIM
WitchGodName = christianity_witchgodname_the_horned_god
WitchGodNamePossessive = christianity_witchgodname_the_horned_god_possessive
WitchGodHerHis = CHARACTER_HERHIS_HIS
WitchGodSheHe = CHARACTER_SHEHE_HE
WitchGodHerHim = CHARACTER_HERHIM_HIM
WitchGodMistressMaster = master
WitchGodMotherFather = father
GHWName = ghw_crusade
GHWNamePlural = ghw_crusades
}
piety_icon_group = "christian"
faiths = {
third_covenant = {
color = { 255 210 76 }
icon = tsarist
holy_site = jerusalem
holy_site = constantinople
holy_site = rome
holy_site = alexandria
holy_site = antioch
#Special Tolerance
#Tenets
doctrine = tenet_religious_legal_pronouncements
doctrine = tenet_pursuit_of_power
doctrine = tenet_ancestor_worship
doctrine = doctrine_spiritual_head
holy_order_names = {
{ name = "holy_order_brotherhood_of_the_holy_sepulchre" }
{ name = "holy_order_knights_of_the_first_patrirchate" }
{ name = "holy_order_order_of_the_holy_virgin" }
}
localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox
#FertilityGod
FertilityGodName = west_christian_fertility_god_name
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_SHE
FertilityGodHerHis = CHARACTER_HERHIS_HER
FertilityGodHerHim = CHARACTER_HERHIM_HER
#WealthGod
WealthGodName = west_christian_wealth_god_name
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod
HouseholdGodName = west_christian_household_god_name
HouseholdGodNamePossessive = west_christian_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod
KnowledgeGodName = west_christian_knowledge_god_name
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE
KnowledgeGodHerHis = CHARACTER_HERHIS_HER
KnowledgeGodHerHim = CHARACTER_HERHIM_HER
#WarGod
WarGodName = west_christian_war_god_name
WarGodNamePossessive = west_christian_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod
WaterGodName = west_christian_water_god_name
WaterGodNamePossessive = west_christian_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
WaterGodHerHis = CHARACTER_HERHIS_HIS
WaterGodHerHim = CHARACTER_HERHIM_HIM
# Patriarchs instead of Popes
ReligiousHeadName = orthodox_religious_head_title
ReligiousHeadTitleName = orthodox_religious_head_title_name
}
}
stalinist = {
color = { 178 14 0 }
icon = stalinist
holy_site = jerusalem
holy_site = constantinople
holy_site = rome
holy_site = alexandria
holy_site = antioch
#Special Tolerance
doctrine = doctrine_pluralism_fundamentalist
#Tenets
doctrine = tenet_ritual_cannibalism
doctrine = tenet_gnosticism
doctrine = tenet_pursuit_of_power
holy_order_names = {
{ name = "holy_order_brotherhood_of_the_holy_sepulchre" }
{ name = "holy_order_knights_of_the_first_patrirchate" }
{ name = "holy_order_order_of_the_holy_virgin" }
}
localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox
#FertilityGod
FertilityGodName = west_christian_fertility_god_name
FertilityGodNamePossessive = west_christian_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_SHE
FertilityGodHerHis = CHARACTER_HERHIS_HER
FertilityGodHerHim = CHARACTER_HERHIM_HER
#WealthGod
WealthGodName = west_christian_wealth_god_name
WealthGodNamePossessive = west_christian_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod
HouseholdGodName = west_christian_household_god_name
HouseholdGodNamePossessive = west_christian_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod
KnowledgeGodName = west_christian_knowledge_god_name
KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_SHE
KnowledgeGodHerHis = CHARACTER_HERHIS_HER
KnowledgeGodHerHim = CHARACTER_HERHIM_HER
#WarGod
WarGodName = west_christian_war_god_name
WarGodNamePossessive = west_christian_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod
WaterGodName = west_christian_water_god_name
WaterGodNamePossessive = west_christian_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
WaterGodHerHis = CHARACTER_HERHIS_HIS
WaterGodHerHim = CHARACTER_HERHIM_HIM
# Patriarchs instead of Popes
ReligiousHeadName = orthodox_religious_head_title
ReligiousHeadTitleName = orthodox_religious_head_title_name
}
}
}
}

View file

@ -0,0 +1,254 @@
xenology_religion = {
family = rf_antediluvianist
doctrine = antediluvianist_hostility_doctrine
#Main Group | placeholder
doctrine = doctrine_spiritual_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_pluralistic
doctrine = doctrine_theocracy_lay_clergy
#Marriage | placeholder
doctrine = doctrine_concubines
doctrine = doctrine_divorce_allowed
doctrine = doctrine_bastardry_none
doctrine = doctrine_consanguinity_aunt_nephew_and_uncle_niece
#Crimes | placeholder
doctrine = doctrine_homosexuality_accepted
doctrine = doctrine_adultery_men_accepted
doctrine = doctrine_adultery_women_accepted
doctrine = doctrine_kinslaying_shunned
doctrine = doctrine_deviancy_virtuous
doctrine = doctrine_witchcraft_virtuous
#Clerical Functions | placeholder
doctrine = doctrine_clerical_function_alms_and_pacification
doctrine = doctrine_clerical_gender_either
doctrine = doctrine_clerical_marriage_allowed
doctrine = doctrine_clerical_succession_temporal_appointment
#Allow pilgrimages | placeholder
doctrine = doctrine_pilgrimage_forbidden
#Funeral tradition | placeholder
doctrine = doctrine_funeral_stoic
#Coronation tradition
doctrine = doctrine_no_anointment
traits = {
virtues = { forgiving compassionate lustful }
sins = { vengeful sadistic chaste }
}
reserved_male_names = { #put witch names here later
Andrew Antoninus Bartolomeus Benedict Christian Christopher Clement Constantine David Demetrius Eustace George Gregory
Hans Isaac Joakim Jacob John Jordan Joseph Laurence Magnus Marcus Martin Matthew Michael Nicholas Patrick Paul Peter Philip
Salvador Samuel Sebastian Simon Stephen Thomas Abraham Alexander Daniel Job Joshua Cyrus Luke Zachariah
}
reserved_female_names = { #put witch names here later
Anna Beatrice Benedicta Brigid Catherine Cecilia Christina Clementia Constance Dorothy Elisabeth Joan Judith Juliana Helen
Magdalena Margaret Maria Marine Patricia Philippa Rachel Sarah Sophia Stephania
}
custom_faith_icons = {
custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s
}
holy_order_names = { #placeholder
{ name = "holy_order_knights_of_the_chalice" }
{ name = "holy_order_order_of_the_holy_communion" }
{ name = "holy_order_knights_of_the_first_gospel" }
{ name = "holy_order_guardians_of_the_shroud" }
{ name = "holy_order_knights_of_the_reliquary" }
{ name = "holy_order_warriors_of_the_cross" }
{ name = "holy_order_christian" coat_of_arms = "ho_christian" }
}
holy_order_maa = { teutonic_knights } #placeholder
piety_icon_group = "christian"
faiths = {
raelian = {
color = { 0 0 100 }
icon = raelian
# religious_head = k_papal_state
#placeholder holy sites
holy_site = maastricht
holy_site = rome_concord
holy_site = strassburg
holy_site = frankfurt
holy_site = brussels
holy_site = luxembourg
#holy_site = segrada_familia
#Special Tolerance | placeholder
#Tenets | placeholder
doctrine = tenet_carnal_exaltation
doctrine = tenet_polyamory
doctrine = tenet_astrology
holy_order_names = { #placeholder
}
localization = {
#HighGod | placeholder
HighGodName = raelian_high_god_name
HighGodNamePossessive = raelian_high_god_name_possessive
HighGodNameSheHe = CHARACTER_SHEHE_HE
HighGodHerselfHimself = CHARACTER_HIMSELF
HighGodHerHis = CHARACTER_HERHIS_HIS
HighGodNameAlternate = raelian_high_god_name_alternate
HighGodNameAlternatePossessive = raelian_high_god_name_alternate_possessive
#Creator | placeholder
CreatorName = raelian_creator_god_name
CreatorNamePossessive = raelian_creator_god_name_possessive
CreatorSheHe = CHARACTER_SHEHE_HE
CreatorHerHis = CHARACTER_HERHIS_HIS
CreatorHerHim = CHARACTER_HERHIM_HIM
#HealthGod | placeholder
HealthGodName = raelian_health_god_name
HealthGodNamePossessive = raelian_health_god_name_possessive
HealthGodSheHe = CHARACTER_SHEHE_HE
HealthGodHerHis = CHARACTER_HERHIS_HIS
HealthGodHerHim = CHARACTER_HERHIM_HIM
#FertilityGod | placeholder
FertilityGodName = raelian_fertility_god_name
FertilityGodNamePossessive = raelian_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_HE
FertilityGodHerHis = CHARACTER_HERHIS_HIS
FertilityGodHerHim = CHARACTER_HERHIM_HIM
#WealthGod | placeholder
WealthGodName = raelian_wealth_god_name
WealthGodNamePossessive = raelian_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod | placeholder
HouseholdGodName = raelian_household_god_name
HouseholdGodNamePossessive = raelian_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_HE
HouseholdGodHerHis = CHARACTER_HERHIS_HIS
HouseholdGodHerHim = CHARACTER_HERHIM_HIM
#FateGod | placeholder
FateGodName = raelian_fate_god_name
FateGodNamePossessive = raelian_fate_god_name_possessive
FateGodSheHe = CHARACTER_SHEHE_HE
FateGodHerHis = CHARACTER_HERHIS_HIS
FateGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod | placeholder
KnowledgeGodName = raelian_knowledge_god_name
KnowledgeGodNamePossessive = raelian_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_HE
KnowledgeGodHerHis = CHARACTER_HERHIS_HIS
KnowledgeGodHerHim = CHARACTER_HERHIM_HIM
#WarGod | placeholder
WarGodName = raelian_war_god_name
WarGodNamePossessive = raelian_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#TricksterGod | placeholder
TricksterGodName = raelian_trickster_god_name
TricksterGodNamePossessive = raelian_trickster_god_name_possessive
TricksterGodSheHe = CHARACTER_SHEHE_HE
TricksterGodHerHis = CHARACTER_HERHIS_HIS
TricksterGodHerHim = CHARACTER_HERHIM_HIM
#NightGod | placeholder
NightGodName = raelian_night_god_name
NightGodNamePossessive = raelian_night_god_name_possessive
NightGodSheHe = CHARACTER_SHEHE_HE
NightGodHerHis = CHARACTER_HERHIS_HIS
NightGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod | placeholder
WaterGodName = raelian_water_god_name
WaterGodNamePossessive = raelian_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
WaterGodHerHis = CHARACTER_HERHIS_HIS
WaterGodHerHim = CHARACTER_HERHIM_HIM
PantheonTerm = raelian_pantheon_name
PantheonTermHasHave = pantheon_term_have
GoodGodNames = {
raelian_high_god_name
raelian_high_god_name_alternate
raelian_creator_god_name
raelian_health_god_name
raelian_wealth_god_name
raelian_fate_god_name
raelian_knowledge_god_name
}
DevilName = raelian_devil_name
DevilNamePossessive = raelian_devil_name_possessive
DevilSheHe = CHARACTER_SHEHE_HE
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerselfHimself = CHARACTER_HIMSELF
EvilGodNames = {
raelian_devil_name
raelian_witch_god_name
}
HouseOfWorship = raelian_house_of_worship
HouseOfWorshipPlural = raelian_house_of_worship_plural
ReligiousSymbol = raelian_religious_symbol
ReligiousText = raelian_religious_text
ReligiousHeadName = raelian_religious_head_title
ReligiousHeadTitleName = raelian_religious_head_title_name
DevoteeMale = raelian_devotee
DevoteeMalePlural = raelian_devotee_plural
DevoteeFemale = raelian_devotee
DevoteeFemalePlural = raelian_devotee_plural
DevoteeNeuter = raelian_devotee
DevoteeNeuterPlural = raelian_devotee_plural
PriestMale = raelian_priest
PriestMalePlural = raelian_priest_plural
PriestFemale = raelian_priest
PriestFemalePlural = raelian_priest_plural
PriestNeuter = raelian_priest
PriestNeuterPlural = raelian_priest_plural
BishopMale = raelian_bishop
BishopMalePlural = raelian_bishop_plural
BishopFemale = raelian_bishop
BishopFemalePlural = raelian_bishop_plural
BishopNeuter = raelian_bishop
BishopNeuterPlural = raelian_bishop_plural
DivineRealm = raelian_positive_afterlife
PositiveAfterLife = raelian_positive_afterlife
NegativeAfterLife = raelian_negative_afterlife
DeathDeityName = raelian_death_deity_name
DeathDeityNamePossessive = raelian_death_deity_name_possessive
DeathDeitySheHe = CHARACTER_SHEHE_HE
DeathDeityHerHis = CHARACTER_HERHIS_HIS
DeathDeityHerHim = CHARACTER_HERHIM_HIM
WitchGodName = raelian_witch_god_name
WitchGodNamePossessive = raelian_witch_god_name_possessive
WitchGodHerHis = CHARACTER_HERHIS_HIS
WitchGodSheHe = CHARACTER_SHEHE_HE
WitchGodHerHim = CHARACTER_HERHIM_HIM
WitchGodMistressMaster = master
WitchGodMotherFather = father
GHWName = ghw_crusade
GHWNamePlural = ghw_crusades
}
}
}
}

View file

@ -0,0 +1,286 @@
yugoslavic_religion = {
family = rf_antediluvianist
doctrine = pagan_hostility_doctrine
#Main Group | placeholder
doctrine = doctrine_spiritual_head
doctrine = doctrine_gender_equal
doctrine = doctrine_pluralism_righteous
doctrine = doctrine_theocracy_lay_clergy
#Marriage | placeholder
doctrine = doctrine_monogamy
doctrine = doctrine_divorce_allowed
doctrine = doctrine_bastardry_none
doctrine = doctrine_consanguinity_aunt_nephew_and_uncle_niece
#Crimes | placeholder
doctrine = doctrine_homosexuality_accepted
doctrine = doctrine_adultery_men_shunned
doctrine = doctrine_adultery_women_shunned
doctrine = doctrine_kinslaying_shunned
doctrine = doctrine_deviancy_accepted
doctrine = doctrine_witchcraft_shunned
#Clerical Functions | placeholder
doctrine = doctrine_clerical_function_alms_and_pacification
doctrine = doctrine_clerical_gender_either
doctrine = doctrine_clerical_marriage_allowed
doctrine = doctrine_clerical_succession_temporal_appointment
#Allow pilgrimages | placeholder
doctrine = doctrine_pilgrimage_encouraged
#Funeral tradition | placeholder
doctrine = doctrine_funeral_stoic
#Coronation tradition
doctrine = doctrine_no_anointment
traits = {
virtues = { forgiving compassionate chaste }
sins = { vengeful sadistic lustful }
}
reserved_male_names = { #put witch names here later
Andrew Antoninus Bartolomeus Benedict Christian Christopher Clement Constantine David Demetrius Eustace George Gregory
Hans Isaac Joakim Jacob John Jordan Joseph Laurence Magnus Marcus Martin Matthew Michael Nicholas Patrick Paul Peter Philip
Salvador Samuel Sebastian Simon Stephen Thomas Abraham Alexander Daniel Job Joshua Cyrus Luke Zachariah
}
reserved_female_names = { #put witch names here later
Anna Beatrice Benedicta Brigid Catherine Cecilia Christina Clementia Constance Dorothy Elisabeth Joan Judith Juliana Helen
Magdalena Margaret Maria Marine Patricia Philippa Rachel Sarah Sophia Stephania
}
custom_faith_icons = {
custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s
}
holy_order_names = { #placeholder
{ name = "holy_order_knights_of_the_chalice" }
{ name = "holy_order_order_of_the_holy_communion" }
{ name = "holy_order_knights_of_the_first_gospel" }
{ name = "holy_order_guardians_of_the_shroud" }
{ name = "holy_order_knights_of_the_reliquary" }
{ name = "holy_order_warriors_of_the_cross" }
{ name = "holy_order_christian" coat_of_arms = "ho_christian" }
}
holy_order_maa = { teutonic_knights } #placeholder
localization = {
#HighGod | placeholder
HighGodName = europeanist_high_god_name
HighGodName2 = europeanist_high_god_name_2
HighGodNamePossessive = europeanist_high_god_name_possessive
HighGodNameSheHe = CHARACTER_SHEHE_SHE
HighGodHerselfHimself = CHARACTER_HERSELF
HighGodHerHis = CHARACTER_HERHIS_HER
HighGodNameAlternate = europeanist_high_god_name_alternate
HighGodNameAlternatePossessive = europeanist_high_god_name_alternate_possessive
#Creator | placeholder
CreatorName = europeanist_creator_god_name
CreatorNamePossessive = europeanist_creator_god_name_possessive
CreatorSheHe = CHARACTER_SHEHE_SHE
CreatorHerHis = CHARACTER_HERHIS_HER
CreatorHerHim = CHARACTER_HERHIM_HER
#HealthGod | placeholder
HealthGodName = europeanist_health_god_name
HealthGodNamePossessive = europeanist_health_god_name_possessive
HealthGodSheHe = CHARACTER_SHEHE_SHE
HealthGodHerHis = CHARACTER_HERHIS_HER
HealthGodHerHim = CHARACTER_HERHIM_HER
#FertilityGod | placeholder
FertilityGodName = europeanist_fertility_god_name
FertilityGodNamePossessive = europeanist_fertility_god_name_possessive
FertilityGodSheHe = CHARACTER_SHEHE_SHE
FertilityGodHerHis = CHARACTER_HERHIS_HER
FertilityGodHerHim = CHARACTER_HERHIM_HER
#WealthGod | placeholder
WealthGodName = europeanist_wealth_god_name
WealthGodNamePossessive = europeanist_wealth_god_name_possessive
WealthGodSheHe = CHARACTER_SHEHE_HE
WealthGodHerHis = CHARACTER_HERHIS_HIS
WealthGodHerHim = CHARACTER_HERHIM_HIM
#HouseholdGod | placeholder
HouseholdGodName = europeanist_household_god_name
HouseholdGodNamePossessive = europeanist_household_god_name_possessive
HouseholdGodSheHe = CHARACTER_SHEHE_SHE
HouseholdGodHerHis = CHARACTER_HERHIS_HER
HouseholdGodHerHim = CHARACTER_HERHIM_HER
#FateGod | placeholder
FateGodName = europeanist_fate_god_name
FateGodNamePossessive = europeanist_fate_god_name_possessive
FateGodSheHe = CHARACTER_SHEHE_HE
FateGodHerHis = CHARACTER_HERHIS_HIS
FateGodHerHim = CHARACTER_HERHIM_HIM
#KnowledgeGod | placeholder
KnowledgeGodName = europeanist_knowledge_god_name
KnowledgeGodNamePossessive = europeanist_knowledge_god_name_possessive
KnowledgeGodSheHe = CHARACTER_SHEHE_HE
KnowledgeGodHerHis = CHARACTER_HERHIS_HIS
KnowledgeGodHerHim = CHARACTER_HERHIM_HIM
#WarGod | placeholder
WarGodName = europeanist_war_god_name
WarGodNamePossessive = europeanist_war_god_name_possessive
WarGodSheHe = CHARACTER_SHEHE_HE
WarGodHerHis = CHARACTER_HERHIS_HIS
WarGodHerHim = CHARACTER_HERHIM_HIM
#TricksterGod | placeholder
TricksterGodName = europeanist_trickster_god_name
TricksterGodNamePossessive = europeanist_trickster_god_name_possessive
TricksterGodSheHe = CHARACTER_SHEHE_HE
TricksterGodHerHis = CHARACTER_HERHIS_HIS
TricksterGodHerHim = CHARACTER_HERHIM_HIM
#NightGod | placeholder
NightGodName = europeanist_night_god_name
NightGodNamePossessive = europeanist_night_god_name_possessive
NightGodSheHe = CHARACTER_SHEHE_HE
NightGodHerHis = CHARACTER_HERHIS_HIS
NightGodHerHim = CHARACTER_HERHIM_HIM
#WaterGod | placeholder
WaterGodName = europeanist_water_god_name
WaterGodNamePossessive = europeanist_water_god_name_possessive
WaterGodSheHe = CHARACTER_SHEHE_HE
WaterGodHerHis = CHARACTER_HERHIS_HIS
WaterGodHerHim = CHARACTER_HERHIM_HIM
PantheonTerm = europeanist_high_god_name
PantheonTermHasHave = pantheon_term_has
GoodGodNames = {
europeanist_high_god_name
europeanist_high_god_name_alternate
europeanist_water_god_name
europeanist_war_god_name
europeanist_trickster_god_name
europeanist_witch_god_name
europeanist_fate_god_name
europeanist_health_god_name
europeanist_wealth_god_name
}
DevilName = europeanist_devil_name
DevilNamePossessive = europeanist_devil_name_possessive
DevilSheHe = CHARACTER_SHEHE_HE
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerHis = CHARACTER_HERHIS_HIS
DevilHerselfHimself = CHARACTER_HIMSELF
EvilGodNames = {
europeanist_devil_name
}
HouseOfWorship = europeanist_house_of_worship
HouseOfWorshipPlural = europeanist_house_of_worship_plural
ReligiousSymbol = europeanist_religious_symbol
ReligiousText = europeanist_religious_text
ReligiousHeadName = europeanist_religious_head_title
ReligiousHeadTitleName = europeanist_religious_head_title_name
DevoteeMale = europeanist_devotee
DevoteeMalePlural = europeanist_devotee_plural
DevoteeFemale = europeanist_devotee
DevoteeFemalePlural = europeanist_devotee_plural
DevoteeNeuter = europeanist_devotee
DevoteeNeuterPlural = europeanist_devotee_plural
PriestMale = europeanist_priest
PriestMalePlural = europeanist_priest_plural
PriestFemale = europeanist_priest
PriestFemalePlural = europeanist_priest_plural
PriestNeuter = europeanist_priest
PriestNeuterPlural = europeanist_priest_plural
AltPriestTermPlural = europeanist_priest_plural
BishopMale = europeanist_bishop
BishopMalePlural = europeanist_bishop_plural
BishopFemale = europeanist_bishop
BishopFemalePlural = europeanist_bishop_plural
BishopNeuter = europeanist_bishop
BishopNeuterPlural = europeanist_bishop_plural
DivineRealm = europeanist_positive_afterlife
PositiveAfterLife = europeanist_positive_afterlife
NegativeAfterLife = europeanist_negative_afterlife
DeathDeityName = europeanist_death_deity_name
DeathDeityNamePossessive = europeanist_death_deity_name_possessive
DeathDeitySheHe = CHARACTER_SHEHE_HE
DeathDeityHerHis = CHARACTER_HERHIS_HIS
DeathDeityHerHim = CHARACTER_HERHIM_HIM
WitchGodName = europeanist_witch_god_name
WitchGodNamePossessive = europeanist_witch_god_name_possessive
WitchGodHerHis = CHARACTER_HERHIS_HIS
WitchGodSheHe = CHARACTER_SHEHE_HE
WitchGodHerHim = CHARACTER_HERHIM_HIM
WitchGodMistressMaster = master
WitchGodMotherFather = father
GHWName = ghw_crusade
GHWNamePlural = ghw_crusades
}
piety_icon_group = "christian"
faiths = {
yugoslavist = {
color = { 216 36 0 }
icon = yugoslavist
# religious_head = k_papal_state
#placeholder holy sites
holy_site = maastricht
holy_site = rome_concord
holy_site = strassburg
holy_site = frankfurt
holy_site = brussels
holy_site = luxembourg
#holy_site = segrada_familia
#Special Tolerance | placeholder
#Tenets | placeholder
doctrine = tenet_adaptive
doctrine = tenet_armed_pilgrimages
doctrine = tenet_ancestor_worship
holy_order_names = { #placeholder
}
}
titoist = {
color = { 153 30 61 }
icon = titoist
# religious_head = k_papal_state
#placeholder holy sites
holy_site = maastricht
holy_site = rome_concord
holy_site = strassburg
holy_site = frankfurt
holy_site = brussels
holy_site = luxembourg
#holy_site = segrada_familia
#Special Tolerance | placeholder
doctrine = doctrine_temporal_head
#Tenets | placeholder
doctrine = tenet_fp3_fedayeen
doctrine = tenet_struggle_submission
doctrine = tenet_communal_identity
holy_order_names = { #placeholder
}
}
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,664 @@
tribute_mission_clean_up_variables_effect = {
remove_variable = tribute_mission_target_scope
remove_variable = offered_gold_value
remove_variable = tribute_mission_type
remove_variable = offered_herd_value
remove_variable = offered_concubine
remove_variable = offered_eunuch
remove_variable = offered_artifact
remove_variable = tribute_reward_fascination_progress
if = {
limit = {
has_character_flag = tribute_mission_character_flag # Under select circumstances it's possible this will be rerun, so this avoids an error
}
remove_character_flag = tribute_mission_character_flag
}
if = {
limit = { exists = scope:receiving_character }
scope:receiving_character = {
if = {
limit = { has_character_flag = created_attendant }
silent_disappearance_effect = yes
}
}
}
}
tribute_mission_clean_up_request_variables_effect = {
remove_variable = requested_tribute_mission
remove_variable = requested_tribute_mission_type_gold
remove_variable = requested_tribute_mission_type_herd
remove_variable = requested_tribute_mission_type_artifact
remove_variable = requested_tribute_mission_type_concubine
remove_variable = requested_tribute_mission_type_eunuch
remove_variable = declined_requested_tribute_recently
remove_variable = predetermined_concubine_tribute
remove_variable = predetermined_eunuch_tribute
remove_variable = predetermined_artifact_tribute
}
requested_tribute_mission_clean_up_variables_effect = {
remove_variable = requested_tribute_mission
remove_variable = invalidation_should_fail_ongoing_requested_tribute_mission
}
tribute_mission_decision_effect = {
if = {
#Are you a tributary of a Hegemon?
limit = { subject_standing >= 0 }
if = {
limit = { is_tributary = yes }
#If it's China, flavorize Imperial Grace
if = {
limit = { suzerain = { primary_title = title:h_china } }
custom_tooltip = tribute_mission_interaction_anticipated_rewards_tt_imperial_grace
}
#Else standard stuff
else = {
custom_tooltip = tribute_mission_interaction_anticipated_rewards_tt_generic_hegemon
}
}
}
else = {
if = {
limit = { $TARGET$ = { primary_title = title:h_china } }
custom_tooltip = tribute_mission_interaction_anticipated_rewards_tt_china
}
else_if = {
limit = { $TARGET$ = { primary_title = title:h_roman_empire } }
custom_tooltip = tribute_mission_interaction_anticipated_rewards_tt_roman_empire
}
else_if = {
limit = { $TARGET$ = { primary_title = title:h_eastern_roman_empire } }
custom_tooltip = tribute_mission_interaction_anticipated_rewards_tt_eastern_roman_empire
}
else_if = {
limit = { $TARGET$ = { primary_title = title:h_dar_al_islam } }
custom_tooltip = tribute_mission_interaction_anticipated_rewards_tt_dar_al_islam
}
else_if = {
limit = { $TARGET$ = { primary_title = title:h_india } }
custom_tooltip = tribute_mission_interaction_anticipated_rewards_tt_india
}
else = { custom_tooltip = tribute_mission_interaction_anticipated_rewards_tt }
}
hidden_effect = {
tribute_mission_clean_up_variables_effect = yes
if = {
limit = { is_tributary = yes }
suzerain = {
save_scope_as = tribute_mission_target
add_character_flag = {
flag = pay_tribute_cooldown
years = 3
}
}
}
else = {
$TARGET$ = {
save_scope_as = tribute_mission_target
}
}
set_variable = { # persist for later interactions
name = tribute_mission_target_scope
value = scope:tribute_mission_target
}
}
#Your Suzerain requested this specifically
if = {
limit = {
has_variable = requested_tribute_mission
is_ai = yes
}
switch = {
trigger = has_variable
requested_tribute_mission_type_gold = { # Gold
run_interaction = {
interaction = tribute_mission_gold_interaction
actor = root
recipient = scope:tribute_mission_target
execute_threshold = accept
}
}
requested_tribute_mission_type_herd = { # Herd
run_interaction = {
interaction = tribute_mission_herd_interaction
actor = root
recipient = scope:tribute_mission_target
execute_threshold = accept
}
}
requested_tribute_mission_type_artifact = { # Artifact
var:predetermined_artifact_tribute ?= { save_scope_as = predetermined_artifact_tribute_scope }
#Do the things from the interaction
scope:predetermined_artifact_tribute_scope = {
set_variable = is_tribute_mission_artifact
}
#Save the Artifact
set_variable = {
name = tribute_mission_type
value = flag:artifact_tribute
}
set_variable = {
name = offered_artifact
value = scope:predetermined_artifact_tribute_scope
}
#Travel
tribute_mission_set_up_tribute_travel_effect = yes
}
requested_tribute_mission_type_concubine = { # Concubine
var:predetermined_concubine_tribute ?= {
save_scope_as = predetermined_concubine_tribute_scope
}
scope:predetermined_concubine_tribute_scope = {
add_character_flag = {
flag = cannot_be_diarch # just enough to make sure they don't succeed to the diarchy while en route
years = 2
}
}
run_interaction = {
interaction = tribute_mission_concubine_interaction
actor = root
recipient = scope:tribute_mission_target
secondary_recipient = scope:predetermined_concubine_tribute_scope
execute_threshold = accept
}
}
requested_tribute_mission_type_eunuch = { # Eunuch
var:predetermined_eunuch_tribute ?= { save_scope_as = predetermined_eunuch_tribute_scope }
run_interaction = {
interaction = tribute_mission_eunuch_interaction
actor = root
recipient = scope:tribute_mission_target
secondary_recipient = scope:predetermined_eunuch_tribute_scope
execute_threshold = accept
}
}
}
}
else_if = {
limit = { is_ai = yes }
switch = {
trigger = yes
scope:tribute_mission_gold = { # Gold
run_interaction = {
interaction = tribute_mission_gold_interaction
actor = root
recipient = scope:tribute_mission_target
execute_threshold = accept
}
}
scope:tribute_mission_herd = { # Herd
run_interaction = {
interaction = tribute_mission_herd_interaction
actor = root
recipient = scope:tribute_mission_target
execute_threshold = accept
}
}
scope:tribute_mission_artifact = { # Artifact
random_character_artifact = {
limit = { is_suitable_artifact_tribute_trigger = yes }
save_scope_as = decision_predetermined_artifact_tribute
}
#Do the things from the interaction
scope:decision_predetermined_artifact_tribute = {
set_variable = is_tribute_mission_artifact
}
#Save the Artifact
set_variable = {
name = tribute_mission_type
value = flag:artifact_tribute
}
set_variable = {
name = offered_artifact
value = scope:decision_predetermined_artifact_tribute
}
#Travel
tribute_mission_set_up_tribute_travel_effect = yes
}
scope:tribute_mission_concubine = { # Concubine
every_courtier_or_guest = {
limit = {
can_be_offered_as_concubine_to_character_trigger = {
GIVER = root
CHARACTER = scope:tribute_mission_target
}
has_any_disease_trigger = no
has_easily_mocked_physical_attribute_trigger = no
NOT = { is_heir_of = root }
}
add_to_list = potential_concubine_tribute_list
random_in_list = {
list = potential_concubine_tribute_list
weight = {
#Let's try to make a sane choice here
base = 0
#No marginally relevant court people
modifier = {
add = 10
NOR = {
is_councillor = yes
has_any_court_position = yes
}
}
#No knights
modifier = {
add = 5
is_knight = no
}
#No inspired people?
modifier = {
add = 20
NOT = { exists = inspiration }
}
#No close family
modifier = {
add = 15
NOT = { is_close_or_extended_family_of = root }
}
#No friends?
modifier = {
add = 20
NOT = { has_relation_friend = root }
}
#No children
modifier = {
add = 25
NOT = { is_child_of = root }
}
}
save_scope_as = decision_predetermined_concubine_tribute
}
}
scope:decision_predetermined_concubine_tribute = {
add_character_flag = {
flag = cannot_be_diarch # just enough to make sure they don't succeed to the diarchy while en route
years = 2
}
}
run_interaction = {
interaction = tribute_mission_concubine_interaction
actor = root
recipient = scope:tribute_mission_target
secondary_recipient = scope:decision_predetermined_concubine_tribute
execute_threshold = accept
}
}
scope:tribute_mission_eunuch = { # Eunuch
every_courtier = {
limit = {
tribute_mission_is_available_eunuch_trigger = yes
NOT = { is_heir_of = root }
}
add_to_list = potential_eunuch_tribute_list
random_in_list = {
list = potential_eunuch_tribute_list
weight = {
#Let's try to make a sane choice here
base = 0
#No marginally relevant court people
modifier = {
add = 10
NOR = {
is_councillor = yes
has_any_court_position = yes
}
}
#No knights
modifier = {
add = 5
is_knight = no
}
#No inspired people?
modifier = {
add = 20
NOT = { exists = inspiration }
}
#No close family
modifier = {
add = 15
NOT = { is_close_or_extended_family_of = scope:tribute_mission_target }
}
#No friends?
modifier = {
add = 20
NOT = { has_relation_friend = scope:tribute_mission_target }
}
#No children
modifier = {
add = 25
NOT = { is_child_of = scope:tribute_mission_target }
}
}
save_scope_as = decision_predetermined_eunuch_tribute
}
}
run_interaction = {
interaction = tribute_mission_eunuch_interaction
actor = root
recipient = scope:tribute_mission_target
secondary_recipient = scope:decision_predetermined_eunuch_tribute
execute_threshold = accept
}
}
scope:tribute_mission_bunga_mas = { # Bunga Mas
random_character_artifact = {
limit = { var:bunga_mas_created_by ?= root }
save_scope_as = decision_predetermined_bunga_mas_tribute
}
#Do the things from the interaction
scope:decision_predetermined_bunga_mas_tribute = {
set_variable = is_tribute_mission_artifact
}
#Save the Artifact
set_variable = {
name = tribute_mission_type
value = flag:bunga_mas_tribute
}
set_variable = {
name = offered_bunga_mas
value = scope:decision_predetermined_bunga_mas_tribute
}
#Travel
tribute_mission_set_up_tribute_travel_effect = yes
}
}
}
#Natural flow of the decision
else_if = {
limit = { is_ai = no }
switch = {
trigger = yes
scope:tribute_mission_gold = { # Gold
open_interaction_window = {
interaction = tribute_mission_gold_interaction
actor = root
recipient = scope:tribute_mission_target
}
}
scope:tribute_mission_herd = { # Herd
open_interaction_window = {
interaction = tribute_mission_herd_interaction
actor = root
recipient = scope:tribute_mission_target
}
}
scope:tribute_mission_artifact = { # Artifact
open_interaction_window = {
interaction = tribute_mission_artifact_interaction
actor = root
recipient = scope:tribute_mission_target
}
}
scope:tribute_mission_concubine = { # Concubine
open_interaction_window = {
interaction = tribute_mission_concubine_interaction
actor = root
recipient = scope:tribute_mission_target
}
}
scope:tribute_mission_eunuch = { # Eunuch
open_interaction_window = {
interaction = tribute_mission_eunuch_interaction
actor = root
recipient = scope:tribute_mission_target
}
}
scope:tribute_mission_bunga_mas = { # Bunga Mas
open_interaction_window = {
interaction = tribute_mission_bunga_mas_interaction
actor = root
recipient = scope:tribute_mission_target
}
}
}
}
if = {
limit = {
is_ai = yes
scope:tribute_mission_target = { highest_held_title_tier = tier_hegemony }
}
scope:tribute_mission_target = {
set_variable = {
name = ai_tribute_mission_cooldown
years = 1
}
}
}
}
set_or_change_offered_tribute_value_effect = {
if = {
limit = { has_variable = offered_$TYPE$_value }
change_variable = {
name = offered_$TYPE$_value
add = $VALUE$
}
}
else = {
set_variable = {
name = offered_$TYPE$_value
value = $VALUE$
}
}
}
tribute_mission_set_up_tribute_travel_effect = {
#Recover the tribute_mission_target scope from saved var if it doesn't already exist
if = {
limit = { exists = var:tribute_mission_target_scope }
var:tribute_mission_target_scope = {
save_scope_as = tribute_mission_target
}
}
else = {
error_log = "Tribute mission target scope variable not set on character intending to travel!"
}
#Travel posted first should look neater in tooltip
hidden_effect = { # ensure we subtract everything we've offered
if = {
limit = { has_variable = offered_gold_value }
remove_short_term_gold = var:offered_gold_value
}
if = {
limit = { has_variable = offered_herd_value }
domicile ?= {
change_herd = { subtract = prev.var:offered_herd_value }
}
}
}
trigger_event = { on_action = tribute_mission_start }
if = {
limit = { location = scope:tribute_mission_target.capital_province }
trigger_event = tribute_mission.0002
}
#Add the concubine
else_if = {
limit = { has_variable = offered_concubine }
start_travel_plan = {
destination = scope:tribute_mission_target.capital_province
companion = var:offered_concubine
on_travel_planner_cancel_on_action = tribute_mission_travel_planner_exit
on_arrival_event = tribute_mission.0002
}
}
#Add the eunuch
else_if = {
limit = { has_variable = offered_eunuch }
start_travel_plan = {
destination = scope:tribute_mission_target.capital_province
companion = var:offered_eunuch
on_travel_planner_cancel_on_action = tribute_mission_travel_planner_exit
on_arrival_event = tribute_mission.0002
}
}
else = {
custom_tooltip = tribute_mission.travel_to.tt
start_travel_plan = {
destination = scope:tribute_mission_target.capital_province
on_travel_planner_cancel_on_action = tribute_mission_travel_planner_exit
on_arrival_event = tribute_mission.0002
}
}
}
tribute_mission_invalidation_effect = {
if = {
limit = { has_variable = tribute_mission_type }
if = {
limit = { # sanity check to ensure we're still a valid tribute provider
OR = {
is_independent_ruler = no # if we have a liege we cannot also pay tribute to someone else
AND = { # if we're not a tributary we are only valid if we're paying tribute to a hegemony
is_tributary = no
OR = {
NOT = { exists = var:tribute_mission_target_scope }
var:tribute_mission_target_scope = { NOT = { highest_held_title_tier = tier_hegemony } }
}
}
}
}
#Return home and refund
trigger_event = tribute_mission.9800
}
else_if = { #If our offerings have perished or been imprisoned along the way, maybe swap to gold
limit = {
has_variable = tribute_mission_type
OR = {
AND = {
has_variable = offered_concubine
OR = {
var:offered_concubine = { is_alive = no }
var:offered_concubine = { is_imprisoned = yes }
}
}
AND = {
has_variable = offered_eunuch
OR = {
var:offered_eunuch = { is_alive = no }
var:offered_eunuch = { is_imprisoned = yes }
}
}
}
}
trigger_event = tribute_mission.9750
}
else_if = {
#We're still a tributary on our way to pay tribute, but our suzerain is not the person we were going to pay tribute to
limit = {
has_variable = tribute_mission_target_scope
OR = {
AND = {
is_tributary = yes
var:tribute_mission_target_scope != suzerain
}
AND = {
is_tributary = no
OR = {
NOT = { exists = var:tribute_mission_target_scope }
var:tribute_mission_target_scope = { NOT = { highest_held_title_tier = tier_hegemony } }
}
}
}
}
var:tribute_mission_target_scope = { save_scope_as = old_overlord }
suzerain = { save_scope_as = new_overlord }
#Clean up Requested Tribute Mission variables
requested_tribute_mission_clean_up_variables_effect = yes
#The new Overlord is in the same place and can accept the tribute
if = {
limit = {
#Make sure they can still accept our offerings; if so, just set the new target
current_travel_plan.next_destination_province = scope:new_overlord.capital_province
has_variable = tribute_mission_type
trigger_if = {
limit = {
OR = {
has_variable = offered_concubine
has_variable = offered_eunuch
}
}
OR = {
AND = {
has_variable = offered_concubine
var:offered_concubine = {
can_become_concubine_of_character_valid_trigger = { CHARACTER = scope:new_overlord }
}
}
AND = {
has_variable = offered_eunuch
scope:new_overlord = {
culture = { has_cultural_parameter = can_appoint_chief_eunuch }
}
}
}
}
}
send_interface_message = {
type = msg_mandala_neutral_text
title = tribute_mission_notification.new_overlord.title
left_icon = scope:new_overlord
desc = tribute_mission_notification.new_overlord.desc
}
set_variable = {
name = tribute_mission_target_scope
value = scope:new_overlord
}
}
#The Overlord is somewhere else; please try again
else_if = {
limit = {
current_travel_plan.next_destination_province != scope:new_overlord.capital_province
}
set_variable = new_overlord_somewhere_else
#Return home and refund
trigger_event = tribute_mission.9800
}
else = {
set_variable = new_overlord_unable_to_accept_tribute
#Return home and refund
trigger_event = tribute_mission.9800
}
}
}
}
tribute_mission_mandala_piety_effect = {
if = {
limit = { government_has_flag = government_is_mandala }
overlord = { add_piety = minor_piety_gain }
}
}
requested_tribute_mission_penalty_effect = {
if = {
limit = {
has_variable = invalidation_should_fail_ongoing_requested_tribute_mission
}
trigger_event = {
id = tribute_mission.9500
delayed = yes
}
}
}

View file

@ -0,0 +1,900 @@

tgp_distant_realm_marriage_trigger = {
$RECIPIENT_SPOUSE$ = {
culture = { has_cultural_parameter = reduced_marriage_acceptance_distant_realms }
top_liege != $ACTOR_SPOUSE$.top_liege
trigger_if = {
limit = { exists = capital_province }
capital_province = { save_temporary_scope_as = from }
}
trigger_else = {
location = { save_temporary_scope_as = from }
}
trigger_if = {
limit = { exists = $ACTOR_SPOUSE$.capital_province }
$ACTOR_SPOUSE$.capital_province = { save_temporary_scope_as = to }
}
trigger_else = {
$ACTOR_SPOUSE$.location = { save_temporary_scope_as = to }
}
"scope:from.squared_distance(scope:to)" > squared_distance_medium
}
}
tgp_dynastic_realm_name_trigger = {
NOT = {
any_ruler = {
any_held_title = {
has_custom_title_name = yes
custom_title_name = $DYNASTY_REALM_NAME$
}
}
}
domicile.domicile_location = {
geographical_region = $DOMICILE_REGION$
}
}
administrative_tier_allows_independence = {
trigger_if = {
limit = {
administrative_counts_can_be_independent = yes
}
highest_held_title_tier >= tier_county
}
trigger_else = { # Administrative/default
highest_held_title_tier >= tier_kingdom
}
}
administrative_counts_can_be_independent = {
OR = {
government_has_flag = government_is_celestial
government_has_flag = government_is_japan_administrative
}
}
tgp_examination_should_spend_treasury_trigger = {
has_treasury = yes
government_allows = replace_gold_cost_by_treasury
}
# Trigger to enable ministry features in script - Made into a scripted trigger for ease of changing it if needed
tgp_has_access_to_ministry_trigger = {
has_title = title:h_china
government_has_flag = government_is_celestial
}
tgp_is_any_minister = {
liege ?= { tgp_has_access_to_ministry_trigger = yes }
OR = {
has_title = title:e_minister_chancellor
has_title = title:e_minister_censor
has_title = title:e_minister_grand_marshal
has_title = title:e_minister_of_personnel
has_title = title:e_minister_of_revenue
has_title = title:e_minister_of_rites
has_title = title:e_minister_of_war
has_title = title:e_minister_of_justice
has_title = title:e_minister_of_works
}
}
tgp_can_be_a_minister_trigger = {
can_be_councillor_basics_trigger = yes
# Has to be celestial or a non-ruler
OR = {
is_ruler = no
government_has_flag = government_is_celestial
}
# Gender is based on laws of the liege
OR = {
AND = {
is_female = yes
$COURT_OWNER$ = {
NOR = {
has_realm_law = male_only_law
has_realm_law = male_preference_law
}
}
}
AND = {
is_male = yes
$COURT_OWNER$ = {
NOR = {
has_realm_law = female_only_law
has_realm_law = female_preference_law
}
}
}
}
# Players are only allowed if they have enough merit or is a councillor already, unless they are friends or disciples/elders
# We do this to prevent the AI from "randomly" requesting the player to be on their council
trigger_if = {
limit = {
is_ai = no
$COURT_OWNER$ = { is_ai = yes }
NOT = { is_councillor_of = $COURT_OWNER$ }
}
OR = {
merit_level >= merit_level_expected_empire_value
has_relation_friend = $COURT_OWNER$
has_relation_disciple = $COURT_OWNER$
has_relation_elder = $COURT_OWNER$
}
}
}
tgp_can_be_grand_marshal_trigger = {
can_be_councillor_basics_trigger = yes
$COURT_OWNER$ ?= {
NOT = { government_has_flag = government_is_nomadic }
}
NAND = {
has_council_position = councillor_court_chaplain
faith = { has_doctrine_parameter = clerical_appointment_fixed }
}
NOR = {
has_council_position = councillor_spouse
AND = {
this = liege.diarch
liege = { has_diarchy_active_parameter = diarchy_is_vizierate }
}
has_trait = devoted
}
# Has to be celestial or a non-ruler
OR = {
is_ruler = no
government_has_flag = government_is_celestial
}
# Has to be able to lead armies
can_be_combatant_based_on_gender_trigger = { ARMY_OWNER = $COURT_OWNER$ }
}
tgp_is_above_retirement_age_trigger = {
trigger_if = {
limit = {
$REALM_OWNER$.top_liege ?= { has_realm_law_flag = celestial_retirement_age_4 }
}
custom_tooltip = {
text = tgp_is_above_retirement_age_4
age >= retirement_age_4_value
}
}
trigger_else_if = {
limit = {
$REALM_OWNER$.top_liege ?= { has_realm_law_flag = celestial_retirement_age_3 }
}
custom_tooltip = {
text = tgp_is_above_retirement_age_3
age >= retirement_age_3_value
}
}
trigger_else_if = {
limit = {
$REALM_OWNER$.top_liege ?= { has_realm_law_flag = celestial_retirement_age_2 }
}
custom_tooltip = {
text = tgp_is_above_retirement_age_2
age >= retirement_age_2_value
}
}
trigger_else_if = {
limit = {
$REALM_OWNER$.top_liege ?= { has_realm_law_flag = celestial_retirement_age_1 }
}
custom_tooltip = {
text = tgp_is_above_retirement_age_1
age >= retirement_age_1_value
}
}
trigger_else_if = {
limit = {
$REALM_OWNER$.top_liege ?= { has_realm_law_flag = celestial_retirement_age_0 }
}
custom_tooltip = {
text = tgp_is_above_retirement_age_0
age >= retirement_age_0_value
}
}
trigger_else_if = {
limit = {
$REALM_OWNER$.top_liege ?= { has_realm_law_flag = celestial_retirement_age_5 }
}
custom_tooltip = {
text = tgp_is_above_retirement_age_5
always = no
}
}
trigger_else = {
custom_tooltip = {
text = tgp_is_above_retirement_age_law_not_set
always = yes
}
}
}
# Civilian/military triggers
is_civilian_candidate_trigger = {
trigger_if = {
limit = {
has_variable = appointment_trait_override
}
var:appointment_trait_override = trait:education_stewardship_1
}
trigger_else = {
has_trait_with_flag = civilian_province
}
}
is_military_candidate_trigger = {
trigger_if = {
limit = {
has_variable = appointment_trait_override
}
var:appointment_trait_override = trait:education_martial_1
}
trigger_else = {
has_trait_with_flag = military_province
}
}
# Trigger if scoped character is able to join the war(s) of the target character
# $TARGET_GOVERNOR$ - Target governor in need of troops
# $MINISTER_OF_WAR$ - The Minister of War
tgp_celestial_military_governor_can_join_war_trigger = {
save_temporary_scope_as = joining_governor
OR = {
vassal_contract_has_flag = celestial_military_appointment
vassal_contract_has_flag = meritocratic_military_appointment
has_title = title:e_minister_grand_marshal
}
NOR = {
scope:joining_governor = $TARGET_GOVERNOR$
scope:joining_governor = $MINISTER_OF_WAR$
any_war_ally = { this = $TARGET_GOVERNOR$ }
is_at_war_with = $TARGET_GOVERNOR$
is_at_war_with = $MINISTER_OF_WAR$
$TARGET_GOVERNOR$ = {
any_war_enemy = {
OR = {
is_vassal_of = scope:joining_governor
is_liege_or_above_of = scope:joining_governor
is_allied_to = scope:joining_governor
is_tributary_of = scope:joining_governor
is_at_war_with = scope:joining_governor
}
}
}
}
}
should_be_mandala_tributary_trigger = {
OR = {
AND = {
$SUZERAIN$ = { has_government = mandala_government }
$TRIBUTARY$ = { has_government = mandala_government }
}
AND = {
$SUZERAIN$ = { has_government = mandala_government }
$TRIBUTARY$ = {
OR = {
has_government = tribal_government
has_government = wanua_government
}
}
}
}
}
should_be_wanua_tributary_trigger = {
AND = {
$SUZERAIN$ = { has_government = wanua_government }
$TRIBUTARY$ = { has_government = wanua_government }
}
}
is_valid_for_japan_events_trigger = {
OR = {
religion = religion:shintoism_religion
faith = { has_doctrine = special_doctrine_immaterial_harmony }
}
culture = { has_cultural_pillar = heritage_japonic }
}
# Check if a top liege primary title has a ceremonial liege title
tgp_realm_has_ceremonial_liege_trigger = {
custom_tooltip = {
text = tgp_realm_has_ceremonial_liege_tt
exists = top_liege.primary_title.var:administrative_ui_special_title.holder
}
}
# Check if a character is a ceremonial liege, since they have the title but are a vassal
tgp_is_ceremonial_liege_trigger = {
custom_tooltip = {
text = tgp_is_ceremonial_liege_tt
tgp_has_ceremonial_liege_title_trigger = yes
is_independent_ruler = no
}
}
tgp_portrait_liege_or_ceremonial_liege_emperor_trigger = {
# Ceremonial Liege
trigger_if = {
limit = { tgp_realm_has_ceremonial_liege_trigger = yes }
tgp_has_ceremonial_liege_title_trigger = yes
primary_title.holder.top_liege.highest_held_title_tier >= tier_empire
}
# Standard Liege
trigger_else = {
scope:highest_held_title_tier >= tier_empire
is_independent_ruler = yes
}
}
tgp_portrait_liege_or_ceremonial_liege_king_trigger = {
# Ceremonial Liege
trigger_if = {
limit = { tgp_realm_has_ceremonial_liege_trigger = yes }
tgp_has_ceremonial_liege_title_trigger = yes
primary_title.holder.top_liege.highest_held_title_tier = tier_kingdom
}
# Standard Liege
trigger_else = { highest_held_title_tier = tier_kingdom }
}
# Check if a character has a ceremonial liege title (but not if they are actually a ceremonial liege)
tgp_has_ceremonial_liege_title_trigger = {
trigger_if = {
limit = { tgp_realm_has_ceremonial_liege_trigger = yes }
custom_tooltip = {
text = tgp_has_ceremonial_liege_title_tt
has_title = top_liege.primary_title.var:administrative_ui_special_title
}
}
trigger_else = {
custom_tooltip = {
text = tgp_has_ceremonial_liege_title_no_title_tt
always = no
}
}
}
# Used to save temp scope of the ceremonial liege for other triggers
tgp_ceremonial_liege_scope_trigger = {
top_liege = {
save_temporary_scope_as = ruler_temp
primary_title.var:administrative_ui_special_title.holder ?= {
top_liege ?= scope:ruler_temp.top_liege
this = scope:ruler_temp
save_temporary_scope_as = ceremonial_liege_temp
}
}
is_independent_ruler = no
}
# Check if character is part of their realm's ceremonial liege's house
tgp_is_in_ceremonial_house_trigger = {
custom_tooltip = {
text = tgp_is_in_ceremonial_house_tt
exists = house
top_liege.primary_title.var:administrative_ui_special_title.holder.house ?= house
}
}
# Check if two characters are from the same ceremonial house
tgp_shared_ceremonial_house_trigger = {
exists = $COMPARE_1$.house
$COMPARE_2$.house ?= $COMPARE_1$.house
OR = {
$COMPARE_1$ = { tgp_is_in_ceremonial_house_trigger = yes }
$COMPARE_2$ = { tgp_is_in_ceremonial_house_trigger = yes }
}
}
# Check if a character is a ruler over a ceremonial liege
tgp_is_ceremonial_regent_trigger = {
is_independent_ruler = yes
is_landed = yes
tgp_realm_has_ceremonial_liege_trigger = yes
tgp_has_ceremonial_liege_title_trigger = no
}
tgp_should_become_meritocratic_trigger = {
has_tgp_dlc_trigger = yes
OR = {
top_liege = {
OR = {
has_government = meritocratic_government
any_neighboring_and_across_water_top_liege_realm_owner = { government_allows = merit }
}
}
AND = {
OR = {
is_independent_ruler = yes
liege = {
NOT = {
government_has_flag = government_is_administrative
}
}
}
capital_province = {
OR = {
geographical_region = world_asia
geographical_region = world_tibet
geographical_region = world_burma
geographical_region = world_steppe_east
}
}
}
#Becoming admin with creation of meritocratic great yuan
exists = scope:great_yuan_ruler
}
}
tgp_can_become_japan_administrative_trigger = {
top_liege = {
OR = {
government_is_japanese_trigger = yes
has_character_flag = tgp_japan_restore_japanese_government_flag
culture = culture:japanese
culture = {
any_parent_culture_or_above = { this = culture:japanese }
}
}
}
}
tgp_can_become_celestial_trigger = {
top_liege = {
OR = {
has_government = celestial_government
has_title = title:h_china
culture = culture:han
culture = {
any_parent_culture_or_above = { this = culture:han }
}
}
}
}
tgp_mongol_vassal_will_become_admin = {
highest_held_title_tier > tier_barony
primary_title = {
OR = {
target_is_de_jure_liege_or_above = scope:administrative_liege.primary_title #We only auto convert de jure vassals
target_is_de_jure_liege_or_above = title:h_china
}
}
OR = {
government_has_flag = government_is_feudal
government_has_flag = government_is_clan
government_has_flag = government_is_japan_feudal
government_has_flag = government_is_nomadic
}
OR = {
#An admin type
has_trait = governor
faith.religion = religion:confucianism_religion
culture = {
has_cultural_pillar = heritage_chinese
}
culture = {
has_cultural_pillar = heritage_korean
}
#Nomad type
government_has_flag = government_is_nomadic
has_trait = nomadic_philosophy
}
}
tgp_japanese_high_nobility_clothing_trigger = {
tgp_is_ceremonial_liege_trigger = no
trigger_if = {
limit = { has_character_flag = murasaki }
always = yes
}
trigger_else_if = {
limit = { government_has_flag = government_is_japan_feudal }
OR = {
is_independent_ruler = yes
trigger_if = {
limit = { exists = top_liege }
OR = {
is_councillor_of = top_liege
is_spouse_of = top_liege
}
AND = {
is_house_head = yes
has_same_government = top_liege
}
}
}
}
trigger_else_if = {
limit = { government_has_flag = government_is_japan_administrative }
OR = {
highest_held_title_tier >= tier_county
tgp_is_in_ceremonial_house_trigger = yes
}
}
trigger_else = { highest_held_title_tier >= tier_kingdom }
}
tgp_japanese_high_nobility_clothing_family_trigger = {
AND = {
government_has_flag = government_is_japan_administrative
is_lowborn = no
OR = {
highest_held_title_tier >= tier_county
court_owner = { highest_held_title_tier >= tier_county }
}
}
}
tgp_is_chinese_style_emperor_trigger = {
highest_held_title_tier >= tier_empire
is_independent_ruler = yes
government_allows = merit
}
is_valid_for_east_asian_events_trigger = {
culture = {
OR = {
has_cultural_pillar = heritage_japonic
has_cultural_pillar = heritage_chinese
has_cultural_pillar = heritage_korean
}
}
}
is_valid_for_east_asian_events_geo_trigger = {
capital_province = {
OR = {
geographical_region = world_asia_china
geographical_region = world_asia_japan
geographical_region = world_asia_korea
geographical_region = world_asia_southeast
}
}
}
shared_raid_estate_participant_valid_trigger = {
is_adult = yes
is_house_head = yes
is_independent_ruler = no
custom_tooltip = {
text = is_house_head_of_noble_family_tt
any_held_title = { is_noble_family_title = yes }
house.house_head ?= this
}
OR = {
government_allows = administrative
government_is_japanese_trigger = yes
}
tgp_is_ceremonial_liege_trigger = no
}
should_use_asian_maa_graphics = {
OR = {
has_unit_gfx = chinese_unit_gfx
has_unit_gfx = japanese_unit_gfx
has_unit_gfx = indian_unit_gfx
has_unit_gfx = southeast_asian_unit_gfx
has_unit_gfx = mongol_unit_gfx
}
}
eligible_for_elder_trigger = {
merit_level > $DISCIPLE$.merit_level
num_of_relation_disciple < disciples_limit_value
NOT = { has_relation_disciple = $DISCIPLE$ }
$DISCIPLE$ = {
is_adult = yes
}
}
# Treasury budget triggers
prefers_salary_favored_budget_trigger = {
$CHARACTER$ = {
OR = {
top_participant_group:dynastic_cycle ?= { participant_group_type = conservative_movement }
has_title = title:e_minister_of_personnel
AND = {
this = top_liege
OR = {
ai_compassion > 75
ai_honor > 75
}
}
ai_greed >= 0
}
trigger_if = {
limit = { this != top_liege }
NOT = { has_trait = loyal }
}
}
}
prefers_ministry_favored_budget_trigger = {
$CHARACTER$ = {
OR = {
top_participant_group:dynastic_cycle ?= { participant_group_type = advancement_movement }
AND = {
this = top_liege
OR = {
ai_greed < 0
ai_rationality > 75
situation:dynastic_cycle ?= { situation_current_phase = situation_dynastic_cycle_phase_stability_advancement }
}
}
}
trigger_if = {
limit = { this != top_liege }
NOT = { has_trait = loyal }
}
}
}
prefers_military_favored_budget_trigger = {
$CHARACTER$ = {
OR = {
top_participant_group:dynastic_cycle ?= { participant_group_type = expansion_movement }
has_title = title:e_minister_grand_marshal
has_title = title:e_minister_of_war
AND = {
this = top_liege
OR = {
ai_boldness > 90
situation:dynastic_cycle ?= {
OR = {
situation_current_phase = situation_dynastic_cycle_phase_stability_expansion
situation_current_phase = situation_dynastic_cycle_phase_instability_conquest
}
}
}
}
ai_greed < 0
}
trigger_if = {
limit = { this != top_liege }
NOT = { has_trait = loyal }
}
}
}
prefers_hegemon_favored_budget_trigger = {
$CHARACTER$ = {
OR = {
top_participant_group:dynastic_cycle ?= { participant_group_type = pro_hegemon_movement }
has_trait = loyal
AND = {
this = top_liege
ai_greed > 90
}
}
}
}
can_suggest_budget_salary_template_trigger = {
NOT = {
liege = {
has_realm_law = budget_allocation_salary_45
has_realm_law = budget_allocation_ministry_25
has_realm_law = budget_allocation_military_20
}
}
}
can_suggest_budget_ministry_template_trigger = {
NOT = {
liege = {
has_realm_law = budget_allocation_salary_25
has_realm_law = budget_allocation_ministry_45
has_realm_law = budget_allocation_military_20
}
}
}
can_suggest_budget_military_template_trigger = {
NOT = {
liege = {
has_realm_law = budget_allocation_salary_30
has_realm_law = budget_allocation_ministry_20
has_realm_law = budget_allocation_military_40
}
}
}
can_suggest_budget_hegemon_template_trigger = {
NOT = {
liege = {
has_realm_law = budget_allocation_salary_30
has_realm_law = budget_allocation_ministry_25
has_realm_law = budget_allocation_military_25
}
}
}
can_suggest_budget_balanced_template_trigger = {
NOT = {
liege = {
has_realm_law = budget_allocation_salary_35
has_realm_law = budget_allocation_ministry_30
has_realm_law = budget_allocation_military_25
}
}
}
###
peasant_war_should_escalated_trigger = {
has_variable = peasant_war_escalates
}
tgp_gender_can_be_exam_entrant_trigger = {
trigger_if = {
limit = {
scope:host ?= {
OR = {
has_realm_law = female_only_law
has_realm_law = female_preference_law
}
}
}
OR = {
is_female = yes
AND = {
is_ai = no
is_male = yes
}
}
}
trigger_else_if = {
limit = {
scope:host ?= {
OR = {
has_realm_law = male_only_law
has_realm_law = male_preference_law
}
}
}
OR = {
is_male = yes
AND = {
is_ai = no
is_female = yes
}
}
}
trigger_else = {
always = yes
}
}
tgp_root_gender_can_be_exam_entrant_trigger = {
trigger_if = {
limit = {
root ?= {
OR = {
has_realm_law = female_only_law
has_realm_law = female_preference_law
}
}
}
is_female = yes
}
trigger_else_if = {
limit = {
root ?= {
OR = {
has_realm_law = male_only_law
has_realm_law = male_preference_law
}
}
}
is_female = no
}
trigger_else = {
always = yes
}
}
is_merit_based_official = {
government_has_flag = government_has_merit
OR = {
is_governor_or_admin_count = yes
AND = {
is_councillor = yes
NOT = { has_council_position = councillor_spouse }
liege = {
OR = {
is_landed = yes # to exclude councilors of landless noble family heads
highest_held_title_tier >= tier_empire # for councilors of ministers
}
}
}
}
}
has_highest_merit_rank = {
trigger_if = {
limit = { government_has_flag = government_is_celestial }
merit_level = 9
}
trigger_else = { merit_level = 5 }
}
tgp_is_ceremonial_petition_shown_trigger = {
is_playable_character = yes
has_dlc_feature = royal_court
has_tgp_dlc_trigger = yes
tgp_realm_has_ceremonial_liege_trigger = yes
tgp_has_ceremonial_liege_title_trigger = no
top_liege = { tgp_is_ceremonial_regent_trigger = yes } # Not 'actual' ruler
top_liege.primary_title.var:administrative_ui_special_title.holder ?= { has_royal_court = yes }
}
tgp_is_ceremonial_petition_valid_trigger = {
has_dlc_feature = royal_court
has_tgp_dlc_trigger = yes
is_at_war = no
tgp_realm_has_ceremonial_liege_trigger = yes
top_liege.primary_title.var:administrative_ui_special_title.holder ?= {
is_available_adult = yes
has_royal_court = yes
NOT = { is_at_war = yes }
}
}
take_vows_available_trigger = {
OR = {
faith = { has_doctrine_parameter = take_vows_active }
AND = {
religion:buddhism_religion ?= religion
faith = { has_doctrine = special_doctrine_immaterial_harmony }
}
}
}
tgp_capital_not_in_chinese_naming_region = {
capital_county.title_province ?= {
NOR = {
geographical_region = tgp_ba_region
geographical_region = tgp_cai_region
geographical_region = tgp_cao_region
geographical_region = tgp_chen_region
geographical_region = tgp_chu_region
geographical_region = tgp_dai_region
geographical_region = tgp_dian_region
geographical_region = tgp_gan_region
geographical_region = tgp_gui_region
geographical_region = tgp_han_region
geographical_region = tgp_huai_region
geographical_region = tgp_jin_region
geographical_region = tgp_jing_region
geographical_region = tgp_lai_region
geographical_region = tgp_liang_region
geographical_region = tgp_lu_region
geographical_region = tgp_min_region
geographical_region = tgp_qi_region
geographical_region = tgp_qian_region
geographical_region = tgp_shu_region
geographical_region = tgp_song_region
geographical_region = tgp_sui_region
geographical_region = tgp_tang_region
geographical_region = tgp_wei_region
geographical_region = tgp_wu_region
geographical_region = tgp_xia_region
geographical_region = tgp_xiang_region
geographical_region = tgp_xing_region
geographical_region = tgp_xu_region
geographical_region = tgp_yang_region
geographical_region = tgp_yin_region
geographical_region = tgp_yong_region
geographical_region = tgp_yue_region
geographical_region = tgp_zhao_region
geographical_region = tgp_zheng_region
geographical_region = tgp_zhou_region
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
N3OW/gfx/interface/illustrations/event_scenes/thatcher.dds (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,101 @@
k_aragon = {
2505.1.1 = {
change_development_level = 7
}
2550.1.1 = {
holder = hispania0007
}
}
d_aragon = {
2541.7.21 = {
holder = hispania0014
}
2550.1.10 = {
holder = hispania0015
}
}
c_zaragoza = {
2541.7.21 = {
holder = hispania0014
}
2550.1.10 = {
holder = hispania0015
}
}
c_fraga = {
2541.7.21 = {
holder = hispania0014
}
2550.1.10 = {
holder = hispania0015
liege = k_aragon
}
}
c_alto_aragon = {
2550.1.10 = {
holder = aragon_ponz_sabinanigo
liege = d_aragon
}
}
c_teruel = {
2554.7.26 = {
holder = hispania0021
liege = d_aragon
}
}
c_calatayud = {
2554.7.26 = {
holder = hispania0021
liege = d_aragon
}
}
d_valencia = {
2550.1.1 = {
holder = aragon_bermond_figueroa
liege = k_aragon
}
}
c_valencia = {
2550.1.1 = {
holder = aragon_bermond_figueroa
liege = k_aragon
}
}
c_alicante = {
2550.1.1 = {
holder = aragon_bermond_figueroa
liege = k_aragon
}
}
c_castellon = {
2550.1.1 = {
holder = aragon_arnaua_onda
liege = d_valencia
}
}
d_mallorca = {
2550.7.18 = {
holder = aragon_berenguer_ribera
liege = k_aragon
}
}
c_mallorca = {
2550.7.18 = {
holder = aragon_berenguer_ribera
liege = k_aragon
}
}
c_menorca = {
2550.7.18 = {
holder = aragon_berenguer_ribera
liege = k_aragon
}
}
c_iviza = {
2550.7.18 = {
holder = aragon_ravi_eivissa
liege = d_mallorca
}
}

View file

@ -0,0 +1,101 @@
k_castille_leon = {
2505.1.1 = {
change_development_level = 7
}
2550.1.1 = {
holder = hispania0002
}
}
d_la_mancha = {
2550.1.1 = { #change to 2526.4.22
holder = hispania0023
}
}
d_leon = {
2550.1.1 = {
holder = castille_fernando_bourbon
liege = k_castille_leon
}
}
c_salamanca = {
2550.1.1 = {
holder = castille_marina_alagon
liege = d_leon
}
}
c_zamora = {
2550.1.1 = {
holder = castille_luis_quiroga
liege = d_leon
}
}
c_valladolid = {
2550.1.1 = {
holder = castille_gerardo_castellon
liege = d_leon
}
}
c_olmedo = {
2550.1.1 = {
holder = castille_pedro_adgaz
liege = k_castille_leon
}
}
c_cuellar = {
2550.1.1 = {
holder = castille_pedro_adgaz
liege = k_castille_leon
}
}
c_soria = {
2550.1.1 = {
holder = castille_cristina_ceballos
liege = k_castille_leon
}
}
c_burgos = {
2550.1.1 = {
holder = castille_suero_alonso
liege = k_castille_leon
}
}
c_amaya = {
2550.1.1 = {
holder = castille_suero_alonso
liege = k_castille_leon
}
}
c_malagon = {
2550.1.1 = {
holder = castille_velasco_puente
liege = k_castille_leon
}
}
c_cuenca = {
2550.1.1 = {
holder = castille_garcia_navalucillos
liege = d_la_mancha
}
}
d_badajoz = {
2550.1.1 = {
holder = hispania0003
}
}
c_caceres = {
2550.1.1 = {
holder = castille_arias_aracena
liege = d_badajoz
}
}
c_plasencia = {
2550.1.1 = {
holder = castille_mencia_martin
liege = d_badajoz
}
}

View file

@ -0,0 +1,5 @@
l_english:
#Leviathan
holy_order_national_union_of_paleontologists: "National Union of Paleontologists"
holy_order_national_union_of_diggers: "National Union of Diggers"
holy_order_national_union_of_chartists: "National Union of Chartists"

View file

@ -0,0 +1,108 @@
l_english:
universal_tolerance_name: "Universal Tolerance"
special_doctrine_roman_rite_name: "Roman Rite"
special_doctrine_roman_rite_desc: "As any good Catholic should, we follow the legitimate Papacy which still resides in the same place it has for almost two millennia: Rome."
special_doctrine_sevillian_rite_name: "Sevillian Rite"
special_doctrine_sevillian_rite_desc: "Unlike those degenerates who follow the illegitimate Roman Pope, we recognize the true heir to the Vatican in Seville."
special_doctrine_independent_catholic_name: "Independent Catholic"
special_doctrine_independent_catholic_desc: "Our faith avoids the politicking and debates around the location and legitimacy of the Papacy. After all, there is so much more to Catholicism than what is dictated by the Holy See."
special_doctrine_incorruptible_dogma_name: "Incorruptible Dogma"
special_doctrine_incorruptible_dogma_desc: "All other religions, especially other so called "Catholics", have betrayed the true traditions of Christ. We are alone in our adherence to the real legacy of Saint Peter."
special_doctrine_established_church_name: "Established Church"
special_doctrine_established_church_desc: "BLAH BLAH BLAH"
special_doctrine_reformation_roots_name: "Reformation Roots"
special_doctrine_reformation_roots_desc: "BLAAH BLAH BLAH BLAH"
special_doctrine_radical_reform_name: "Radical Reform"
special_doctrine_radical_reform_desc: "NLAJ BALDK HJDJF"
special_doctrine_fantastical_kinship_name:0 "Fantastical Kinship"
special_doctrine_fantastical_kinship_desc:0 "BLEH"
special_doctrine_academic_kinship_name:0 "Academic Kinship"
special_doctrine_academic_kinship_desc:0 "BLEH"
special_doctrine_christian_kinship_name:0 "Christian Kinship"
special_doctrine_christian_kinship_desc:0 "BLEH"
special_doctrine_islamic_kinship_name:0 "Islamic Kinship"
special_doctrine_islamic_kinship_desc:0 "BLEH"
special_doctrine_singular_interpretation_name:0 "Singular Interpretation"
special_doctrine_singular_interpretation_desc:0 "BLEH"
special_doctrine_people_of_the_book_name:0 "People of the Book"
special_doctrine_people_of_the_book_desc:0 "While we are not as devoted to the Author as the followers of the Novel, we can agree on many core principles they follow."
special_doctrine_via_media_name:0 "Via Media"
special_doctrine_via_media_desc:0 "When it comes to questions of Protestant and Catholic theology, as with all things, we recognize it is best to act only in moderation."
special_doctrine_religion_fallback_name: "Beyond Definition"
special_doctrine_religion_fallback_desc: "Our doctrines lack equivalents and are entirely our own. Others call us heterodox, but that is simply the coping of less enlightened minds."
special_doctrine_unorthodox_reading_name: "Unorthodox Reading"
special_doctrine_unorthodox_reading_desc: "Unlike most of our fellow students of the Novel, our interpretations and conclusions differ significantly. As a result, we find ourselves on the fringes of our great religious "book club"."
special_doctrine_religion_fallback_opinion: "Beyond Definition"
#Links to game concept tolerance breakdowns
click_here_to_view_doctrines: "Click here to view what doctrines"
doctrine_parameter_loc_parameter_roman_rite_astray:0 "$click_here_to_view_doctrines$ [roman_rite_astray|L] considers to be Astray"
doctrine_parameter_loc_parameter_roman_rite_hostile:0 "$click_here_to_view_doctrines$ [roman_rite_hostile|L] considers to be Hostile"
doctrine_parameter_loc_parameter_sevillian_rite_astray:0 "$click_here_to_view_doctrines$ [sevillian_rite_astray|L] considers to be Astray"
doctrine_parameter_loc_parameter_sevillian_rite_hostile:0 "$click_here_to_view_doctrines$ [sevillian_rite_hostile|L] considers to be Hostile"
doctrine_parameter_loc_parameter_independent_catholic_astray:0 "$click_here_to_view_doctrines$ [independent_catholic_astray|L] considers to be Astray"
doctrine_parameter_loc_parameter_independent_catholic_hostile:0 "$click_here_to_view_doctrines$ [independent_catholic_hostile|L] considers to be Hostile"
doctrine_parameter_loc_parameter_fantastical_kinship_astray:0 "$click_here_to_view_doctrines$ [fantastical_kinship_astray|L] considers to be Astray"
doctrine_parameter_loc_parameter_academic_kinship_astray:0 "$click_here_to_view_doctrines$ [academic_kinship_astray|L] considers to be Astray"
doctrine_parameter_loc_parameter_christian_kinship_astray:0 "$click_here_to_view_doctrines$ [christian_kinship_astray|L] considers to be Astray"
doctrine_parameter_loc_parameter_christian_kinship_hostile:0 "$click_here_to_view_doctrines$ [christian_kinship_hostile|L] considers to be Hostile"
doctrine_parameter_loc_parameter_islamic_kinship_astray:0 "$click_here_to_view_doctrines$ [islamic_kinship_astray|L] considers to be Astray"
doctrine_parameter_loc_parameter_islamic_kinship_hostile:0 "$click_here_to_view_doctrines$ [islamic_kinship_hostile|L] considers to be Hostile"
doctrine_parameter_loc_parameter_established_church_astray:0 "$click_here_to_view_doctrines$ [established_church_astray|L] considers to be Astray"
doctrine_parameter_loc_parameter_established_church_hostile:0 "$click_here_to_view_doctrines$ [established_church_hostile|L] considers to be Hostile"
doctrine_parameter_loc_parameter_reformation_roots_astray:0 "$click_here_to_view_doctrines$ [reformation_roots_astray|L] considers to be Astray"
doctrine_parameter_loc_parameter_reformation_roots_hostile:0 "$click_here_to_view_doctrines$ [reformation_roots_hostile|L] considers to be Hostile"
doctrine_parameter_loc_parameter_people_of_the_book_astray:0 "$click_here_to_view_doctrines$ [people_of_the_book_astray|L] considers to be Astray"
doctrine_parameter_loc_parameter_fae_and_folklore_astray:0 "$click_here_to_view_doctrines$ [fae_and_folklore_astray|L] considers to be Astray"
doctrine_parameter_loc_parameter_might_and_magick_astray:0 "$click_here_to_view_doctrines$ [might_and_magick_astray|L] considers to be Astray"
doctrine_parameter_loc_parameter_goddesses_and_glory_astray:0 "$click_here_to_view_doctrines$ [goddesses_and_glory_astray|L] considers to be Astray"
doctrine_parameter_loc_parameter_via_media_astray:0 "$click_here_to_view_doctrines$ [via_media_astray|L] considers to be Astray"
#Other parameters
doctrine_parameter_loc_parameter_novelist_kinship: "Other Novelist [faiths|E] that have Kinship doctrines are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_astray_tooltippable$"
doctrine_parameter_loc_parameter_via_media: "Other Christian [faiths|E] that have the Via Media doctrine are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_hostile_tooltippable$ or $hostility_evil_tooltippable$."
doctrine_parameter_hostility_override_tenet_christian_syncretism:3 "Non-Christian [faiths|E] with the $tenet_christian_syncretism_name$ tenet are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V]"
#Blank parameters
doctrine_parameter_hostility_override_abrahamic_hostility_doctrine: ""
doctrine_parameter_hostility_override_pagan_hostility_doctrine: ""
doctrine_parameter_hostility_override_special_doctrine_fantastical_kinship:1 ""
doctrine_parameter_hostility_override_special_doctrine_academic_kinship:1 ""
doctrine_parameter_hostility_override_special_doctrine_christian_kinship:1 ""
doctrine_parameter_hostility_override_special_doctrine_islamic_kinship:1 ""
doctrine_parameter_hostility_override_special_doctrine_roman_rite:1 ""
doctrine_parameter_hostility_override_special_doctrine_sevillian_rite:0 ""
doctrine_parameter_hostility_override_special_doctrine_independent_catholic:0 ""
doctrine_parameter_hostility_override_special_doctrine_established_church:0 ""
doctrine_parameter_hostility_override_special_doctrine_reformation_roots:0 ""
doctrine_parameter_hostility_override_special_doctrine_radical_reform:0 ""
doctrine_parameter_hostility_override_special_doctrine_incorruptible_dogma:0 ""
doctrine_parameter_hostility_override_special_doctrine_singular_interpretation: ""
doctrine_parameter_hostility_override_special_doctrine_people_of_the_book:1 ""
doctrine_parameter_hostility_override_special_doctrine_fae_and_folklore0 ""
doctrine_parameter_hostility_override_special_doctrine_might_and_magick:0 ""
doctrine_parameter_hostility_override_special_doctrine_goddesses_and_glory: ""
doctrine_parameter_hostility_override_special_doctrine_via_media:0 ""

View file

@ -0,0 +1,89 @@
l_english:
game_concept_template_astray: "put name here"
game_concept_template_astray_desc: "[faiths|E] with the name here doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n"
game_concept_template_hostile: "put name here"
game_concept_template_hostile_desc: "[faiths|E] with the name here doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n"
interreligious_doctrines: "Interreligious"
#Catholic doctrines
game_concept_roman_rite_astray: "$special_doctrine_roman_rite_name$"
game_concept_roman_rite_astray_desc: "[faiths|E] with the $special_doctrine_roman_rite_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_independent_catholic').GetBaseName]#!\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_via_media').GetBaseName]#!\n#bold $protestant_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_established_church').GetBaseName]#!"
game_concept_roman_rite_hostile: "$special_doctrine_roman_rite_name$"
game_concept_roman_rite_hostile_desc: "[faiths|E] with the $special_doctrine_roman_rite_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_sevillian_rite').GetBaseName]#!\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_christian_kinship').GetBaseName]#!\n#bold $protestant_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_reformation_roots').GetBaseName]#!"
game_concept_sevillian_rite_astray: "$special_doctrine_sevillian_rite_name$"
game_concept_sevillian_rite_astray_desc: "[faiths|E] with the $special_doctrine_sevillian_rite_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_independent_catholic').GetBaseName]#!\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_via_media').GetBaseName]#!"
game_concept_sevillian_rite_hostile: "$special_doctrine_sevillian_rite_name$"
game_concept_sevillian_rite_hostile_desc: "[faiths|E] with the $special_doctrine_sevillian_rite_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_roman_rite').GetBaseName]#!\n#bold $protestant_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_established_church').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_reformation_roots').GetBaseName]#!"
game_concept_independent_catholic_astray: "$special_doctrine_independent_catholic_name$"
game_concept_independent_catholic_astray_desc: "[faiths|E] with the $special_doctrine_independent_catholic_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_roman_rite').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_sevillian_rite').GetBaseName]#!\n#true_white;game_link $special_doctrine_independent_catholic_name$#!\n#bold $protestant_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_reformation_roots').GetBaseName]#!"
game_concept_independent_catholic_hostile: "$special_doctrine_independent_catholic_name$"
game_concept_independent_catholic_hostile_desc: "[faiths|E] with the $special_doctrine_independent_catholic_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_via_media').GetBaseName]#!\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_christian_kinship').GetBaseName]#!\n#bold $protestant_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_established_church').GetBaseName]#!"
#Novelist doctrines
game_concept_fantastical_kinship_astray: "$special_doctrine_fantastical_kinship_name$"
game_concept_fantastical_kinship_astray_desc: "[faiths|E] with the $special_doctrine_fantastical_kinship_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_people_of_the_book').GetBaseName]#!"
game_concept_academic_kinship_astray: "$special_doctrine_academic_kinship_name$"
game_concept_academic_kinship_astray_desc: "[faiths|E] with the $special_doctrine_academic_kinship_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_people_of_the_book').GetBaseName]#!"
game_concept_christian_kinship_astray: "$special_doctrine_christian_kinship_name$"
game_concept_christian_kinship_astray_desc: "[faiths|E] with the $special_doctrine_christian_kinship_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#bold $catholic_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_roman_rite').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_sevillian_rite').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_independent_catholic').GetBaseName]#!\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_people_of_the_book').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_via_media').GetBaseName]#!\n#bold $protestant_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_established_church').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_reformation_roots').GetBaseName]#!"
game_concept_christian_kinship_hostile: "$special_doctrine_christian_kinship_name$"
game_concept_christian_kinship_hostile_desc: "[faiths|E] with the $special_doctrine_christian_kinship_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_people_of_the_book').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_via_media').GetBaseName]#!"
game_concept_islamic_kinship_astray: "$special_doctrine_islamic_kinship_name$"
game_concept_islamic_kinship_astray_desc: "[faiths|E] with the $special_doctrine_islamic_kinship_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_people_of_the_book').GetBaseName]#!"
game_concept_islamic_kinship_hostile: "$special_doctrine_islamic_kinship_name$"
game_concept_islamic_kinship_hostile_desc: "[faiths|E] with the $special_doctrine_islamic_kinship_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_people_of_the_book').GetBaseName]#!"
game_concept_novelist_kinship_doctrines: "Novelist Kinship"
game_concept_novelist_kinship_doctrines_desc: "The following doctrines are Novelist Kinship doctrines:\n#true_white [GetFaithDoctrine('special_doctrine_fantastical_kinship').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_academic_kinship').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_christian_kinship').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_islamic_kinship').GetBaseName]#!"
#Protestant doctrines
game_concept_established_church_astray: "$special_doctrine_established_church_name$"
game_concept_established_church_astray_desc: "[faiths|E] with the $special_doctrine_established_church_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white;game_link $special_doctrine_established_church_name$#!\n#true_white [GetFaithDoctrine('special_doctrine_reformation_roots').GetBaseName]#!\n#bold $catholic_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_roman_rite').GetBaseName]#!\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_via_media').GetBaseName]#!"
game_concept_established_church_hostile: "$special_doctrine_established_church_name$"
game_concept_established_church_hostile_desc: "[faiths|E] with the $special_doctrine_established_church_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#bold $catholic_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_sevillian_rite').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_independent_catholic').GetBaseName]#!\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_christian_kinship').GetBaseName]#!"
game_concept_reformation_roots_astray: "$special_doctrine_reformation_roots_name$"
game_concept_reformation_roots_astray_desc: "[faiths|E] with the $special_doctrine_reformation_roots_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_established_church').GetBaseName]#!\n#true_white;game_link $special_doctrine_reformation_roots_name$#!\n#bold $catholic_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_independent_catholic').GetBaseName]#!"
game_concept_reformation_roots_hostile: "$special_doctrine_reformation_roots_name$"
game_concept_reformation_roots_hostile_desc: "[faiths|E] with the $special_doctrine_reformation_roots_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#bold $catholic_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_roman_rite').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_sevillian_rite').GetBaseName]#!\n#bold $interreligious_doctrines$:#!\n#true_white [GetFaithDoctrine('special_doctrine_via_media').GetBaseName]#!\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_christian_kinship').GetBaseName]#!"
### Interreligious ###
#Novelist aligned
game_concept_people_of_the_book_astray: "$special_doctrine_people_of_the_book_name$"
game_concept_people_of_the_book_astray_desc: "[faiths|E] with the $special_doctrine_people_of_the_book_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white;game_link $special_doctrine_people_of_the_book_name$#!\n#bold $novelist_religion$:#!\n#true_white [novelist_kinship_doctrines|L]#!"
#Wicca/Druidic
game_concept_fae_and_folklore_astray: "$special_doctrine_fae_and_folklore_name$"
game_concept_fae_and_folklore_astray_desc: "[faiths|E] with the $special_doctrine_fae_and_folklore_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white;game_link $special_doctrine_people_of_the_book_name$#!\n#bold $novelist_religion$:#!\n#true_white [novelist_kinship_doctrines|L]#!"
game_concept_might_and_magick_astray: "$special_doctrine_might_and_magick_name$"
game_concept_might_and_magick_astray_desc: "[faiths|E] with the $special_doctrine_might_and_magick_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white;game_link $special_doctrine_people_of_the_book_name$#!\n#bold $novelist_religion$:#!\n#true_white [novelist_kinship_doctrines|L]#!"
game_concept_goddesses_and_glory_astray: "$special_doctrine_goddesses_and_glory_name$"
game_concept_goddesses_and_glory_astray_desc: "[faiths|E] with the $special_doctrine_goddesses_and_glory_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white;game_link $special_doctrine_people_of_the_book_name$#!\n#bold $novelist_religion$:#!\n#true_white [novelist_kinship_doctrines|L]#!"
#Anglican
game_concept_via_media_astray: "$special_doctrine_via_media_name$"
game_concept_via_media_astray_desc: "[faiths|E] with the $special_doctrine_via_media_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#bold $catholic_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_roman_rite').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_sevillian_rite').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_independent_catholic').GetBaseName]#!\n#bold $protestant_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_established_church').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_reformation_roots').GetBaseName]#!"