Merge branch 'main' of https://gitlab.com/new-era-team/N3OW
This commit is contained in:
commit
e81d0b39db
97 changed files with 109902 additions and 662 deletions
5115
N3OW/common/accolade_names/00_accolade_names.txt
Normal file
5115
N3OW/common/accolade_names/00_accolade_names.txt
Normal file
File diff suppressed because it is too large
Load diff
39
N3OW/common/accolade_names/_accolade_name.info
Normal file
39
N3OW/common/accolade_names/_accolade_name.info
Normal file
|
|
@ -0,0 +1,39 @@
|
||||||
|
# Accolade Names are used to create dynamic names given the Acclaimed Knight, Owner and Primary Type of an Accolade
|
||||||
|
|
||||||
|
accolade_name = {
|
||||||
|
# the base loc key that will be used when generating this name
|
||||||
|
# the key can have any format but each replacement option needs to be numbered and formatted as $OPTION_X$
|
||||||
|
key = loc_key_with_$OPTION_1$_and_$OPTION_2$
|
||||||
|
|
||||||
|
# the number of expected options, if this mismatches with the below number of scripted options the system will error
|
||||||
|
num_options = 3
|
||||||
|
|
||||||
|
# the replacement options that will be used IN ORDER to replace the $OPTION_X$ fields in the loc key
|
||||||
|
# root = acclaimed_knight
|
||||||
|
# event_targets = owner, accolade_type
|
||||||
|
option = {
|
||||||
|
# dynamic_desc with triggers and checks to pick whatever is the best option for the first replacement
|
||||||
|
|
||||||
|
# for the actual desc localization the available data is structured as...
|
||||||
|
# CHARACTER = acclaimed_knight
|
||||||
|
# TARGET_CHARACTER = owner
|
||||||
|
# NOTE: accolade_type is not directly accessible in the desc key and should only be used for option triggers
|
||||||
|
}
|
||||||
|
|
||||||
|
option = {
|
||||||
|
# same but for the second
|
||||||
|
}
|
||||||
|
|
||||||
|
...
|
||||||
|
|
||||||
|
# root is the acclaimed knight
|
||||||
|
# scope:owner is the accolade owner
|
||||||
|
# scope:accolade_type is the primary attribute
|
||||||
|
potential = {
|
||||||
|
# trigger to make sure we don't pick a key that is specific for ex. a region
|
||||||
|
}
|
||||||
|
|
||||||
|
# scripted value that will be used as weight when randomly picking between potential names
|
||||||
|
# scope setup is the same as potential = {}
|
||||||
|
weight = { value = 100 }
|
||||||
|
}
|
||||||
1906
N3OW/common/activities/activity_types/chariot_race.txt
Normal file
1906
N3OW/common/activities/activity_types/chariot_race.txt
Normal file
File diff suppressed because it is too large
Load diff
5687
N3OW/common/activities/activity_types/coronation.txt
Normal file
5687
N3OW/common/activities/activity_types/coronation.txt
Normal file
File diff suppressed because it is too large
Load diff
3277
N3OW/common/activities/activity_types/pilgrimage.txt
Normal file
3277
N3OW/common/activities/activity_types/pilgrimage.txt
Normal file
File diff suppressed because it is too large
Load diff
295
N3OW/common/activities/intents/coronation_intents.txt
Normal file
295
N3OW/common/activities/intents/coronation_intents.txt
Normal file
|
|
@ -0,0 +1,295 @@
|
||||||
|
### Coronation Intents
|
||||||
|
# Host Intents #
|
||||||
|
coronation_impress_attendees = {
|
||||||
|
icon = extoll_reign_intent
|
||||||
|
scripted_animation = {
|
||||||
|
triggered_animation = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
animation = acknowledging
|
||||||
|
}
|
||||||
|
animation = storyteller
|
||||||
|
}
|
||||||
|
|
||||||
|
auto_complete = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
coronation_weaken_detractors = {
|
||||||
|
icon = isolate_opponents_intent
|
||||||
|
scripted_animation = { animation = scheme }
|
||||||
|
|
||||||
|
auto_complete = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
coronation_embrace_supporters = {
|
||||||
|
icon = empower_loyalists_intent
|
||||||
|
scripted_animation = { animation = admiration }
|
||||||
|
|
||||||
|
auto_complete = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
coronation_exalt_crown = {
|
||||||
|
icon = support_liege_intent
|
||||||
|
scripted_animation = {
|
||||||
|
triggered_animation = {
|
||||||
|
trigger = {
|
||||||
|
coronation_proper_artifact_crown_trigger = yes
|
||||||
|
}
|
||||||
|
animation = crowning
|
||||||
|
}
|
||||||
|
triggered_animation = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
animation = prayer
|
||||||
|
}
|
||||||
|
triggered_animation = {
|
||||||
|
trigger = {
|
||||||
|
drinks_alcohol_trigger = yes
|
||||||
|
}
|
||||||
|
animation = toast_goblet
|
||||||
|
}
|
||||||
|
animation = personality_zealous
|
||||||
|
}
|
||||||
|
|
||||||
|
auto_complete = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
# Guest Intents
|
||||||
|
coronation_bear_witness = {
|
||||||
|
icon = bear_witness_intent
|
||||||
|
scripted_animation = { animation = admiration }
|
||||||
|
|
||||||
|
auto_complete = yes
|
||||||
|
|
||||||
|
ai_will_do = {
|
||||||
|
value = 25
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
stress_level >= 1
|
||||||
|
}
|
||||||
|
add = 25
|
||||||
|
}
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
exists = involved_activity.activity_host
|
||||||
|
opinion = {
|
||||||
|
target = involved_activity.activity_host
|
||||||
|
value < 0
|
||||||
|
}
|
||||||
|
is_landed = yes
|
||||||
|
}
|
||||||
|
subtract = 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
coronation_seize_advantages = {
|
||||||
|
icon = seize_advantages_intent
|
||||||
|
scripted_animation = { animation = interested }
|
||||||
|
|
||||||
|
auto_complete = yes
|
||||||
|
|
||||||
|
ai_will_do = {
|
||||||
|
value = 0
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
OR = {
|
||||||
|
has_trait = ambitious
|
||||||
|
intrigue >= high_skill_rating
|
||||||
|
}
|
||||||
|
}
|
||||||
|
add = 50
|
||||||
|
}
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
OR = {
|
||||||
|
has_trait = content
|
||||||
|
intrigue <= low_skill_rating
|
||||||
|
}
|
||||||
|
}
|
||||||
|
subtract = 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
coronation_offer_support = {
|
||||||
|
icon = altruism_intent
|
||||||
|
scripted_animation = { animation = obsequious_bow }
|
||||||
|
|
||||||
|
auto_complete = yes
|
||||||
|
|
||||||
|
is_valid = {
|
||||||
|
trigger_if = {
|
||||||
|
limit = {
|
||||||
|
is_ai = yes
|
||||||
|
}
|
||||||
|
NOT = {
|
||||||
|
is_in_guest_subset = {
|
||||||
|
name = detractor
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
ai_will_do = {
|
||||||
|
value = 0
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
opinion = {
|
||||||
|
target = involved_activity.activity_host
|
||||||
|
value > 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
add = "opinion(involved_activity.activity_host)"
|
||||||
|
}
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
has_any_moderate_good_relationship_with_character_trigger = {
|
||||||
|
CHARACTER = involved_activity.activity_host
|
||||||
|
}
|
||||||
|
}
|
||||||
|
add = 50
|
||||||
|
}
|
||||||
|
else_if = {
|
||||||
|
limit = {
|
||||||
|
has_any_mild_good_relationship_with_character_trigger = {
|
||||||
|
CHARACTER = involved_activity.activity_host
|
||||||
|
}
|
||||||
|
}
|
||||||
|
add = 25
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
coronation_advocate_domain = {
|
||||||
|
icon = advocate_domain_intent
|
||||||
|
scripted_animation = { animation = chancellor }
|
||||||
|
|
||||||
|
is_shown = {
|
||||||
|
any_liege_or_above = {
|
||||||
|
this = root.involved_activity.activity_host
|
||||||
|
}
|
||||||
|
is_landed = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
auto_complete = yes
|
||||||
|
|
||||||
|
ai_will_do = {
|
||||||
|
value = 0
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
OR = {
|
||||||
|
has_trait = diligent
|
||||||
|
stewardship >= high_skill_rating
|
||||||
|
}
|
||||||
|
}
|
||||||
|
add = 50
|
||||||
|
}
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
OR = {
|
||||||
|
has_trait = lazy
|
||||||
|
stewardship <= low_skill_rating
|
||||||
|
}
|
||||||
|
}
|
||||||
|
subtract = 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
coronation_profess_rights = {
|
||||||
|
icon = profess_rights_intent
|
||||||
|
scripted_animation = { animation = debating }
|
||||||
|
|
||||||
|
is_shown = {
|
||||||
|
liege ?= {
|
||||||
|
this = root.involved_activity.activity_host
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
auto_complete = yes
|
||||||
|
|
||||||
|
ai_will_do = {
|
||||||
|
value = 0
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
OR = {
|
||||||
|
has_trait = arrogant
|
||||||
|
diplomacy >= high_skill_rating
|
||||||
|
}
|
||||||
|
}
|
||||||
|
add = 50
|
||||||
|
}
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
OR = {
|
||||||
|
has_trait = humble
|
||||||
|
diplomacy <= low_skill_rating
|
||||||
|
}
|
||||||
|
}
|
||||||
|
subtract = 50
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
coronation_disrupt_loyalists = {
|
||||||
|
icon = disrupt_loyalists_intent
|
||||||
|
scripted_animation = { animation = spymaster }
|
||||||
|
|
||||||
|
auto_complete = yes
|
||||||
|
|
||||||
|
is_valid = {
|
||||||
|
trigger_if = {
|
||||||
|
limit = {
|
||||||
|
is_ai = yes
|
||||||
|
}
|
||||||
|
NOT = {
|
||||||
|
is_in_guest_subset = {
|
||||||
|
name = supporter
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
ai_will_do = {
|
||||||
|
value = 0
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
opinion = {
|
||||||
|
target = involved_activity.activity_host
|
||||||
|
value < 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
add = {
|
||||||
|
value = "opinion(involved_activity.activity_host)"
|
||||||
|
multiply = -1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
has_any_moderate_bad_relationship_with_character_trigger = {
|
||||||
|
CHARACTER = involved_activity.activity_host
|
||||||
|
}
|
||||||
|
}
|
||||||
|
add = 50
|
||||||
|
}
|
||||||
|
else_if = {
|
||||||
|
limit = {
|
||||||
|
has_any_mild_bad_relationship_with_character_trigger = {
|
||||||
|
CHARACTER = involved_activity.activity_host
|
||||||
|
}
|
||||||
|
}
|
||||||
|
add = 25
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
883
N3OW/common/activities/pulse_actions/education_actions.txt
Normal file
883
N3OW/common/activities/pulse_actions/education_actions.txt
Normal file
|
|
@ -0,0 +1,883 @@
|
||||||
|
#Activity Pulse Actions for Pilgrimages
|
||||||
|
#
|
||||||
|
#Adult education means guests are always AI and unlanded, some of these are therefore only for the host
|
||||||
|
#There won't always be an entourage of more than a caravan master
|
||||||
|
#There will be other students, and teachers. These are identified with flags and are generated/picked out by the activity.
|
||||||
|
#APAs marked with * involve or can happen to characters other than the host
|
||||||
|
|
||||||
|
#Study Hard Intent:
|
||||||
|
#apa_leveraging_language_skills
|
||||||
|
|
||||||
|
#Revelry Intent:
|
||||||
|
#
|
||||||
|
|
||||||
|
#Stress - University life requires work
|
||||||
|
#apa_procrastination
|
||||||
|
|
||||||
|
##Lifestyles, etc
|
||||||
|
#apa_studying_scripture - Shared/From other File
|
||||||
|
#apa_visited_markets - Shared/From other File
|
||||||
|
#apa_foreign_custom - Shared/From other File
|
||||||
|
|
||||||
|
##Random Education APAs
|
||||||
|
#apa_sight_seeing_group - Shared/From other File
|
||||||
|
#apa_university_discussions - Pick up lifestyle xp from teacher
|
||||||
|
|
||||||
|
#Character knows liturgical language of the religion of the university
|
||||||
|
#We are using the location here - rather than the religion of the teachers - which could differ
|
||||||
|
apa_leveraging_language_skills = {
|
||||||
|
icon = public
|
||||||
|
is_valid = {
|
||||||
|
is_current_phase_active = yes
|
||||||
|
scope:host = {
|
||||||
|
location = scope:province
|
||||||
|
has_activity_intent = study_hard_intent
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:province.faith.religion = religion:islam_religion
|
||||||
|
knows_language = language_arabic
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:province = {
|
||||||
|
OR = {
|
||||||
|
faith = faith:catholic
|
||||||
|
faith = faith:conversos
|
||||||
|
faith = faith:lollard
|
||||||
|
faith = faith:insular_celtic
|
||||||
|
faith = faith:mozarabic_church
|
||||||
|
}
|
||||||
|
}
|
||||||
|
knows_language = language_latin
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:province.faith = faith:cathar
|
||||||
|
knows_language = language_occitano_romance
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:province.faith = faith:armenian_apostolic
|
||||||
|
knows_language = language_armenian
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:province.faith = faith:nestorian
|
||||||
|
knows_language = language_aramaic
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:province.faith = faith:lamaism
|
||||||
|
knows_language = language_tibetan
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:province.religion = religion:bon_religion
|
||||||
|
knows_language = language_tibetan
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:province.religion = religion:taoism_religion
|
||||||
|
knows_language = language_chinese
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:province = {
|
||||||
|
OR = {
|
||||||
|
religion = religion:eastern_orthodox_religion
|
||||||
|
religion = religion:catholic_religion
|
||||||
|
religion = religion:protestant_religion
|
||||||
|
}
|
||||||
|
NOR = { #Non-Greek
|
||||||
|
faith = faith:catholic
|
||||||
|
faith = faith:conversos
|
||||||
|
faith = faith:lollard
|
||||||
|
faith = faith:insular_celtic
|
||||||
|
faith = faith:mozarabic_church
|
||||||
|
faith = faith:armenian_apostolic
|
||||||
|
faith = faith:cathar
|
||||||
|
}
|
||||||
|
}
|
||||||
|
knows_language = language_greek #General Christian Fallback
|
||||||
|
}
|
||||||
|
#For dead languages we check that you belong to the religion and have sufficient learning to be expected to know a liturgical language:
|
||||||
|
AND = {
|
||||||
|
religion = scope:province.religion
|
||||||
|
scope:province = { #these have specific languages to learn
|
||||||
|
NOR = {
|
||||||
|
OR = {
|
||||||
|
religion = religion:eastern_orthodox_religion
|
||||||
|
religion = religion:catholic_religion
|
||||||
|
religion = religion:protestant_religion
|
||||||
|
}
|
||||||
|
religion = religion:islam_religion
|
||||||
|
religion = religion:taoism_religion
|
||||||
|
faith = faith:lamaism
|
||||||
|
}
|
||||||
|
}
|
||||||
|
learning > 15 #Well educated
|
||||||
|
}
|
||||||
|
AND = { #Dharmic Faiths knows Sanskrit
|
||||||
|
scope:province = {
|
||||||
|
is_dharmic_faith_trigger = yes
|
||||||
|
}
|
||||||
|
is_dharmic_faith_trigger = yes
|
||||||
|
learning > 15 #Well educated
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
weight = { value = 1 }
|
||||||
|
|
||||||
|
effect = {
|
||||||
|
scope:host = {
|
||||||
|
save_scope_as = first
|
||||||
|
}
|
||||||
|
scope:province = {
|
||||||
|
save_scope_as = second
|
||||||
|
}
|
||||||
|
|
||||||
|
add_activity_log_entry = {
|
||||||
|
key = apa_leveraging_language_skills
|
||||||
|
tags = { pulse_action }
|
||||||
|
character = scope:first
|
||||||
|
|
||||||
|
scope:activity = { activity_special_type_progression_tiny = yes }
|
||||||
|
|
||||||
|
scope:first = {
|
||||||
|
custom_tooltip = adult_education_tt_positive_tiny
|
||||||
|
add_prestige = minor_prestige_gain
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
apa_bonded_during_studies = {
|
||||||
|
#Can be both Teachers and Students
|
||||||
|
#Only does progress since events is the primary way to gain friends and rivals during studies.
|
||||||
|
icon = learning
|
||||||
|
is_valid = {
|
||||||
|
is_current_phase_active = yes
|
||||||
|
any_attending_character = {
|
||||||
|
this != scope:host
|
||||||
|
is_physically_able_ai_adult = yes
|
||||||
|
num_of_relation_friend < 2
|
||||||
|
location = scope:province
|
||||||
|
number_of_traits_in_common = {
|
||||||
|
target = scope:host
|
||||||
|
value >= 1
|
||||||
|
}
|
||||||
|
can_set_relation_friend_trigger = { CHARACTER = scope:host }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
weight = {
|
||||||
|
value = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
effect = {
|
||||||
|
scope:host = {
|
||||||
|
save_scope_as = first
|
||||||
|
}
|
||||||
|
|
||||||
|
random_attending_character = {
|
||||||
|
limit = {
|
||||||
|
this != scope:host
|
||||||
|
is_physically_able_ai_adult = yes
|
||||||
|
num_of_relation_friend < 2
|
||||||
|
location = scope:province
|
||||||
|
number_of_traits_in_common = {
|
||||||
|
target = scope:host
|
||||||
|
value >= 1
|
||||||
|
}
|
||||||
|
can_set_relation_friend_trigger = { CHARACTER = scope:host }
|
||||||
|
}
|
||||||
|
save_scope_as = second
|
||||||
|
}
|
||||||
|
|
||||||
|
add_activity_log_entry = {
|
||||||
|
key = apa_bonded_during_studies
|
||||||
|
tags = { pulse_action }
|
||||||
|
character = scope:first
|
||||||
|
target = scope:second
|
||||||
|
|
||||||
|
scope:second = {
|
||||||
|
progress_towards_friend_effect = {
|
||||||
|
REASON = friend_bonded_at_university
|
||||||
|
CHARACTER = scope:first
|
||||||
|
OPINION = default_friend_opinion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
apa_procrastination = {
|
||||||
|
#Either suitable trait or reveller intent
|
||||||
|
icon = learning
|
||||||
|
is_valid = {
|
||||||
|
is_current_phase_active = yes
|
||||||
|
any_attending_character = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
OR = {
|
||||||
|
has_activity_intent = university_revelry_intent
|
||||||
|
has_trait = lazy
|
||||||
|
has_trait = arrogant
|
||||||
|
has_trait = drunkard
|
||||||
|
has_trait = fickle
|
||||||
|
has_trait = arbitrary
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
weight = {
|
||||||
|
value = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
effect = {
|
||||||
|
random_attending_character = {
|
||||||
|
limit = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
OR = {
|
||||||
|
has_activity_intent = university_revelry_intent
|
||||||
|
has_trait = lazy
|
||||||
|
has_trait = arrogant
|
||||||
|
has_trait = drunkard
|
||||||
|
has_trait = fickle
|
||||||
|
has_trait = arbitrary
|
||||||
|
}
|
||||||
|
}
|
||||||
|
save_scope_as = first
|
||||||
|
}
|
||||||
|
add_activity_log_entry = {
|
||||||
|
key = apa_procrastination
|
||||||
|
tags = { pulse_action }
|
||||||
|
character = scope:first
|
||||||
|
|
||||||
|
scope:first = {
|
||||||
|
add_stress = minor_stress_gain
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
apa_university_discussions = {
|
||||||
|
#No real triggers
|
||||||
|
icon = learning
|
||||||
|
is_valid = {
|
||||||
|
is_current_phase_active = yes
|
||||||
|
any_attending_character = {
|
||||||
|
this != scope:host
|
||||||
|
is_available_healthy_ai_adult = yes
|
||||||
|
OR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
weight = {
|
||||||
|
value = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
effect = {
|
||||||
|
scope:host = {
|
||||||
|
save_scope_as = first
|
||||||
|
}
|
||||||
|
random_attending_character = {
|
||||||
|
limit = {
|
||||||
|
this != scope:host
|
||||||
|
is_available_healthy_ai_adult = yes
|
||||||
|
OR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
save_scope_as = second
|
||||||
|
}
|
||||||
|
add_activity_log_entry = {
|
||||||
|
key = apa_university_discussions
|
||||||
|
tags = { pulse_action }
|
||||||
|
character = scope:first
|
||||||
|
target = scope:second
|
||||||
|
|
||||||
|
scope:second = {
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
has_education_martial_trigger = yes
|
||||||
|
}
|
||||||
|
scope:first = {
|
||||||
|
add_martial_lifestyle_xp = medium_lifestyle_xp
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else_if = {
|
||||||
|
limit = {
|
||||||
|
has_education_diplomacy_trigger = yes
|
||||||
|
}
|
||||||
|
scope:first = {
|
||||||
|
add_diplomacy_lifestyle_xp = medium_lifestyle_xp
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else_if = {
|
||||||
|
limit = {
|
||||||
|
has_education_learning_trigger = yes
|
||||||
|
}
|
||||||
|
scope:first = {
|
||||||
|
add_learning_lifestyle_xp = medium_lifestyle_xp
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else_if = {
|
||||||
|
limit = {
|
||||||
|
has_education_stewardship_trigger = yes
|
||||||
|
}
|
||||||
|
scope:first = {
|
||||||
|
add_stewardship_lifestyle_xp = medium_lifestyle_xp
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else_if = {
|
||||||
|
limit = {
|
||||||
|
has_education_intrigue_trigger = yes
|
||||||
|
}
|
||||||
|
scope:first = {
|
||||||
|
add_intrigue_lifestyle_xp = medium_lifestyle_xp
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
apa_night_on_books = {
|
||||||
|
icon = learning
|
||||||
|
is_valid = {
|
||||||
|
is_current_phase_active = yes
|
||||||
|
any_attending_character = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
weight = {
|
||||||
|
value = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
effect = {
|
||||||
|
random_attending_character = {
|
||||||
|
limit = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
save_scope_as = first
|
||||||
|
}
|
||||||
|
|
||||||
|
add_activity_log_entry = {
|
||||||
|
key = apa_night_on_books
|
||||||
|
tags = { pulse_action }
|
||||||
|
character = scope:first
|
||||||
|
|
||||||
|
scope:first = {
|
||||||
|
add_stress = minor_stress_gain
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
this = scope:host
|
||||||
|
}
|
||||||
|
custom_tooltip = adult_education_tt_positive_tiny
|
||||||
|
scope:activity = { activity_special_type_progression_tiny = yes }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
apa_student_disagreement = {
|
||||||
|
icon = social
|
||||||
|
is_valid = {
|
||||||
|
is_current_phase_active = yes
|
||||||
|
any_attending_character = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
count = 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
weight = {
|
||||||
|
value = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
effect = {
|
||||||
|
random_attending_character = {
|
||||||
|
limit = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
save_scope_as = first
|
||||||
|
}
|
||||||
|
random_attending_character = {
|
||||||
|
limit = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
this = scope:first
|
||||||
|
}
|
||||||
|
}
|
||||||
|
save_scope_as = second
|
||||||
|
}
|
||||||
|
|
||||||
|
add_activity_log_entry = {
|
||||||
|
key = apa_student_disagreement
|
||||||
|
tags = { pulse_action }
|
||||||
|
character = scope:first
|
||||||
|
target = scope:second
|
||||||
|
|
||||||
|
|
||||||
|
scope:first = {
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
can_set_relation_rival_trigger = { CHARACTER = scope:second }
|
||||||
|
}
|
||||||
|
progress_towards_rival_effect = {
|
||||||
|
REASON = rival_at_university
|
||||||
|
CHARACTER = scope:second
|
||||||
|
OPINION = default_rival_opinion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else_if = {
|
||||||
|
limit = {
|
||||||
|
is_ai = yes
|
||||||
|
}
|
||||||
|
add_opinion = {
|
||||||
|
target = scope:second
|
||||||
|
modifier = annoyed_opinion
|
||||||
|
opinion = -10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else = {
|
||||||
|
scope:second = {
|
||||||
|
add_opinion = {
|
||||||
|
target = scope:first
|
||||||
|
modifier = annoyed_opinion
|
||||||
|
opinion = -10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
apa_rowdy_student = {
|
||||||
|
icon = social
|
||||||
|
is_valid = {
|
||||||
|
is_current_phase_active = yes
|
||||||
|
any_attending_character = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
OR = {
|
||||||
|
has_activity_intent = university_revelry_intent
|
||||||
|
has_trait = drunkard
|
||||||
|
has_trait = hashishiyah
|
||||||
|
has_trait = gregarious
|
||||||
|
has_trait = arrogant
|
||||||
|
}
|
||||||
|
}
|
||||||
|
any_attending_character = {
|
||||||
|
OR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
weight = {
|
||||||
|
value = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
effect = {
|
||||||
|
random_attending_character = {
|
||||||
|
limit = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
OR = {
|
||||||
|
has_activity_intent = university_revelry_intent
|
||||||
|
has_trait = drunkard
|
||||||
|
has_trait = hashishiyah
|
||||||
|
has_trait = gregarious
|
||||||
|
has_trait = arrogant
|
||||||
|
}
|
||||||
|
}
|
||||||
|
save_scope_as = first
|
||||||
|
}
|
||||||
|
random_attending_character = {
|
||||||
|
limit = {
|
||||||
|
OR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
save_scope_as = second
|
||||||
|
}
|
||||||
|
|
||||||
|
add_activity_log_entry = {
|
||||||
|
key = apa_rowdy_student
|
||||||
|
tags = { pulse_action }
|
||||||
|
character = scope:first
|
||||||
|
target = scope:second
|
||||||
|
|
||||||
|
|
||||||
|
scope:second = {
|
||||||
|
add_opinion = {
|
||||||
|
target = scope:first
|
||||||
|
modifier = annoyed_opinion
|
||||||
|
opinion = -10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
scope:first = {
|
||||||
|
add_stress = minor_stress_loss
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
apa_impromptu_poetry = {
|
||||||
|
icon = social
|
||||||
|
is_valid = {
|
||||||
|
is_current_phase_active = yes
|
||||||
|
any_attending_character = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
OR = {
|
||||||
|
has_activity_intent = university_revelry_intent
|
||||||
|
has_trait = gregarious
|
||||||
|
has_trait = lifestyle_poet
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
weight = {
|
||||||
|
value = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
effect = {
|
||||||
|
random_attending_character = {
|
||||||
|
limit = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
OR = {
|
||||||
|
has_activity_intent = university_revelry_intent
|
||||||
|
has_trait = gregarious
|
||||||
|
has_trait = lifestyle_poet
|
||||||
|
}
|
||||||
|
}
|
||||||
|
save_scope_as = first
|
||||||
|
}
|
||||||
|
|
||||||
|
add_activity_log_entry = {
|
||||||
|
key = apa_impromptu_poetry
|
||||||
|
tags = { pulse_action }
|
||||||
|
character = scope:first
|
||||||
|
|
||||||
|
scope:first = {
|
||||||
|
bp2_lifestyle_xp_gain_per_type_effect = { VALUE = minor }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
apa_impressed_teacher = {
|
||||||
|
icon = social
|
||||||
|
is_valid = {
|
||||||
|
is_current_phase_active = yes
|
||||||
|
any_attending_character = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
OR = {
|
||||||
|
has_activity_intent = study_hard_intent
|
||||||
|
has_trait = diligent
|
||||||
|
}
|
||||||
|
}
|
||||||
|
any_attending_character = {
|
||||||
|
OR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
weight = {
|
||||||
|
value = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
effect = {
|
||||||
|
random_attending_character = {
|
||||||
|
limit = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
OR = {
|
||||||
|
has_activity_intent = study_hard_intent
|
||||||
|
has_trait = diligent
|
||||||
|
}
|
||||||
|
}
|
||||||
|
save_scope_as = first
|
||||||
|
}
|
||||||
|
random_attending_character = {
|
||||||
|
limit = {
|
||||||
|
OR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
save_scope_as = second
|
||||||
|
}
|
||||||
|
|
||||||
|
add_activity_log_entry = {
|
||||||
|
key = apa_impressed_teacher
|
||||||
|
tags = { pulse_action }
|
||||||
|
character = scope:first
|
||||||
|
target = scope:second
|
||||||
|
|
||||||
|
scope:first = {
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
this = scope:host
|
||||||
|
}
|
||||||
|
custom_tooltip = adult_education_tt_positive_tiny
|
||||||
|
scope:activity = { activity_special_type_progression_tiny = yes }
|
||||||
|
}
|
||||||
|
reverse_add_opinion = {
|
||||||
|
target = scope:second
|
||||||
|
modifier = proud_opinion
|
||||||
|
opinion = 10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
apa_revelry_hangover = {
|
||||||
|
icon = stress
|
||||||
|
is_valid = {
|
||||||
|
is_current_phase_active = yes
|
||||||
|
any_attending_character = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
has_activity_intent = study_hard_intent
|
||||||
|
has_trait = diligent
|
||||||
|
has_trait = temperate
|
||||||
|
}
|
||||||
|
drinks_alcohol_trigger = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
weight = {
|
||||||
|
value = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
effect = {
|
||||||
|
random_attending_character = {
|
||||||
|
limit = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
has_activity_intent = study_hard_intent
|
||||||
|
has_trait = diligent
|
||||||
|
has_trait = temperate
|
||||||
|
}
|
||||||
|
drinks_alcohol_trigger = yes
|
||||||
|
}
|
||||||
|
save_scope_as = first
|
||||||
|
}
|
||||||
|
|
||||||
|
add_activity_log_entry = {
|
||||||
|
key = apa_revelry_hangover
|
||||||
|
tags = { pulse_action }
|
||||||
|
character = scope:first
|
||||||
|
|
||||||
|
scope:first = {
|
||||||
|
add_stress = minor_stress_gain
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
apa_studied_confucian_classics = {
|
||||||
|
icon = learning
|
||||||
|
is_valid = {
|
||||||
|
is_current_phase_active = yes
|
||||||
|
OR = {
|
||||||
|
scope:province.faith.religion = religion:confucianism_religion
|
||||||
|
scope:province.county.holder.religion = religion:confucianism_religion
|
||||||
|
}
|
||||||
|
trigger_if = {
|
||||||
|
limit = {
|
||||||
|
scope:activity = { has_activity_type = activity_adult_education }
|
||||||
|
}
|
||||||
|
any_attending_character = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
weight = {
|
||||||
|
value = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
effect = {
|
||||||
|
random_attending_character = {
|
||||||
|
limit = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
save_scope_as = first
|
||||||
|
}
|
||||||
|
|
||||||
|
add_activity_log_entry = {
|
||||||
|
key = apa_studied_confucian_classics
|
||||||
|
tags = { pulse_action }
|
||||||
|
character = scope:first
|
||||||
|
|
||||||
|
scope:first = {
|
||||||
|
if = {
|
||||||
|
limit = { has_trait = confucian_education }
|
||||||
|
add_trait_xp = {
|
||||||
|
trait = confucian_education
|
||||||
|
value = { 1 3 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else = {
|
||||||
|
add_trait = confucian_education
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
apa_local_food = {
|
||||||
|
icon = social
|
||||||
|
is_valid = {
|
||||||
|
is_current_phase_active = yes
|
||||||
|
any_attending_character = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
weight = {
|
||||||
|
value = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
effect = {
|
||||||
|
random_attending_character = {
|
||||||
|
limit = {
|
||||||
|
NOR = {
|
||||||
|
has_character_flag = teacher_1
|
||||||
|
has_character_flag = teacher_2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
save_scope_as = first
|
||||||
|
}
|
||||||
|
|
||||||
|
add_activity_log_entry = {
|
||||||
|
key = apa_local_food
|
||||||
|
tags = { pulse_action }
|
||||||
|
character = scope:first
|
||||||
|
|
||||||
|
every_attending_character = {
|
||||||
|
limit = {
|
||||||
|
NOR = {
|
||||||
|
this = scope:first
|
||||||
|
is_ai = no
|
||||||
|
}
|
||||||
|
}
|
||||||
|
add_opinion = {
|
||||||
|
target = scope:first
|
||||||
|
modifier = shared_delicacy_opinion
|
||||||
|
opinion = 5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
apa_aced_homework = {
|
||||||
|
icon = learning
|
||||||
|
is_valid = {
|
||||||
|
is_current_phase_active = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
weight = {
|
||||||
|
value = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
effect = {
|
||||||
|
scope:host = {
|
||||||
|
save_scope_as = first
|
||||||
|
}
|
||||||
|
|
||||||
|
add_activity_log_entry = {
|
||||||
|
key = apa_aced_homework
|
||||||
|
tags = { pulse_action }
|
||||||
|
character = scope:first
|
||||||
|
|
||||||
|
custom_tooltip = adult_education_tt_positive_tiny
|
||||||
|
scope:activity = { activity_special_type_progression_tiny = yes }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
apa_pangur_ban = {
|
||||||
|
icon = learning
|
||||||
|
is_valid = {
|
||||||
|
is_current_phase_active = yes
|
||||||
|
NOT = { scope:host = { has_character_flag = has_written_pangur_ban } }
|
||||||
|
}
|
||||||
|
|
||||||
|
weight = {
|
||||||
|
value = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
effect = {
|
||||||
|
scope:host = {
|
||||||
|
save_scope_as = first
|
||||||
|
add_character_flag = {
|
||||||
|
flag = has_written_pangur_ban
|
||||||
|
months = 6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
add_activity_log_entry = {
|
||||||
|
key = apa_pangur_ban
|
||||||
|
tags = { pulse_action }
|
||||||
|
character = scope:first
|
||||||
|
|
||||||
|
custom_tooltip = adult_education_tt_positive_tiny
|
||||||
|
scope:activity = { activity_special_type_progression_tiny = yes }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
7796
N3OW/common/artifacts/features/00_features.txt
Normal file
7796
N3OW/common/artifacts/features/00_features.txt
Normal file
File diff suppressed because it is too large
Load diff
3749
N3OW/common/artifacts/visuals/00_court_artifacts.txt
Normal file
3749
N3OW/common/artifacts/visuals/00_court_artifacts.txt
Normal file
File diff suppressed because it is too large
Load diff
1079
N3OW/common/artifacts/visuals/00_personal_misc.txt
Normal file
1079
N3OW/common/artifacts/visuals/00_personal_misc.txt
Normal file
File diff suppressed because it is too large
Load diff
11177
N3OW/common/buildings/00_special_buildings.txt
Normal file
11177
N3OW/common/buildings/00_special_buildings.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -10,13 +10,13 @@ fortress_andorra_01 = {
|
||||||
|
|
||||||
can_construct_potential = {
|
can_construct_potential = {
|
||||||
scope:holder = {
|
scope:holder = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
is_enabled = {
|
is_enabled = {
|
||||||
scope:holder = {
|
scope:holder = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
1127
N3OW/common/buildings/ccp3_special_buildings.txt
Normal file
1127
N3OW/common/buildings/ccp3_special_buildings.txt
Normal file
File diff suppressed because it is too large
Load diff
6693
N3OW/common/casus_belli_types/07_ep3_wars.txt
Normal file
6693
N3OW/common/casus_belli_types/07_ep3_wars.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -652,17 +652,6 @@ c_anglesey = {
|
||||||
instance = { position = { 0.50 0.83 } scale = { 0.45 0.45 } }
|
instance = { position = { 0.50 0.83 } scale = { 0.45 0.45 } }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
c_auvergne = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "yellow"
|
|
||||||
color2 = "red"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_gonfanon.dds"
|
|
||||||
color1 = "red"
|
|
||||||
color2 = "red"
|
|
||||||
instance = { scale = { 0.8 0.8 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
c_cumberland = {
|
c_cumberland = {
|
||||||
pattern = "pattern_solid.dds"
|
pattern = "pattern_solid.dds"
|
||||||
color1 = "white"
|
color1 = "white"
|
||||||
|
|
@ -13456,19 +13445,6 @@ d_westfalen = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
d_ostmark = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "white"
|
|
||||||
color2 = "red"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_eagle_crown_boned.dds"
|
|
||||||
color1 = "red"
|
|
||||||
color2 = "yellow"
|
|
||||||
color3 = "white"
|
|
||||||
instance = { position = { 0.5 0.52 } scale = { 1.1 1.1 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
# d_utrecht = {
|
# d_utrecht = {
|
||||||
# pattern = "pattern_solid.dds"
|
# pattern = "pattern_solid.dds"
|
||||||
# color1 = "red"
|
# color1 = "red"
|
||||||
|
|
@ -14195,18 +14171,6 @@ d_julich = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
d_auvergne = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "yellow"
|
|
||||||
color2 = "red"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_gonfanon.dds"
|
|
||||||
color1 = "red"
|
|
||||||
color2 = "green"
|
|
||||||
instance = { position = { 0.5 0.5 } scale = { 0.9 0.9 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
d_brabant = {
|
d_brabant = {
|
||||||
pattern = "pattern_solid.dds"
|
pattern = "pattern_solid.dds"
|
||||||
color1 = "black"
|
color1 = "black"
|
||||||
|
|
@ -14944,58 +14908,6 @@ d_lusatia={
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
d_spreewald={
|
|
||||||
pattern="pattern_horizontal_split_01.dds"
|
|
||||||
color1=white
|
|
||||||
color2=red
|
|
||||||
color3=black
|
|
||||||
colored_emblem={
|
|
||||||
color1=white
|
|
||||||
texture="ce_circle_mask.dds"
|
|
||||||
instance={
|
|
||||||
position={ 0.000000 0.000000 }
|
|
||||||
scale={ 0.870000 0.910000 }
|
|
||||||
depth=1.010000
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
colored_emblem={
|
|
||||||
color1=red
|
|
||||||
color2=yellow
|
|
||||||
color3=white
|
|
||||||
texture="ce_bull_head.dds"
|
|
||||||
instance={
|
|
||||||
position={ 0.260000 0.280000 }
|
|
||||||
scale={ 0.400000 0.400000 }
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
colored_emblem={
|
|
||||||
color1=red
|
|
||||||
color2=yellow
|
|
||||||
texture="ce_bull_passant.dds"
|
|
||||||
instance={
|
|
||||||
depth=2.010000
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
colored_emblem={
|
|
||||||
color1=white
|
|
||||||
color2=green
|
|
||||||
texture="ce_chief.dds"
|
|
||||||
instance={
|
|
||||||
scale={ 1.000000 -1.000000 }
|
|
||||||
depth=3.010000
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
d_upper_bavaria={
|
d_upper_bavaria={
|
||||||
pattern="pattern_horizontal_split_01.dds"
|
pattern="pattern_horizontal_split_01.dds"
|
||||||
color1=white
|
color1=white
|
||||||
|
|
@ -15636,38 +15548,6 @@ d_ostfalen = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
c_mecklenburg = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "yellow"
|
|
||||||
color2 = "black"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_bull_head.dds"
|
|
||||||
color1 = "black"
|
|
||||||
color2 = "white"
|
|
||||||
color3 = "white"
|
|
||||||
instance = { position = { 0.5 0.50 } scale = { 0.9 0.9 } }
|
|
||||||
}
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_crown_head.dds"
|
|
||||||
color1 = "yellow"
|
|
||||||
color2 = "yellow"
|
|
||||||
instance = { position = { 0.5 0.240 } scale = { 0.4 0.4 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
d_nordmark = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "blue"
|
|
||||||
color2 = "yellow"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_griffin_rampant.dds" # Griffin passant
|
|
||||||
color1 = "yellow"
|
|
||||||
color2 = "red"
|
|
||||||
color3 = "black"
|
|
||||||
instance = { position = { 0.5 0.5 } scale = { 1.0 1.0 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
d_steyermark = {
|
d_steyermark = {
|
||||||
pattern = "pattern_solid.dds"
|
pattern = "pattern_solid.dds"
|
||||||
color1 = "green"
|
color1 = "green"
|
||||||
|
|
@ -19775,84 +19655,6 @@ c_avalois = { # Avallonais
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
c_nevers = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "blue"
|
|
||||||
color2 = "yellow"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_lion_rampant.dds"
|
|
||||||
color1 = "yellow"
|
|
||||||
color2 = "red"
|
|
||||||
color3 = "black"
|
|
||||||
instance = { position = { 0.5 0.5 } scale = { 1.0 1.0 } }
|
|
||||||
}
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_billet.dds"
|
|
||||||
color1 = "yellow"
|
|
||||||
color2 = "yellow"
|
|
||||||
instance = { position = { 0.17 0.09 } scale = { 0.12 0.12 } }
|
|
||||||
instance = { position = { 0.35 0.09 } scale = { 0.12 0.12 } }
|
|
||||||
instance = { position = { 0.65 0.09 } scale = { 0.12 0.12 } }
|
|
||||||
instance = { position = { 0.84 0.09 } scale = { 0.12 0.12 } }
|
|
||||||
instance = { position = { 0.17 0.50 } scale = { 0.12 0.12 } }
|
|
||||||
instance = { position = { 0.62 0.47 } scale = { 0.12 0.12 } }
|
|
||||||
instance = { position = { 0.17 0.70 } scale = { 0.12 0.12 } }
|
|
||||||
instance = { position = { 0.36 0.78 } scale = { 0.12 0.12 } }
|
|
||||||
instance = { position = { 0.68 0.78 } scale = { 0.12 0.12 } }
|
|
||||||
instance = { position = { 0.82 0.68 } scale = { 0.12 0.12 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_macon = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "white"
|
|
||||||
color2 = "red"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_chevronny.dds"
|
|
||||||
color1 = "white"
|
|
||||||
color2 = "red"
|
|
||||||
instance = { position = { 0.5 0.5 } scale = { 1.0 1.0 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_jaligny = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "yellow"
|
|
||||||
color2 = "red"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_paly_06.dds"
|
|
||||||
color1 = "yellow"
|
|
||||||
color2 = "red"
|
|
||||||
instance = { position = { 0.5 0.5 } scale = { 1.0 1.0 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_forez = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "red"
|
|
||||||
color2 = "yellow"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_dolphin.dds"
|
|
||||||
color1 = "yellow"
|
|
||||||
color2 = "yellow"
|
|
||||||
color3 = "black"
|
|
||||||
instance = { position = { 0.5 0.48 } scale = { 1.0 1.0 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_clermont_sur_allier = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "yellow"
|
|
||||||
color2 = "blue"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_dolphin.dds"
|
|
||||||
color1 = "blue"
|
|
||||||
color2 = "blue"
|
|
||||||
color3 = "white"
|
|
||||||
instance = { position = { 0.5 0.48 } scale = { 1.0 1.0 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_viennois = {
|
c_viennois = {
|
||||||
pattern = "pattern_solid.dds"
|
pattern = "pattern_solid.dds"
|
||||||
color1 = "yellow"
|
color1 = "yellow"
|
||||||
|
|
@ -19866,49 +19668,6 @@ c_viennois = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
c_auvergne = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "yellow"
|
|
||||||
color2 = "red"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_gonfanon.dds"
|
|
||||||
color1 = "red"
|
|
||||||
color2 = "yellow"
|
|
||||||
instance = { position = { 0.5 0.5 } scale = { 0.9 0.9 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_thiers = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "yellow"
|
|
||||||
color2 = "red"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_lion_rampant.dds"
|
|
||||||
color1 = "red"
|
|
||||||
color2 = "red"
|
|
||||||
color3 = "white"
|
|
||||||
instance = { position = { 0.5 0.5 } scale = { 1.0 1.0 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_beziers = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "white"
|
|
||||||
color2 = "black"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_ermine_pattern.dds"
|
|
||||||
color1 = "black"
|
|
||||||
color2 = "black"
|
|
||||||
instance = { position = { 0.5 0.60 } scale = { 1.0 1.16 } }
|
|
||||||
}
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_bars_03.dds"
|
|
||||||
color1 = "red"
|
|
||||||
color2 = "red"
|
|
||||||
instance = { position = { 0.5 0.59 } scale = { 1.0 1.16 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_bigorre = {
|
c_bigorre = {
|
||||||
pattern = "pattern_solid.dds"
|
pattern = "pattern_solid.dds"
|
||||||
color1 = "red"
|
color1 = "red"
|
||||||
|
|
@ -22049,71 +21808,6 @@ c_havelberg = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
c_brandenburg = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "white"
|
|
||||||
color2 = "red"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_eagle.dds"
|
|
||||||
color1 = "red"
|
|
||||||
color2 = "red"
|
|
||||||
color3 = "white"
|
|
||||||
instance = { position = { 0.5 0.52 } scale = { 1.1 1.1 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_ruppin = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "red"
|
|
||||||
color2 = "white"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_eagle.dds"
|
|
||||||
color1 = "white"
|
|
||||||
color2 = "white"
|
|
||||||
color3 = "black"
|
|
||||||
instance = { position = { 0.5 0.52 } scale = { 1.1 1.1 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_berlin = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "white"
|
|
||||||
color2 = "black"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_bear_rampant.dds"
|
|
||||||
color1 = "black"
|
|
||||||
color2 = "black"
|
|
||||||
color3 = "white"
|
|
||||||
instance = { position = { 0.5 0.51 } scale = { 1.0 1.0 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_werle = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "yellow"
|
|
||||||
color2 = "black"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_bull_head.dds"
|
|
||||||
color1 = "black"
|
|
||||||
color2 = "white"
|
|
||||||
color3 = "white"
|
|
||||||
instance = { position = { 0.5 0.50 } scale = { 0.9 0.9 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_rostock = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "blue"
|
|
||||||
color2 = "yellow"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_griffin_rampant.dds"
|
|
||||||
color1 = "yellow"
|
|
||||||
color2 = "yellow"
|
|
||||||
color3 = "black"
|
|
||||||
instance = { position = { 0.5 0.5 } scale = { 1.0 1.0 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_wolgast= {
|
c_wolgast= {
|
||||||
pattern = "pattern_solid.dds"
|
pattern = "pattern_solid.dds"
|
||||||
color1 = "yellow"
|
color1 = "yellow"
|
||||||
|
|
@ -22127,19 +21821,6 @@ c_wolgast= {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
c_rugen = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "white"
|
|
||||||
color2 = "black"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_lion_rampant.dds"
|
|
||||||
color1 = "black"
|
|
||||||
color2 = "red"
|
|
||||||
color3 = "white"
|
|
||||||
instance = { position = { 0.5 0.5 } scale = { 1.0 1.0 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_dessau = {
|
c_dessau = {
|
||||||
pattern = "pattern_solid.dds"
|
pattern = "pattern_solid.dds"
|
||||||
color1 = "yellow"
|
color1 = "yellow"
|
||||||
|
|
@ -25800,18 +25481,6 @@ c_linz = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
c_velay = {
|
|
||||||
pattern = "pattern_solid.dds"
|
|
||||||
color1 = "white"
|
|
||||||
color2 = "red"
|
|
||||||
colored_emblem = {
|
|
||||||
texture = "ce_barry_06.dds"
|
|
||||||
color1 = "white"
|
|
||||||
color2 = "red"
|
|
||||||
instance = { position = { 0.5 0.5 } scale = { 1.0 1.0 } }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_venaissin = {
|
c_venaissin = {
|
||||||
pattern = "pattern_solid.dds"
|
pattern = "pattern_solid.dds"
|
||||||
color1 = "yellow"
|
color1 = "yellow"
|
||||||
|
|
|
||||||
|
|
@ -1688,54 +1688,6 @@ c_chur = {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
k_brandenburg = {
|
|
||||||
pattern="pattern_horizontal_split_01.dds"
|
|
||||||
color1=black
|
|
||||||
color2=black
|
|
||||||
colored_emblem={
|
|
||||||
color1=black
|
|
||||||
color2=black
|
|
||||||
texture="ce_shield_02.dds"
|
|
||||||
instance={
|
|
||||||
scale={ 0.780000 0.780000 }
|
|
||||||
depth=2.010000
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
colored_emblem={
|
|
||||||
color1=red
|
|
||||||
color2=yellow
|
|
||||||
color3=white
|
|
||||||
texture="ce_eagle.dds"
|
|
||||||
instance={
|
|
||||||
scale={ 0.780000 0.780000 }
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
colored_emblem={
|
|
||||||
color1=red
|
|
||||||
color2=white
|
|
||||||
texture="ce_per_fess.dds"
|
|
||||||
instance={
|
|
||||||
depth=3.010000
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
colored_emblem={
|
|
||||||
color1=white
|
|
||||||
color2=white
|
|
||||||
texture="ce_shield_02.dds"
|
|
||||||
instance={
|
|
||||||
scale={ 0.710000 0.710000 }
|
|
||||||
depth=1.010000
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
k_east_francia = {
|
k_east_francia = {
|
||||||
pattern="pattern_barruly_special.dds"
|
pattern="pattern_barruly_special.dds"
|
||||||
|
|
@ -3981,25 +3933,6 @@ k_austrasia = {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
e_germany = {
|
|
||||||
custom=yes
|
|
||||||
pattern="pattern_solid.dds"
|
|
||||||
color1=yellow
|
|
||||||
color2=white
|
|
||||||
color3=blue
|
|
||||||
colored_emblem={
|
|
||||||
color1=black
|
|
||||||
color2=red
|
|
||||||
color3=white
|
|
||||||
texture="NEOW_ce_eagle_modern.dds"
|
|
||||||
instance={
|
|
||||||
scale={ 0.990000 0.990000 }
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
k_bavaria={
|
k_bavaria={
|
||||||
pattern="pattern_shield_01.dds"
|
pattern="pattern_shield_01.dds"
|
||||||
color1=white
|
color1=white
|
||||||
|
|
|
||||||
|
|
@ -2424,4 +2424,137 @@ c_foix={ #Ariège
|
||||||
texture="ce_bell.dds"
|
texture="ce_bell.dds"
|
||||||
instance={position={0.5 0.4} scale={0.3 0.3}}
|
instance={position={0.5 0.4} scale={0.3 0.3}}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
d_auvergne={
|
||||||
|
pattern="pattern_solid.dds"
|
||||||
|
color1=yellow
|
||||||
|
color2=red
|
||||||
|
colored_emblem={
|
||||||
|
texture="ce_gonfanon.dds"
|
||||||
|
color1=red
|
||||||
|
color2=green
|
||||||
|
instance={position={0.5 0.5} scale={0.9 0.9}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_auvergne={ #Cantal
|
||||||
|
pattern="pattern_shield_03_small.dds"
|
||||||
|
color1=yellow
|
||||||
|
color2=blue
|
||||||
|
colored_emblem={
|
||||||
|
mask={1}
|
||||||
|
color1=red
|
||||||
|
color2=green
|
||||||
|
texture="ce_gonfanon.dds"
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=yellow
|
||||||
|
texture="ce_bendlet.dds"
|
||||||
|
mask={2}
|
||||||
|
instance={scale={0.7 0.7} position={0.5 0.4}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=white
|
||||||
|
texture="ce_clam.dds"
|
||||||
|
instance={position={0.59 0.31} scale={0.1 0.1}}
|
||||||
|
instance={position={0.51 0.31} scale={0.1 0.1}}
|
||||||
|
instance={position={0.59 0.39} scale={0.1 0.1}}
|
||||||
|
instance={position={0.41 0.42} scale={0.1 0.1}}
|
||||||
|
instance={position={0.45 0.49} scale={0.1 0.1}}
|
||||||
|
instance={position={0.5 0.55} scale={0.1 0.1}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_clermont_sur_allier={ #Clermont-Ferrand
|
||||||
|
pattern="pattern_cross_02.dds"
|
||||||
|
color1=blue
|
||||||
|
color2=yellow
|
||||||
|
colored_emblem={
|
||||||
|
color1=yellow
|
||||||
|
texture="ce_fleur.dds"
|
||||||
|
instance={position={0.235 0.22} scale={0.333 0.333}}
|
||||||
|
instance={position={0.765 0.22} scale={0.333 0.333}}
|
||||||
|
instance={position={0.26 0.75} scale={0.3 0.3}}
|
||||||
|
instance={position={0.74 0.75} scale={0.3 0.3}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_thiers={
|
||||||
|
pattern="pattern_solid.dds"
|
||||||
|
color1=red
|
||||||
|
color2=white
|
||||||
|
colored_emblem={
|
||||||
|
color1=white
|
||||||
|
color2=grey
|
||||||
|
texture="NEOW_ce_waves_05.dds"
|
||||||
|
instance={position={0.5 0.66} scale={1 0.75}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=white
|
||||||
|
texture="NEOW_ce_ship_trimast.dds"
|
||||||
|
instance={position={0.5 0.425} scale={0.935 0.935}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_velay={ #Haute-Loire
|
||||||
|
pattern="pattern_solid.dds"
|
||||||
|
color1=red
|
||||||
|
color2=white
|
||||||
|
colored_emblem={
|
||||||
|
color1=yellow
|
||||||
|
texture="ce_crozier.dds"
|
||||||
|
instance={position={0.35 0.45} scale={-0.7 0.7}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=yellow
|
||||||
|
color2=grey
|
||||||
|
texture="ce_sword_simple.dds"
|
||||||
|
instance={position={0.65 0.45} scale={0.7 0.7}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=white
|
||||||
|
texture="ce_border_shield_engrailed_02.dds"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_jaligny={ #Allier
|
||||||
|
pattern="pattern_solid.dds"
|
||||||
|
color1=blue
|
||||||
|
color2=yellow
|
||||||
|
colored_emblem={
|
||||||
|
texture="ce_fleur.dds"
|
||||||
|
color1=yellow
|
||||||
|
instance={position={0.1 0} scale={0.23 0.26}}
|
||||||
|
instance={position={0.3 0} scale={0.23 0.26}}
|
||||||
|
instance={position={0.5 0} scale={0.23 0.26}}
|
||||||
|
instance={position={0.7 0} scale={0.23 0.26}}
|
||||||
|
instance={position={0.9 0} scale={0.23 0.26}}
|
||||||
|
instance={position={0 0.2} scale={0.23 0.26}}
|
||||||
|
instance={position={0.2 0.2} scale={0.23 0.26}}
|
||||||
|
instance={position={0.4 0.2} scale={0.23 0.26}}
|
||||||
|
instance={position={0.6 0.2} scale={0.23 0.26}}
|
||||||
|
instance={position={0.8 0.2} scale={0.23 0.26}}
|
||||||
|
instance={position={1 0.2} scale={0.23 0.26}}
|
||||||
|
instance={position={0.1 0.4} scale={0.23 0.26}}
|
||||||
|
instance={position={0.3 0.4} scale={0.23 0.26}}
|
||||||
|
instance={position={0.5 0.4} scale={0.23 0.26}}
|
||||||
|
instance={position={0.7 0.4} scale={0.23 0.26}}
|
||||||
|
instance={position={0.9 0.4} scale={0.23 0.26}}
|
||||||
|
instance={position={0 0.6} scale={0.23 0.26}}
|
||||||
|
instance={position={0.2 0.6} scale={0.23 0.26}}
|
||||||
|
instance={position={0.4 0.6} scale={0.23 0.26}}
|
||||||
|
instance={position={0.6 0.6} scale={0.23 0.26}}
|
||||||
|
instance={position={0.8 0.6} scale={0.23 0.26}}
|
||||||
|
instance={position={1 0.6} scale={0.23 0.26}}
|
||||||
|
instance={position={0.1 0.8} scale={0.23 0.26}}
|
||||||
|
instance={position={0.3 0.8} scale={0.23 0.26}}
|
||||||
|
instance={position={0.5 0.8} scale={0.23 0.26}}
|
||||||
|
instance={position={0.7 0.8} scale={0.23 0.26}}
|
||||||
|
instance={position={0.9 0.8} scale={0.23 0.26}}
|
||||||
|
instance={position={0 1} scale={0.23 0.26}}
|
||||||
|
instance={position={0.2 1} scale={0.23 0.26}}
|
||||||
|
instance={position={0.4 1} scale={0.23 0.26}}
|
||||||
|
instance={position={0.6 1} scale={0.23 0.26}}
|
||||||
|
instance={position={0.8 1} scale={0.23 0.26}}
|
||||||
|
instance={position={1 1} scale={0.23 0.26}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
texture="ce_ordinary_bend_dexter_5.dds"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
478
N3OW/common/coat_of_arms/coat_of_arms/germany.txt
Normal file
478
N3OW/common/coat_of_arms/coat_of_arms/germany.txt
Normal file
|
|
@ -0,0 +1,478 @@
|
||||||
|
e_germany={
|
||||||
|
pattern="pattern_solid.dds"
|
||||||
|
color1=yellow
|
||||||
|
color2=black
|
||||||
|
colored_emblem={
|
||||||
|
color1=black
|
||||||
|
color2=red
|
||||||
|
color3=white
|
||||||
|
texture="NEOW_ce_eagle_modern.dds"
|
||||||
|
instance={scale={0.99 0.99}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
k_brandenburg={
|
||||||
|
pattern="pattern_horizontal_split_01.dds"
|
||||||
|
color1=red
|
||||||
|
color2=white
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
color2=white
|
||||||
|
texture="ce_per_fess.dds"
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=black
|
||||||
|
color2=black
|
||||||
|
texture="ce_shield_02.dds"
|
||||||
|
instance={scale={0.78 0.78}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=white
|
||||||
|
color2=white
|
||||||
|
texture="ce_shield_02.dds"
|
||||||
|
instance={scale={0.71 0.71}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
color2=yellow
|
||||||
|
color3=white
|
||||||
|
texture="ce_eagle.dds"
|
||||||
|
instance={scale={0.78 0.78}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
d_nordmark={ #Mecklenburg
|
||||||
|
pattern="pattern_solid.dds"
|
||||||
|
color1=yellow
|
||||||
|
color2=black
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
color2=red
|
||||||
|
texture="ce_shield_portugal.dds"
|
||||||
|
instance={position={0.5 0.825} scale={0.2 0.5}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=black
|
||||||
|
color2=white
|
||||||
|
color3=white
|
||||||
|
texture="ce_bull_head.dds"
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=yellow_light
|
||||||
|
color2=yellow
|
||||||
|
texture="ce_crown_head.dds"
|
||||||
|
instance={position={0.5 0.2} scale={0.5 0.5}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_wismar={
|
||||||
|
pattern="pattern_solid.dds"
|
||||||
|
color1=white
|
||||||
|
color2=yellow
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
color2=red
|
||||||
|
color3=red
|
||||||
|
texture="ce_ship_lymphad.dds"
|
||||||
|
instance={position={0.5 0.43} scale={-0.845 0.845}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=yellow
|
||||||
|
texture="ce_escutcheon.dds"
|
||||||
|
instance={position={0.5 0.375} scale={0.425 0.425}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
color2=red
|
||||||
|
texture="ce_shield_02.dds"
|
||||||
|
instance={position={0.5 0.45} scale={0.035 0.08}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=black
|
||||||
|
color2=white
|
||||||
|
color3=white
|
||||||
|
texture="ce_bull_head.dds"
|
||||||
|
instance={position={0.5 0.35} scale={0.285 0.285}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=yellow_light
|
||||||
|
color2=yellow
|
||||||
|
texture="ce_crown_head.dds"
|
||||||
|
instance={position={0.5 0.28} scale={0.145 0.145}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=blue
|
||||||
|
color2=blue
|
||||||
|
texture="NEOW_ce_waves_05.dds"
|
||||||
|
instance={position={0.5 0.66} scale={1 0.75}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=white
|
||||||
|
texture="ce_fish.dds"
|
||||||
|
instance={position={0.3 0.77} scale={-0.31 0.31}}
|
||||||
|
instance={position={0.7 0.77} scale={0.31 0.31}}
|
||||||
|
instance={position={0.5 0.89} scale={-0.31 0.31}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=rgb{144 144 144}
|
||||||
|
color2=black
|
||||||
|
texture="ce_falcon.dds"
|
||||||
|
instance={position={0.763 0.295} scale={0.17 0.17}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_schwerin={
|
||||||
|
pattern="pattern_solid.dds"
|
||||||
|
color1=blue
|
||||||
|
color2=yellow
|
||||||
|
colored_emblem={
|
||||||
|
color1=yellow
|
||||||
|
color2=yellow
|
||||||
|
color3=yellow
|
||||||
|
texture="ce_knight.dds"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_rostock={
|
||||||
|
pattern="pattern_horizontal_split_01.dds"
|
||||||
|
color1=blue
|
||||||
|
color2=white
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
texture="ce_block_02.dds"
|
||||||
|
instance={position={0.5 0.875} scale={1 0.25}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=yellow
|
||||||
|
color2=red
|
||||||
|
color3=blue
|
||||||
|
texture="ce_griffin_rampant.dds"
|
||||||
|
instance={position={0.5 0.25} scale={0.5 0.5}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_neubrandenburg={
|
||||||
|
pattern="pattern_vertical_split_01.dds"
|
||||||
|
color1=yellow
|
||||||
|
color2=white
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
color2=red
|
||||||
|
texture="ce_shield_portugal.dds"
|
||||||
|
mask={1}
|
||||||
|
instance={position={0.5 0.825} scale={0.2 0.5}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=black
|
||||||
|
color2=white
|
||||||
|
color3=white
|
||||||
|
mask={1}
|
||||||
|
texture="ce_bull_head.dds"
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=yellow_light
|
||||||
|
color2=yellow
|
||||||
|
texture="ce_crown_head.dds"
|
||||||
|
instance={position={0.5 0.2} scale={0.5 0.5}}
|
||||||
|
mask={1}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=white
|
||||||
|
color2=blue
|
||||||
|
texture="ce_waves_01.dds"
|
||||||
|
instance={position={0.75 0.75} scale={0.5 0.5}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
color2=yellow
|
||||||
|
color3=white
|
||||||
|
texture="ce_griffin_rampant.dds"
|
||||||
|
instance={position={0.7 0.25} scale={0.5 0.5}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
d_lower_lusatia={
|
||||||
|
pattern="pattern_horizontal_split_01.dds"
|
||||||
|
color1=white
|
||||||
|
color2=red
|
||||||
|
colored_emblem={
|
||||||
|
color1=white
|
||||||
|
color2=green
|
||||||
|
texture="ce_chief.dds"
|
||||||
|
instance={scale={1 -1}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
color2=yellow
|
||||||
|
texture="ce_bull_passant.dds"
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=white
|
||||||
|
texture="ce_circle_mask.dds"
|
||||||
|
instance={position={0 0} scale={0.87 0.91}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
color2=yellow
|
||||||
|
color3=white
|
||||||
|
texture="ce_bull_head.dds"
|
||||||
|
instance={position={0.26 0.28} scale={0.4 0.4}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_cottbus={
|
||||||
|
pattern="pattern_solid.dds"
|
||||||
|
color1=white
|
||||||
|
color2=white
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
texture="ce_castle_random.dds"
|
||||||
|
instance={position={0.5 0.72} scale={0.655 0.655}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=black
|
||||||
|
texture="ce_inescutcheon.dds"
|
||||||
|
instance={position={0.5 0.26} scale={0.645 0.645}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=white
|
||||||
|
texture="ce_inescutcheon.dds"
|
||||||
|
instance={position={0.5 0.26} scale={0.605 0.605}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
texture="ce_lobster.dds"
|
||||||
|
instance={position={0.5 0.26} scale={0.3 0.3}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_senftenberg={
|
||||||
|
pattern="pattern_checkers_02.dds"
|
||||||
|
color1=red
|
||||||
|
color2=white
|
||||||
|
colored_emblem={
|
||||||
|
color1=black
|
||||||
|
color2=black
|
||||||
|
texture="NEOW_ce_hammer.dds"
|
||||||
|
instance={position={0.29 0.265} scale={0.43 0.43} rotation=45}
|
||||||
|
instance={position={0.25 0.265} scale={-0.43 0.43} rotation=-45}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
color2=red
|
||||||
|
texture="ce_gotland_banner.dds"
|
||||||
|
instance={position={0.64 0.835} scale={-0.66 0.66}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
d_vorpommern={
|
||||||
|
pattern="pattern_horizontal_split_01.dds"
|
||||||
|
color1=blue
|
||||||
|
color2=white
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
color2=yellow
|
||||||
|
color3=blue
|
||||||
|
texture="ce_griffin_rampant.dds"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_szczecin={
|
||||||
|
pattern="pattern_solid.dds"
|
||||||
|
color1=blue
|
||||||
|
color2=yellow
|
||||||
|
colored_emblem={
|
||||||
|
color1=yellow
|
||||||
|
texture="ce_border_shield.dds"
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
color2=yellow
|
||||||
|
color3=white
|
||||||
|
texture="NEOW_ce_griffin_head_crowned.dds"
|
||||||
|
instance={position={0.5 0.475} scale={0.75 0.75}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_wolgast={ #Greifswald
|
||||||
|
pattern="pattern_diagonal_split_01.dds"
|
||||||
|
color1=white
|
||||||
|
color2=yellow
|
||||||
|
colored_emblem={
|
||||||
|
color1=blue
|
||||||
|
texture="ce_bendlet.dds"
|
||||||
|
instance={scale={-1 1}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
color2=yellow
|
||||||
|
color3=white
|
||||||
|
texture="ce_griffin_rampant.dds"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_rugen={
|
||||||
|
pattern="pattern_horizontal_split_01.dds"
|
||||||
|
color1=yellow
|
||||||
|
color2=blue
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
texture="ce_block_01.dds"
|
||||||
|
instance={position={0.5 0.565} scale={0.275 0.25}}
|
||||||
|
instance={position={0.3 0.694} scale={0.275 0.25}}
|
||||||
|
instance={position={0.7 0.694} scale={0.275 0.25}}
|
||||||
|
instance={position={0.2 0.82} scale={0.275 0.25}}
|
||||||
|
instance={position={0.8 0.82} scale={0.275 0.25}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=black
|
||||||
|
color2=red
|
||||||
|
color3=white
|
||||||
|
mask={1}
|
||||||
|
texture="ce_lion_rampant_crown_forked.dds"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
d_ostmark={
|
||||||
|
pattern="pattern_solid.dds"
|
||||||
|
color1=white
|
||||||
|
color2=red
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
color2=yellow
|
||||||
|
color3=white
|
||||||
|
texture="NEOW_ce_eagle_boned.dds"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_potsdam={
|
||||||
|
pattern="pattern_solid.dds"
|
||||||
|
color1=yellow
|
||||||
|
color2=red
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
color2=black
|
||||||
|
color3=yellow
|
||||||
|
texture="ce_eagle.dds"
|
||||||
|
instance={scale={-1 1}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_spreewald={
|
||||||
|
pattern="pattern_solid.dds"
|
||||||
|
color1=yellow
|
||||||
|
color2=black
|
||||||
|
colored_emblem={
|
||||||
|
color1=black
|
||||||
|
color2=red
|
||||||
|
color3=white
|
||||||
|
texture="ce_eagle.dds"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_prignitz={
|
||||||
|
pattern="pattern_waves_01.dds"
|
||||||
|
color1=red
|
||||||
|
color2=white
|
||||||
|
colored_emblem={
|
||||||
|
color1=white
|
||||||
|
color2=yellow
|
||||||
|
color3=red
|
||||||
|
texture="ce_swan.dds"
|
||||||
|
instance={position={0.5 0.25} scale={0.5 0.5} depth=1}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=white
|
||||||
|
texture="ce_circle.dds"
|
||||||
|
instance={position={0.2 0.15} scale={0.1 0.1}}
|
||||||
|
instance={position={0.8 0.15} scale={0.1 0.1}}
|
||||||
|
instance={position={0.225 0.25} scale={0.1 0.1}}
|
||||||
|
instance={position={0.775 0.25} scale={0.1 0.1}}
|
||||||
|
instance={position={0.275 0.35} scale={0.1 0.1}}
|
||||||
|
instance={position={0.725 0.35} scale={0.1 0.1}}
|
||||||
|
instance={position={0.375 0.45} scale={0.1 0.1}}
|
||||||
|
instance={position={0.625 0.45} scale={0.1 0.1}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=black
|
||||||
|
color2=red
|
||||||
|
color3=white
|
||||||
|
texture="ce_wolf_passant.dds"
|
||||||
|
instance={position={0.5 0.7} scale={0.6 0.6}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_oderfrankfurt={
|
||||||
|
pattern="pattern_checkers_02.dds"
|
||||||
|
color1=red
|
||||||
|
color2=yellow
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
texture="ce_boathooks.dds"
|
||||||
|
instance={position={0.3 0.25} scale={0.5 0.5}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
texture="ce_star_06.dds"
|
||||||
|
instance={position={0.3 0.1} scale={0.15 0.15}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=black
|
||||||
|
texture="ce_block_02.dds"
|
||||||
|
instance={position={0.75 0.25} scale={0.5 0.5}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=white
|
||||||
|
color2=red
|
||||||
|
texture="ce_bend_checky.dds"
|
||||||
|
instance={position={0.75 0.25} scale={0.5 -0.5}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
texture="ce_antler_pale.dds"
|
||||||
|
instance={position={0.7 0.7} scale={0.45 0.45}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=white
|
||||||
|
texture="NEOW_ce_scythe_blade.dds"
|
||||||
|
instance={position={0.25 0.6} scale={-0.5 -0.5}}
|
||||||
|
instance={position={0.275 0.7} scale={-0.45 -0.45}}
|
||||||
|
instance={position={0.3 0.8} scale={-0.4 -0.4}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_berlin={
|
||||||
|
pattern="pattern_solid.dds"
|
||||||
|
color1=white
|
||||||
|
color2=black
|
||||||
|
colored_emblem={
|
||||||
|
texture="ce_bear_rampant.dds"
|
||||||
|
color1=black
|
||||||
|
color2=black
|
||||||
|
color3=white
|
||||||
|
instance={position={0.5 0.51} scale={1 1}}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
c_uckermark={
|
||||||
|
pattern="pattern_solid.dds"
|
||||||
|
color1=yellow
|
||||||
|
color2=red
|
||||||
|
colored_emblem={
|
||||||
|
color1=white
|
||||||
|
texture="ce_waves_04.dds"
|
||||||
|
instance={scale={1 0.5} position={0.5 0.4}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=blue
|
||||||
|
texture="ce_waves_04.dds"
|
||||||
|
instance={scale={1 0.5} position={0.5 0.37}}
|
||||||
|
instance={scale={1 0.5} position={0.5 0.43}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
color2=yellow
|
||||||
|
texture="ce_castle.dds"
|
||||||
|
instance={position={0.5 0.6} scale={1.25 1.25}}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=white
|
||||||
|
texture="ce_shield_01.dds"
|
||||||
|
instance={position={0.3 0.7} scale={0.2 0.2} rotation=340}
|
||||||
|
instance={position={0.7 0.7} scale={0.2 0.2} rotation=10}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
color2=yellow
|
||||||
|
color3=white
|
||||||
|
texture="NEOW_ce_eagle_boned.dds"
|
||||||
|
instance={position={0.3 0.7} scale={0.2 0.2} rotation=340}
|
||||||
|
}
|
||||||
|
colored_emblem={
|
||||||
|
color1=red
|
||||||
|
color2=yellow
|
||||||
|
color3=white
|
||||||
|
texture="ce_griffin_rampant.dds"
|
||||||
|
instance={position={0.7 0.7} scale={0.2 0.2} rotation=10}
|
||||||
|
}
|
||||||
|
}
|
||||||
706
N3OW/common/coat_of_arms/template_lists/coa_templates.txt
Normal file
706
N3OW/common/coat_of_arms/template_lists/coa_templates.txt
Normal file
|
|
@ -0,0 +1,706 @@
|
||||||
|
coat_of_arms_template_lists = {
|
||||||
|
# Root may be the set character, if in the ruler designer it will not exist yet but the saved scopes will so use them instead of checking the character
|
||||||
|
# scope:faith is the faith of the character, always set
|
||||||
|
# scope:culture is the culture of the character, always set
|
||||||
|
# scope:title is the primary title of the character, may be unset
|
||||||
|
all = {
|
||||||
|
# Simple catch all
|
||||||
|
|
||||||
|
3 = basic_charge_01
|
||||||
|
3 = basic_charge_01b
|
||||||
|
3 = basic_ordinary_01
|
||||||
|
3 = basic_ordinary_01_inverted
|
||||||
|
|
||||||
|
#500 = basic_charge_02
|
||||||
|
#50000 = basic_charge_03
|
||||||
|
#1 = basic_charge_04
|
||||||
|
#50000 = basic_charge_05
|
||||||
|
#3 = basic_charge_06
|
||||||
|
|
||||||
|
# Turned off
|
||||||
|
#1 = basic_charge_13
|
||||||
|
#1 = basic_charge_13_b
|
||||||
|
#1 = border_01
|
||||||
|
#1 = border_01_metal
|
||||||
|
#1 = basic_ordinary_02
|
||||||
|
#1 = basic_ordinary_02_b
|
||||||
|
#1 = dynasty_godwin
|
||||||
|
#1 = dynasty_godwin_02
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#3 = basic_ordinary_division_01
|
||||||
|
#1 = basic_ordinary_division_02
|
||||||
|
#3 = basic_ordinary_chief_01
|
||||||
|
#1 = basic_ordinary_chief_02
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Crosses
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
coa_cross_trigger = yes
|
||||||
|
}
|
||||||
|
1 = basic_ordinary_cross_01
|
||||||
|
3 = basic_ordinary_cross_02
|
||||||
|
1 = basic_ordinary_cross_03
|
||||||
|
3 = basic_ordinary_cross_04
|
||||||
|
|
||||||
|
1 = basic_ordinary_saltire_01
|
||||||
|
1 = basic_ordinary_saltire_02
|
||||||
|
#1 = basic_ordinary_saltire_03
|
||||||
|
#1 = basic_ordinary_saltire_04
|
||||||
|
}
|
||||||
|
|
||||||
|
# Pagan catch-all
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
scope:faith.religion = {
|
||||||
|
save_temporary_scope_as = religion
|
||||||
|
}
|
||||||
|
|
||||||
|
scope:religion = { is_in_family = rf_pagan }
|
||||||
|
NOR = {
|
||||||
|
scope:religion = religion:slavic_religion
|
||||||
|
scope:religion = religion:baltic_religion
|
||||||
|
scope:religion = religion:finno_ugric_religion
|
||||||
|
scope:religion = religion:magyar_religion
|
||||||
|
scope:religion = religion:germanic_religion
|
||||||
|
scope:religion = religion:zoroastrianism_religion
|
||||||
|
scope:religion = religion:tengrism_religion
|
||||||
|
scope:religion = religion:akom_religion
|
||||||
|
scope:religion = religion:akom_religion
|
||||||
|
scope:religion = religion:waaqism_religion
|
||||||
|
scope:religion = religion:west_african_religion
|
||||||
|
scope:religion = religion:west_african_bori_religion
|
||||||
|
scope:religion = religion:west_african_roog_religion
|
||||||
|
scope:religion = religion:west_african_orisha_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
5000 = basic_charge_01
|
||||||
|
#50000 = basic_charge_02
|
||||||
|
}
|
||||||
|
# European Paganism - Single, Circle, Senester
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
scope:faith.religion = {
|
||||||
|
save_temporary_scope_as = religion
|
||||||
|
}
|
||||||
|
OR = {
|
||||||
|
scope:religion = religion:slavic_religion
|
||||||
|
scope:religion = religion:baltic_religion
|
||||||
|
scope:religion = religion:finno_ugric_religion
|
||||||
|
scope:religion = religion:magyar_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
# Weights are temps
|
||||||
|
16000 = basic_pagan_template
|
||||||
|
16000 = basic_pagan_template_inverted
|
||||||
|
8000 = basic_pagan_template_senester
|
||||||
|
8000 = basic_pagan_template_senester_inverted
|
||||||
|
3000 = geometrical_pagan_template
|
||||||
|
4000 = geometrical_pagan_template_inverted
|
||||||
|
3000 = geometrical_pagan_template_senester
|
||||||
|
2000 = circled_pagan_template
|
||||||
|
2000 = circled_pagan_template_inverted
|
||||||
|
2000 = circled_pagan_template_offset
|
||||||
|
2000 = circled_pagan_template_offset_inverted
|
||||||
|
}
|
||||||
|
|
||||||
|
# Germanic Paganism
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
scope:faith.religion = religion:germanic_religion
|
||||||
|
}
|
||||||
|
5000 = basic_pagan_template
|
||||||
|
5000 = basic_pagan_template_inverted
|
||||||
|
2500 = basic_pagan_template_senester
|
||||||
|
2500 = basic_pagan_template_senester_inverted
|
||||||
|
5000 = geometrical_pagan_template
|
||||||
|
5000 = geometrical_pagan_template_inverted
|
||||||
|
2500 = geometrical_pagan_template_senester
|
||||||
|
7500 = circled_pagan_template
|
||||||
|
7500 = circled_pagan_template_inverted
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
coa_indian_trigger = yes
|
||||||
|
}
|
||||||
|
50 = basic_charge_01
|
||||||
|
50 = basic_charge_01b
|
||||||
|
50 = basic_ordinary_01
|
||||||
|
50 = basic_ordinary_01_inverted
|
||||||
|
100 = indian_geometrical_template
|
||||||
|
100 = indian_geometrical_template_inverted
|
||||||
|
50 = indian_single_border_template
|
||||||
|
50 = indian_single_border_template_inverted
|
||||||
|
150 = circled_indian_template
|
||||||
|
150 = circled_indian_template_inverted
|
||||||
|
60 = circled_indian_template_offset
|
||||||
|
60 = circled_indian_template_offset_inverted
|
||||||
|
}
|
||||||
|
# India proper (to tone down those very cultural specific designs vs catch all)
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
exists = scope:title
|
||||||
|
scope:title = {
|
||||||
|
any_this_title_or_de_jure_above = {
|
||||||
|
OR = {
|
||||||
|
this = title:h_india
|
||||||
|
this = title:e_deccan
|
||||||
|
this = title:e_rajastan
|
||||||
|
this = title:k_gondwana
|
||||||
|
this = title:k_bihar
|
||||||
|
this = title:k_orissa
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
100 = indian_single_template
|
||||||
|
100 = indian_single_template_inverted
|
||||||
|
100 = indian_single_template_senester
|
||||||
|
100 = indian_single_template_senester_inverted
|
||||||
|
100 = circled_indian_single_symbol_template
|
||||||
|
100 = circled_indian_single_symbol_template_inverted
|
||||||
|
}
|
||||||
|
|
||||||
|
# Tamgha users - Circle/Roundel
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
scope:faith.religion = {
|
||||||
|
save_temporary_scope_as = religion
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
OR = {
|
||||||
|
scope:faith = faith:nestorian
|
||||||
|
scope:religion = religion:tengrism_religion
|
||||||
|
scope:religion = religion:zoroastrianism_religion
|
||||||
|
scope:religion = religion:magyar_religion
|
||||||
|
AND = {
|
||||||
|
scope:religion = religion:judaism_religion
|
||||||
|
scope:culture = { has_coa_gfx = turkic_group_coa_gfx }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
NOT = {
|
||||||
|
OR = {
|
||||||
|
government_has_flag = government_is_nomadic
|
||||||
|
government_has_flag = government_is_herder
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
5000 = basic_tamgha_template
|
||||||
|
5000 = basic_tamgha_template_inverted
|
||||||
|
2500 = circled_tamgha_template
|
||||||
|
2500 = circled_tamgha_template_inverted
|
||||||
|
2500 = roundel_tamgha_template
|
||||||
|
2500 = roundel_tamgha_template_inverted
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
scope:faith.religion = {
|
||||||
|
save_temporary_scope_as = religion
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
OR = {
|
||||||
|
scope:faith = faith:nestorian
|
||||||
|
scope:religion = religion:tengrism_religion
|
||||||
|
scope:religion = religion:zoroastrianism_religion
|
||||||
|
scope:religion = religion:magyar_religion
|
||||||
|
AND = {
|
||||||
|
scope:religion = religion:judaism_religion
|
||||||
|
scope:culture = { has_coa_gfx = turkic_group_coa_gfx }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
government_has_flag = government_is_nomadic
|
||||||
|
}
|
||||||
|
}
|
||||||
|
5000 = triangle_tamgha_template
|
||||||
|
5000 = triangle_tamgha_template_inverted
|
||||||
|
}
|
||||||
|
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
scope:faith.religion = {
|
||||||
|
save_temporary_scope_as = religion
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
OR = {
|
||||||
|
scope:faith = faith:nestorian
|
||||||
|
scope:religion = religion:tengrism_religion
|
||||||
|
scope:religion = religion:zoroastrianism_religion
|
||||||
|
scope:religion = religion:magyar_religion
|
||||||
|
AND = {
|
||||||
|
scope:religion = religion:judaism_religion
|
||||||
|
scope:culture = { has_coa_gfx = turkic_group_coa_gfx }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
government_has_flag = government_is_herder
|
||||||
|
}
|
||||||
|
}
|
||||||
|
5000 = basic_tamgha_herder_template
|
||||||
|
5000 = basic_tamgha_herder_template_inverted
|
||||||
|
|
||||||
|
}
|
||||||
|
# African Paganism - Single charge, geometrical patterns
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
coa_african_religion_trigger = yes
|
||||||
|
}
|
||||||
|
2000 = basic_african_template
|
||||||
|
2000 = basic_african_template_inverted
|
||||||
|
2000 = circled_african_template
|
||||||
|
2000 = circled_african_template_inverted
|
||||||
|
2500 = geometrical_african_template
|
||||||
|
2500 = geometrical_african_template_inverted
|
||||||
|
}
|
||||||
|
# Feudal Europe
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
OR = { scope:faith.religion = religion:eastern_orthodox_religion scope:faith.religion = religion:catholic_religion scope:faith.religion = religion:protestant_religion }
|
||||||
|
scope:culture = { has_coa_gfx = western_coa_gfx }
|
||||||
|
}
|
||||||
|
# A (main = charge)
|
||||||
|
# Rougly 50% of all cases, 50% of it being from bestiary, 50% of said bestiary being lions.
|
||||||
|
2500 = hr_single_charge_template
|
||||||
|
2500 = hr_single_charge_template_inverted
|
||||||
|
500 = hr_three_charges_template
|
||||||
|
500 = hr_three_charges_template_inverted
|
||||||
|
250 = hr_six_charges_template
|
||||||
|
250 = hr_six_charges_template_inverted
|
||||||
|
200 = hr_charge_under_chief_template
|
||||||
|
200 = hr_charge_under_chief_template_inverted
|
||||||
|
200 = hr_lion_semy_template
|
||||||
|
200 = hr_lion_semy_template_inverted
|
||||||
|
100 = hr_three_charges_in_pale_template
|
||||||
|
100 = hr_three_charges_in_pale_template_inverted
|
||||||
|
100 = hr_seven_charges_template
|
||||||
|
100 = hr_seven_charges_template_inverted
|
||||||
|
100 = hr_ten_charges_template
|
||||||
|
100 = hr_ten_charges_template_inverted
|
||||||
|
100 = hr_charge_and_canton_template
|
||||||
|
100 = hr_charge_and_canton_template_inverted
|
||||||
|
100 = hr_escutcheon_orle_template
|
||||||
|
100 = hr_escutcheon_orle_template_inverted
|
||||||
|
50 = hr_semy_template
|
||||||
|
50 = hr_semy_template_inverted
|
||||||
|
100 = hr_canton_template
|
||||||
|
100 = hr_canton_template_inverted
|
||||||
|
50 = hr_charge_canton_ermine_template
|
||||||
|
50 = hr_charge_canton_ermine_template_inverted
|
||||||
|
10 = hr_five_charges_template
|
||||||
|
10 = hr_five_charges_template_inverted
|
||||||
|
10 = hr_single_charge_on_mount_template
|
||||||
|
10 = hr_single_charge_on_mount_template_inverted
|
||||||
|
# Two charges in pale (ie Normandy)
|
||||||
|
|
||||||
|
# B (main = ordinaries & partitions)
|
||||||
|
# Roughly 50% of all cases : 50% divisions, 50% ordinaries (not counting any accompanying charge)
|
||||||
|
2500 = hr_geometrical_template
|
||||||
|
2500 = hr_geometrical_template_inverted
|
||||||
|
100 = hr_geometrical_field_canton_template
|
||||||
|
100 = hr_geometrical_field_canton_template_inverted
|
||||||
|
200 = hr_three_charges_in_bend_template
|
||||||
|
200 = hr_three_charges_in_bend_template_inverted
|
||||||
|
200 = hr_three_charges_in_chief_template
|
||||||
|
200 = hr_three_charges_in_chief_template_inverted
|
||||||
|
200 = hr_three_charges_in_fess_template
|
||||||
|
200 = hr_three_charges_in_fess_template_inverted
|
||||||
|
200 = hr_cross_ch_five_template
|
||||||
|
200 = hr_cross_ch_five_template_inverted
|
||||||
|
200 = hr_cross_acc_four_template
|
||||||
|
200 = hr_cross_acc_four_template_inverted
|
||||||
|
100 = hr_chevron_acc_three_template
|
||||||
|
100 = hr_chevron_acc_three_template_inverted
|
||||||
|
100 = hr_fess_acc_three_template
|
||||||
|
100 = hr_fess_acc_three_template_inverted
|
||||||
|
100 = hr_fess_acc_six_charges_template
|
||||||
|
100 = hr_fess_acc_six_charges_template_inverted
|
||||||
|
100 = hr_bend_acc_six_charges_template
|
||||||
|
100 = hr_bend_acc_six_charges_template_inverted
|
||||||
|
100 = hr_charge_issant_chief_template
|
||||||
|
100 = hr_charge_issant_chief_template_inverted
|
||||||
|
50 = hr_canton_ermine_template
|
||||||
|
50 = hr_canton_ermine_template_inverted
|
||||||
|
|
||||||
|
# C (mixed)
|
||||||
|
100 = hr_vair_template
|
||||||
|
100 = hr_ermine_template
|
||||||
|
100 = hr_charge_within_border_template
|
||||||
|
100 = hr_charge_within_border_template_inverted
|
||||||
|
|
||||||
|
}
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
OR = { scope:faith.religion = religion:eastern_orthodox_religion scope:faith.religion = religion:catholic_religion scope:faith.religion = religion:protestant_religion }
|
||||||
|
scope:culture = { has_coa_gfx = iberian_group_coa_gfx }
|
||||||
|
}
|
||||||
|
1000 = hr_five_charges_template
|
||||||
|
1000 = hr_five_charges_template_inverted
|
||||||
|
}
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
OR = { scope:faith.religion = religion:eastern_orthodox_religion scope:faith.religion = religion:catholic_religion scope:faith.religion = religion:protestant_religion }
|
||||||
|
scope:culture = { has_coa_gfx = german_group_coa_gfx }
|
||||||
|
}
|
||||||
|
500 = hr_single_charge_on_mount_template
|
||||||
|
500 = hr_single_charge_on_mount_template_inverted
|
||||||
|
}
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
OR = { scope:faith.religion = religion:eastern_orthodox_religion scope:faith.religion = religion:catholic_religion scope:faith.religion = religion:protestant_religion }
|
||||||
|
coa_french_trigger = yes
|
||||||
|
}
|
||||||
|
200 = hr_semy_template
|
||||||
|
200 = hr_semy_template_inverted
|
||||||
|
200 = hr_seven_charges_template
|
||||||
|
200 = hr_seven_charges_template_inverted
|
||||||
|
200 = hr_ten_charges_template
|
||||||
|
200 = hr_ten_charges_template_inverted
|
||||||
|
100 = hr_vair_template
|
||||||
|
100 = hr_ermine_template
|
||||||
|
100 = hr_charge_issant_chief_template
|
||||||
|
100 = hr_charge_issant_chief_template_inverted
|
||||||
|
50 = hr_charge_canton_ermine_template
|
||||||
|
50 = hr_charge_canton_ermine_template_inverted
|
||||||
|
100 = hr_escutcheon_orle_template
|
||||||
|
100 = hr_escutcheon_orle_template_inverted
|
||||||
|
}
|
||||||
|
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
OR = { scope:faith.religion = religion:eastern_orthodox_religion scope:faith.religion = religion:catholic_religion scope:faith.religion = religion:protestant_religion }
|
||||||
|
coa_scandinavian_trigger = yes
|
||||||
|
}
|
||||||
|
1500 = hr_dimidiated_charge_and_geometrical
|
||||||
|
1500 = hr_dimidiated_charge_and_geometrical_inverted
|
||||||
|
2500 = hr_single_charge_template
|
||||||
|
2500 = hr_single_charge_template_inverted
|
||||||
|
1000 = hr_three_charges_template
|
||||||
|
1000 = hr_three_charges_template_inverted
|
||||||
|
1500 = hr_three_charges_in_pall_template
|
||||||
|
1500 = hr_three_charges_in_pall_template_inverted
|
||||||
|
2500 = hr_geometrical_template
|
||||||
|
2500 = hr_geometrical_template_inverted
|
||||||
|
1000 = hr_three_charges_arranged_in_bend_template
|
||||||
|
1000 = hr_three_charges_arranged_in_bend_template_inverted
|
||||||
|
1000 = hr_three_charges_arranged_in_bend_template_senester
|
||||||
|
1000 = hr_three_charges_arranged_in_bend_template_senester_inverted
|
||||||
|
1500 = hr_single_charge_chevron_chief
|
||||||
|
1500 = hr_single_charge_chevron_chief_inverted
|
||||||
|
2500 = hr_single_charge_in_bend
|
||||||
|
}
|
||||||
|
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
OR = { scope:faith.religion = religion:eastern_orthodox_religion scope:faith.religion = religion:catholic_religion scope:faith.religion = religion:protestant_religion }
|
||||||
|
scope:culture = { has_coa_gfx = polish_coa_gfx }
|
||||||
|
}
|
||||||
|
2500 = hr_single_charge_template
|
||||||
|
2500 = hr_single_charge_template_inverted
|
||||||
|
}
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
OR = { scope:faith.religion = religion:eastern_orthodox_religion scope:faith.religion = religion:catholic_religion scope:faith.religion = religion:protestant_religion }
|
||||||
|
scope:culture = {
|
||||||
|
OR = {
|
||||||
|
has_coa_gfx = west_slavic_group_coa_gfx
|
||||||
|
has_coa_gfx = south_slavic_group_coa_gfx
|
||||||
|
has_coa_gfx = east_slavic_group_coa_gfx
|
||||||
|
has_coa_gfx = baltic_group_coa_gfx
|
||||||
|
has_coa_gfx = balto_finnic_group_coa_gfx
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
5000 = hr_single_charge_template
|
||||||
|
5000 = hr_single_charge_template_inverted
|
||||||
|
2500 = hr_geometrical_template
|
||||||
|
2500 = hr_geometrical_template_inverted
|
||||||
|
}
|
||||||
|
|
||||||
|
# Middle East
|
||||||
|
# Islam - catch all - Persian, Turkic & others will use these only
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
scope:faith.religion = religion:islam_religion
|
||||||
|
}
|
||||||
|
2000 = circled_mena_template
|
||||||
|
2000 = circled_mena_template_inverted
|
||||||
|
2000 = roundel_mena_template
|
||||||
|
2000 = roundel_mena_template_inverted
|
||||||
|
4000 = mena_geometrical_template
|
||||||
|
4000 = mena_geometrical_template_inverted
|
||||||
|
}
|
||||||
|
# MENA - Saracen/Mamluk heraldry - Additionnal layer centered on arabic & berber cultures
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
scope:faith.religion = religion:islam_religion
|
||||||
|
scope:culture = {
|
||||||
|
OR = {
|
||||||
|
has_coa_gfx = arabic_group_coa_gfx
|
||||||
|
has_coa_gfx = berber_group_coa_gfx
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
1000 = mena_fess_01
|
||||||
|
1000 = mena_fess_01_barrulets
|
||||||
|
1000 = mena_fess_02
|
||||||
|
1000 = mena_fess_02_barrulets
|
||||||
|
1000 = mena_fess_03
|
||||||
|
1000 = mena_fess_03_barrulets
|
||||||
|
1000 = mena_fess_04
|
||||||
|
1000 = mena_fess_04_barrulets # 100000
|
||||||
|
1000 = mena_fess_05
|
||||||
|
1000 = mena_fess_05_barrulets
|
||||||
|
1000 = mena_fess_06
|
||||||
|
1000 = mena_fess_06_barrulets
|
||||||
|
1000 = mena_chief_01
|
||||||
|
1000 = mena_chief_01_b # 50000
|
||||||
|
1000 = mena_chief_03
|
||||||
|
1000 = mena_chief_04
|
||||||
|
1000 = mena_bend_01
|
||||||
|
1000 = mena_bend_02
|
||||||
|
500 = mena_fess_chief
|
||||||
|
500 = mena_lowered_fess
|
||||||
|
500 = mena_fess_chief_inverted
|
||||||
|
500 = mena_lowered_fess_inverted
|
||||||
|
# larger bend for larger charge, those could be used for arabic calligraphy (ie Nasrid)
|
||||||
|
}
|
||||||
|
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
scope:culture = { has_coa_gfx = byzantine_group_coa_gfx }
|
||||||
|
}
|
||||||
|
500 = byzantine_circled_single_symbol
|
||||||
|
500 = byzantine_circled_single_symbol_inverted
|
||||||
|
250 = byzantine_circled_single_symbol_mask
|
||||||
|
250 = byzantine_circled_single_symbol_mask_inverted
|
||||||
|
400 = byzantine_three_charges_in_pale
|
||||||
|
400 = byzantine_three_charges_in_pale_inverted
|
||||||
|
100 = byzantine_alpha_omega_in_pale
|
||||||
|
100 = byzantine_alpha_omega_in_pale_inverted
|
||||||
|
250 = byzantine_two_charges_stacked_in_pale
|
||||||
|
250 = byzantine_two_charges_stacked_in_pale_inverted
|
||||||
|
250 = byzantine_charges_stacked_in_chief
|
||||||
|
250 = byzantine_charges_stacked_in_chief_inverted
|
||||||
|
250 = byzantine_basic_charge
|
||||||
|
250 = byzantine_basic_charge_inverted
|
||||||
|
250 = byzantine_ordinary_cross
|
||||||
|
250 = byzantine_ordinary_cross_inverted
|
||||||
|
}
|
||||||
|
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
scope:culture = { has_coa_gfx = japanese_coa_gfx }
|
||||||
|
}
|
||||||
|
|
||||||
|
### Radial Three
|
||||||
|
360 = kamon_radial_three
|
||||||
|
360 = kamon_radial_three_hole
|
||||||
|
360 = kamon_radial_three_framed
|
||||||
|
360 = kamon_radial_three_alternating
|
||||||
|
360 = kamon_radial_three_alternating_hole
|
||||||
|
360 = kamon_radial_three_alternating_framed
|
||||||
|
360 = kamon_radial_three_alternating_mirrored_framed
|
||||||
|
360 = kamon_radial_three_alternating_mirrored
|
||||||
|
360 = kamon_radial_three_alternating_mirrored_hole
|
||||||
|
360 = kamon_radial_three_mirrored_framed
|
||||||
|
|
||||||
|
360 = kamon_radial_three_inverted
|
||||||
|
360 = kamon_radial_three_inverted_hole
|
||||||
|
360 = kamon_radial_three_framed_inverted
|
||||||
|
360 = kamon_radial_three_alternating_inverted
|
||||||
|
360 = kamon_radial_three_alternating_inverted_hole
|
||||||
|
360 = kamon_radial_three_alternating_framed_inverted
|
||||||
|
360 = kamon_radial_three_alternating_mirrored_framed_inverted
|
||||||
|
360 = kamon_radial_three_alternating_mirrored_inverted
|
||||||
|
360 = kamon_radial_three_alternating_mirrored_inverted_hole
|
||||||
|
360 = kamon_radial_three_mirrored_framed_inverted
|
||||||
|
|
||||||
|
### Radial Four
|
||||||
|
630 = kamon_radial_four
|
||||||
|
630 = kamon_radial_four_hole
|
||||||
|
630 = kamon_radial_four_framed
|
||||||
|
|
||||||
|
630 = kamon_radial_four_inverted
|
||||||
|
630 = kamon_radial_four_inverted_hole
|
||||||
|
630 = kamon_radial_four_framed_inverted
|
||||||
|
|
||||||
|
### Radial Five
|
||||||
|
630 = kamon_radial_five
|
||||||
|
630 = kamon_radial_five_hole
|
||||||
|
630 = kamon_radial_five_framed
|
||||||
|
|
||||||
|
630 = kamon_radial_five_inverted
|
||||||
|
630 = kamon_radial_five_inverted_hole
|
||||||
|
630 = kamon_radial_five_framed_inverted
|
||||||
|
|
||||||
|
### Radial Six
|
||||||
|
315 = kamon_radial_six
|
||||||
|
315 = kamon_radial_six_alternating
|
||||||
|
315 = kamon_radial_six_hole
|
||||||
|
315 = kamon_radial_six_alternating_hole
|
||||||
|
315 = kamon_radial_six_framed
|
||||||
|
315 = kamon_radial_six_alternating_framed
|
||||||
|
|
||||||
|
315 = kamon_radial_six_inverted
|
||||||
|
315 = kamon_radial_six_alternating_inverted
|
||||||
|
315 = kamon_radial_six_inverted_hole
|
||||||
|
315 = kamon_radial_six_alternating_inverted_hole
|
||||||
|
315 = kamon_radial_six_framed_inverted
|
||||||
|
315 = kamon_radial_six_alternating_framed_inverted
|
||||||
|
|
||||||
|
|
||||||
|
### Kamon Bloom
|
||||||
|
1260 = kamon_bloom
|
||||||
|
1260 = kamon_bloom_framed
|
||||||
|
|
||||||
|
1260 = kamon_bloom_inverted
|
||||||
|
1260 = kamon_bloom_framed_inverted
|
||||||
|
|
||||||
|
### Kamon Parallel
|
||||||
|
280 = kamon_parallel_horizontal_two
|
||||||
|
280 = kamon_parallel_horizontal_two_framed
|
||||||
|
280 = kamon_parallel_horizontal_three
|
||||||
|
280 = kamon_parallel_horizontal_three_framed
|
||||||
|
280 = kamon_parallel_vertical_two
|
||||||
|
280 = kamon_parallel_vertical_two_framed
|
||||||
|
280 = kamon_parallel_vertical_three
|
||||||
|
280 = kamon_parallel_vertical_three_framed
|
||||||
|
|
||||||
|
280 = kamon_parallel_horizontal_two_inverted
|
||||||
|
280 = kamon_parallel_horizontal_two_framed_inverted
|
||||||
|
280 = kamon_parallel_horizontal_three_inverted
|
||||||
|
280 = kamon_parallel_horizontal_three_framed_inverted
|
||||||
|
280 = kamon_parallel_vertical_two_inverted
|
||||||
|
280 = kamon_parallel_vertical_two_framed_inverted
|
||||||
|
280 = kamon_parallel_vertical_three_inverted
|
||||||
|
280 = kamon_parallel_vertical_three_framed_inverted
|
||||||
|
|
||||||
|
### Kamon Laurel
|
||||||
|
420 = kamon_laurel
|
||||||
|
420 = kamon_laurel_framed
|
||||||
|
420 = kamon_laurel_block
|
||||||
|
420 = kamon_laurel_mirrored
|
||||||
|
420 = kamon_laurel_mirrored_framed
|
||||||
|
420 = kamon_laurel_block_mirrored
|
||||||
|
|
||||||
|
420 = kamon_laurel_inverted
|
||||||
|
420 = kamon_laurel_framed_inverted
|
||||||
|
420 = kamon_laurel_block_inverted
|
||||||
|
420 = kamon_laurel_mirrored_inverted
|
||||||
|
420 = kamon_laurel_mirrored_framed_inverted
|
||||||
|
420 = kamon_laurel_block_mirrored_inverted
|
||||||
|
|
||||||
|
|
||||||
|
### Kamon Central
|
||||||
|
1260 = kamon_central
|
||||||
|
1260 = kamon_central_framed
|
||||||
|
|
||||||
|
1260 = kamon_central_inverted
|
||||||
|
1260 = kamon_central_framed_inverted
|
||||||
|
|
||||||
|
### Kamon Block
|
||||||
|
504 = kamon_aligned_four
|
||||||
|
504 = kamon_aligned_four_framed
|
||||||
|
504 = kamon_aligned_six
|
||||||
|
504 = kamon_aligned_six_framed
|
||||||
|
504 = kamon_aligned_nine
|
||||||
|
|
||||||
|
504 = kamon_aligned_four_inverted
|
||||||
|
504 = kamon_aligned_four_framed_inverted
|
||||||
|
504 = kamon_aligned_six_inverted
|
||||||
|
504 = kamon_aligned_six_framed_inverted
|
||||||
|
504 = kamon_aligned_nine_inverted
|
||||||
|
|
||||||
|
### Kamon Diamond
|
||||||
|
630 = kamon_diamond_frame
|
||||||
|
630 = kamon_diamond
|
||||||
|
630 = kamon_diamond_frame_inverted
|
||||||
|
630 = kamon_diamond_inverted
|
||||||
|
|
||||||
|
### Kamon Mirror
|
||||||
|
630 = kamon_mirror_frame
|
||||||
|
630 = kamon_mirror
|
||||||
|
630 = kamon_mirror_frame_inverted
|
||||||
|
630 = kamon_mirror_inverted
|
||||||
|
}
|
||||||
|
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
scope:culture = { has_coa_gfx = chinese_group_coa_gfx }
|
||||||
|
}
|
||||||
|
|
||||||
|
1 = chinese_seal_pictorial
|
||||||
|
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
has_recognizable_chinese_seal = no
|
||||||
|
}
|
||||||
|
630 = chinese_seal_pictorial
|
||||||
|
630 = chinese_seal_frame_pictorial
|
||||||
|
630 = chinese_seal_frame_full_pictorial
|
||||||
|
630 = chinese_seal_pictorial_frame_pictorial_vertical
|
||||||
|
630 = chinese_seal_pictorial_frame_pictorial_vertical_full
|
||||||
|
630 = chinese_seal_frame_pictorial_mirror
|
||||||
|
630 = chinese_seal_frame_full_pictorial_mirror
|
||||||
|
630 = chinese_seal_frame_divided_pictorial_mirror
|
||||||
|
630 = chinese_seal_frame_divided_flip_pictorial_mirror
|
||||||
|
630 = chinese_seal_pictorial_mirror
|
||||||
|
}
|
||||||
|
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
has_recognizable_chinese_seal = yes
|
||||||
|
}
|
||||||
|
5040 = chinese_seal_name
|
||||||
|
5040 = chinese_seal_frame_name
|
||||||
|
5040 = chinese_seal_frame_full_name
|
||||||
|
1260 = chinese_seal_pictorial_frame_name
|
||||||
|
1260 = chinese_seal_pictorial_frame_name_full
|
||||||
|
1260 = chinese_seal_pictorial_frame_offset_name
|
||||||
|
1260 = chinese_seal_pictorial_frame_offset_name_full
|
||||||
|
1260 = chinese_seal_frame_pictorial_name
|
||||||
|
1260 = chinese_seal_frame_name_pictorial
|
||||||
|
1260 = chinese_seal_frame_full_pictorial_name
|
||||||
|
1260 = chinese_seal_frame_full_name_pictorial
|
||||||
|
1260 = chinese_seal_frame_divided_pictorial_name
|
||||||
|
1260 = chinese_seal_frame_divided_name_pictorial
|
||||||
|
1260 = chinese_seal_frame_divided_flip_pictorial_name
|
||||||
|
1260 = chinese_seal_frame_divided_flip_name_pictorial
|
||||||
|
1260 = chinese_seal_pictorial_name
|
||||||
|
1260 = chinese_seal_name_pictorial
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
scope:culture = { has_coa_gfx = burman_group_coa_gfx }
|
||||||
|
}
|
||||||
|
1000 = khmer_central
|
||||||
|
1000 = khmer_central_inverted
|
||||||
|
1000 = khmer_central_framed
|
||||||
|
1000 = khmer_central_framed_inverted
|
||||||
|
1000 = khmer_vertical_two_mirror
|
||||||
|
1000 = khmer_vertical_two_mirror_inverted
|
||||||
|
500 = khmer_horizontal_two
|
||||||
|
500 = khmer_horizontal_two_framed
|
||||||
|
500 = khmer_horizontal_two_inverted
|
||||||
|
500 = khmer_horizontal_two_framed_inverted
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
religious_title = {
|
||||||
|
100 = religious_icon_01
|
||||||
|
100 = religious_icon_01_metal
|
||||||
|
}
|
||||||
|
|
||||||
|
factions = {
|
||||||
|
100 = faction_01
|
||||||
|
}
|
||||||
|
}
|
||||||
4697
N3OW/common/coat_of_arms/template_lists/colored_emblem_lists.txt
Normal file
4697
N3OW/common/coat_of_arms/template_lists/colored_emblem_lists.txt
Normal file
File diff suppressed because it is too large
Load diff
83
N3OW/common/coat_of_arms/template_lists/pattern_lists.txt
Normal file
83
N3OW/common/coat_of_arms/template_lists/pattern_lists.txt
Normal file
|
|
@ -0,0 +1,83 @@
|
||||||
|
pattern_texture_lists = {
|
||||||
|
most_emblems_list = {
|
||||||
|
25 = "pattern_checkers_01.dds"
|
||||||
|
15 = "pattern_checkers_diagonal_01.dds"
|
||||||
|
#5 = "pattern_checkers_diagonal_02.dds"
|
||||||
|
25 = "pattern_horizontal_split_01.dds"
|
||||||
|
10 = "pattern_horizontal_split_02.dds"
|
||||||
|
15 = "pattern_horizontal_stripes_01.dds"
|
||||||
|
#100 = "pattern_solid.dds"
|
||||||
|
25 = "pattern_vertical_split_01.dds"
|
||||||
|
5 = "pattern_vertical_split_jagged_01.dds"
|
||||||
|
10 = "pattern_vertical_stripes_01.dds"
|
||||||
|
15 = "pattern_vertical_stripes_02.dds"
|
||||||
|
}
|
||||||
|
|
||||||
|
christian_emblems_list = {
|
||||||
|
50 = "pattern_cross_01.dds"
|
||||||
|
15 = "pattern_cross_02.dds"
|
||||||
|
}
|
||||||
|
|
||||||
|
basic_division = {
|
||||||
|
100 = "pattern_solid.dds"
|
||||||
|
20 = "pattern_vertical_split_01.dds"
|
||||||
|
10 = "pattern_diagonal_split_01.dds"
|
||||||
|
20 = "pattern_horizontal_split_01.dds"
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
OR = { scope:faith.religion = religion:eastern_orthodox_religion scope:faith.religion = religion:catholic_religion scope:faith.religion = religion:protestant_religion } # Toned down for religions other than christianity
|
||||||
|
}
|
||||||
|
5 = "pattern_checkers_diagonal_01.dds"
|
||||||
|
10 = "pattern_checkers_01.dds"
|
||||||
|
30 = "pattern_vertical_split_01.dds"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
mena_tierced_per_fess = {
|
||||||
|
10 = "pattern_horizontal_bar_01.dds"
|
||||||
|
1000 = "pattern_tricolor_horizontal_01.dds"
|
||||||
|
}
|
||||||
|
|
||||||
|
field_cross = {
|
||||||
|
10 = "pattern_solid.dds"
|
||||||
|
2 = "pattern_checkers_01.dds"
|
||||||
|
1 = "pattern_horizontal_split_01.dds"
|
||||||
|
1 = "pattern_vertical_split_01.dds"
|
||||||
|
}
|
||||||
|
field_saltire = {
|
||||||
|
10 = "pattern_solid.dds"
|
||||||
|
2 = "pattern_checkers_diagonal_01.dds"
|
||||||
|
2 = "pattern_diagonal_split_01.dds"
|
||||||
|
2 = "pattern_diagonal_split_02.dds"
|
||||||
|
}
|
||||||
|
|
||||||
|
###
|
||||||
|
|
||||||
|
# Pagan - Simple & rare divisions of the field
|
||||||
|
basic_pagan_patterns = {
|
||||||
|
160 = "pattern_solid.dds"
|
||||||
|
20 = "pattern_vertical_split_01.dds"
|
||||||
|
10 = "pattern_diagonal_split_01.dds"
|
||||||
|
20 = "pattern_horizontal_split_01.dds"
|
||||||
|
special_selection = {
|
||||||
|
trigger = {
|
||||||
|
scope:culture = { has_coa_gfx = norse_coa_gfx }
|
||||||
|
}
|
||||||
|
40 = "pattern_diagonal_split_01.dds"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
# No division of the field
|
||||||
|
field_standalone = {
|
||||||
|
100 = "pattern_solid.dds"
|
||||||
|
}
|
||||||
|
|
||||||
|
# No division of the field
|
||||||
|
faction_patterns_list = {
|
||||||
|
20 = "pattern_vertical_split_01.dds"
|
||||||
|
30 = "pattern_diagonal_split_01.dds"
|
||||||
|
20 = "pattern_horizontal_split_01.dds"
|
||||||
|
5 = "pattern_checkers_01.dds"
|
||||||
|
5 = "pattern_checkers_diagonal_01.dds"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -324,7 +324,11 @@ task_conversion = {
|
||||||
limit = {
|
limit = {
|
||||||
scope:councillor_liege.faith = { has_doctrine_parameter = adoptionists_attractively_intuitive_theology }
|
scope:councillor_liege.faith = { has_doctrine_parameter = adoptionists_attractively_intuitive_theology }
|
||||||
exists = scope:county
|
exists = scope:county
|
||||||
scope:county.faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
scope:county.faith.religion = religion:eastern_orthodox_religion
|
||||||
|
scope:county.faith.religion = religion:catholic_religion
|
||||||
|
scope:county.faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
add = {
|
add = {
|
||||||
value = fp2_lyonese_monk_conversion_bonus_actual_value
|
value = fp2_lyonese_monk_conversion_bonus_actual_value
|
||||||
|
|
@ -406,7 +410,7 @@ task_conversion = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
multiply = {
|
multiply = {
|
||||||
value = 0.2
|
value = 0.4
|
||||||
desc = STEWARD_PROMOTE_CULTURE_LOW_CONTROL_PENALTY
|
desc = STEWARD_PROMOTE_CULTURE_LOW_CONTROL_PENALTY
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -419,7 +423,7 @@ task_conversion = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
multiply = {
|
multiply = {
|
||||||
value = 0.4
|
value = 0.6
|
||||||
desc = STEWARD_PROMOTE_CULTURE_MEDIUM_CONTROL_PENALTY
|
desc = STEWARD_PROMOTE_CULTURE_MEDIUM_CONTROL_PENALTY
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -432,7 +436,7 @@ task_conversion = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
multiply = {
|
multiply = {
|
||||||
value = 0.6
|
value = 0.8
|
||||||
desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_PENALTY
|
desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_PENALTY
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -489,7 +493,7 @@ task_conversion = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
multiply = {
|
multiply = {
|
||||||
value = 0.3
|
value = 0.5
|
||||||
desc = STEWARD_PROMOTE_CULTURE_HIGH_TERRAIN_PENALTY
|
desc = STEWARD_PROMOTE_CULTURE_HIGH_TERRAIN_PENALTY
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -508,7 +512,7 @@ task_conversion = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
multiply = {
|
multiply = {
|
||||||
value = 0.4
|
value = 0.7
|
||||||
desc = STEWARD_PROMOTE_CULTURE_LOW_TERRAIN_PENALTY
|
desc = STEWARD_PROMOTE_CULTURE_LOW_TERRAIN_PENALTY
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -725,7 +729,15 @@ task_conversion = {
|
||||||
}
|
}
|
||||||
AND = {
|
AND = {
|
||||||
scope:councillor.faith = { has_doctrine_parameter = christian_syncretic_actor_opinion_active }
|
scope:councillor.faith = { has_doctrine_parameter = christian_syncretic_actor_opinion_active }
|
||||||
scope:county.faith = { religion_tag = christianity_religion }
|
scope:county.faith = { religion_tag = eastern_orthodox_religion }
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:councillor.faith = { has_doctrine_parameter = christian_syncretic_actor_opinion_active }
|
||||||
|
scope:county.faith = { religion_tag = protestant_religion }
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:councillor.faith = { has_doctrine_parameter = christian_syncretic_actor_opinion_active }
|
||||||
|
scope:county.faith = { religion_tag = catholic_religion }
|
||||||
}
|
}
|
||||||
AND = {
|
AND = {
|
||||||
scope:councillor.faith = { has_doctrine_parameter = islamic_syncretic_actor_opinion_active }
|
scope:councillor.faith = { has_doctrine_parameter = islamic_syncretic_actor_opinion_active }
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,6 @@ name_list_NEOW_swabian = {
|
||||||
"dynn_Geiger"
|
"dynn_Geiger"
|
||||||
"dynn_Gerber"
|
"dynn_Gerber"
|
||||||
"dynn_Gfr_o_uml_rer"
|
"dynn_Gfr_o_uml_rer"
|
||||||
"dynn_Giray"
|
|
||||||
"dynn_Gloning"
|
"dynn_Gloning"
|
||||||
"dynn_Greiner"
|
"dynn_Greiner"
|
||||||
"dynn_Grimm"
|
"dynn_Grimm"
|
||||||
|
|
@ -78,7 +77,6 @@ name_list_NEOW_swabian = {
|
||||||
"dynn_Hagmann"
|
"dynn_Hagmann"
|
||||||
"dynn_Haller"
|
"dynn_Haller"
|
||||||
"dynn_Hans"
|
"dynn_Hans"
|
||||||
"dynn_Hastenteufel"
|
|
||||||
"dynn_Hau_ss_mann"
|
"dynn_Hau_ss_mann"
|
||||||
"dynn_Haug"
|
"dynn_Haug"
|
||||||
"dynn_Hauser"
|
"dynn_Hauser"
|
||||||
|
|
@ -363,7 +361,6 @@ name_list_NEOW_swabian = {
|
||||||
"dynn_Geiger"
|
"dynn_Geiger"
|
||||||
"dynn_Gerber"
|
"dynn_Gerber"
|
||||||
"dynn_Gfr_o_uml_rer"
|
"dynn_Gfr_o_uml_rer"
|
||||||
"dynn_Giray"
|
|
||||||
"dynn_Gloning"
|
"dynn_Gloning"
|
||||||
"dynn_Greiner"
|
"dynn_Greiner"
|
||||||
"dynn_Grimm"
|
"dynn_Grimm"
|
||||||
|
|
@ -376,7 +373,6 @@ name_list_NEOW_swabian = {
|
||||||
"dynn_Hagmann"
|
"dynn_Hagmann"
|
||||||
"dynn_Haller"
|
"dynn_Haller"
|
||||||
"dynn_Hans"
|
"dynn_Hans"
|
||||||
"dynn_Hastenteufel"
|
|
||||||
"dynn_Hau_ss_mann"
|
"dynn_Hau_ss_mann"
|
||||||
"dynn_Haug"
|
"dynn_Haug"
|
||||||
"dynn_Hauser"
|
"dynn_Hauser"
|
||||||
|
|
|
||||||
|
|
@ -751,7 +751,7 @@ name_list_NEOW_provencal = {
|
||||||
"dynn_Croto"
|
"dynn_Croto"
|
||||||
"dynn_D_pst_Esper_e_grv_u"
|
"dynn_D_pst_Esper_e_grv_u"
|
||||||
"dynn_Dagevilo"
|
"dynn_Dagevilo"
|
||||||
"dynn_De Bisqu_e_grv_ris"
|
"dynn_De_spc_Bisqu_e_grv_ris"
|
||||||
"dynn_De_spc_L_pst_Estrado"
|
"dynn_De_spc_L_pst_Estrado"
|
||||||
"dynn_De_spc_Soio"
|
"dynn_De_spc_Soio"
|
||||||
"dynn_Deg_o_grv_u"
|
"dynn_Deg_o_grv_u"
|
||||||
|
|
@ -883,7 +883,7 @@ name_list_NEOW_provencal = {
|
||||||
"dynn_Croto"
|
"dynn_Croto"
|
||||||
"dynn_D_pst_Esper_e_grv_u"
|
"dynn_D_pst_Esper_e_grv_u"
|
||||||
"dynn_Dagevilo"
|
"dynn_Dagevilo"
|
||||||
"dynn_De Bisqu_e_grv_ris"
|
"dynn_De_spc_Bisqu_e_grv_ris"
|
||||||
"dynn_De_spc_L_pst_Estrado"
|
"dynn_De_spc_L_pst_Estrado"
|
||||||
"dynn_De_spc_Soio"
|
"dynn_De_spc_Soio"
|
||||||
"dynn_Deg_o_grv_u"
|
"dynn_Deg_o_grv_u"
|
||||||
|
|
@ -1121,7 +1121,7 @@ name_list_NEOW_breton = {
|
||||||
cadet_dynasty_names = {
|
cadet_dynasty_names = {
|
||||||
"dynn_Abyann"
|
"dynn_Abyann"
|
||||||
"dynn_al_spc_Lae"
|
"dynn_al_spc_Lae"
|
||||||
"dynn_an Amour"
|
"dynn_an_spc_Amour"
|
||||||
"dynn_an_spc_Deunff"
|
"dynn_an_spc_Deunff"
|
||||||
"dynn_an_spc_Du"
|
"dynn_an_spc_Du"
|
||||||
"dynn_ar_spc_Berr"
|
"dynn_ar_spc_Berr"
|
||||||
|
|
@ -1202,7 +1202,7 @@ name_list_NEOW_breton = {
|
||||||
dynasty_names = {
|
dynasty_names = {
|
||||||
"dynn_Abyann"
|
"dynn_Abyann"
|
||||||
"dynn_al_spc_Lae"
|
"dynn_al_spc_Lae"
|
||||||
"dynn_an Amour"
|
"dynn_an_spc_Amour"
|
||||||
"dynn_an_spc_Deunff"
|
"dynn_an_spc_Deunff"
|
||||||
"dynn_an_spc_Du"
|
"dynn_an_spc_Du"
|
||||||
"dynn_ar_spc_Berr"
|
"dynn_ar_spc_Berr"
|
||||||
|
|
|
||||||
12498
N3OW/common/customizable_localization/00_adventurer_names.txt
Normal file
12498
N3OW/common/customizable_localization/00_adventurer_names.txt
Normal file
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
2420
N3OW/common/customizable_localization/00_divinity_custom_loc.txt
Normal file
2420
N3OW/common/customizable_localization/00_divinity_custom_loc.txt
Normal file
File diff suppressed because it is too large
Load diff
3597
N3OW/common/customizable_localization/00_food_custom_loc.txt
Normal file
3597
N3OW/common/customizable_localization/00_food_custom_loc.txt
Normal file
File diff suppressed because it is too large
Load diff
819
N3OW/common/customizable_localization/00_greeting_custom_loc.txt
Normal file
819
N3OW/common/customizable_localization/00_greeting_custom_loc.txt
Normal file
|
|
@ -0,0 +1,819 @@
|
||||||
|
|
||||||
|
#GREETINGS MY LOVER
|
||||||
|
GreetingToLover = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = {
|
||||||
|
object_of_importance_exist_trigger = {
|
||||||
|
LOVER = root
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_lover_object
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_lover_fallback
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#GREETINGS MY LIEGE
|
||||||
|
GreetingToLiege = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
opinion = {
|
||||||
|
target = scope:second
|
||||||
|
value >= 20
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_liege_positive
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
opinion = {
|
||||||
|
target = scope:second
|
||||||
|
value <= -40
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_liege_negative
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { tgp_is_ceremonial_regent_trigger = yes }
|
||||||
|
}
|
||||||
|
localization_key = greeting_ceremonial_liege_fallback
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_liege_fallback
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GreetingToLiegePositive = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { tgp_is_ceremonial_regent_trigger = yes }
|
||||||
|
}
|
||||||
|
localization_key = greeting_ceremonial_regent_liked
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_liege_liked
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GreetingToLiegeNegative = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { tgp_is_ceremonial_regent_trigger = yes }
|
||||||
|
}
|
||||||
|
localization_key = greeting_ceremonial_regent_dislike
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_liege_dislike
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GreetingToLiegeNeutral = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { tgp_is_ceremonial_regent_trigger = yes }
|
||||||
|
}
|
||||||
|
localization_key = greeting_liege_neutral_regent
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_liege_neutral
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#GREETINGS MY VASSAL
|
||||||
|
GreetingToVassal = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
is_close_or_extended_family_of = scope:second
|
||||||
|
opinion = {
|
||||||
|
target = scope:second
|
||||||
|
value >= 10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
opinion = {
|
||||||
|
target = scope:second
|
||||||
|
value >= 30
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
localization_key = greeting_vassal_positive
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
opinion = {
|
||||||
|
target = scope:second
|
||||||
|
value <= -40
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_vassal_negative
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_vassal_fallback
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GreetingToVassalPositive = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
tgp_is_ceremonial_regent_trigger = yes
|
||||||
|
scope:second = { tgp_is_ceremonial_liege_trigger = no }
|
||||||
|
}
|
||||||
|
localization_key = greeting_vassal_liked_regent
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
tgp_is_ceremonial_regent_trigger = yes
|
||||||
|
scope:second = { tgp_is_ceremonial_liege_trigger = yes }
|
||||||
|
}
|
||||||
|
localization_key = greeting_vassal_liked_ceremonial_liege
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
is_close_or_extended_family_of = scope:second
|
||||||
|
}
|
||||||
|
localization_key = greeting_vassal_relative_liked
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_vassal_liked
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GreetingToVassalNegative = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
tgp_is_ceremonial_regent_trigger = yes
|
||||||
|
scope:second = { tgp_is_ceremonial_liege_trigger = no }
|
||||||
|
}
|
||||||
|
localization_key = greeting_vassal_dislike_regent
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
tgp_is_ceremonial_regent_trigger = yes
|
||||||
|
scope:second = { tgp_is_ceremonial_liege_trigger = yes }
|
||||||
|
}
|
||||||
|
localization_key = greeting_vassal_dislike_ceremonial_liege
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_vassal_dislike
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GreetingToVassalNeutral = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
tgp_is_ceremonial_regent_trigger = yes
|
||||||
|
scope:second = { tgp_is_ceremonial_liege_trigger = no }
|
||||||
|
}
|
||||||
|
localization_key = greeting_vassal_neutral_regent
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
tgp_is_ceremonial_regent_trigger = yes
|
||||||
|
scope:second = { tgp_is_ceremonial_liege_trigger = yes }
|
||||||
|
}
|
||||||
|
localization_key = greeting_vassal_neutral_ceremonial_liege
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_vassal_neutral
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#GREETINGS MY CLOSE_RELATIVE
|
||||||
|
GreetingToFamily = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
opinion = {
|
||||||
|
target = scope:second
|
||||||
|
value >= 40
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_family_positive
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
opinion = {
|
||||||
|
target = scope:second
|
||||||
|
value <= -20
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_family_negative
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_family_fallback
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GreetingToFamilyPositive = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_family_liked
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GreetingToFamilyNegative = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_family_fallback
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#GREETINGS FOREIGN RULER
|
||||||
|
GreetingToForeignRuler = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
opinion = {
|
||||||
|
target = scope:second
|
||||||
|
value >= 40
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_foreign_ruler_positive
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
opinion = {
|
||||||
|
target = scope:second
|
||||||
|
value <= -20
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_foreign_ruler_negative
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_foreign_ruler
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GreetingToForeignRulerPositive = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_foreign_ruler_positive
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GreetingToForeignRulerNegative = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_foreign_ruler_negative
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#GENERIC GREETING
|
||||||
|
GreetingToGeneric = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
opinion = {
|
||||||
|
target = scope:second
|
||||||
|
value >= 40
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_generic_positive
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
opinion = {
|
||||||
|
target = scope:second
|
||||||
|
value <= -40
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_generic_negative
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_generic
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GreetingToGenericPositive = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_generic_positive
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GreetingToGenericNegative = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_generic_negative
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#APPROPRIATE GREETING
|
||||||
|
# ROOT is the character doing the greeting, scope:second is the character being greeted.
|
||||||
|
AppropriateGreeting = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { has_relation_lover = scope:second }
|
||||||
|
localization_key = greeting_appropriate_lover
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { is_vassal_of = scope:second }
|
||||||
|
localization_key = greeting_appropriate_liege
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { is_vassal_of = root }
|
||||||
|
}
|
||||||
|
localization_key = greeting_appropriate_vassal
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
is_close_or_extended_family_of = scope:second
|
||||||
|
has_relation_friend = scope:second
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_appropriate_family
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { top_liege = this }
|
||||||
|
top_liege != scope:second.top_liege
|
||||||
|
}
|
||||||
|
localization_key = greeting_appropriate_foreign_ruler
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_appropriate_fallback
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
AppropriateGreetingPositive = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { has_relation_lover = scope:second }
|
||||||
|
localization_key = greeting_appropriate_lover
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { is_vassal_of = scope:second }
|
||||||
|
localization_key = greeting_appropriate_positive_liege
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { is_vassal_of = root }
|
||||||
|
}
|
||||||
|
localization_key = greeting_appropriate_positive_vassal
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
is_close_or_extended_family_of = scope:second
|
||||||
|
}
|
||||||
|
localization_key = greeting_appropriate_positive_family
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { top_liege = this }
|
||||||
|
top_liege != scope:second.top_liege
|
||||||
|
}
|
||||||
|
localization_key = greeting_appropriate_positive_foreign_ruler
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_appropriate_positive_fallback
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
AppropriateGreetingNegative = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { is_vassal_of = scope:second }
|
||||||
|
localization_key = greeting_appropriate_negative_liege
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { is_vassal_of = root }
|
||||||
|
}
|
||||||
|
localization_key = greeting_appropriate_negative_vassal
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
is_close_or_extended_family_of = scope:second
|
||||||
|
}
|
||||||
|
localization_key = greeting_appropriate_negative_family
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { top_liege = this }
|
||||||
|
top_liege != scope:second.top_liege
|
||||||
|
}
|
||||||
|
localization_key = greeting_appropriate_negative_foreign_ruler
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = greeting_appropriate_negative_fallback
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# Can be called after an appropriate greeting to add character and flavor to the address.
|
||||||
|
AppropriateSupplimentaryGreeting = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
NOT = {
|
||||||
|
target_is_liege_or_above = scope:second
|
||||||
|
}
|
||||||
|
opinion = {
|
||||||
|
target = scope:second
|
||||||
|
value <= -10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_supplimentary.negative
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
target_is_liege_or_above = scope:second
|
||||||
|
opinion = {
|
||||||
|
target = scope:second
|
||||||
|
value > -10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_supplimentary.positive
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
NegativeSupplimentaryGreeting = {
|
||||||
|
type = character
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
|
||||||
|
text = { # Your misdeeds are told from Ireland to Cathay
|
||||||
|
trigger = {
|
||||||
|
# Must be in Western or Northern Europe
|
||||||
|
location = {
|
||||||
|
OR = {
|
||||||
|
geographical_region = world_europe_west
|
||||||
|
geographical_region = world_europe_north
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_supplimentary.negative.tales
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # Your low character is the subject of Greek plays.
|
||||||
|
trigger = {
|
||||||
|
# Must be in Western or Northern Europe
|
||||||
|
location = {
|
||||||
|
OR = {
|
||||||
|
geographical_region = world_europe_east
|
||||||
|
geographical_region = world_europe_south
|
||||||
|
geographical_region = world_asia_minor
|
||||||
|
geographical_region = world_middle_east_jerusalem
|
||||||
|
geographical_region = world_africa_north
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_supplimentary.negative.greek
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # May your humors rot in your living body.
|
||||||
|
localization_key = greeting_supplimentary.negative.insult.1
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # May your years be short and miserable.
|
||||||
|
localization_key = greeting_supplimentary.negative.insult.2
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # May wisdom ever elude you.
|
||||||
|
trigger = {
|
||||||
|
scope:second = {
|
||||||
|
learning < high_skill_rating
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_supplimentary.negative.insult.3
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # Damn your seventh grandfather.
|
||||||
|
trigger = {
|
||||||
|
faith = {
|
||||||
|
religion_tag = islam_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_supplimentary.negative.insult_muslim.1
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # May you be sewn up alive in the belly of a dead camel.
|
||||||
|
trigger = {
|
||||||
|
faith = {
|
||||||
|
religion_tag = islam_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_supplimentary.negative.insult_muslim.2
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # May Allah destroy your house.
|
||||||
|
trigger = {
|
||||||
|
faith = {
|
||||||
|
religion_tag = islam_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_supplimentary.negative.insult_muslim.3
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # You child of a mangy dog.
|
||||||
|
trigger = {
|
||||||
|
faith = {
|
||||||
|
religion_tag = islam_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_supplimentary.negative.insult_muslim.4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
PositiveSupplimentaryGreeting = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = { # Blessings upon you and your House.
|
||||||
|
localization_key = greeting_supplimentary.positive.flattery.1
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # Your wisdom and mercy are legendary.
|
||||||
|
trigger = {
|
||||||
|
scope:second = {
|
||||||
|
NOR = {
|
||||||
|
has_trait = sadistic
|
||||||
|
has_trait = callous
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_supplimentary.positive.flattery.2
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # Peace be with you.
|
||||||
|
trigger = {
|
||||||
|
scope:second = {
|
||||||
|
NOR = {
|
||||||
|
has_trait = vengeful
|
||||||
|
has_trait = wrathful
|
||||||
|
faith = {
|
||||||
|
has_doctrine = tenet_warmonger
|
||||||
|
has_doctrine = tenet_human_sacrifice
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_supplimentary.positive.flattery.3
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # May you live in harmony and contentment.
|
||||||
|
trigger = {
|
||||||
|
scope:second = {
|
||||||
|
NOR = {
|
||||||
|
has_trait = ambitious
|
||||||
|
has_trait = arrogant
|
||||||
|
has_trait = sadistic
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_supplimentary.positive.flattery.4
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # Your ruthlessness is enviable.
|
||||||
|
trigger = {
|
||||||
|
scope:second = {
|
||||||
|
OR = {
|
||||||
|
has_trait = sadistic
|
||||||
|
has_trait = callous
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_supplimentary.positive.flattery.5
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # Your great appetites are renowned throughout the world.
|
||||||
|
trigger = {
|
||||||
|
scope:second = {
|
||||||
|
OR = {
|
||||||
|
has_trait = gluttonous
|
||||||
|
has_trait = greedy
|
||||||
|
has_trait = ambitious
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = greeting_supplimentary.positive.flattery.6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
FormOfAddressForLiege = {
|
||||||
|
type = character
|
||||||
|
random_valid = yes
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
highest_held_title_tier <= tier_duchy
|
||||||
|
AND = {
|
||||||
|
highest_held_title_tier = tier_kingdom
|
||||||
|
prestige_level < high_prestige_level
|
||||||
|
}
|
||||||
|
}
|
||||||
|
is_governor = no
|
||||||
|
tgp_is_ceremonial_regent_trigger = no
|
||||||
|
}
|
||||||
|
localization_key = form_of_address_my_ladylord
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
is_governor = yes
|
||||||
|
tgp_is_ceremonial_regent_trigger = no
|
||||||
|
}
|
||||||
|
localization_key = form_of_address_your_excellency
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
is_governor = yes
|
||||||
|
tgp_is_ceremonial_regent_trigger = no
|
||||||
|
}
|
||||||
|
localization_key = form_of_address_excellency
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
government_has_flag = government_is_tribal
|
||||||
|
government_has_flag = government_is_nomadic
|
||||||
|
government_has_flag = government_is_landless_adventurer
|
||||||
|
}
|
||||||
|
tgp_is_ceremonial_regent_trigger = no
|
||||||
|
}
|
||||||
|
localization_key = form_of_address_liege_title
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
government_has_flag = government_is_tribal
|
||||||
|
government_has_flag = government_is_nomadic
|
||||||
|
}
|
||||||
|
highest_held_title_tier >= tier_empire
|
||||||
|
prestige_level >= high_prestige_level
|
||||||
|
tgp_is_ceremonial_regent_trigger = no
|
||||||
|
}
|
||||||
|
localization_key = form_of_address_great_liege_title
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
highest_held_title_tier = tier_kingdom
|
||||||
|
is_governor = no
|
||||||
|
tgp_is_ceremonial_regent_trigger = no
|
||||||
|
}
|
||||||
|
localization_key = form_of_address_my_liege_title
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
highest_held_title_tier = tier_kingdom
|
||||||
|
NOR = {
|
||||||
|
government_has_flag = government_is_tribal
|
||||||
|
government_has_flag = government_is_nomadic
|
||||||
|
}
|
||||||
|
prestige_level >= high_prestige_level
|
||||||
|
is_governor = no
|
||||||
|
tgp_is_ceremonial_regent_trigger = no
|
||||||
|
}
|
||||||
|
localization_key = form_of_address_your_highness
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
highest_held_title_tier = tier_kingdom
|
||||||
|
NOR = {
|
||||||
|
government_has_flag = government_is_tribal
|
||||||
|
government_has_flag = government_is_nomadic
|
||||||
|
}
|
||||||
|
is_governor = no
|
||||||
|
tgp_is_ceremonial_regent_trigger = no
|
||||||
|
}
|
||||||
|
localization_key = form_of_address_highness
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
highest_held_title_tier >= tier_empire
|
||||||
|
NOR = {
|
||||||
|
government_has_flag = government_is_tribal
|
||||||
|
government_has_flag = government_is_nomadic
|
||||||
|
}
|
||||||
|
is_independent_ruler = yes
|
||||||
|
tgp_is_ceremonial_regent_trigger = no
|
||||||
|
}
|
||||||
|
localization_key = form_of_address_your_majesty
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
highest_held_title_tier = tier_hegemony
|
||||||
|
NOR = {
|
||||||
|
government_has_flag = government_is_tribal
|
||||||
|
government_has_flag = government_is_nomadic
|
||||||
|
}
|
||||||
|
is_independent_ruler = yes
|
||||||
|
tgp_is_ceremonial_regent_trigger = no
|
||||||
|
}
|
||||||
|
localization_key = form_of_address_my_sovereign_ladylord
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
any_held_title = {
|
||||||
|
is_head_of_faith = yes
|
||||||
|
}
|
||||||
|
OR = { faith.religion = religion:protestant_religion faith.religion = religion:catholic_religion faith.religion = religion:eastern_orthodox_religion }
|
||||||
|
}
|
||||||
|
localization_key = form_of_address_your_holiness
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
tgp_is_ceremonial_regent_trigger = yes
|
||||||
|
}
|
||||||
|
localization_key = form_of_address_ladylord_regent
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
top_participant_group:dynastic_cycle ?= {
|
||||||
|
participant_group_type = hegemon_ruler
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = form_of_address_son_of_heaven
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
government_has_flag = government_is_mandala
|
||||||
|
}
|
||||||
|
localization_key = form_of_address_your_radiance
|
||||||
|
}
|
||||||
|
}
|
||||||
2168
N3OW/common/customizable_localization/00_insult_custom_loc.txt
Normal file
2168
N3OW/common/customizable_localization/00_insult_custom_loc.txt
Normal file
File diff suppressed because it is too large
Load diff
124
N3OW/common/customizable_localization/00_knight_culture.txt
Normal file
124
N3OW/common/customizable_localization/00_knight_culture.txt
Normal file
|
|
@ -0,0 +1,124 @@
|
||||||
|
KnightCulture = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_government = landless_adventurer_government
|
||||||
|
NOR = {
|
||||||
|
has_trait = knight_errant
|
||||||
|
faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } }
|
||||||
|
culture = { has_cultural_pillar = language_frankish }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = knight_champion
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
culture = { has_cultural_pillar = language_japonic }
|
||||||
|
}
|
||||||
|
localization_key = knight_bushi
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
culture = { has_cultural_pillar = language_greek }
|
||||||
|
}
|
||||||
|
localization_key = knight_hetaeria
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
culture = { has_cultural_pillar = language_mongolic }
|
||||||
|
culture = { has_cultural_pillar = language_turkic }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = knight_baghatur
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
culture = { has_cultural_pillar = language_sauraseni }
|
||||||
|
culture = { has_cultural_pillar = language_marathi }
|
||||||
|
culture = { has_cultural_pillar = language_magadhan }
|
||||||
|
culture = { has_cultural_pillar = language_pahari }
|
||||||
|
culture = { has_cultural_pillar = language_vrachada }
|
||||||
|
culture = { has_cultural_pillar = language_rajasthani }
|
||||||
|
culture = { has_cultural_pillar = language_sinhalese }
|
||||||
|
culture = { has_cultural_pillar = language_kashmiri }
|
||||||
|
culture = { has_cultural_pillar = language_tamil }
|
||||||
|
culture = { has_cultural_pillar = language_telugu }
|
||||||
|
culture = { has_cultural_pillar = language_kannada }
|
||||||
|
culture = { has_cultural_pillar = language_north_dravidian } #FP3 addition
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = knight_shoorveer
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
faith = { religion_tag = zoroastrianism_religion }
|
||||||
|
culture = { has_cultural_pillar = language_iranian }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = knight_aswaran
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
faith = { religion_tag = islam_religion }
|
||||||
|
culture = { has_cultural_pillar = language_arabic }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = knight_faris
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
government_has_flag = government_is_tribal
|
||||||
|
NOR = {
|
||||||
|
faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } }
|
||||||
|
culture = { has_cultural_pillar = language_frankish }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = knight_champion
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
localization_key = knight_default
|
||||||
|
fallback = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
KnightCulturePlural = {
|
||||||
|
parent = KnightCulture
|
||||||
|
suffix = "_plural"
|
||||||
|
}
|
||||||
|
|
||||||
|
KnightCultureNoTooltip = {
|
||||||
|
parent = KnightCulture
|
||||||
|
suffix = "_no_tooltip"
|
||||||
|
}
|
||||||
|
|
||||||
|
KnightCulturePluralNoTooltip = {
|
||||||
|
parent = KnightCulture
|
||||||
|
suffix = "_no_tooltip_plural"
|
||||||
|
}
|
||||||
|
|
||||||
|
KnightCultureNoTooltipLowercase = {
|
||||||
|
parent = KnightCulture
|
||||||
|
suffix = "_no_tooltip_lowercase"
|
||||||
|
}
|
||||||
|
|
||||||
|
KnightCulturePluralNoTooltipLowercase = {
|
||||||
|
parent = KnightCulture
|
||||||
|
suffix = "_no_tooltip_lowercase_plural"
|
||||||
|
}
|
||||||
|
|
||||||
|
KnightCulturePluralPossessiveNoTooltipLowercase = {
|
||||||
|
parent = KnightCulture
|
||||||
|
suffix = "_no_tooltip_lowercase_plural_possessive"
|
||||||
|
}
|
||||||
|
|
||||||
|
KnightCultureAdjectiveNoTooltipLowercase = {
|
||||||
|
parent = KnightCulture
|
||||||
|
suffix = "_no_tooltip_lowercase_adjective"
|
||||||
|
}
|
||||||
281
N3OW/common/customizable_localization/00_language_custom_loc.txt
Normal file
281
N3OW/common/customizable_localization/00_language_custom_loc.txt
Normal file
|
|
@ -0,0 +1,281 @@
|
||||||
|
IberiaSacredLanguage = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { OR = { faith.religion = religion:protestant_religion faith.religion = religion:catholic_religion faith.religion = religion:eastern_orthodox_religion } }
|
||||||
|
localization_key = language_latin_name #Latin
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { faith.religion = religion:judaism_religion }
|
||||||
|
localization_key = IberiaSacredLanguage_hebrew #Hebrew
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { faith.religion = religion:islam_religion }
|
||||||
|
localization_key = language_arabic_name #Arabic
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
IberiaRomanceLanguage = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { OR = { faith.religion = religion:protestant_religion faith.religion = religion:catholic_religion faith.religion = religion:eastern_orthodox_religion } }
|
||||||
|
localization_key = IberiaRomanceLanguage_castilian #Castilian
|
||||||
|
}
|
||||||
|
|
||||||
|
#text = { # I couldn't find evidence of a unique Jewish dialect until after the expulsion of the jews in 1492, when Ladino was coined - AN
|
||||||
|
# trigger = { religion = religion:judaism_religion }
|
||||||
|
# localization_key = IberiaRomanceLanguage_sephardi #Sephardi
|
||||||
|
#}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { faith.religion = religion:islam_religion }
|
||||||
|
localization_key = IberiaRomanceLanguage_mozarabic #Mozarabic #TO_DO_CD: This should be an actual language for our Mozarabs, but would require a culture creation - AN
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#Key to pick out liturgical language of the faith of a province or character - if one exists
|
||||||
|
#Uses "Archaic-[spoken language]" as fallback
|
||||||
|
#Specific Fallbacks exists for:
|
||||||
|
#Catholic
|
||||||
|
#Orthodox
|
||||||
|
#Nestorian
|
||||||
|
#Judaism
|
||||||
|
#Islam
|
||||||
|
#Buddhism
|
||||||
|
#Hinduism
|
||||||
|
#Tibetan
|
||||||
|
#Taoism
|
||||||
|
#Jainism
|
||||||
|
#Zoroastrianism
|
||||||
|
#Greco-Roman
|
||||||
|
|
||||||
|
GetFaithSacredLanguage = {
|
||||||
|
type = all
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
faith = faith:catholic
|
||||||
|
faith = faith:conversos
|
||||||
|
faith = faith:lollard
|
||||||
|
faith = faith:insular_celtic
|
||||||
|
faith = faith:mozarabic_church
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = language_latin_name #Latin
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
faith = faith:cathar
|
||||||
|
}
|
||||||
|
localization_key = language_occitano_romance_name #Occitan
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { faith = faith:nestorian }
|
||||||
|
localization_key = language_aramaic_name #Armaic
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { faith = faith:armenian_apostolic }
|
||||||
|
localization_key = language_armenian_name #Armenian
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
faith = faith:orthodox
|
||||||
|
faith = faith:coptic
|
||||||
|
religion = religion:christianity_religion #fallback for all Christian Faiths
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = language_greek_name #Greek
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { religion = religion:judaism_religion }
|
||||||
|
localization_key = language_israelite_name #Hebrew
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { religion = religion:islam_religion }
|
||||||
|
localization_key = language_arabic_name #Arabic
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { religion = religion:zoroastrianism_religion }
|
||||||
|
localization_key = language_avestan_name #Avestan
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { faith = faith:theravada }
|
||||||
|
localization_key = language_pali_name #Pali
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
faith = faith:lamaism
|
||||||
|
religion = religion:bon_religion
|
||||||
|
AND = {
|
||||||
|
faith = faith:vajrayana
|
||||||
|
culture = {
|
||||||
|
has_cultural_pillar = heritage_tibetan
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = language_classical_tibetan_name #Classical Tibetan
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
religion = religion:taoism_religion
|
||||||
|
}
|
||||||
|
localization_key = language_chinese_name
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { #Could also be Vedic & Old Tamil
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
religion = religion:hinduism_religion
|
||||||
|
religion = religion:buddhism_religion
|
||||||
|
religion = religion:jainism_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = language_sanskrit_name #Sanskrit
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
religion = religion:hellenism_religion
|
||||||
|
}
|
||||||
|
localization_key = language_greek_name #Greek
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
always = yes
|
||||||
|
}
|
||||||
|
fallback = yes
|
||||||
|
localization_key = fallback_liturgical_province_language #Archaic-X - based on culture instead of Faith.
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
GetFaithSacredLanguageCharacter = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
faith = faith:catholic
|
||||||
|
faith = faith:conversos
|
||||||
|
faith = faith:lollard
|
||||||
|
faith = faith:insular_celtic
|
||||||
|
faith = faith:mozarabic_church
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = language_latin_name #Latin
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
faith = faith:cathar
|
||||||
|
}
|
||||||
|
localization_key = language_occitano_romance_name #Occitan
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { faith = faith:nestorian }
|
||||||
|
localization_key = language_aramaic_name #Armaic
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { faith = faith:armenian_apostolic }
|
||||||
|
localization_key = language_armenian_name #Armenian
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
faith = faith:orthodox
|
||||||
|
faith = faith:coptic
|
||||||
|
religion = religion:christianity_religion #fallback for all Christian Faiths
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = language_greek_name #Greek
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { religion = religion:judaism_religion }
|
||||||
|
localization_key = language_israelite_name #Hebrew
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { religion = religion:islam_religion }
|
||||||
|
localization_key = language_arabic_name #Arabic
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { religion = religion:zoroastrianism_religion }
|
||||||
|
localization_key = language_avestan_name #Avestan
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { faith = faith:theravada }
|
||||||
|
localization_key = language_pali_name #Pali
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
faith = faith:lamaism
|
||||||
|
religion = religion:bon_religion
|
||||||
|
AND = {
|
||||||
|
faith = faith:vajrayana
|
||||||
|
culture = {
|
||||||
|
has_cultural_pillar = heritage_tibetan
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = language_classical_tibetan_name #Classical Tibetan
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
religion = religion:taoism_religion
|
||||||
|
}
|
||||||
|
localization_key = language_chinese_name
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { #Could also be Vedic & Old Tamil
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
religion = religion:hinduism_religion
|
||||||
|
religion = religion:buddhism_religion
|
||||||
|
religion = religion:jainism_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = language_sanskrit_name #Sanskrit
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
religion = religion:hellenism_religion
|
||||||
|
}
|
||||||
|
localization_key = language_greek_name #Greek
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
always = yes
|
||||||
|
}
|
||||||
|
fallback = yes
|
||||||
|
localization_key = fallback_liturgical_character_language #Archaic-X - based on culture instead of Faith.
|
||||||
|
}
|
||||||
|
}
|
||||||
61
N3OW/common/customizable_localization/00_mottos.txt
Normal file
61
N3OW/common/customizable_localization/00_mottos.txt
Normal file
|
|
@ -0,0 +1,61 @@
|
||||||
|
GetAppropriateGodname = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
house.last_house_head.faith = {
|
||||||
|
OR = {
|
||||||
|
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
|
||||||
|
religion_tag = islam_religion
|
||||||
|
religion_tag = judaism_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = motto_god
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
house.last_house_head.faith = {
|
||||||
|
religion_tag = buddhism_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = motto_the_perfected_ones
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
house.last_house_head.faith = {
|
||||||
|
OR = {
|
||||||
|
religion_tag = dualism_religion
|
||||||
|
religion_tag = zoroastrianism_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = motto_the_divine
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
house.last_house_head.faith = {
|
||||||
|
NOR = {
|
||||||
|
religion_tag = dualism_religion
|
||||||
|
religion_tag = zoroastrianism_religion
|
||||||
|
religion_tag = buddhism_religion
|
||||||
|
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
|
||||||
|
religion_tag = islam_religion
|
||||||
|
religion_tag = judaism_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = motto_the_gods
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
always = no
|
||||||
|
}
|
||||||
|
localization_key = motto_custom_loc_god
|
||||||
|
fallback = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
581
N3OW/common/customizable_localization/00_peasants.txt
Normal file
581
N3OW/common/customizable_localization/00_peasants.txt
Normal file
|
|
@ -0,0 +1,581 @@
|
||||||
|
dummy_peasant_profession = {
|
||||||
|
type = character
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_miller
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_millers_wife
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = no
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_millers_husband
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_reeve
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_reeves_wife
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = no
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_reeves_husband
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_bailif
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_bailifs_wife
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = no
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_bailifs_husband
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_bowyer
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_bowyers_wife
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = no
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_bowyers_husband
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_cobbler
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_cobblers_wife
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = no
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_cobblers_husband
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_night_watchman
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_night_watchmans_wife
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = no
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_night_watchmans_husband
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = peasant_profession_herbalist
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_farmer
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_farmers_wife
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = { faith.religion = religion:protestant_religion faith.religion = religion:catholic_religion faith.religion = religion:eastern_orthodox_religion }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_prioress
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = { faith.religion = religion:protestant_religion faith.religion = religion:catholic_religion faith.religion = religion:eastern_orthodox_religion }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_prior
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_farrier
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_farriers_wife
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = no
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_farriers_husband
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_knacker
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_knackers_wife
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = no
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_knackers_husband
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_tanner
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_tanners_wife
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = no
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_tanners_husband
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_cooper
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_coopers_wife
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = no
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_coopers_husband
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_carpenter
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_carpenters_wife
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = no
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_carpenters_husband
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_shepherd
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_shepherds_wife
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = no
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_shepherds_husband
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_fletcher
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_fletchers_wife
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = no
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_fletchers_husband
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_blacksmith
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_blacksmiths_wife
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = no
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_blacksmiths_husband
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_brewer
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_brewers_wife
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = no
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_brewers_husband
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_potter
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_potters_wife
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = no
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_potters_husband
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_mason
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_masons_wife
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_female = no
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_masons_husband
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_female_or_equal = yes }
|
||||||
|
is_male = yes
|
||||||
|
}
|
||||||
|
AND = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_weaver
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
scope:second = { faith_dominant_gender_male_or_equal = yes }
|
||||||
|
is_female = yes
|
||||||
|
}
|
||||||
|
localization_key = peasant_profession_washwoman
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1045,7 +1045,11 @@ Abortifacient = {
|
||||||
#Christian only
|
#Christian only
|
||||||
#Balkans, Anatolia, Mediterranean
|
#Balkans, Anatolia, Mediterranean
|
||||||
trigger = {
|
trigger = {
|
||||||
faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
location = {
|
location = {
|
||||||
OR = {
|
OR = {
|
||||||
geographical_region = world_europe_south
|
geographical_region = world_europe_south
|
||||||
|
|
@ -1511,10 +1515,20 @@ RandomReligiousTextName = {
|
||||||
#We're a LAAMP visiting somewhere
|
#We're a LAAMP visiting somewhere
|
||||||
trigger_else_if = {
|
trigger_else_if = {
|
||||||
limit = { exists = scope:visiting_location }
|
limit = { exists = scope:visiting_location }
|
||||||
faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
location.faith.religion = religion:eastern_orthodox_religion
|
||||||
|
location.faith.religion = religion:catholic_religion
|
||||||
|
location.faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#The book is of my religion
|
#The book is of my religion
|
||||||
trigger_else = { faith.religion = religion:christianity_religion }
|
trigger_else = {
|
||||||
|
OR = {
|
||||||
|
location.faith.religion = religion:eastern_orthodox_religion
|
||||||
|
location.faith.religion = religion:catholic_religion
|
||||||
|
location.faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
localization_key = random_religious_text_golden_legend
|
localization_key = random_religious_text_golden_legend
|
||||||
|
|
@ -1530,11 +1544,19 @@ RandomReligiousTextName = {
|
||||||
#We're a LAAMP visiting somewhere
|
#We're a LAAMP visiting somewhere
|
||||||
trigger_else_if = {
|
trigger_else_if = {
|
||||||
limit = { exists = scope:visiting_location }
|
limit = { exists = scope:visiting_location }
|
||||||
location.faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
location.faith.religion = religion:eastern_orthodox_religion
|
||||||
|
location.faith.religion = religion:catholic_religion
|
||||||
|
location.faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#The book is of my religion
|
#The book is of my religion
|
||||||
trigger_else = {
|
trigger_else = {
|
||||||
location.faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
localization_key = random_religious_text_city_of_god
|
localization_key = random_religious_text_city_of_god
|
||||||
|
|
@ -1559,7 +1581,11 @@ RandomReligiousTextName = {
|
||||||
}
|
}
|
||||||
#The book is of my religion
|
#The book is of my religion
|
||||||
trigger_else = {
|
trigger_else = {
|
||||||
location.faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
NOT = { faith = faith:orthodox }
|
NOT = { faith = faith:orthodox }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1585,7 +1611,11 @@ RandomReligiousTextName = {
|
||||||
}
|
}
|
||||||
#The book is of my religion
|
#The book is of my religion
|
||||||
trigger_else = {
|
trigger_else = {
|
||||||
location.faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
NOT = { faith = faith:orthodox }
|
NOT = { faith = faith:orthodox }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
543
N3OW/common/customizable_localization/00_roaming_loc.txt
Normal file
543
N3OW/common/customizable_localization/00_roaming_loc.txt
Normal file
|
|
@ -0,0 +1,543 @@
|
||||||
|
HoldingNoHoldingTerrainRoaming = {
|
||||||
|
type = province
|
||||||
|
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = no_holding_roaming
|
||||||
|
trigger = {
|
||||||
|
has_holding = no
|
||||||
|
NOR = {
|
||||||
|
terrain = farmlands
|
||||||
|
terrain = taiga
|
||||||
|
terrain = steppe
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = holding_roaming
|
||||||
|
fallback = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
HoldingNoHoldingTerrainRoamingTooltip = {
|
||||||
|
type = province
|
||||||
|
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = no_holding_roaming_tooltip
|
||||||
|
trigger = {
|
||||||
|
has_holding = no
|
||||||
|
NOR = {
|
||||||
|
terrain = farmlands
|
||||||
|
terrain = taiga
|
||||||
|
terrain = steppe
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = holding_roaming_tooltip
|
||||||
|
fallback = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
RoamingIntroTerrainSnippet = {
|
||||||
|
type = province
|
||||||
|
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
### Forest, Jungle, or Taiga ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_forest
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_base_three_trigger = {
|
||||||
|
TERRAIN = forest
|
||||||
|
TERRAIN_2 = taiga
|
||||||
|
TERRAIN_3 = jungle
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_forest_2
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_base_three_trigger = {
|
||||||
|
TERRAIN = forest
|
||||||
|
TERRAIN_2 = taiga
|
||||||
|
TERRAIN_3 = jungle
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Forest or Taiga Winter ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_forest_winter
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_winter_two_trigger = {
|
||||||
|
TERRAIN = forest
|
||||||
|
TERRAIN_2 = taiga
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_forest_winter_2
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_winter_two_trigger = {
|
||||||
|
TERRAIN = forest
|
||||||
|
TERRAIN_2 = taiga
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Forest or Jungle Monsoon ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_forest_monsoon
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_monsoon_two_trigger = {
|
||||||
|
TERRAIN = forest
|
||||||
|
TERRAIN_2 = jungle
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Mountain ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_mountain
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_base_trigger = { TERRAIN = mountains }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_mountain_2
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_base_trigger = { TERRAIN = mountains }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Mountain Winter ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_mountain_winter
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_winter_trigger = { TERRAIN = mountains }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Mountain Monsoon ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_mountain_monsoon
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_monsoon_trigger = { TERRAIN = mountains }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Hills ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_hills
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_base_trigger = { TERRAIN = hills }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_hills_2
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_base_trigger = { TERRAIN = hills }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Hills Winter ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_hills_winter
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_winter_trigger = { TERRAIN = hills }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_hills_winter_2
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_winter_trigger = { TERRAIN = hills }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Hills Monsoon ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_hills_monsoon
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_monsoon_trigger = { TERRAIN = hills }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Plains or Steppe ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_plains
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_base_two_trigger = {
|
||||||
|
TERRAIN = plains
|
||||||
|
TERRAIN_2 = steppe
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_plains_2
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_base_two_trigger = {
|
||||||
|
TERRAIN = plains
|
||||||
|
TERRAIN_2 = steppe
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Plains or Steppe Winter ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_plains_winter
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_winter_two_trigger = {
|
||||||
|
TERRAIN = plains
|
||||||
|
TERRAIN_2 = steppe
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_plains_winter_2
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_winter_two_trigger = {
|
||||||
|
TERRAIN = plains
|
||||||
|
TERRAIN_2 = steppe
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Plains Monsoon ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_plains_monsoon
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_monsoon_trigger = { TERRAIN = plains }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Farmlands or Floodplains ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_farmlands
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_base_two_trigger = {
|
||||||
|
TERRAIN = farmlands
|
||||||
|
TERRAIN_2 = floodplains
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_farmlands_2
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_base_two_trigger = {
|
||||||
|
TERRAIN = farmlands
|
||||||
|
TERRAIN_2 = floodplains
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Farmlands Winter ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_farmlands_winter
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_winter_trigger = { TERRAIN = farmlands }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_farmlands_winter_2
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_winter_trigger = { TERRAIN = farmlands }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Farmlands or Floodplains Monsoon ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_farmlands_monsoon
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_monsoon_two_trigger = {
|
||||||
|
TERRAIN = farmlands
|
||||||
|
TERRAIN_2 = floodplains
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Desert or Drylands ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_desert
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_base_two_trigger = {
|
||||||
|
TERRAIN = desert
|
||||||
|
TERRAIN_2 = drylands
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_desert_2
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_base_two_trigger = {
|
||||||
|
TERRAIN = desert
|
||||||
|
TERRAIN_2 = drylands
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Desert or Drylands Monsoon ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_desert_monsoon
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_monsoon_two_trigger = {
|
||||||
|
TERRAIN = desert
|
||||||
|
TERRAIN_2 = drylands
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Desert Mountains ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_desert_mountains
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_base_trigger = { TERRAIN = desert_mountains }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_desert_mountains_2
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_base_trigger = { TERRAIN = desert_mountains }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Desert Mountains Monsoon ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_desert_mountains_monsoon
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_monsoon_trigger = { TERRAIN = desert_mountains }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Oasis ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_oasis
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_base_trigger = { TERRAIN = oasis }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_oasis_2
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_base_trigger = { TERRAIN = oasis }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Oasis Monsoon ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_oasis_monsoon
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_monsoon_trigger = { TERRAIN = oasis }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Wetlands ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_wetlands
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_base_trigger = { TERRAIN = wetlands }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_wetlands_2
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_base_trigger = { TERRAIN = wetlands }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
### Wetlands Monsoon ###
|
||||||
|
text = {
|
||||||
|
setup_scope = { save_scope_as = ThisLocation }
|
||||||
|
localization_key = roaming_intro_terrain_snippet_wetlands_monsoon
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_intro_monsoon_trigger = { TERRAIN = wetlands }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
RoamingIntroSecondHalf = {
|
||||||
|
type = province
|
||||||
|
|
||||||
|
### Generic
|
||||||
|
text = {
|
||||||
|
localization_key = roaming_intro_second_half_generic
|
||||||
|
fallback = yes
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_winter_trigger = no
|
||||||
|
roaming_activity_monsoon_trigger = no
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
### Winter
|
||||||
|
text = {
|
||||||
|
localization_key = roaming_intro_second_half_winter
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_winter_trigger = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
### Monsoon
|
||||||
|
text = {
|
||||||
|
localization_key = roaming_intro_second_half_monsoon
|
||||||
|
trigger = {
|
||||||
|
roaming_activity_monsoon_trigger = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
RoamingOutroStressLoss = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
# Weak
|
||||||
|
text = {
|
||||||
|
localization_key = roaming_outro_snippet_stress_loss_weak
|
||||||
|
trigger = {
|
||||||
|
has_character_flag = roaming_weak_stress_loss
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
localization_key = roaming_outro_snippet_stress_loss_weak_2
|
||||||
|
trigger = {
|
||||||
|
has_character_flag = roaming_weak_stress_loss
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
localization_key = roaming_outro_snippet_stress_loss_weak_3
|
||||||
|
trigger = {
|
||||||
|
has_character_flag = roaming_weak_stress_loss
|
||||||
|
}
|
||||||
|
}
|
||||||
|
# Medium
|
||||||
|
text = {
|
||||||
|
localization_key = roaming_outro_snippet_stress_loss_medium
|
||||||
|
trigger = {
|
||||||
|
has_character_flag = roaming_medium_stress_loss
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
localization_key = roaming_outro_snippet_stress_loss_medium_2
|
||||||
|
trigger = {
|
||||||
|
has_character_flag = roaming_medium_stress_loss
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
localization_key = roaming_outro_snippet_stress_loss_medium_3
|
||||||
|
trigger = {
|
||||||
|
has_character_flag = roaming_medium_stress_loss
|
||||||
|
}
|
||||||
|
}
|
||||||
|
# Strong
|
||||||
|
text = {
|
||||||
|
localization_key = roaming_outro_snippet_stress_loss_strong
|
||||||
|
trigger = {
|
||||||
|
has_character_flag = roaming_strong_stress_loss
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
localization_key = roaming_outro_snippet_stress_loss_strong_2
|
||||||
|
trigger = {
|
||||||
|
has_character_flag = roaming_strong_stress_loss
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
localization_key = roaming_outro_snippet_stress_loss_strong_3
|
||||||
|
trigger = {
|
||||||
|
has_character_flag = roaming_strong_stress_loss
|
||||||
|
}
|
||||||
|
}
|
||||||
|
# Very Strong
|
||||||
|
text = {
|
||||||
|
localization_key = roaming_outro_snippet_stress_loss_very_strong
|
||||||
|
trigger = {
|
||||||
|
has_character_flag = roaming_very_strong_stress_loss
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
localization_key = roaming_outro_snippet_stress_loss_very_strong_2
|
||||||
|
trigger = {
|
||||||
|
has_character_flag = roaming_very_strong_stress_loss
|
||||||
|
}
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
localization_key = roaming_outro_snippet_stress_loss_very_strong_3
|
||||||
|
trigger = {
|
||||||
|
has_character_flag = roaming_very_strong_stress_loss
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
RoamingOutroReturningHome = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = { localization_key = roaming_outro_snippet_returning_home }
|
||||||
|
text = { localization_key = roaming_outro_snippet_returning_home_2 }
|
||||||
|
text = { localization_key = roaming_outro_snippet_returning_home_3 }
|
||||||
|
text = { localization_key = roaming_outro_snippet_returning_home_4 }
|
||||||
|
}
|
||||||
|
|
||||||
|
RoamingLegendaryBeastProvinceWeather = {
|
||||||
|
type = province
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = LegendaryBeastProvinceWeatherSnow
|
||||||
|
trigger = {
|
||||||
|
has_winter_trigger = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = LegendaryBeastProvinceWeatherRain
|
||||||
|
trigger = {
|
||||||
|
tropical_seasons_region_trigger = yes
|
||||||
|
middle_of_year_season_trigger = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = LegendaryBeastProvinceWeatherFog
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
RoamingGraveVariants = {
|
||||||
|
type = province
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
religion = religion:christianity_religion
|
||||||
|
}
|
||||||
|
localization_key = roaming_grave_variant_cross
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
geographical_region = world_europe_north
|
||||||
|
}
|
||||||
|
localization_key = roaming_grave_variant_burial_mound
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = roaming_grave_variant_stone
|
||||||
|
}
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load diff
553
N3OW/common/customizable_localization/00_war_custom_loc.txt
Normal file
553
N3OW/common/customizable_localization/00_war_custom_loc.txt
Normal file
|
|
@ -0,0 +1,553 @@
|
||||||
|
|
||||||
|
WarDeclaredOpening = {
|
||||||
|
type = war
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { #War to stop the Gurkhan from becoming Greatest of Khans
|
||||||
|
root = {
|
||||||
|
using_cb = mpo_great_war_of_defiance_cb
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_opening_mpo_gok
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
root.primary_attacker = {
|
||||||
|
opinion = {
|
||||||
|
target = root.primary_defender
|
||||||
|
value <= -10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_opening.negative
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
always = no
|
||||||
|
}
|
||||||
|
fallback = yes
|
||||||
|
localization_key = war_declared_opening.neutral
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
WarDeclaredFlavor = {
|
||||||
|
type = war
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { #War to stop the Gurkhan from becoming Greatest of Khans
|
||||||
|
root = {
|
||||||
|
using_cb = mpo_great_war_of_defiance_cb
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor_mpo_gok
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # Used when one or more Deviant Lovers manage to get into a war with each other.
|
||||||
|
trigger = {
|
||||||
|
root.primary_attacker = {
|
||||||
|
has_relation_lover = root.primary_defender
|
||||||
|
}
|
||||||
|
OR = {
|
||||||
|
root.primary_attacker = {
|
||||||
|
is_deviant_trigger = yes
|
||||||
|
|
||||||
|
}
|
||||||
|
root.primary_defender = {
|
||||||
|
is_deviant_trigger = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor.naughty
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # Used when Zealous characters are attacking a religious enemy. Also used for excommunication wars.
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
root.primary_attacker = {
|
||||||
|
# Attacker must be Zealous
|
||||||
|
OR = {
|
||||||
|
has_trait = zealous
|
||||||
|
ai_zeal >= medium_positive_zeal
|
||||||
|
}
|
||||||
|
# Defender must belong to a Hostile/Evil Faith, OR must be Sinful in the eyes of the Attacker's Faith.
|
||||||
|
OR = {
|
||||||
|
faith = {
|
||||||
|
faith_hostility_level = {
|
||||||
|
target = root.primary_defender.faith
|
||||||
|
value >= faith_hostile_level
|
||||||
|
}
|
||||||
|
}
|
||||||
|
root.primary_defender = {
|
||||||
|
num_sinful_traits = {
|
||||||
|
target = root.primary_attacker.faith
|
||||||
|
value >= 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
# Attacker must also personally dislike the defender, because this text is quite insult-y.
|
||||||
|
opinion = {
|
||||||
|
target = root.primary_defender
|
||||||
|
value <= 20
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
# If an excommunication war, use this regardless of attacker/defender's traits.
|
||||||
|
root = {
|
||||||
|
using_cb = excommunication_war
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor.zealous
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # Used by Greedy characters when declaring a war of conquest.
|
||||||
|
trigger = {
|
||||||
|
root.primary_attacker = {
|
||||||
|
OR = {
|
||||||
|
has_trait = greedy
|
||||||
|
has_trait = ambitious
|
||||||
|
}
|
||||||
|
}
|
||||||
|
root = {
|
||||||
|
OR = {
|
||||||
|
using_conquest_cb_trigger = yes
|
||||||
|
using_de_jure_cb_trigger = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor.greedy
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # Generic DoW text for all holy wars.
|
||||||
|
trigger = {
|
||||||
|
root = {
|
||||||
|
using_holy_war_cb_trigger = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor.holy_war
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # Generic DoW text for all De Jure (and Claimant) wars.
|
||||||
|
trigger = {
|
||||||
|
root = {
|
||||||
|
using_de_jure_cb_trigger = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor.dejure
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # Used by Arrogant characters when attempting to vassalize/subjugate another character.
|
||||||
|
trigger = {
|
||||||
|
root = {
|
||||||
|
using_hierarchical_cb_trigger = yes
|
||||||
|
}
|
||||||
|
root.primary_attacker = {
|
||||||
|
has_trait = arrogant
|
||||||
|
|
||||||
|
# Attacker must also personally dislike the defender, because this text is quite insult-y.
|
||||||
|
opinion = {
|
||||||
|
target = root.primary_defender
|
||||||
|
value <= 20
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor.subjugation.arrogant
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # Tribal characters have special text for declaring conquest or subjugation wars.
|
||||||
|
trigger = {
|
||||||
|
root.primary_attacker = {
|
||||||
|
government_has_flag = government_is_tribal
|
||||||
|
}
|
||||||
|
root = {
|
||||||
|
OR = {
|
||||||
|
using_conquest_cb_trigger = yes
|
||||||
|
using_hierarchical_cb_trigger = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor.subjugation.tribal
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # Other characters have a standard subjugation CB DoW.
|
||||||
|
trigger = {
|
||||||
|
root = {
|
||||||
|
using_hierarchical_cb_trigger = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor.subjugation
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # Other characters have a standard subjugation CB DoW.
|
||||||
|
trigger = {
|
||||||
|
root = {
|
||||||
|
using_conquest_cb_trigger = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor.conquest
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
root = {
|
||||||
|
using_cb = populist_war
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor.populist
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
root = {
|
||||||
|
using_cb = peasant_war
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor.peasant
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
root = {
|
||||||
|
using_cb = independence_faction_war
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor.independence
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
root = {
|
||||||
|
using_cb = liberty_faction_war
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor.liberty
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
root = {
|
||||||
|
using_cb = claimant_faction_war
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor.claimant
|
||||||
|
}
|
||||||
|
|
||||||
|
#TIT-17244: will not appear without this.
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = scope:recipient
|
||||||
|
scope:recipient = { exists = scope:war_for_retraction_flavour }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor.retraction_refused
|
||||||
|
}
|
||||||
|
|
||||||
|
#TIT-17244: will not appear without this.
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = scope:recipient
|
||||||
|
scope:recipient = { exists = scope:war_for_revocation_flavour }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor.revocation_refused
|
||||||
|
}
|
||||||
|
|
||||||
|
#TIT-17244: will not appear without this.
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = scope:recipient
|
||||||
|
scope:recipient = { exists = scope:war_for_imprisonment_flavour }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor.revocation_refused
|
||||||
|
}
|
||||||
|
|
||||||
|
text = { # Fallback DoW text. Ideallty we should never reach this point, but it's here if we need it.
|
||||||
|
trigger = {
|
||||||
|
always = no
|
||||||
|
}
|
||||||
|
fallback = yes
|
||||||
|
localization_key = war_declared_flavor.fallback
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#Custom loc for various prison uses
|
||||||
|
ZealousDoW = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
root.faith = {
|
||||||
|
OR = {
|
||||||
|
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
|
||||||
|
religion_tag = islam_religion
|
||||||
|
religion_tag = west_african_roog_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key =war_declared_flavor.zealous.mercifulgod
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
root.faith = {
|
||||||
|
has_doctrine_parameter = reincarnation_resistance_to_conversion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_declared_flavor.zealous.reincarnation
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
always = no
|
||||||
|
}
|
||||||
|
fallback = yes
|
||||||
|
localization_key = war_declared_flavor.zealous.fallback
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GetMilitaryStrengthColoredCurrentSituation = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = military_strength_green_current_situation
|
||||||
|
trigger = {
|
||||||
|
scope:second.current_military_strength < root.fifty_percent_of_current_military_strength
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = military_strength_red_current_situation
|
||||||
|
trigger = {
|
||||||
|
scope:second.current_military_strength >= root.current_military_strength
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = military_strength_gray_current_situation
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
WarCasusBelliShort = {
|
||||||
|
type = war
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
using_cb = claim_cb
|
||||||
|
using_cb = claimant_faction_war
|
||||||
|
using_cb = norman_conquest_cb
|
||||||
|
using_cb = norwegian_invasion_cb
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_memory_cb_claim
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
using_cb = county_conquest_cb
|
||||||
|
using_cb = duchy_conquest_cb
|
||||||
|
using_cb = county_struggle_cb
|
||||||
|
using_cb = fp2_mediterranean_conquest_cb
|
||||||
|
using_cb = hungarian_migration_cb
|
||||||
|
using_cb = sons_of_lothbrok_invasion_cb
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_memory_cb_conquest
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
using_cb = minor_religious_war
|
||||||
|
using_cb = religious_war
|
||||||
|
using_cb = major_religious_war
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_memory_cb_holy_war
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
using_cb = de_jure_cb
|
||||||
|
using_cb = individual_county_de_jure_cb
|
||||||
|
using_cb = individual_duchy_de_jure_cb
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_memory_cb_de_jure
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
using_cb = invasion_war
|
||||||
|
using_cb = clan_invasion_war
|
||||||
|
using_cb = mongol_invasion_war
|
||||||
|
using_cb = mongol_realm_invasion_war
|
||||||
|
using_cb = ep3_laamp_adventurer_county_invasion
|
||||||
|
using_cb = ep3_laamp_adventurer_duchy_invasion
|
||||||
|
using_cb = ep3_laamp_adventurer_kingdom_invasion
|
||||||
|
using_cb = ep3_laamp_adventurer_empire_invasion
|
||||||
|
using_cb = mpo_gok_onslaught_cb
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_memory_cb_invasion
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
using_cb = undirected_great_holy_war
|
||||||
|
using_cb = directed_great_holy_war
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_memory_cb_invasion
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
using_cb = independence_war
|
||||||
|
using_cb = independence_faction_war
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_memory_cb_ghw
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
using_cb = independence_war
|
||||||
|
using_cb = independence_faction_war
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_memory_cb_independence
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
using_cb = artifact_war
|
||||||
|
using_cb = reclaim_relic_artifact_war
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_memory_cb_artifact
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { using_cb = liberty_faction_war }
|
||||||
|
localization_key = war_memory_cb_liberty
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { using_cb = depose_war }
|
||||||
|
localization_key = war_memory_cb_depose
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { using_cb = refused_liege_demand_war }
|
||||||
|
localization_key = war_memory_cb_tyranny
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { using_cb = nation_fracturing_faction_war }
|
||||||
|
localization_key = war_memory_cb_fracture
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { using_cb = ducal_conquest_cb }
|
||||||
|
localization_key = war_memory_cb_ducal_conquest
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { using_cb = imperial_reconquest_cb }
|
||||||
|
localization_key = war_memory_cb_imperial_reconquest
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { using_cb = dismantle_holy_pretender_cb }
|
||||||
|
localization_key = war_memory_cb_holy_pretender
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { using_cb = dismantle_byz_pretender_cb }
|
||||||
|
localization_key = war_memory_cb_byz_pretender
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { using_cb = excommunication_war }
|
||||||
|
localization_key = war_memory_cb_excommunicate
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { using_cb = flowery_war_cb }
|
||||||
|
localization_key = war_memory_cb_flower
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { using_cb = tribal_subjugation_cb }
|
||||||
|
localization_key = war_memory_cb_subjugation
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
using_cb = vassalization_cb
|
||||||
|
using_cb = diarch_vassalisation_cb
|
||||||
|
}
|
||||||
|
localization_key = war_memory_cb_vassalization
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
using_cb = fp1_varangian_adventurer_conquest
|
||||||
|
using_cb = fp1_scandi_adventurer_conquest
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_memory_cb_varangian
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { using_cb = fp2_border_raid }
|
||||||
|
localization_key = war_memory_cb_border
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { using_cb = fp2_expel_interloper }
|
||||||
|
localization_key = war_memory_cb_expel
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { using_cb = diarch_vassalisation_cb }
|
||||||
|
localization_key = war_memory_cb_vassalization
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { using_cb = remove_regent_cb }
|
||||||
|
localization_key = war_memory_cb_regent
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
using_cb = japan_bloc_war_cb
|
||||||
|
using_cb = japan_install_bloc_member_cb
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = war_memory_cb_bloc
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { always = no }
|
||||||
|
fallback = yes
|
||||||
|
localization_key = war_memory_cb_fallback
|
||||||
|
}
|
||||||
|
}
|
||||||
721
N3OW/common/customizable_localization/05_bp2_custom_loc.txt
Normal file
721
N3OW/common/customizable_localization/05_bp2_custom_loc.txt
Normal file
|
|
@ -0,0 +1,721 @@
|
||||||
|
GetPrettyAdjective = {
|
||||||
|
type = character
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { is_female = yes }
|
||||||
|
localization_key = pretty
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { is_female = yes }
|
||||||
|
localization_key = comely
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { is_female = yes }
|
||||||
|
localization_key = radiant
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { is_female = no }
|
||||||
|
localization_key = handsome
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { is_female = no }
|
||||||
|
localization_key = striking
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { is_female = no }
|
||||||
|
localization_key = fetching
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = winsome
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = fair
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GetSheHeOpposite = {
|
||||||
|
type = character
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { is_female = yes }
|
||||||
|
localization_key = CHARACTER_SHEHE_HE
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { is_male = yes }
|
||||||
|
localization_key = CHARACTER_SHEHE_SHE
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GetHerHisOpposite = {
|
||||||
|
type = character
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { is_female = yes }
|
||||||
|
localization_key = CHARACTER_HERHIS_HIS
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { is_male = yes }
|
||||||
|
localization_key = CHARACTER_HERHIS_HER
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GetHerHimOpposite = {
|
||||||
|
type = character
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { is_female = yes }
|
||||||
|
localization_key = CHARACTER_HERHIM_HIM
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { is_male = yes }
|
||||||
|
localization_key = CHARACTER_HERHIM_HER
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GetRandomWomanMan = {
|
||||||
|
type = character
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = { localization_key = CHARACTER_WOMAN }
|
||||||
|
|
||||||
|
text = { localization_key = CHARACTER_MAN }
|
||||||
|
}
|
||||||
|
|
||||||
|
GetWomanManOpposite = {
|
||||||
|
type = character
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { is_female = yes }
|
||||||
|
localization_key = CHARACTER_MAN
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { is_male = yes }
|
||||||
|
localization_key = CHARACTER_WOMAN
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
EruditeTopic = {
|
||||||
|
type = character
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = { OR = { faith.religion = religion:protestant_religion faith.religion = religion:catholic_religion faith.religion = religion:eastern_orthodox_religion } }
|
||||||
|
localization_key = boethius_wheel
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = { location = { geographical_region = world_europe } }
|
||||||
|
localization_key = aristotle_logic
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = { location = { geographical_region = world_india } }
|
||||||
|
localization_key = indian_logic
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = { OR = { faith.religion = religion:protestant_religion faith.religion = religion:catholic_religion faith.religion = religion:eastern_orthodox_religion } }
|
||||||
|
localization_key = advanced_math_computus
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = { faith.religion = religion:islam_religion }
|
||||||
|
localization_key = advanced_math_problem
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = { location = { geographical_region = world_india } }
|
||||||
|
localization_key = advanced_math_trigonometry
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
location = { geographical_region = world_europe }
|
||||||
|
faith.religion = religion:islam_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = classical_vs_arabic_medicine
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = { location = { geographical_region = world_india } }
|
||||||
|
localization_key = indian_medicine
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
localization_key = classical_vs_modern_warfare
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
localization_key = astrology_topic
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
faith.religion = religion:islam_religion
|
||||||
|
current_date > 1150.1.1
|
||||||
|
}
|
||||||
|
localization_key = quran_exegesis
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = { faith.religion = religion:islam_religion }
|
||||||
|
localization_key = basri_vs_kufi
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
localization_key = reason_vs_faith
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = { OR = { faith.religion = religion:protestant_religion faith.religion = religion:catholic_religion faith.religion = religion:eastern_orthodox_religion } }
|
||||||
|
localization_key = jewish_christian_debate
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = { culture = { has_cultural_pillar = heritage_byzantine } }
|
||||||
|
localization_key = debating_mythological_characters
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
localization_key = geometrical_shapes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GetDiplomacyBuilding = {
|
||||||
|
type = character
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = building_city_02
|
||||||
|
fallback = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GetMartialBuilding = {
|
||||||
|
type = character
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
government_has_flag = government_is_tribal
|
||||||
|
liege ?= { government_has_flag = government_is_tribal }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = building_type_war_camps_01
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
NOR = {
|
||||||
|
government_has_flag = government_is_tribal
|
||||||
|
liege ?= { government_has_flag = government_is_tribal }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = building_type_curtain_walls_01
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
NOR = {
|
||||||
|
government_has_flag = government_is_tribal
|
||||||
|
liege ?= { government_has_flag = government_is_tribal }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = building_type_hill_forts_01
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
NOR = {
|
||||||
|
government_has_flag = government_is_tribal
|
||||||
|
liege ?= { government_has_flag = government_is_tribal }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = building_type_watchtowers_01
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = { has_culture = culture:italian }
|
||||||
|
localization_key = building_type_the_colosseum_01
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = { has_culture = culture:anglo_saxon }
|
||||||
|
localization_key = building_type_the_tower_of_london_01
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = { has_culture = culture:levantine }
|
||||||
|
localization_key = building_type_citadel_of_aleppo_01
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GetStewardshipBuilding = {
|
||||||
|
type = character
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = building_type_farm_estates_01
|
||||||
|
fallback = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GetIntrigueBuilding = {
|
||||||
|
type = character
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = building_type_market_villages_01
|
||||||
|
fallback = yes
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
NOR = {
|
||||||
|
government_has_flag = government_is_tribal
|
||||||
|
liege ?= { government_has_flag = government_is_tribal }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = building_castle_02
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
NOR = {
|
||||||
|
government_has_flag = government_is_tribal
|
||||||
|
liege ?= { government_has_flag = government_is_tribal }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = building_type_common_tradeport_01
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
NOR = {
|
||||||
|
government_has_flag = government_is_tribal
|
||||||
|
liege ?= { government_has_flag = government_is_tribal }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = building_city_04
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
GetLearningBuilding = {
|
||||||
|
type = character
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = building_type_temple_01
|
||||||
|
fallback = yes
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
NOR = {
|
||||||
|
government_has_flag = government_is_tribal
|
||||||
|
liege ?= { government_has_flag = government_is_tribal }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = building_type_generic_university
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
NOR = {
|
||||||
|
government_has_flag = government_is_tribal
|
||||||
|
liege ?= { government_has_flag = government_is_tribal }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = building_type_monastic_schools_01
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
has_culture = culture:afghan
|
||||||
|
has_faith = faith:mahayana
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = building_type_buddhas_of_bamian_01
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
has_culture = culture:levantine
|
||||||
|
has_faith = faith:ashari
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = building_type_petra_01
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
has_culture = culture:french
|
||||||
|
has_faith = faith:catholic
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = building_type_notre_dame_01
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
has_culture = culture:greek
|
||||||
|
has_faith = faith:orthodox
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = building_type_hagia_sophia_01
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
has_culture = culture:bedouin
|
||||||
|
has_faith = faith:ashari
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = building_type_holy_site_great_mosque_of_mecca_01
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
has_culture = culture:franconian
|
||||||
|
has_faith = faith:catholic
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = building_type_holy_site_cologne_cathedral_01
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = {
|
||||||
|
has_culture = culture:anglo_saxon
|
||||||
|
has_faith = faith:catholic
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = building_type_holy_site_canterbury_cathedral_01
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#For rock story
|
||||||
|
RockStoryName = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = var:story_cycle_rock_name
|
||||||
|
var:story_cycle_rock_name = flag:custom
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_name
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = var:story_cycle_rock_name
|
||||||
|
var:story_cycle_rock_name = flag:rock_name_cliff
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_name_cliff
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = var:story_cycle_rock_name
|
||||||
|
var:story_cycle_rock_name = flag:rock_name_sandy
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_name_sandy
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = var:story_cycle_rock_name
|
||||||
|
var:story_cycle_rock_name = flag:rock_name_rocky
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_name_rocky
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = var:story_cycle_rock_name
|
||||||
|
var:story_cycle_rock_name = flag:rock_name_crag
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_name_crag
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = var:story_cycle_rock_name
|
||||||
|
var:story_cycle_rock_name = flag:rock_name_flint
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_name_flint
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = var:story_cycle_rock_name
|
||||||
|
var:story_cycle_rock_name = flag:rock_name_gritty
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_name_gritty
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = var:story_cycle_rock_name
|
||||||
|
var:story_cycle_rock_name = flag:rock_name_rubble
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_name_rubble
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = var:story_cycle_rock_name
|
||||||
|
var:story_cycle_rock_name = flag:rock_name_tuff
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_name_tuff
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = var:story_cycle_rock_name
|
||||||
|
var:story_cycle_rock_name = flag:rock_name_rosetta
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_name_rosetta
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = var:story_cycle_rock_name
|
||||||
|
var:story_cycle_rock_name = flag:rock_name_chip
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_name_chip
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = var:story_cycle_rock_name
|
||||||
|
var:story_cycle_rock_name = flag:rock_name_fluffy
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_name_fluffy
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = var:story_cycle_rock_name
|
||||||
|
var:story_cycle_rock_name = flag:rock_name_sten
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_name_sten
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = var:story_cycle_rock_name
|
||||||
|
var:story_cycle_rock_name = flag:rock_name_ariadne
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_name_ariadne
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = var:story_cycle_rock_name
|
||||||
|
var:story_cycle_rock_name = flag:rock_name_dwayne
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_name_dwayne
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = var:story_cycle_rock_name
|
||||||
|
var:story_cycle_rock_name = flag:rock_name_potapczyk
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_name_potapczyk
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
AND = {
|
||||||
|
exists = var:story_cycle_rock_name
|
||||||
|
var:story_cycle_rock_name = flag:rock_name_gemma
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_name_gemma
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
RockStoryNamePossessive = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = rock_name_possessive
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
RockStoryHerHis = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
any_owned_story = {
|
||||||
|
type = story_cycle_pet_rock
|
||||||
|
var:rock_gender = flag:female
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_gender_her
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
any_owned_story = {
|
||||||
|
type = story_cycle_pet_rock
|
||||||
|
var:rock_gender = flag:male
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_gender_his
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
RockStoryHerHim = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
any_owned_story = {
|
||||||
|
type = story_cycle_pet_rock
|
||||||
|
var:rock_gender = flag:female
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_gender_her
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
any_owned_story = {
|
||||||
|
type = story_cycle_pet_rock
|
||||||
|
var:rock_gender = flag:male
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_gender_him
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
RockStorySheHe = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
any_owned_story = {
|
||||||
|
type = story_cycle_pet_rock
|
||||||
|
var:rock_gender = flag:female
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_gender_she
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
any_owned_story = {
|
||||||
|
type = story_cycle_pet_rock
|
||||||
|
var:rock_gender = flag:male
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_gender_he
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
RockStoryHerselfHimself = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
any_owned_story = {
|
||||||
|
type = story_cycle_pet_rock
|
||||||
|
var:rock_gender = flag:female
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_gender_herself
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
any_owned_story = {
|
||||||
|
type = story_cycle_pet_rock
|
||||||
|
var:rock_gender = flag:male
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_gender_himself
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
RockStoryFemaleMale = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
any_owned_story = {
|
||||||
|
type = story_cycle_pet_rock
|
||||||
|
var:rock_gender = flag:female
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_gender_female
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
any_owned_story = {
|
||||||
|
type = story_cycle_pet_rock
|
||||||
|
var:rock_gender = flag:male
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = rock_gender_male
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
RockColor = {
|
||||||
|
type = character
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
any_owned_story = {
|
||||||
|
type = story_cycle_pet_rock
|
||||||
|
var:rock_color = flag:brown
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = fur_color_brown
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
any_owned_story = {
|
||||||
|
type = story_cycle_pet_rock
|
||||||
|
var:rock_color = flag:gray
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = fur_color_gray
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
any_owned_story = {
|
||||||
|
type = story_cycle_pet_rock
|
||||||
|
var:rock_color = flag:black
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = fur_color_black
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
any_owned_story = {
|
||||||
|
type = story_cycle_pet_rock
|
||||||
|
var:rock_color = flag:white
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = fur_color_white
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
any_owned_story = {
|
||||||
|
type = story_cycle_pet_rock
|
||||||
|
var:rock_color = flag:sandy
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = fur_color_sandy
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1,357 @@
|
||||||
|
#disease_desc_full
|
||||||
|
#disease_desc_short
|
||||||
|
#apocalypse_name
|
||||||
|
|
||||||
|
#remember you can make these lowercase by adding |l at the end
|
||||||
|
#it'll grab the name of the character you're scoped into
|
||||||
|
disease_desc_full = {
|
||||||
|
type = character
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = bubonic_plague
|
||||||
|
}
|
||||||
|
localization_key = trait_bubonic_plague_character_desc
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = measles
|
||||||
|
}
|
||||||
|
localization_key = trait_measles_character_desc
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = dysentery
|
||||||
|
}
|
||||||
|
localization_key = trait_dysentery_character_desc
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = ergotism
|
||||||
|
}
|
||||||
|
localization_key = trait_ergotism_character_desc
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = typhus
|
||||||
|
}
|
||||||
|
localization_key = trait_typhus_character_desc
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = consumption
|
||||||
|
}
|
||||||
|
localization_key = trait_consumption_character_desc
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = smallpox
|
||||||
|
}
|
||||||
|
localization_key = trait_smallpox_character_desc
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = cancer
|
||||||
|
}
|
||||||
|
localization_key = trait_cancer_character_desc
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = gout_ridden
|
||||||
|
}
|
||||||
|
localization_key = trait_gout_ridden_character_desc
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = pneumonic
|
||||||
|
}
|
||||||
|
localization_key = trait_pneumonic_character_desc
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = great_pox
|
||||||
|
}
|
||||||
|
localization_key = trait_great_pox_character_desc
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = early_great_pox
|
||||||
|
}
|
||||||
|
localization_key = trait_early_great_pox_character_desc
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = lovers_pox
|
||||||
|
}
|
||||||
|
localization_key = trait_lovers_pox_character_desc
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = leper
|
||||||
|
}
|
||||||
|
localization_key = trait_leper_character_desc
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = incapable
|
||||||
|
}
|
||||||
|
localization_key = trait_incapable_character_desc
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = infirm
|
||||||
|
}
|
||||||
|
localization_key = trait_infirm_character_desc
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
fallback = yes
|
||||||
|
trigger = {
|
||||||
|
has_trait = ill
|
||||||
|
}
|
||||||
|
localization_key = trait_ill_character_desc
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#remember you can make these lowercase by adding |l at the end
|
||||||
|
#these all follow the "beset/afflicted/infected with x" formula, keep it in mind when writing loc
|
||||||
|
disease_desc_short = {
|
||||||
|
type = character
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = bubonic_plague
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_plague
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = measles
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_measles
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = dysentery
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_dysentery
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = ergotism
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_ergotism
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = typhus
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_typhus
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = consumption
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_consumption
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = smallpox
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_smallpox
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = cancer
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_cancer
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = gout_ridden
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_gout
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = pneumonic
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_pneumonic
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = great_pox
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_great_pox
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = early_great_pox
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_great_pox
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = lovers_pox
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_lovers_pox
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = leper
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_leper
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = incapable
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_incapable
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
has_trait = infirm
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_infirm
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
fallback = yes
|
||||||
|
trigger = {
|
||||||
|
has_trait = ill
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_ill
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#Same as the above but for epidemic scopes
|
||||||
|
epidemic_symptom_short = {
|
||||||
|
type = epidemic
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
epidemic_trait = trait:bubonic_plague
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_plague
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
epidemic_trait = trait:measles
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_measles
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
epidemic_trait = trait:dysentery
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_dysentery
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
epidemic_trait = trait:ergotism
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_ergotism
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
epidemic_trait = trait:typhus
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_typhus
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
epidemic_trait = trait:consumption
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_consumption
|
||||||
|
}
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
epidemic_trait = trait:smallpox
|
||||||
|
}
|
||||||
|
localization_key = disease_desc_short_smallpox
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
# Appropriate apocalypse name based on religion
|
||||||
|
apocalypse_name = {
|
||||||
|
type = character
|
||||||
|
random_valid = yes
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
faith.religion = religion:germanic_religion
|
||||||
|
}
|
||||||
|
localization_key = ragnarok
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
faith.religion = {
|
||||||
|
is_in_family = rf_abrahamic
|
||||||
|
NOT = { faith.religion = religion:judaism_religion }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
localization_key = the_second_coming
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
OR = { faith.religion = religion:protestant_religion faith.religion = religion:catholic_religion faith.religion = religion:eastern_orthodox_religion }
|
||||||
|
}
|
||||||
|
localization_key = revelation
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
faith.religion = { is_in_family = rf_abrahamic }
|
||||||
|
}
|
||||||
|
localization_key = the_day_of_judgement
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
faith.religion = religion:judaism_religion
|
||||||
|
}
|
||||||
|
localization_key = the_coming_of_the_messiah
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
faith.religion = religion:buddhism_religion
|
||||||
|
}
|
||||||
|
localization_key = the_coming_of_the_seven_suns
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
faith.religion = religion:zoroastrianism_religion
|
||||||
|
}
|
||||||
|
localization_key = frashokereti
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = the_endtimes
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = the_end_of_days
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = the_apocalypse
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
localization_key = doomsday
|
||||||
|
}
|
||||||
|
|
||||||
|
text = {
|
||||||
|
trigger = {
|
||||||
|
exists = character:easteregg_veronica_pazos
|
||||||
|
this = character:easteregg_veronica_pazos
|
||||||
|
}
|
||||||
|
localization_key = third_impact
|
||||||
|
}
|
||||||
|
}
|
||||||
1157
N3OW/common/customizable_localization/06_ce1_legends_custom_loc.txt
Normal file
1157
N3OW/common/customizable_localization/06_ce1_legends_custom_loc.txt
Normal file
File diff suppressed because it is too large
Load diff
2070
N3OW/common/customizable_localization/07_ep3_custom_loc.txt
Normal file
2070
N3OW/common/customizable_localization/07_ep3_custom_loc.txt
Normal file
File diff suppressed because it is too large
Load diff
1757
N3OW/common/customizable_localization/10_ach_custom_loc.txt
Normal file
1757
N3OW/common/customizable_localization/10_ach_custom_loc.txt
Normal file
File diff suppressed because it is too large
Load diff
1243
N3OW/common/decisions/00_major_decisions_east_europe.txt
Normal file
1243
N3OW/common/decisions/00_major_decisions_east_europe.txt
Normal file
File diff suppressed because it is too large
Load diff
2150
N3OW/common/decisions/10_religious_decisions.txt
Normal file
2150
N3OW/common/decisions/10_religious_decisions.txt
Normal file
File diff suppressed because it is too large
Load diff
1486
N3OW/common/decisions/80_major_decisions_roman.txt
Normal file
1486
N3OW/common/decisions/80_major_decisions_roman.txt
Normal file
File diff suppressed because it is too large
Load diff
3805
N3OW/common/decisions/dlc_decisions/ep3_decisions.txt
Normal file
3805
N3OW/common/decisions/dlc_decisions/ep3_decisions.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -580,7 +580,7 @@ NCombat = {
|
||||||
MANEUVER_PHASE_DAYS = 3 # How many days should the maneuver phase last
|
MANEUVER_PHASE_DAYS = 3 # How many days should the maneuver phase last
|
||||||
LEVY_TOUGHNESS = 15 # How much toughness does each levy soldier have
|
LEVY_TOUGHNESS = 15 # How much toughness does each levy soldier have
|
||||||
LEVY_ATTACK = 15 # How much attack does each levy soldier have
|
LEVY_ATTACK = 15 # How much attack does each levy soldier have
|
||||||
LEVY_SIEGE = 1 # How much siege bonus does each levy soldier have
|
LEVY_SIEGE = 0 # How much siege bonus does each levy soldier have
|
||||||
LEVY_PURSUIT = 1 # How much pursuit does each levy soldier have
|
LEVY_PURSUIT = 1 # How much pursuit does each levy soldier have
|
||||||
LEVY_SCREEN = 0 # How much screen does each levy soldier have
|
LEVY_SCREEN = 0 # How much screen does each levy soldier have
|
||||||
DAMAGE_SCALING_FACTOR = 0.03 # Scaling factor for dealing damage in combat
|
DAMAGE_SCALING_FACTOR = 0.03 # Scaling factor for dealing damage in combat
|
||||||
|
|
|
||||||
|
|
@ -2867,7 +2867,12 @@ temple_small_01 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
||||||
|
|
@ -2891,7 +2896,12 @@ temple_small_01 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
||||||
|
|
@ -2992,7 +3002,12 @@ temple_small_02 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
||||||
|
|
@ -3016,7 +3031,12 @@ temple_small_02 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
||||||
|
|
@ -3121,7 +3141,12 @@ temple_small_03 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
||||||
|
|
@ -3145,7 +3170,12 @@ temple_small_03 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
|
||||||
|
|
@ -3267,7 +3297,12 @@ temple_crypt_04 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
||||||
|
|
@ -3291,7 +3326,12 @@ temple_crypt_04 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
||||||
|
|
@ -3411,7 +3451,12 @@ temple_crypt_05 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
||||||
|
|
@ -3435,7 +3480,12 @@ temple_crypt_05 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
||||||
|
|
@ -3556,7 +3606,12 @@ temple_crypt_06 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
||||||
|
|
@ -3580,7 +3635,12 @@ temple_crypt_06 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
|
||||||
|
|
@ -3690,7 +3750,12 @@ temple_large_04 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
||||||
|
|
@ -3714,7 +3779,12 @@ temple_large_04 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
||||||
|
|
@ -3822,7 +3892,12 @@ temple_large_05 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
||||||
|
|
@ -3846,7 +3921,12 @@ temple_large_05 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
||||||
|
|
@ -3956,7 +4036,12 @@ temple_large_06 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
||||||
|
|
@ -3980,7 +4065,12 @@ temple_large_06 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
|
||||||
|
|
@ -4093,7 +4183,12 @@ temple_monastery_04 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
||||||
|
|
@ -4117,7 +4212,12 @@ temple_monastery_04 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
||||||
|
|
@ -4228,7 +4328,12 @@ temple_monastery_05 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
||||||
|
|
@ -4252,7 +4357,12 @@ temple_monastery_05 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
||||||
|
|
@ -4363,7 +4473,12 @@ temple_monastery_06 = {
|
||||||
has_graphical_norse_culture_group_trigger = yes
|
has_graphical_norse_culture_group_trigger = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
||||||
|
|
@ -4387,7 +4502,12 @@ temple_monastery_06 = {
|
||||||
}
|
}
|
||||||
asset = {
|
asset = {
|
||||||
trigger = {
|
trigger = {
|
||||||
owner = {faith.religion = religion:christianity_religion
|
owner = {
|
||||||
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
|
||||||
|
|
|
||||||
|
|
@ -684,6 +684,36 @@ steinfurt_dynasty = {
|
||||||
culture = NEOW_pomeranian
|
culture = NEOW_pomeranian
|
||||||
}
|
}
|
||||||
|
|
||||||
|
haseldorf_dynasty = {
|
||||||
|
name = dynn_haseldorf
|
||||||
|
culture = saxon
|
||||||
|
}
|
||||||
|
|
||||||
|
sachsen_dynasty = {
|
||||||
|
name = dynn_sachsen
|
||||||
|
culture = saxon
|
||||||
|
}
|
||||||
|
|
||||||
|
versfleth_dynasty = {
|
||||||
|
name = dynn_versfleth
|
||||||
|
culture = saxon
|
||||||
|
}
|
||||||
|
|
||||||
|
holstein_dynasty = {
|
||||||
|
name = dynn_holstein
|
||||||
|
culture = saxon
|
||||||
|
}
|
||||||
|
|
||||||
|
weyhe_dynasty = {
|
||||||
|
name = dynn_weyhe
|
||||||
|
culture = low_saxon
|
||||||
|
}
|
||||||
|
|
||||||
|
wassel_dynasty = {
|
||||||
|
name = dynn_wassel
|
||||||
|
culture = saxon
|
||||||
|
}
|
||||||
|
|
||||||
#e_hispania
|
#e_hispania
|
||||||
|
|
||||||
boatswain_dynasty = {
|
boatswain_dynasty = {
|
||||||
|
|
|
||||||
2699
N3OW/common/epidemics/00_epidemics.txt
Normal file
2699
N3OW/common/epidemics/00_epidemics.txt
Normal file
File diff suppressed because it is too large
Load diff
159
N3OW/common/epidemics/_epidemics.info
Normal file
159
N3OW/common/epidemics/_epidemics.info
Normal file
|
|
@ -0,0 +1,159 @@
|
||||||
|
#TESTING: Use spawn_epidemic smallpox 2595 apocalyptic to spawn an epidemic
|
||||||
|
|
||||||
|
<key> = {
|
||||||
|
trait = <trait_key> # What trait is tied to this disease
|
||||||
|
|
||||||
|
color = <color> # What color this epidemic has on the map: takes color names defined in the script colors file, RGB, HSV, HSV360 and HEX
|
||||||
|
# color = red // color = { r g b } // color = hex { your_hex }
|
||||||
|
|
||||||
|
# Name of the epidemic
|
||||||
|
# defaults to epidemic_key
|
||||||
|
# root = the epidemic being created
|
||||||
|
name = {
|
||||||
|
<dynamic_description>
|
||||||
|
}
|
||||||
|
|
||||||
|
# Multiplier used against intensity level for how important an epidemic is
|
||||||
|
# Used for picking which to show on the map
|
||||||
|
priority = <value>
|
||||||
|
|
||||||
|
# Data passed to the shader
|
||||||
|
shader_data = {
|
||||||
|
strength = 0-1 # Strength of the disease, unsigned normalized float
|
||||||
|
edge_fade = 0-1 # Edge fade out, unsigned normalized float
|
||||||
|
tile_multiplier = 0-1 # Multiplier for the tile wrapping
|
||||||
|
texture_index = 0 # Which tile texture in the shader to use
|
||||||
|
channel = red/green/blue/alpha # Which color channel to use in the texture
|
||||||
|
}
|
||||||
|
|
||||||
|
# Can a character be infected with this epidemic
|
||||||
|
# root = potential character to infect
|
||||||
|
# scope:epidemic = the epidemic
|
||||||
|
can_infect_character = {
|
||||||
|
<triggers>
|
||||||
|
}
|
||||||
|
|
||||||
|
# Monthly chance for an epidemic to infect a character in the province, ran once per character
|
||||||
|
# % from 0-100 inclusive
|
||||||
|
# root = potential character to infect
|
||||||
|
# scope:epidemic = the epidemic
|
||||||
|
character_infection_chance = {
|
||||||
|
<script value>
|
||||||
|
}
|
||||||
|
|
||||||
|
# Effect run when a character is infected with this epidemic
|
||||||
|
# root = character being infected
|
||||||
|
# scope:epidemic = the epidemic
|
||||||
|
on_character_infected = {
|
||||||
|
<effects>
|
||||||
|
}
|
||||||
|
|
||||||
|
# Effect run when a province is infected with this epidemic
|
||||||
|
# root = province being infected
|
||||||
|
# scope:epidemic = the epidemic
|
||||||
|
on_province_infected = {
|
||||||
|
<effects>
|
||||||
|
}
|
||||||
|
|
||||||
|
# Effect run when a province recovers from this epidemic
|
||||||
|
# root = province being infected
|
||||||
|
# scope:epidemic = the epidemic
|
||||||
|
on_province_recovered = {
|
||||||
|
<effects>
|
||||||
|
}
|
||||||
|
|
||||||
|
# Effect run when a province spawns an outbreak of this epidemic
|
||||||
|
# root = the epidemic
|
||||||
|
on_start = {
|
||||||
|
<effects>
|
||||||
|
}
|
||||||
|
|
||||||
|
# Effect run on rulers of the provinces affected by the epidemic on monthly
|
||||||
|
# tick.
|
||||||
|
# root = the ruler being affected
|
||||||
|
# scope:epidemic = the epidemic
|
||||||
|
on_monthly = {
|
||||||
|
<effects>
|
||||||
|
}
|
||||||
|
|
||||||
|
# Effect run when an epidemic of this type ends
|
||||||
|
# root = the epidemic
|
||||||
|
on_end = {
|
||||||
|
<effects>
|
||||||
|
}
|
||||||
|
|
||||||
|
# Every province has an infection level from 0-100, the highest level there they are above the threshold of
|
||||||
|
# will have its modifiers applied
|
||||||
|
infection_levels = {
|
||||||
|
# Left hand side value can reference a named script value that has a constant value ie: no formulas
|
||||||
|
<value> = {
|
||||||
|
# Modifier applied to any province infected
|
||||||
|
province_modifier = {
|
||||||
|
<modifier>
|
||||||
|
}
|
||||||
|
|
||||||
|
# Modifier applied to the county if its county capital province is infected
|
||||||
|
county_modifier = {
|
||||||
|
<modifier>
|
||||||
|
}
|
||||||
|
|
||||||
|
# Modifier applied to every ruler that has this province as a part of their de facto realm hierarchy
|
||||||
|
# This means its effects will be stacked on a ruler for every infected province
|
||||||
|
realm_modifier = {
|
||||||
|
<modifier>
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
outbreak_intensities = {
|
||||||
|
# Intensity levels are minor, major and apocalytpic, each can be read in separately
|
||||||
|
# Higher intensity levels are kept when neighboring epidemics merge.
|
||||||
|
|
||||||
|
minor = {
|
||||||
|
# Should an outbreak of this intensity be considered a global event that notifies the player regardless
|
||||||
|
# of their proximity to the outbreak
|
||||||
|
# Defaults to no
|
||||||
|
global_notification = yes/no
|
||||||
|
|
||||||
|
# Chance for an outbreak of this intensity to spawn on a province per year
|
||||||
|
# % from 0-100 inclusive
|
||||||
|
# root = potential province
|
||||||
|
# scope:epidemic_type = this epidemic type
|
||||||
|
outbreak_chance = {
|
||||||
|
<script value>
|
||||||
|
}
|
||||||
|
|
||||||
|
# Chance for an epidemic of this intensity to spread to an adjacent province per month
|
||||||
|
# % from 0-100 inclusive
|
||||||
|
# root = potential province
|
||||||
|
# scope:epidemic = the epidemic
|
||||||
|
spread_chance = {
|
||||||
|
<script value>
|
||||||
|
}
|
||||||
|
|
||||||
|
# Maximum number of provinces an epidemic of this intensity can infect
|
||||||
|
max_provinces = <script_value>
|
||||||
|
|
||||||
|
# How long an infection in a province lasts for once it hits max infection
|
||||||
|
# root = infected province
|
||||||
|
# scope:epidemic = the epidemic
|
||||||
|
infection_duration = {
|
||||||
|
<scripted_duration>
|
||||||
|
}
|
||||||
|
|
||||||
|
# How many days it will take for a province to hit max infection
|
||||||
|
# root = infected province
|
||||||
|
# scope:epidemic = the epidemic
|
||||||
|
infection_progress_duration = {
|
||||||
|
<scripted_duration>
|
||||||
|
}
|
||||||
|
|
||||||
|
# How many days it will take for a province to recover from max infection after infection_duration has elapsed
|
||||||
|
# root = infected province
|
||||||
|
# scope:epidemic = the epidemic
|
||||||
|
infection_recovery_duration = {
|
||||||
|
<scripted_duration>
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
1558
N3OW/common/factions/00_factions.txt
Normal file
1558
N3OW/common/factions/00_factions.txt
Normal file
File diff suppressed because it is too large
Load diff
407
N3OW/common/factions/00_nation_fracturing_faction.txt
Normal file
407
N3OW/common/factions/00_nation_fracturing_faction.txt
Normal file
|
|
@ -0,0 +1,407 @@
|
||||||
|
nation_fracturing_faction = {
|
||||||
|
casus_belli = nation_fracturing_faction_war
|
||||||
|
|
||||||
|
short_effect_desc = nation_fracturing_faction_short_effect_desc
|
||||||
|
|
||||||
|
sort_order = 0
|
||||||
|
|
||||||
|
is_shown = {
|
||||||
|
NAND = {
|
||||||
|
tgp_is_ceremonial_liege_trigger = yes
|
||||||
|
tgp_is_ceremonial_regent_trigger = no
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
discontent_progress = {
|
||||||
|
base = 0
|
||||||
|
|
||||||
|
common_discontent_progress_modifier = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
power_threshold = {
|
||||||
|
base = 80
|
||||||
|
|
||||||
|
modifier = {
|
||||||
|
add = 20
|
||||||
|
faction_target = {
|
||||||
|
has_perk = hard_rule_perk
|
||||||
|
}
|
||||||
|
desc = "FACTION_POWER_HARD_RULE"
|
||||||
|
}
|
||||||
|
|
||||||
|
dynamic_power_threshold_scripted_modifier = {
|
||||||
|
FACTION_TYPE1 = claimant_faction
|
||||||
|
FACTION_TYPE2 = liberty_faction
|
||||||
|
FACTION_TYPE3 = populist_faction
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
is_character_valid = {
|
||||||
|
common_character_validity_trigger = {
|
||||||
|
FACTION_TARGET = scope:faction.faction_target
|
||||||
|
}
|
||||||
|
has_valid_faction_members_trigger = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
demand = {
|
||||||
|
save_scope_as = faction
|
||||||
|
|
||||||
|
faction_leader = {
|
||||||
|
save_scope_as = faction_leader
|
||||||
|
}
|
||||||
|
|
||||||
|
faction_target = {
|
||||||
|
save_scope_as = faction_target
|
||||||
|
}
|
||||||
|
|
||||||
|
# Let the human players in the faction know that the demand will be sent
|
||||||
|
every_faction_member = {
|
||||||
|
limit = {
|
||||||
|
is_ai = no
|
||||||
|
this != scope:faction.faction_leader
|
||||||
|
}
|
||||||
|
trigger_event = faction_demand.1005
|
||||||
|
}
|
||||||
|
|
||||||
|
# Send the actual demand in 5 days
|
||||||
|
faction_target = {
|
||||||
|
trigger_event = {
|
||||||
|
id = faction_demand.1000
|
||||||
|
days = 5
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
can_character_create_ui = {
|
||||||
|
base_faction_trigger = { FACTION_TYPE = nation_fracturing_faction }
|
||||||
|
|
||||||
|
common_can_character_create_trigger = {
|
||||||
|
FACTION_TARGET = scope:target
|
||||||
|
}
|
||||||
|
# Bloc Cohesion requirement
|
||||||
|
japan_faction_cohesion_trigger = yes
|
||||||
|
|
||||||
|
liege = {
|
||||||
|
top_liege = this
|
||||||
|
NOT = { government_has_flag = government_is_theocracy }
|
||||||
|
custom_tooltip = {
|
||||||
|
text = nation_fracturing_faction.can_character_create_ui.blocked_by_struggle
|
||||||
|
# We could use a parameter but this is just infinitely more performant.
|
||||||
|
NOT = {
|
||||||
|
any_held_title = { has_variable = struggle_block_dissolution_faction }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
# Only powerful vassals can create such factions and they need to have either another culture or faith
|
||||||
|
OR = {
|
||||||
|
is_powerful_vassal = yes
|
||||||
|
government_has_flag = government_is_nomadic
|
||||||
|
is_ai = no
|
||||||
|
}
|
||||||
|
|
||||||
|
trigger_if = {
|
||||||
|
limit = {
|
||||||
|
faith.religion = religion:islam_religion
|
||||||
|
liege = { has_title = title:d_sunni }
|
||||||
|
title:d_sunni = {
|
||||||
|
has_variable = dar_al_islam
|
||||||
|
}
|
||||||
|
}
|
||||||
|
liege = {
|
||||||
|
NOT = {
|
||||||
|
has_title = title:d_sunni
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
# Muslims vassals cannot create or join against Dar al-Islam
|
||||||
|
trigger_if = {
|
||||||
|
limit = {
|
||||||
|
scope:target = { has_title = title:h_dar_al_islam }
|
||||||
|
}
|
||||||
|
custom_tooltip = {
|
||||||
|
text = dar_al_islam_faction_block_desc
|
||||||
|
NOT = { faith.religion = religion:islam_religion }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
can_character_create = {
|
||||||
|
common_can_character_create_trigger = {
|
||||||
|
FACTION_TARGET = scope:target
|
||||||
|
}
|
||||||
|
# Bloc Cohesion requirement
|
||||||
|
japan_faction_cohesion_trigger = yes
|
||||||
|
|
||||||
|
liege = {
|
||||||
|
top_liege = this
|
||||||
|
NOT = { government_has_flag = government_is_theocracy }
|
||||||
|
custom_tooltip = {
|
||||||
|
text = nation_fracturing_faction.can_character_create_ui.blocked_by_struggle
|
||||||
|
# We could use a parameter but this is just infinitely more performant.
|
||||||
|
NOT = {
|
||||||
|
any_held_title = { has_variable = struggle_block_dissolution_faction }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
# Only powerfull vassals can create such factions and they need to have either another culture or faith
|
||||||
|
OR = {
|
||||||
|
is_powerful_vassal = yes
|
||||||
|
is_ai = no
|
||||||
|
}
|
||||||
|
|
||||||
|
trigger_if = {
|
||||||
|
limit = {
|
||||||
|
faith.religion = religion:islam_religion
|
||||||
|
liege = { has_title = title:d_sunni }
|
||||||
|
title:d_sunni = {
|
||||||
|
has_variable = dar_al_islam
|
||||||
|
}
|
||||||
|
}
|
||||||
|
liege = {
|
||||||
|
NOT = {
|
||||||
|
has_title = title:d_sunni
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# Muslims vassals cannot create or join against Dar al-Islam
|
||||||
|
trigger_if = {
|
||||||
|
limit = {
|
||||||
|
scope:target = { has_title = title:h_dar_al_islam }
|
||||||
|
}
|
||||||
|
custom_tooltip = {
|
||||||
|
text = dar_al_islam_faction_block_desc
|
||||||
|
NOT = { faith.religion = religion:islam_religion }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
ai_create_score = {
|
||||||
|
base = -200 # Base reluctance value we must overcome to start an Independence Faction.
|
||||||
|
|
||||||
|
############
|
||||||
|
# BLOCKERS #
|
||||||
|
common_create_faction_blockers = {
|
||||||
|
FACTION_TARGET = scope:target
|
||||||
|
FLAG = recent_nation_fracturing_faction_war
|
||||||
|
}
|
||||||
|
|
||||||
|
nation_fracturing_faction_blockers = {
|
||||||
|
FACTION_TARGET = scope:target
|
||||||
|
}
|
||||||
|
|
||||||
|
#######################
|
||||||
|
# Standard AI Weights #
|
||||||
|
|
||||||
|
common_faction_modifiers = {
|
||||||
|
FACTION_TARGET = scope:target
|
||||||
|
OPINION_MULTIPLIER = -2
|
||||||
|
MAX_OPINION = 200
|
||||||
|
POWER = 0
|
||||||
|
THRESHOLD = 80
|
||||||
|
}
|
||||||
|
|
||||||
|
nation_fracturing_faction_modifiers = {
|
||||||
|
FACTION_TARGET = scope:target
|
||||||
|
}
|
||||||
|
#House Hostility from Armenian tradition
|
||||||
|
modifier = {
|
||||||
|
desc = "FACTION_REASON_HOUSE_HOSTILITY"
|
||||||
|
|
||||||
|
scope:target.house ?= {
|
||||||
|
this != root.house
|
||||||
|
}
|
||||||
|
culture = { has_cultural_parameter = house_hostility_more_common }
|
||||||
|
|
||||||
|
factor = 1.25
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
can_character_join = {
|
||||||
|
common_can_character_join_trigger = {
|
||||||
|
FACTION_TARGET = scope:faction.faction_target
|
||||||
|
}
|
||||||
|
|
||||||
|
trigger_if = {
|
||||||
|
limit = {
|
||||||
|
faith.religion = religion:islam_religion
|
||||||
|
liege = { has_title = title:d_sunni }
|
||||||
|
title:d_sunni = {
|
||||||
|
has_variable = dar_al_islam
|
||||||
|
}
|
||||||
|
}
|
||||||
|
liege = {
|
||||||
|
NOT = {
|
||||||
|
has_title = title:d_sunni
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# Muslims vassals cannot create or join against Dar al-Islam
|
||||||
|
trigger_if = {
|
||||||
|
limit = {
|
||||||
|
scope:faction.faction_target = { has_title = title:h_dar_al_islam }
|
||||||
|
}
|
||||||
|
custom_tooltip = {
|
||||||
|
text = dar_al_islam_faction_block_desc
|
||||||
|
NOT = { faith.religion = religion:islam_religion }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
can_character_become_leader = {
|
||||||
|
can_become_leader_of_faction_trigger = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
ai_join_score = {
|
||||||
|
base = -150 # Base reluctance value we must overcome to join an Independence Faction.
|
||||||
|
|
||||||
|
############
|
||||||
|
# BLOCKERS #
|
||||||
|
|
||||||
|
common_join_faction_blockers = {
|
||||||
|
FACTION_TARGET = scope:faction.faction_target
|
||||||
|
}
|
||||||
|
|
||||||
|
nation_fracturing_faction_blockers = {
|
||||||
|
FACTION_TARGET = scope:faction.faction_target
|
||||||
|
}
|
||||||
|
|
||||||
|
#######################
|
||||||
|
# Standard AI Weights #
|
||||||
|
|
||||||
|
common_faction_modifiers = {
|
||||||
|
FACTION_TARGET = scope:faction.faction_target
|
||||||
|
OPINION_MULTIPLIER = -2
|
||||||
|
MAX_OPINION = 100
|
||||||
|
POWER = scope:faction.faction_power
|
||||||
|
THRESHOLD = scope:faction.faction_power_threshold
|
||||||
|
}
|
||||||
|
|
||||||
|
nation_fracturing_faction_modifiers = {
|
||||||
|
FACTION_TARGET = scope:faction.faction_target
|
||||||
|
}
|
||||||
|
|
||||||
|
modifier = { # CE1 Divine Mandate perk
|
||||||
|
desc = "FACTION_REASON_LEGITIMACY_LEGACY_4"
|
||||||
|
liege.dynasty = { has_dynasty_perk = ce1_legitimacy_legacy_4 }
|
||||||
|
add = -35
|
||||||
|
}
|
||||||
|
#House Hostility from Armenian tradition
|
||||||
|
modifier = {
|
||||||
|
desc = "FACTION_REASON_HOUSE_HOSTILITY"
|
||||||
|
|
||||||
|
scope:target.house ?= {
|
||||||
|
this != root.house
|
||||||
|
}
|
||||||
|
culture = { has_cultural_parameter = house_hostility_more_common }
|
||||||
|
|
||||||
|
factor = 1.25
|
||||||
|
}
|
||||||
|
#EP3 admin legitimacy event
|
||||||
|
modifier = {
|
||||||
|
desc = "FACTION_REASON_LOW_LEGITIMACY_CHALLENGER"
|
||||||
|
add = 25
|
||||||
|
scope:faction = {
|
||||||
|
any_faction_member = {
|
||||||
|
has_character_flag = low_legitimacy_admin_factions_flag
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
ai_demand_chance = {
|
||||||
|
base = 0
|
||||||
|
|
||||||
|
# 40% base chance at minimum power (80%), increasing linearly
|
||||||
|
compare_modifier = {
|
||||||
|
value = faction_power
|
||||||
|
multiplier = 0.5
|
||||||
|
}
|
||||||
|
|
||||||
|
# Once the faction has a good chance to win (10% stronger than liege) demand chance increases much more rapidly.
|
||||||
|
compare_modifier = {
|
||||||
|
trigger = { faction_power > 110 }
|
||||||
|
value = faction_power
|
||||||
|
multiplier = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
modifier = {
|
||||||
|
add = 100
|
||||||
|
faction_target = {
|
||||||
|
is_at_war = yes # Independence Factions are opportunistic bastards!
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
modifier = {
|
||||||
|
add = -1000
|
||||||
|
faction_target = {
|
||||||
|
involved_activity ?= {
|
||||||
|
has_activity_type = activity_coronation
|
||||||
|
activity_host = prev
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
county_join_score = {
|
||||||
|
base = 0
|
||||||
|
compare_modifier = {
|
||||||
|
desc = "FACTION_REASON_COUNTY_OPINION"
|
||||||
|
value = county_opinion
|
||||||
|
multiplier = -1.0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
is_county_valid = {
|
||||||
|
holder = scope:faction.faction_target
|
||||||
|
OR = {
|
||||||
|
culture != scope:faction.faction_target.culture
|
||||||
|
faith != scope:faction.faction_target.faith
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
on_creation = {
|
||||||
|
save_scope_as = faction
|
||||||
|
if = {
|
||||||
|
limit = {
|
||||||
|
any_player = {
|
||||||
|
has_government = landless_adventurer_government
|
||||||
|
is_within_diplo_range = { CHARACTER = scope:faction.faction_target }
|
||||||
|
NOT = { has_contact = scope:faction.faction_target }
|
||||||
|
OR = {
|
||||||
|
faith = scope:faction.faction_target.faith
|
||||||
|
culture = scope:faction.faction_target.culture
|
||||||
|
}
|
||||||
|
any_character_task_contract = {
|
||||||
|
task_contract_type = laamp_join_faction_contract
|
||||||
|
count <= 3
|
||||||
|
}
|
||||||
|
can_create_task_contract = {
|
||||||
|
type_name = laamp_join_faction_contract
|
||||||
|
employer = scope:faction.faction_leader
|
||||||
|
}
|
||||||
|
save_temporary_scope_as = player_laamp
|
||||||
|
}
|
||||||
|
}
|
||||||
|
scope:player_laamp = {
|
||||||
|
create_task_contract = {
|
||||||
|
task_contract_type = laamp_join_faction_contract
|
||||||
|
task_contract_tier = scope:faction.faction_leader.task_contract_tier_value
|
||||||
|
location = scope:faction.faction_leader.primary_title.title_province
|
||||||
|
task_contract_employer = scope:faction.faction_leader
|
||||||
|
target = scope:faction.faction_target
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
county_allow_join = yes
|
||||||
|
county_allow_create = no
|
||||||
|
}
|
||||||
|
|
@ -1973,9 +1973,9 @@ e_france = {
|
||||||
d_auvergne = {
|
d_auvergne = {
|
||||||
color = { 54 10 243 }
|
color = { 54 10 243 }
|
||||||
|
|
||||||
capital = c_auvergne
|
capital = c_clermont_sur_allier #Clermont-Ferrand
|
||||||
|
|
||||||
c_auvergne = {
|
c_auvergne = { #Cantal
|
||||||
color = { 54 10 243 }
|
color = { 54 10 243 }
|
||||||
|
|
||||||
b_aurillac = {
|
b_aurillac = {
|
||||||
|
|
@ -1999,7 +1999,7 @@ e_france = {
|
||||||
color = { 65 7 225 }
|
color = { 65 7 225 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
c_clermont_sur_allier = {
|
c_clermont_sur_allier = { #Clermont-Ferrand
|
||||||
color = { 65 7 225 }
|
color = { 65 7 225 }
|
||||||
|
|
||||||
b_clermont_sur_ailler = {
|
b_clermont_sur_ailler = {
|
||||||
|
|
@ -2032,7 +2032,7 @@ e_france = {
|
||||||
color = { 65 7 225 }
|
color = { 65 7 225 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
c_velay = {
|
c_velay = { #Haute-Loire
|
||||||
color = { 70 0 215 }
|
color = { 70 0 215 }
|
||||||
|
|
||||||
b_le_puy = {
|
b_le_puy = {
|
||||||
|
|
@ -2056,7 +2056,7 @@ e_france = {
|
||||||
color = { 80 35 255 }
|
color = { 80 35 255 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
c_jaligny = {
|
c_jaligny = { #Allier
|
||||||
color = { 37 10 150 }
|
color = { 37 10 150 }
|
||||||
|
|
||||||
b_saint_pourcain = {
|
b_saint_pourcain = {
|
||||||
|
|
|
||||||
|
|
@ -35,13 +35,13 @@ e_germany = {
|
||||||
d_nordmark = { #Mecklenburg
|
d_nordmark = { #Mecklenburg
|
||||||
color = { 162 160 110 }
|
color = { 162 160 110 }
|
||||||
|
|
||||||
capital = c_mecklenburg #Wismar
|
capital = c_schwerin #Schwerin
|
||||||
|
|
||||||
cultural_names = {
|
cultural_names = {
|
||||||
name_list_polabian = cn_veletia
|
name_list_polabian = cn_veletia
|
||||||
}
|
}
|
||||||
|
|
||||||
c_mecklenburg = {
|
c_wismar = {
|
||||||
color = { 165 165 115 }
|
color = { 165 165 115 }
|
||||||
|
|
||||||
cultural_names = {
|
cultural_names = {
|
||||||
|
|
@ -58,7 +58,7 @@ e_germany = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
c_ludwiglustparchim = {
|
c_schwerin = {
|
||||||
color = { 195 195 115 }
|
color = { 195 195 115 }
|
||||||
b_schwerin = {
|
b_schwerin = {
|
||||||
province = 2808
|
province = 2808
|
||||||
|
|
@ -106,20 +106,20 @@ e_germany = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
c_werle = {
|
c_neubrandenburg = {
|
||||||
color = { 170 185 140 }
|
color = { 170 185 140 }
|
||||||
|
|
||||||
cultural_names = {
|
cultural_names = {
|
||||||
name_list_polabian = cn_warnabia
|
name_list_polabian = cn_warnabia
|
||||||
}
|
}
|
||||||
|
|
||||||
b_werle = {
|
b_neubrandenburg = {
|
||||||
province = 2812
|
province = 2820
|
||||||
|
|
||||||
color = { 170 185 140 }
|
color = { 170 185 140 }
|
||||||
}
|
}
|
||||||
b_neubrandenburg = {
|
b_werle = {
|
||||||
province = 2820
|
province = 2812
|
||||||
|
|
||||||
color = { 170 185 140 }
|
color = { 170 185 140 }
|
||||||
}
|
}
|
||||||
|
|
@ -135,10 +135,10 @@ e_germany = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
d_spreewald = {
|
d_lower_lusatia = {
|
||||||
color = { 215 150 145 }
|
color = { 215 150 145 }
|
||||||
|
|
||||||
capital = c_juterbog #J<>terbog
|
capital = c_cottbus #Cottbus
|
||||||
|
|
||||||
cultural_names = {
|
cultural_names = {
|
||||||
name_list_polabian = cn_lusatia
|
name_list_polabian = cn_lusatia
|
||||||
|
|
@ -190,15 +190,15 @@ e_germany = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
c_lausitz = {
|
c_senftenberg = {
|
||||||
color = { 240 205 130 }
|
color = { 240 205 130 }
|
||||||
|
|
||||||
b_vetschau = {
|
b_senftenberg = {
|
||||||
province = 3181
|
province = 3181
|
||||||
|
|
||||||
color = { 240 205 130 }
|
color = { 240 205 130 }
|
||||||
}
|
}
|
||||||
b_lubben = {
|
b_herzberg = {
|
||||||
province = 3182
|
province = 3182
|
||||||
|
|
||||||
color = { 240 205 130 }
|
color = { 240 205 130 }
|
||||||
|
|
@ -208,8 +208,9 @@ e_germany = {
|
||||||
d_vorpommern = {
|
d_vorpommern = {
|
||||||
color = { 220 170 125 }
|
color = { 220 170 125 }
|
||||||
|
|
||||||
capital = c_stettin
|
capital = c_szczecin
|
||||||
c_stettin = { #c_szczecin
|
|
||||||
|
c_szczecin = { #Stettin
|
||||||
color = { 91 163 48 }
|
color = { 91 163 48 }
|
||||||
|
|
||||||
cultural_names = {
|
cultural_names = {
|
||||||
|
|
@ -245,7 +246,7 @@ e_germany = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
c_wolgast = {
|
c_wolgast = { #Greifswald
|
||||||
color = { 165 185 122 }
|
color = { 165 185 122 }
|
||||||
|
|
||||||
cultural_names = {
|
cultural_names = {
|
||||||
|
|
@ -292,13 +293,13 @@ e_germany = {
|
||||||
d_ostmark = { #Nordmark
|
d_ostmark = { #Nordmark
|
||||||
color = { 121 140 121 }
|
color = { 121 140 121 }
|
||||||
|
|
||||||
#capital = 3166 #Brandenburg
|
#capital = c_berlin #Berlin
|
||||||
|
|
||||||
cultural_names = {
|
cultural_names = {
|
||||||
name_list_polabian = cn_luticia
|
name_list_polabian = cn_luticia
|
||||||
}
|
}
|
||||||
|
|
||||||
c_brandenburg = {
|
c_potsdam = {
|
||||||
color = { 115 135 115 }
|
color = { 115 135 115 }
|
||||||
|
|
||||||
cultural_names = {
|
cultural_names = {
|
||||||
|
|
@ -376,7 +377,7 @@ e_germany = {
|
||||||
color = { 230 150 160 }
|
color = { 230 150 160 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
c_ruppin = {
|
c_prignitz = {
|
||||||
color = { 90 100 65 }
|
color = { 90 100 65 }
|
||||||
|
|
||||||
cultural_names = {
|
cultural_names = {
|
||||||
|
|
|
||||||
1913
N3OW/common/landed_titles/scandinavia.txt
Normal file
1913
N3OW/common/landed_titles/scandinavia.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -591,7 +591,35 @@ on_game_start = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
religion:christianity_religion = {
|
religion:eastern_orthodox_religion = {
|
||||||
|
every_faith = {
|
||||||
|
every_holy_site = {
|
||||||
|
limit = {
|
||||||
|
title_province = {
|
||||||
|
has_special_building_slot = no
|
||||||
|
}
|
||||||
|
}
|
||||||
|
title_province = {
|
||||||
|
add_special_building_slot = holy_site_cathedral_01
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
religion:catholic_religion = {
|
||||||
|
every_faith = {
|
||||||
|
every_holy_site = {
|
||||||
|
limit = {
|
||||||
|
title_province = {
|
||||||
|
has_special_building_slot = no
|
||||||
|
}
|
||||||
|
}
|
||||||
|
title_province = {
|
||||||
|
add_special_building_slot = holy_site_cathedral_01
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
religion:protestant_religion = {
|
||||||
every_faith = {
|
every_faith = {
|
||||||
every_holy_site = {
|
every_holy_site = {
|
||||||
limit = {
|
limit = {
|
||||||
|
|
@ -4892,7 +4920,11 @@ on_game_start_after_lobby = {
|
||||||
culture = { has_cultural_pillar = heritage_iberian }
|
culture = { has_cultural_pillar = heritage_iberian }
|
||||||
culture = culture:andalusian
|
culture = culture:andalusian
|
||||||
}
|
}
|
||||||
has_religion = religion:christianity_religion
|
OR = {
|
||||||
|
has_religion = religion:eastern_orthodox_religion
|
||||||
|
has_religion = religion:catholic_religion
|
||||||
|
has_religion = religion:protestant_religion
|
||||||
|
}
|
||||||
}
|
}
|
||||||
add_achievement_global_variable_effect = {
|
add_achievement_global_variable_effect = {
|
||||||
VARIABLE = started_reconquista_achievement
|
VARIABLE = started_reconquista_achievement
|
||||||
|
|
|
||||||
|
|
@ -1819,15 +1819,34 @@
|
||||||
}
|
}
|
||||||
## c_cottbus
|
## c_cottbus
|
||||||
# b_cottbus
|
# b_cottbus
|
||||||
|
3138 ={
|
||||||
|
winter_severity_bias = 0.50
|
||||||
|
}
|
||||||
|
# b_gubin
|
||||||
|
3139 ={
|
||||||
|
winter_severity_bias = 0.55
|
||||||
|
}
|
||||||
|
# b_naumberg
|
||||||
|
3143 ={
|
||||||
|
winter_severity_bias = 0.50
|
||||||
|
}
|
||||||
|
# b_spreewald
|
||||||
|
3140 ={
|
||||||
|
winter_severity_bias = 0.50
|
||||||
|
}
|
||||||
|
## c_senftenberg
|
||||||
|
# b_senftenberg
|
||||||
3181 ={
|
3181 ={
|
||||||
winter_severity_bias = 0.50
|
winter_severity_bias = 0.50
|
||||||
}
|
}
|
||||||
# b_kamenz
|
# b_herzberg
|
||||||
3141 ={
|
3182 ={
|
||||||
winter_severity_bias = 0.50
|
winter_severity_bias = 0.50
|
||||||
}
|
}
|
||||||
# b_lubben
|
### d_lusatia
|
||||||
3182 ={
|
## c_kamenz
|
||||||
|
# b_kamenz
|
||||||
|
3141 ={
|
||||||
winter_severity_bias = 0.50
|
winter_severity_bias = 0.50
|
||||||
}
|
}
|
||||||
## c_gorlitz
|
## c_gorlitz
|
||||||
|
|
@ -1876,23 +1895,11 @@
|
||||||
winter_severity_bias = 0.50
|
winter_severity_bias = 0.50
|
||||||
}
|
}
|
||||||
## c_spreewald
|
## c_spreewald
|
||||||
# b_spreewald
|
|
||||||
3140 ={
|
|
||||||
winter_severity_bias = 0.50
|
|
||||||
}
|
|
||||||
# b_storkow
|
# b_storkow
|
||||||
3159 ={
|
3159 ={
|
||||||
winter_severity_bias = 0.50
|
winter_severity_bias = 0.50
|
||||||
}
|
}
|
||||||
## c_naumberg
|
## c_naumberg
|
||||||
# b_naumberg
|
|
||||||
3143 ={
|
|
||||||
winter_severity_bias = 0.50
|
|
||||||
}
|
|
||||||
# b_forst
|
|
||||||
3138 ={
|
|
||||||
winter_severity_bias = 0.50
|
|
||||||
}
|
|
||||||
### d_thuringia
|
### d_thuringia
|
||||||
## c_schmalkalden
|
## c_schmalkalden
|
||||||
# b_schmalkalden
|
# b_schmalkalden
|
||||||
|
|
@ -9781,10 +9788,6 @@
|
||||||
3064 ={
|
3064 ={
|
||||||
winter_severity_bias = 0.55
|
winter_severity_bias = 0.55
|
||||||
}
|
}
|
||||||
# b_gubin
|
|
||||||
3139 ={
|
|
||||||
winter_severity_bias = 0.55
|
|
||||||
}
|
|
||||||
# b_crossen
|
# b_crossen
|
||||||
3144 ={
|
3144 ={
|
||||||
winter_severity_bias = 0.55
|
winter_severity_bias = 0.55
|
||||||
|
|
@ -9902,7 +9905,7 @@
|
||||||
|
|
||||||
#### k_pomerania
|
#### k_pomerania
|
||||||
### d_pommerania #d_pomerania
|
### d_pommerania #d_pomerania
|
||||||
## c_stettin #c_szczecin
|
## c_szczecin #Stettin
|
||||||
# b_szczecin
|
# b_szczecin
|
||||||
2823 ={
|
2823 ={
|
||||||
winter_severity_bias = 0.55
|
winter_severity_bias = 0.55
|
||||||
|
|
@ -9985,7 +9988,7 @@
|
||||||
winter_severity_bias = 0.55
|
winter_severity_bias = 0.55
|
||||||
}
|
}
|
||||||
### d_nordmark #Mecklenburg
|
### d_nordmark #Mecklenburg
|
||||||
## c_mecklenburg
|
## c_wismar
|
||||||
# b_wismar
|
# b_wismar
|
||||||
2807 ={
|
2807 ={
|
||||||
winter_severity_bias = 0.45
|
winter_severity_bias = 0.45
|
||||||
|
|
@ -10029,15 +10032,15 @@
|
||||||
2819 ={
|
2819 ={
|
||||||
winter_severity_bias = 0.50
|
winter_severity_bias = 0.50
|
||||||
}
|
}
|
||||||
## c_werle
|
## c_neubrandenburg
|
||||||
# b_werle
|
|
||||||
2812 ={
|
|
||||||
winter_severity_bias = 0.50
|
|
||||||
}
|
|
||||||
# b_neubrandenburg
|
# b_neubrandenburg
|
||||||
2820 ={
|
2820 ={
|
||||||
winter_severity_bias = 0.50
|
winter_severity_bias = 0.50
|
||||||
}
|
}
|
||||||
|
# b_werle
|
||||||
|
2812 ={
|
||||||
|
winter_severity_bias = 0.50
|
||||||
|
}
|
||||||
# b_neustrelitz
|
# b_neustrelitz
|
||||||
2821 ={
|
2821 ={
|
||||||
winter_severity_bias = 0.50
|
winter_severity_bias = 0.50
|
||||||
|
|
@ -10104,7 +10107,7 @@
|
||||||
winter_severity_bias = 0.50
|
winter_severity_bias = 0.50
|
||||||
}
|
}
|
||||||
### d_ostmark #Nordmark
|
### d_ostmark #Nordmark
|
||||||
## c_brandenburg
|
## c_potsdam
|
||||||
# b_brandenburg
|
# b_brandenburg
|
||||||
3166 ={
|
3166 ={
|
||||||
winter_severity_bias = 0.50
|
winter_severity_bias = 0.50
|
||||||
|
|
@ -10121,7 +10124,7 @@
|
||||||
3170 ={
|
3170 ={
|
||||||
winter_severity_bias = 0.50
|
winter_severity_bias = 0.50
|
||||||
}
|
}
|
||||||
## c_ruppin
|
## c_prignitz
|
||||||
# b_ruppin
|
# b_ruppin
|
||||||
3168 ={
|
3168 ={
|
||||||
winter_severity_bias = 0.50
|
winter_severity_bias = 0.50
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,16 @@
|
||||||
#Protestant
|
#Protestant
|
||||||
religion_tag = protestant_religion
|
religion_tag = protestant_religion
|
||||||
|
|
||||||
|
### Esoterics
|
||||||
|
#Wiccans
|
||||||
|
religion_tag = wicca_religion
|
||||||
|
|
||||||
|
### Pagans
|
||||||
|
#Druidics
|
||||||
|
religion_tag = druidic_religion
|
||||||
|
|
||||||
|
# Temp measure before religion doctrines set up for religions w/ PotB access
|
||||||
|
has_doctrine = special_doctrine_people_of_the_book
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4200,7 +4200,7 @@
|
||||||
limit = {
|
limit = {
|
||||||
has_doctrine = pagan_hostility_doctrine
|
has_doctrine = pagan_hostility_doctrine
|
||||||
religion = religion:buddhism_religion
|
religion = religion:buddhism_religion
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
religion = religion:dualism_religion
|
religion = religion:dualism_religion
|
||||||
}
|
}
|
||||||
value = faith_tenet_cost_high
|
value = faith_tenet_cost_high
|
||||||
|
|
|
||||||
|
|
@ -1981,7 +1981,6 @@
|
||||||
ReligiousHeadTitleName = orthodox_religious_head_title_name
|
ReligiousHeadTitleName = orthodox_religious_head_title_name
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
##################################### VANILLA #####################################
|
##################################### VANILLA #####################################
|
||||||
|
|
||||||
coptic = {
|
coptic = {
|
||||||
|
|
|
||||||
1240
N3OW/common/religion/religions/NEOW_catholic.txt
Normal file
1240
N3OW/common/religion/religions/NEOW_catholic.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -245,6 +245,7 @@
|
||||||
holy_site = luxembourg
|
holy_site = luxembourg
|
||||||
|
|
||||||
#Special Tolerance | placeholder
|
#Special Tolerance | placeholder
|
||||||
|
doctrine = special_doctrine_people_of_the_book
|
||||||
|
|
||||||
#Tenets | placeholder
|
#Tenets | placeholder
|
||||||
doctrine = core_tenet_belle_epoque
|
doctrine = core_tenet_belle_epoque
|
||||||
|
|
@ -390,7 +391,7 @@
|
||||||
#holy_site = segrada_familia
|
#holy_site = segrada_familia
|
||||||
|
|
||||||
#Special Tolerance | placeholder
|
#Special Tolerance | placeholder
|
||||||
#doctrine = special_doctrine_people_of_the_book
|
doctrine = special_doctrine_people_of_the_book
|
||||||
|
|
||||||
#Tenets | placeholder
|
#Tenets | placeholder
|
||||||
doctrine = tenet_adaptive
|
doctrine = tenet_adaptive
|
||||||
|
|
|
||||||
465
N3OW/common/religion/religions/NEOW_orthodox.txt
Normal file
465
N3OW/common/religion/religions/NEOW_orthodox.txt
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
690
N3OW/common/religion/religions/NEOW_protestant.txt
Normal file
690
N3OW/common/religion/religions/NEOW_protestant.txt
Normal 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
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -845,7 +845,7 @@ great_holy_war_target_kingdom_weight = {
|
||||||
limit = {
|
limit = {
|
||||||
AND = {
|
AND = {
|
||||||
scope:the_faith = {
|
scope:the_faith = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
not_non_catholic_standard_christian_faith_trigger = yes
|
not_non_catholic_standard_christian_faith_trigger = yes
|
||||||
}
|
}
|
||||||
title_capital_county.title_province = { geographical_region = ghw_region_baltic }
|
title_capital_county.title_province = { geographical_region = ghw_region_baltic }
|
||||||
|
|
@ -4559,7 +4559,7 @@ great_holy_war_target_kingdom_weight_simplified = {
|
||||||
limit = {
|
limit = {
|
||||||
AND = {
|
AND = {
|
||||||
scope:the_faith = {
|
scope:the_faith = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
not_non_catholic_standard_christian_faith_trigger = yes
|
not_non_catholic_standard_christian_faith_trigger = yes
|
||||||
}
|
}
|
||||||
title_capital_county.title_province = { geographical_region = ghw_region_baltic }
|
title_capital_county.title_province = { geographical_region = ghw_region_baltic }
|
||||||
|
|
|
||||||
|
|
@ -710,7 +710,37 @@ mend_great_schism_scripted_effect = {
|
||||||
}
|
}
|
||||||
trigger_event = roman_restoration.0102
|
trigger_event = roman_restoration.0102
|
||||||
}
|
}
|
||||||
religion:christianity_religion = {
|
religion:eastern_orthodox_religion = {
|
||||||
|
every_faith = { #All main branches of Christianity that were considered Ecumenical are now heresies.
|
||||||
|
custom = every_ecumenical_christian_faith.tt
|
||||||
|
limit = {
|
||||||
|
this.religion = root.faith.religion
|
||||||
|
has_doctrine = special_doctrine_ecumenical_christian
|
||||||
|
this != root.faith
|
||||||
|
}
|
||||||
|
remove_doctrine = special_doctrine_ecumenical_christian
|
||||||
|
change_fervor = {
|
||||||
|
value = -25
|
||||||
|
desc = fervor_loss_mended_schism
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
religion:catholic_religion = {
|
||||||
|
every_faith = { #All main branches of Christianity that were considered Ecumenical are now heresies.
|
||||||
|
custom = every_ecumenical_christian_faith.tt
|
||||||
|
limit = {
|
||||||
|
this.religion = root.faith.religion
|
||||||
|
has_doctrine = special_doctrine_ecumenical_christian
|
||||||
|
this != root.faith
|
||||||
|
}
|
||||||
|
remove_doctrine = special_doctrine_ecumenical_christian
|
||||||
|
change_fervor = {
|
||||||
|
value = -25
|
||||||
|
desc = fervor_loss_mended_schism
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
religion:protestant_religion = {
|
||||||
every_faith = { #All main branches of Christianity that were considered Ecumenical are now heresies.
|
every_faith = { #All main branches of Christianity that were considered Ecumenical are now heresies.
|
||||||
custom = every_ecumenical_christian_faith.tt
|
custom = every_ecumenical_christian_faith.tt
|
||||||
limit = {
|
limit = {
|
||||||
|
|
|
||||||
|
|
@ -614,7 +614,7 @@ struggle_can_access_unlocks_bargain_fealty_interaction_trigger = {
|
||||||
# Multi-File Event Triggers
|
# Multi-File Event Triggers
|
||||||
|
|
||||||
fp2_lyonese_monk_0002_papal_hof_trigger = {
|
fp2_lyonese_monk_0002_papal_hof_trigger = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
exists = faith.religious_head
|
exists = faith.religious_head
|
||||||
faith.religious_head_title = title:k_papal_state
|
faith.religious_head_title = title:k_papal_state
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ ep3_frankokratia_ghw_trigger = {
|
||||||
#Byzantine emperor is Christian, but not Catholic
|
#Byzantine emperor is Christian, but not Catholic
|
||||||
title:e_byzantium.holder.faith = {
|
title:e_byzantium.holder.faith = {
|
||||||
NOT = { this = faith:catholic }
|
NOT = { this = faith:catholic }
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
}
|
}
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
limit = {
|
limit = {
|
||||||
|
|
@ -21,7 +21,7 @@ ep3_frankokratia_ghw_trigger = {
|
||||||
title:e_byzantium.holder.primary_title = {
|
title:e_byzantium.holder.primary_title = {
|
||||||
state_faith = {
|
state_faith = {
|
||||||
NOT = { this = faith:catholic }
|
NOT = { this = faith:catholic }
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,9 @@ coronation_proper_artifact_crown_trigger = {
|
||||||
OR = {
|
OR = {
|
||||||
this = religion:baltic_religion
|
this = religion:baltic_religion
|
||||||
this = religion:bon_religion
|
this = religion:bon_religion
|
||||||
this = religion:christianity_religion
|
this = religion:eastern_orthodox_religion
|
||||||
|
this = religion:catholic_religion
|
||||||
|
this = religion:protestant_religion
|
||||||
this = religion:dualism_religion
|
this = religion:dualism_religion
|
||||||
this = religion:hellenism_religion
|
this = religion:hellenism_religion
|
||||||
this = religion:judaism_religion
|
this = religion:judaism_religion
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,11 @@ historical_artifacts.0023 = {
|
||||||
count = 6
|
count = 6
|
||||||
random_character_with_royal_court = {
|
random_character_with_royal_court = {
|
||||||
limit = {
|
limit = {
|
||||||
faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
NOT = { has_character_flag = seeded_relic }
|
NOT = { has_character_flag = seeded_relic }
|
||||||
}
|
}
|
||||||
create_artifact_pedestal_christian_relic_effect_hist = { OWNER = this }
|
create_artifact_pedestal_christian_relic_effect_hist = { OWNER = this }
|
||||||
|
|
@ -418,7 +422,11 @@ historical_artifacts.0023 = {
|
||||||
# We exclude kings'n'emperors so the Excaliburs scatter a little better.
|
# We exclude kings'n'emperors so the Excaliburs scatter a little better.
|
||||||
if = {
|
if = {
|
||||||
limit = {
|
limit = {
|
||||||
faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
highest_held_title_tier <= tier_duchy
|
highest_held_title_tier <= tier_duchy
|
||||||
}
|
}
|
||||||
add_to_list = potential_excalibur_holders_list
|
add_to_list = potential_excalibur_holders_list
|
||||||
|
|
@ -431,7 +439,11 @@ historical_artifacts.0023 = {
|
||||||
# We exclude kings'n'emperors so the Excaliburs scatter a little better.
|
# We exclude kings'n'emperors so the Excaliburs scatter a little better.
|
||||||
if = {
|
if = {
|
||||||
limit = {
|
limit = {
|
||||||
faith.religion = religion:christianity_religion
|
OR = {
|
||||||
|
faith.religion = religion:eastern_orthodox_religion
|
||||||
|
faith.religion = religion:catholic_religion
|
||||||
|
faith.religion = religion:protestant_religion
|
||||||
|
}
|
||||||
highest_held_title_tier <= tier_duchy
|
highest_held_title_tier <= tier_duchy
|
||||||
}
|
}
|
||||||
add_to_list = potential_excalibur_holders_list
|
add_to_list = potential_excalibur_holders_list
|
||||||
|
|
|
||||||
BIN
N3OW/gfx/coat_of_arms/colored_emblems/NEOW_ce_eagle_boned.dds
(Stored with Git LFS)
Normal file
BIN
N3OW/gfx/coat_of_arms/colored_emblems/NEOW_ce_eagle_boned.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
N3OW/gfx/coat_of_arms/colored_emblems/NEOW_ce_griffin_head_crowned.dds
(Stored with Git LFS)
Normal file
BIN
N3OW/gfx/coat_of_arms/colored_emblems/NEOW_ce_griffin_head_crowned.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
N3OW/gfx/coat_of_arms/colored_emblems/NEOW_ce_hammer.dds
(Stored with Git LFS)
Normal file
BIN
N3OW/gfx/coat_of_arms/colored_emblems/NEOW_ce_hammer.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
N3OW/gfx/coat_of_arms/colored_emblems/NEOW_ce_scythe_blade.dds
(Stored with Git LFS)
Normal file
BIN
N3OW/gfx/coat_of_arms/colored_emblems/NEOW_ce_scythe_blade.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
|
|
@ -30,11 +30,6 @@
|
||||||
|
|
||||||
# Double underscore intentional to make it the first option in the list
|
# Double underscore intentional to make it the first option in the list
|
||||||
|
|
||||||
NEOW_ce_hamsick_china.dds = { colors = 1 category = manmade }
|
|
||||||
NEOW_ce_paektu.dds = { colors = 1 category = nature }
|
|
||||||
NEOW_ce_kimstar.dds = { colors = 1 category = nature }
|
|
||||||
NEOW_ce_hamsick_soviet.dds = { colors = 1 category = manmade }
|
|
||||||
NEOW_ce_tryzub.dds = { colors = 1 category = tribal_seal }
|
|
||||||
|
|
||||||
###ABSTRACT
|
###ABSTRACT
|
||||||
NEOW_ce_heart.dds = { colors = 1 category = abstract }
|
NEOW_ce_heart.dds = { colors = 1 category = abstract }
|
||||||
|
|
@ -48,16 +43,18 @@ NEOW_ce_cow.dds = { colors = 3 category = animals }
|
||||||
NEOW_ce_dragon_rampant.dds = { colors = 3 category = animals }
|
NEOW_ce_dragon_rampant.dds = { colors = 3 category = animals }
|
||||||
NEOW_ce_dragon_rampant.dds = { colors = 3 category = animals }
|
NEOW_ce_dragon_rampant.dds = { colors = 3 category = animals }
|
||||||
NEOW_ce_eagle_albania.dds = { colors = 1 category = animals }
|
NEOW_ce_eagle_albania.dds = { colors = 1 category = animals }
|
||||||
|
NEOW_ce_eagle_boned.dds = { colors = 3 category = animals }
|
||||||
NEOW_ce_eagle_modern.dds = { colors = 3 category = animals }
|
NEOW_ce_eagle_modern.dds = { colors = 3 category = animals }
|
||||||
NEOW_ce_eagle_quraish.dds = { colors = 2 category = animals}
|
NEOW_ce_eagle_quraish.dds = { colors = 2 category = animals}
|
||||||
NEOW_ce_eagle_romania.dds = { colors = 3 category = animals }
|
NEOW_ce_eagle_romania.dds = { colors = 3 category = animals }
|
||||||
NEOW_ce_eagle_russia.dds = { colors = 3 category = animals }
|
NEOW_ce_eagle_russia.dds = { colors = 3 category = animals }
|
||||||
NEOW_ce_gaul_boar.dds = { colors = 2 category = animals }
|
NEOW_ce_gaul_boar.dds = { colors = 2 category = animals }
|
||||||
NEOW_ce_goat_rampant.dds = { colors = 3 category = animals }
|
NEOW_ce_goat_rampant.dds = { colors = 3 category = animals }
|
||||||
|
NEOW_ce_griffin_head_crowned.dds = { colors = 3 category = animals }
|
||||||
NEOW_ce_kulindadromeus.dds = { colors = 3 category = animals }
|
NEOW_ce_kulindadromeus.dds = { colors = 3 category = animals }
|
||||||
NEOW_ce_microraptor.dds = { colors = 3 category = animals }
|
NEOW_ce_microraptor.dds = { colors = 3 category = animals }
|
||||||
NEOW_ce_nap_eagle.dds = { colors = 1 category = animals }
|
NEOW_ce_nap_eagle.dds = { colors = 1 category = animals }
|
||||||
NEOW_ce_partridge_statant.dds.dds = { colors = 3 category = animals }
|
NEOW_ce_partridge_statant.dds = { colors = 3 category = animals }
|
||||||
NEOW_ce_ponticeagle.dds = { colors = 1 category = animals }
|
NEOW_ce_ponticeagle.dds = { colors = 1 category = animals }
|
||||||
NEOW_ce_ram_passant.dds = { colors = 3 category = animals }
|
NEOW_ce_ram_passant.dds = { colors = 3 category = animals }
|
||||||
NEOW_ce_wallonia.dds = { colors = 1 category = animals }
|
NEOW_ce_wallonia.dds = { colors = 1 category = animals }
|
||||||
|
|
@ -65,12 +62,12 @@ NEOW_ce_wallonia.dds = { colors = 1 category = animals }
|
||||||
###CROSSES AND KNOTS
|
###CROSSES AND KNOTS
|
||||||
NEOW_ce_arevakhach.dds = { colors = 1 category = crosses_and_knots }
|
NEOW_ce_arevakhach.dds = { colors = 1 category = crosses_and_knots }
|
||||||
NEOW_ce_baltriskele.dds = { colors = 1 category = crosses_and_knots }
|
NEOW_ce_baltriskele.dds = { colors = 1 category = crosses_and_knots }
|
||||||
|
NEOW_ce_celtic_union.dds = { colors = 2 category = crosses_and_knots }
|
||||||
NEOW_ce_coeur_sacre.dds = { colors = 1 category = crosses_and_knots }
|
NEOW_ce_coeur_sacre.dds = { colors = 1 category = crosses_and_knots }
|
||||||
NEOW_ce_cross_burgundian.dds = { colors = 1 category = crosses_and_knots }
|
NEOW_ce_cross_burgundian.dds = { colors = 1 category = crosses_and_knots }
|
||||||
NEOW_ce_cross_camargue.dds = { colors = 1 category = crosses_and_knots }
|
NEOW_ce_cross_camargue.dds = { colors = 1 category = crosses_and_knots }
|
||||||
NEOW_ce_cross_carolignian.dds = { colors = 2 category = crosses_and_knots }
|
NEOW_ce_cross_carolignian.dds = { colors = 2 category = crosses_and_knots }
|
||||||
NEOW_ce_cross_nordic.dds = { colors = 2 category = crosses_and_knots }
|
NEOW_ce_cross_nordic.dds = { colors = 2 category = crosses_and_knots }
|
||||||
NEOW_ce_celtic_union.dds = { colors = 2 category = crosses_and_knots }
|
|
||||||
|
|
||||||
###FAITHS
|
###FAITHS
|
||||||
NEOW_ce_gondor_star.dds = { colors = 1 category = faiths }
|
NEOW_ce_gondor_star.dds = { colors = 1 category = faiths }
|
||||||
|
|
@ -100,9 +97,13 @@ NEOW_ce_crown_koln_imperial.dds = { colors = 3 category = manmade }
|
||||||
NEOW_ce_gondor_crown.dds = { colors = 1 category = manmade }
|
NEOW_ce_gondor_crown.dds = { colors = 1 category = manmade }
|
||||||
NEOW_ce_guillotine.dds = { colors = 1 category = manmade }
|
NEOW_ce_guillotine.dds = { colors = 1 category = manmade }
|
||||||
NEOW_ce_guinness_logo.dds = { colors = 1 category = manmade }
|
NEOW_ce_guinness_logo.dds = { colors = 1 category = manmade }
|
||||||
|
NEOW_ce_hammer.dds = { colors = 2 category = manmade }
|
||||||
|
NEOW_ce_hamsick_china.dds = { colors = 1 category = manmade }
|
||||||
|
NEOW_ce_hamsick_soviet.dds = { colors = 1 category = manmade }
|
||||||
NEOW_ce_helm_of_skanderbeg.dds = { colors = 1 category = manmade }
|
NEOW_ce_helm_of_skanderbeg.dds = { colors = 1 category = manmade }
|
||||||
NEOW_ce_jugotorch.dds = { colors = 2 category = manmade }
|
NEOW_ce_jugotorch.dds = { colors = 2 category = manmade }
|
||||||
NEOW_ce_lantern.dds = { colors = 3 category = manmade }
|
NEOW_ce_lantern.dds = { colors = 3 category = manmade }
|
||||||
|
NEOW_ce_scythe_blade.dds = { colors = 1 category = manmade }
|
||||||
NEOW_ce_ship_trimast.dds = { colors = 1 category = manmade }
|
NEOW_ce_ship_trimast.dds = { colors = 1 category = manmade }
|
||||||
NEOW_ce_tower_2.dds = { colors = 2 category = manmade }
|
NEOW_ce_tower_2.dds = { colors = 2 category = manmade }
|
||||||
NEOW_ce_wall.dds = { colors = 2 category = manmade }
|
NEOW_ce_wall.dds = { colors = 2 category = manmade }
|
||||||
|
|
@ -112,9 +113,11 @@ NEOW_ce_cedar.dds = { colors = 2 category = nature }
|
||||||
NEOW_ce_drop.dds = { colors = 2 category = nature }
|
NEOW_ce_drop.dds = { colors = 2 category = nature }
|
||||||
NEOW_ce_flower_star.dds = { colors = 2 category = nature }
|
NEOW_ce_flower_star.dds = { colors = 2 category = nature }
|
||||||
NEOW_ce_grapes.dds = { colors = 2 category = nature }
|
NEOW_ce_grapes.dds = { colors = 2 category = nature }
|
||||||
|
NEOW_ce_kimstar.dds = { colors = 1 category = nature }
|
||||||
NEOW_ce_lotus.dds = { colors = 1 category = nature }
|
NEOW_ce_lotus.dds = { colors = 1 category = nature }
|
||||||
NEOW_ce_newton.dds = { colors = 2 category = nature }
|
NEOW_ce_newton.dds = { colors = 2 category = nature }
|
||||||
NEOW_ce_orange_branch.dds = { colors = 2 category = nature }
|
NEOW_ce_orange_branch.dds = { colors = 2 category = nature }
|
||||||
|
NEOW_ce_paektu.dds = { colors = 1 category = nature }
|
||||||
NEOW_ce_rosa_camuna.dds = { colors = 1 category = nature }
|
NEOW_ce_rosa_camuna.dds = { colors = 1 category = nature }
|
||||||
NEOW_ce_taiwan_star.dds = { colors = 1 category = nature }
|
NEOW_ce_taiwan_star.dds = { colors = 1 category = nature }
|
||||||
NEOW_ce_trefoil.dds = { colors = 1 category = nature }
|
NEOW_ce_trefoil.dds = { colors = 1 category = nature }
|
||||||
|
|
@ -129,3 +132,4 @@ NEOW_ce_waves_05.dds = { colors = 2 category = patterns }
|
||||||
|
|
||||||
###TRIBAL SEALS
|
###TRIBAL SEALS
|
||||||
NEOW_ce_giray.dds = { colors = 1 category = tribal_seal }
|
NEOW_ce_giray.dds = { colors = 1 category = tribal_seal }
|
||||||
|
NEOW_ce_tryzub.dds = { colors = 1 category = tribal_seal }
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ character_view_bg = {
|
||||||
trigger = {
|
trigger = {
|
||||||
is_alive = no
|
is_alive = no
|
||||||
OR = {
|
OR = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
religion = religion:islam_religion
|
religion = religion:islam_religion
|
||||||
}
|
}
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
|
|
@ -54,7 +54,7 @@ character_view_bg = {
|
||||||
|
|
||||||
trigger = {
|
trigger = {
|
||||||
is_alive = no
|
is_alive = no
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
primary_title = title:e_byzantium
|
primary_title = title:e_byzantium
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -64,7 +64,7 @@ character_view_bg = {
|
||||||
|
|
||||||
trigger = {
|
trigger = {
|
||||||
is_alive = no
|
is_alive = no
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -8640,7 +8640,7 @@ character_view_bg = {
|
||||||
trigger = {
|
trigger = {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
OR = {
|
OR = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
religion = religion:islam_religion
|
religion = religion:islam_religion
|
||||||
}
|
}
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
|
|
@ -8659,7 +8659,7 @@ character_view_bg = {
|
||||||
trigger = {
|
trigger = {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
OR = {
|
OR = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
religion = religion:islam_religion
|
religion = religion:islam_religion
|
||||||
}
|
}
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
|
|
@ -8680,7 +8680,7 @@ character_view_bg = {
|
||||||
primary_spouse ?= {
|
primary_spouse ?= {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
OR = {
|
OR = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
religion = religion:islam_religion
|
religion = religion:islam_religion
|
||||||
}
|
}
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
|
|
@ -8694,7 +8694,7 @@ character_view_bg = {
|
||||||
betrothed ?= {
|
betrothed ?= {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
OR = {
|
OR = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
religion = religion:islam_religion
|
religion = religion:islam_religion
|
||||||
}
|
}
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
|
|
@ -8710,7 +8710,7 @@ character_view_bg = {
|
||||||
liege ?= {
|
liege ?= {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
OR = {
|
OR = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
religion = religion:islam_religion
|
religion = religion:islam_religion
|
||||||
}
|
}
|
||||||
trigger_if = {
|
trigger_if = {
|
||||||
|
|
@ -8735,7 +8735,7 @@ character_view_bg = {
|
||||||
|
|
||||||
trigger = {
|
trigger = {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -8744,7 +8744,7 @@ character_view_bg = {
|
||||||
|
|
||||||
trigger = {
|
trigger = {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
is_character_window_main_character = yes
|
is_character_window_main_character = yes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -8756,19 +8756,19 @@ character_view_bg = {
|
||||||
OR = {
|
OR = {
|
||||||
primary_spouse ?= {
|
primary_spouse ?= {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
is_character_window_main_character = yes
|
is_character_window_main_character = yes
|
||||||
}
|
}
|
||||||
betrothed ?= {
|
betrothed ?= {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
is_character_window_main_character = yes
|
is_character_window_main_character = yes
|
||||||
}
|
}
|
||||||
AND = {
|
AND = {
|
||||||
liege.diarch ?= this
|
liege.diarch ?= this
|
||||||
liege ?= {
|
liege ?= {
|
||||||
should_use_temple_character_background_trigger = yes
|
should_use_temple_character_background_trigger = yes
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -11528,12 +11528,12 @@ character_religion_interior = {
|
||||||
# Christianity
|
# Christianity
|
||||||
|
|
||||||
texture = {
|
texture = {
|
||||||
trigger = { religion = religion:christianity_religion }
|
trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } }
|
||||||
reference = "event_scenes/church.dds"
|
reference = "event_scenes/church.dds"
|
||||||
}
|
}
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
trigger = { religion = religion:christianity_religion }
|
trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } }
|
||||||
reference = "environment_event_church"
|
reference = "environment_event_church"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -11805,12 +11805,12 @@ religion_interior = {
|
||||||
# Christianity
|
# Christianity
|
||||||
|
|
||||||
texture = {
|
texture = {
|
||||||
trigger = { religion = religion:christianity_religion }
|
trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } }
|
||||||
reference = "event_scenes/church.dds"
|
reference = "event_scenes/church.dds"
|
||||||
}
|
}
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
trigger = { religion = religion:christianity_religion }
|
trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } }
|
||||||
reference = "environment_event_church"
|
reference = "environment_event_church"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -11876,7 +11876,7 @@ religion_interior = {
|
||||||
religion_holding = {
|
religion_holding = {
|
||||||
texture = {
|
texture = {
|
||||||
trigger = {
|
trigger = {
|
||||||
religion = religion:christianity_religion
|
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
NOT = {
|
NOT = {
|
||||||
faith = faith:nestorian
|
faith = faith:nestorian
|
||||||
}
|
}
|
||||||
|
|
@ -12147,7 +12147,7 @@ title_holding = {
|
||||||
has_holding_type = church_holding
|
has_holding_type = church_holding
|
||||||
has_holding_type = temple_citadel_holding
|
has_holding_type = temple_citadel_holding
|
||||||
}
|
}
|
||||||
faith.religion = religion:christianity_religion
|
faith.OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
reference = "holding_types/temple_christian.dds"
|
reference = "holding_types/temple_christian.dds"
|
||||||
|
|
|
||||||
|
|
@ -2206,6 +2206,7 @@ britannia_banda_duleep = { #Claims to be relative of the last Maharaja, ruler o
|
||||||
|
|
||||||
britannia_mary_duleep_1 = { #Claims to be relative of the last Maharaja, ruler of birmingham
|
britannia_mary_duleep_1 = { #Claims to be relative of the last Maharaja, ruler of birmingham
|
||||||
name = "Marhy"
|
name = "Marhy"
|
||||||
|
female=yes
|
||||||
religion = "victorian"
|
religion = "victorian"
|
||||||
dna = dna_duleep_mary
|
dna = dna_duleep_mary
|
||||||
culture = prytoneg
|
culture = prytoneg
|
||||||
|
|
|
||||||
|
|
@ -927,7 +927,7 @@ france_elwing_lambert = {
|
||||||
trait = forgiving
|
trait = forgiving
|
||||||
trait = fickle
|
trait = fickle
|
||||||
trait = humble
|
trait = humble
|
||||||
trait = faithful_blade
|
trait = holy_warrior
|
||||||
trait = athletic
|
trait = athletic
|
||||||
trait = poet
|
trait = poet
|
||||||
2520.7.16 = {
|
2520.7.16 = {
|
||||||
|
|
|
||||||
|
|
@ -292,7 +292,7 @@ germany0018 = { #temporary, change later
|
||||||
}
|
}
|
||||||
|
|
||||||
germany0019 = {
|
germany0019 = {
|
||||||
name = "Gebhard"
|
name = "Ludwig"
|
||||||
dynasty = blucher_dynasty
|
dynasty = blucher_dynasty
|
||||||
religion = "heimwehler"
|
religion = "heimwehler"
|
||||||
trait = education_martial_3
|
trait = education_martial_3
|
||||||
|
|
@ -454,11 +454,18 @@ germany0029 = {
|
||||||
}
|
}
|
||||||
|
|
||||||
germany0030 = {
|
germany0030 = {
|
||||||
name = "placeholder"
|
name = "Beatrix"
|
||||||
dynasty = placeholder_dynasty
|
dynasty = haseldorf_dynasty
|
||||||
religion = "volksmarchen"
|
religion = "volksmarchen"
|
||||||
culture = saxon
|
culture = saxon
|
||||||
2522.1.1 = {
|
female = yes
|
||||||
|
trait = education_stewardship_4
|
||||||
|
trait = novice_physician
|
||||||
|
trait = witch
|
||||||
|
trait = trusting
|
||||||
|
trait = patient
|
||||||
|
trait = arrogant
|
||||||
|
2522.1.19 = {
|
||||||
birth = yes
|
birth = yes
|
||||||
}
|
}
|
||||||
2600.1.1 = {
|
2600.1.1 = {
|
||||||
|
|
@ -481,7 +488,7 @@ germany0031 = {
|
||||||
}
|
}
|
||||||
|
|
||||||
germany0032 = {
|
germany0032 = {
|
||||||
name = "placeholder"
|
name = "Bartolomej"
|
||||||
dynasty = placeholder_dynasty
|
dynasty = placeholder_dynasty
|
||||||
religion = "roman_catholic"
|
religion = "roman_catholic"
|
||||||
culture = sorbian
|
culture = sorbian
|
||||||
|
|
@ -494,7 +501,7 @@ germany0032 = {
|
||||||
}
|
}
|
||||||
|
|
||||||
germany0033 = {
|
germany0033 = {
|
||||||
name = "Bartolomej"
|
name = "placeholder"
|
||||||
dynasty = placeholder_dynasty
|
dynasty = placeholder_dynasty
|
||||||
religion = "volksmarchen"
|
religion = "volksmarchen"
|
||||||
culture = saxon
|
culture = saxon
|
||||||
|
|
@ -524,6 +531,94 @@ germany0034 = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
germany0035 = {
|
||||||
|
name = "Ansgar"
|
||||||
|
dynasty = sachsen_dynasty
|
||||||
|
religion = volksmarchen
|
||||||
|
culture = saxon
|
||||||
|
trait = education_martial_4
|
||||||
|
trait = rough_terrain_expert
|
||||||
|
trait = deceitful
|
||||||
|
trait = arrogant
|
||||||
|
trait = sadistic
|
||||||
|
2520.9.8 = {
|
||||||
|
birth = yes
|
||||||
|
}
|
||||||
|
2600.1.1 = {
|
||||||
|
death = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
germany0036 = {
|
||||||
|
name = "Hengest"
|
||||||
|
dynasty = versfleth_dynasty
|
||||||
|
religion = volksmarchen
|
||||||
|
culture = saxon
|
||||||
|
trait = education_intrigue_1
|
||||||
|
trait = honest
|
||||||
|
trait = patient
|
||||||
|
trait = compassionate
|
||||||
|
2527.4.11 = {
|
||||||
|
birth = yes
|
||||||
|
}
|
||||||
|
2600.1.1 = {
|
||||||
|
death = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
germany0037 = {
|
||||||
|
name = "Bertha"
|
||||||
|
dynasty = holstein_dynasty
|
||||||
|
religion = "volksmarchen"
|
||||||
|
culture = saxon
|
||||||
|
female = yes
|
||||||
|
trait = education_diplomacy_2
|
||||||
|
trait = fickle
|
||||||
|
trait = impatient
|
||||||
|
trait = just
|
||||||
|
2518.9.4 = {
|
||||||
|
birth = yes
|
||||||
|
}
|
||||||
|
2600.1.1 = {
|
||||||
|
death = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
germany0038 = {
|
||||||
|
name = "Esiko"
|
||||||
|
dynasty = weyhe_dynasty
|
||||||
|
religion = rosenkreuzer
|
||||||
|
culture = low_saxon
|
||||||
|
trait = education_stewardship_4
|
||||||
|
trait = deceitful
|
||||||
|
trait = paranoid
|
||||||
|
trait = brave
|
||||||
|
2522.10.3 = {
|
||||||
|
birth = yes
|
||||||
|
}
|
||||||
|
2600.1.1 = {
|
||||||
|
death = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
germany0039 = {
|
||||||
|
name = "Liutswind"
|
||||||
|
dynasty = wassel_dynasty
|
||||||
|
religion = "rosenkreuzer"
|
||||||
|
culture = low_saxon
|
||||||
|
female = yes
|
||||||
|
trait = education_diplomacy_2
|
||||||
|
trait = paranoid
|
||||||
|
trait = vengeful
|
||||||
|
trait = greedy
|
||||||
|
2525.6.17 = {
|
||||||
|
birth = yes
|
||||||
|
}
|
||||||
|
2600.1.1 = {
|
||||||
|
death = yes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
### Leeb dynasty
|
### Leeb dynasty
|
||||||
thaddaus_leeb={
|
thaddaus_leeb={
|
||||||
name="Thadd_a_uml_us"
|
name="Thadd_a_uml_us"
|
||||||
|
|
@ -1091,7 +1186,8 @@ anton_i_of_ingolstadt={
|
||||||
religion=teutonic
|
religion=teutonic
|
||||||
father=max_josef_i_of_ingolstadt
|
father=max_josef_i_of_ingolstadt
|
||||||
trait=education_learning_3
|
trait=education_learning_3
|
||||||
trait=mystic_1
|
trait=mystic
|
||||||
|
trait=scholar
|
||||||
trait=arrogant
|
trait=arrogant
|
||||||
2499.12.6={birth=yes}
|
2499.12.6={birth=yes}
|
||||||
2584.2.1={death=yes}
|
2584.2.1={death=yes}
|
||||||
|
|
@ -1973,7 +2069,6 @@ dietrich_weissbronner={
|
||||||
father=ferdinand_i_of_swabia
|
father=ferdinand_i_of_swabia
|
||||||
trait=education_learning_2
|
trait=education_learning_2
|
||||||
trait=intellect_good_1
|
trait=intellect_good_1
|
||||||
trait=erudite
|
|
||||||
trait=scholar
|
trait=scholar
|
||||||
trait=cynical
|
trait=cynical
|
||||||
trait=lazy
|
trait=lazy
|
||||||
|
|
|
||||||
|
|
@ -84,7 +84,7 @@ hispania0004 = {
|
||||||
trait = education_martial_2
|
trait = education_martial_2
|
||||||
trait = honest
|
trait = honest
|
||||||
trait = compassionate
|
trait = compassionate
|
||||||
trait = defender
|
trait = unyielding_defender
|
||||||
trait = chaste
|
trait = chaste
|
||||||
father = hispania0011
|
father = hispania0011
|
||||||
2512.3.17 = {
|
2512.3.17 = {
|
||||||
|
|
|
||||||
|
|
@ -605,7 +605,7 @@ italy_tiziana_orvieto = {
|
||||||
religion = roman_catholic
|
religion = roman_catholic
|
||||||
female = yes
|
female = yes
|
||||||
trait = education_martial_2
|
trait = education_martial_2
|
||||||
trait = unyielding_defender_1
|
trait = unyielding_defender
|
||||||
trait = craven
|
trait = craven
|
||||||
trait = generous
|
trait = generous
|
||||||
trait = temperate
|
trait = temperate
|
||||||
|
|
|
||||||
|
|
@ -149,7 +149,9 @@
|
||||||
special_building_slot = schwaz_mines_01
|
special_building_slot = schwaz_mines_01
|
||||||
}
|
}
|
||||||
2953 = {
|
2953 = {
|
||||||
holding = church_holding
|
holding = castle_holding
|
||||||
|
culture = austrian
|
||||||
|
religion = teutonic
|
||||||
}
|
}
|
||||||
2976 = {
|
2976 = {
|
||||||
holding = city_holding
|
holding = city_holding
|
||||||
|
|
@ -170,7 +172,9 @@
|
||||||
holding = none
|
holding = none
|
||||||
}
|
}
|
||||||
2781 = {
|
2781 = {
|
||||||
holding = city_holding
|
holding = castle_holding
|
||||||
|
culture = aleman
|
||||||
|
religion = teutonic
|
||||||
}
|
}
|
||||||
9705 = {
|
9705 = {
|
||||||
holding = none
|
holding = none
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
#k_brandenburg
|
#k_brandenburg
|
||||||
##d_nordmark
|
##d_nordmark
|
||||||
###c_mecklenburg
|
###c_wismar
|
||||||
2807 = {
|
2807 = {
|
||||||
culture = NEOW_pomeranian
|
culture = NEOW_pomeranian
|
||||||
religion = slavic_pagan
|
religion = slavic_pagan
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
religion = volksmarchen
|
religion = volksmarchen
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
###c_ludwiglustparchim
|
###c_schwerin
|
||||||
2808 = {
|
2808 = {
|
||||||
culture = NEOW_pomeranian
|
culture = NEOW_pomeranian
|
||||||
religion = volksmarchen
|
religion = volksmarchen
|
||||||
|
|
@ -43,7 +43,13 @@
|
||||||
2819 = {
|
2819 = {
|
||||||
holding = none
|
holding = none
|
||||||
}
|
}
|
||||||
###c_werle
|
###c_neubrandenburg
|
||||||
|
2820 = {
|
||||||
|
holding = none
|
||||||
|
1248.1.1 = {
|
||||||
|
holding = church_holding
|
||||||
|
}
|
||||||
|
}
|
||||||
2812 = {
|
2812 = {
|
||||||
culture = NEOW_pomeranian
|
culture = NEOW_pomeranian
|
||||||
religion = slavic_pagan
|
religion = slavic_pagan
|
||||||
|
|
@ -56,12 +62,6 @@
|
||||||
religion = heimwehler
|
religion = heimwehler
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
2820 = {
|
|
||||||
holding = none
|
|
||||||
1248.1.1 = {
|
|
||||||
holding = church_holding
|
|
||||||
}
|
|
||||||
}
|
|
||||||
2821 = {
|
2821 = {
|
||||||
holding = none
|
holding = none
|
||||||
}
|
}
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
holding = church_holding
|
holding = church_holding
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
##d_spreewald
|
##d_lower_lusatia
|
||||||
###c_spreewald
|
###c_spreewald
|
||||||
3180 = {
|
3180 = {
|
||||||
culture = polabian
|
culture = polabian
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
religion = volksmarchen
|
religion = volksmarchen
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
###c_lausitz
|
###c_senftenberg
|
||||||
3181 = {
|
3181 = {
|
||||||
culture = saxon
|
culture = saxon
|
||||||
religion = slavic_pagan
|
religion = slavic_pagan
|
||||||
|
|
@ -149,7 +149,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
##d_vorpommern
|
##d_vorpommern
|
||||||
###c_stettin
|
###c_szczecin
|
||||||
2823 = {
|
2823 = {
|
||||||
culture = greater_polish
|
culture = greater_polish
|
||||||
religion = slavic_pagan
|
religion = slavic_pagan
|
||||||
|
|
@ -195,7 +195,7 @@
|
||||||
holding = none
|
holding = none
|
||||||
}
|
}
|
||||||
##d_ostmark
|
##d_ostmark
|
||||||
###c_brandenburg
|
###c_potsdam
|
||||||
3166 = {
|
3166 = {
|
||||||
culture = NEOW_pomeranian
|
culture = NEOW_pomeranian
|
||||||
religion = slavic_pagan
|
religion = slavic_pagan
|
||||||
|
|
@ -226,7 +226,7 @@
|
||||||
3174 = {
|
3174 = {
|
||||||
holding = none
|
holding = none
|
||||||
}
|
}
|
||||||
###c_ruppin
|
###c_prignitz
|
||||||
2814 = {
|
2814 = {
|
||||||
culture = NEOW_pomeranian
|
culture = NEOW_pomeranian
|
||||||
religion = slavic_pagan
|
religion = slavic_pagan
|
||||||
|
|
@ -618,6 +618,8 @@
|
||||||
}
|
}
|
||||||
3132 = {
|
3132 = {
|
||||||
holding = castle_holding
|
holding = castle_holding
|
||||||
|
culture = bavarian
|
||||||
|
religion = teutonic
|
||||||
}
|
}
|
||||||
###c_muhlviertel
|
###c_muhlviertel
|
||||||
3072 = {
|
3072 = {
|
||||||
|
|
|
||||||
|
|
@ -11,36 +11,6 @@ c_wittenberg = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#d_hamburg = {
|
|
||||||
# 2554.1.1 = {
|
|
||||||
# holder = germany0024
|
|
||||||
# }
|
|
||||||
#}
|
|
||||||
|
|
||||||
#c_hamburg = {
|
|
||||||
# 2554.1.1 = {
|
|
||||||
# holder = germany0024
|
|
||||||
# }
|
|
||||||
#}
|
|
||||||
|
|
||||||
c_stendal = {
|
|
||||||
2554.1.1 = {
|
|
||||||
holder = germany0014
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#k_schleswig_holstein = {
|
|
||||||
# 2554.1.1 = {
|
|
||||||
# holder = germany0016 #Franz BONW
|
|
||||||
# }
|
|
||||||
#}
|
|
||||||
|
|
||||||
#d_holstein = {
|
|
||||||
# 2554.1.1 = {
|
|
||||||
# holder = germany0016 #Franz BONW
|
|
||||||
# }
|
|
||||||
#}
|
|
||||||
|
|
||||||
d_luneburg = {
|
d_luneburg = {
|
||||||
2554.1.1 = {
|
2554.1.1 = {
|
||||||
holder = germany0018 #Franz BONW
|
holder = germany0018 #Franz BONW
|
||||||
|
|
@ -61,13 +31,7 @@ c_stade = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
c_mecklenburg = {
|
c_schwerin = {
|
||||||
2554.1.1 = {
|
|
||||||
holder = germany0022
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_ludwiglustparchim = {
|
|
||||||
2554.1.1 = {
|
2554.1.1 = {
|
||||||
holder = germany0027
|
holder = germany0027
|
||||||
liege = k_brandenburg
|
liege = k_brandenburg
|
||||||
|
|
@ -97,7 +61,7 @@ c_rugen = {
|
||||||
# }
|
# }
|
||||||
#}
|
#}
|
||||||
|
|
||||||
c_stettin = {
|
c_szczecin = {
|
||||||
2554.1.1 = {
|
2554.1.1 = {
|
||||||
holder = germany0026
|
holder = germany0026
|
||||||
liege = k_brandenburg
|
liege = k_brandenburg
|
||||||
|
|
@ -118,7 +82,7 @@ c_oderfrankfurt = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
c_lausitz = {
|
c_senftenberg = {
|
||||||
2554.1.1 = {
|
2554.1.1 = {
|
||||||
holder = germany0025
|
holder = germany0025
|
||||||
liege = k_brandenburg
|
liege = k_brandenburg
|
||||||
|
|
@ -132,12 +96,6 @@ c_wolgast = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
c_luneburg = {
|
|
||||||
2554.1.1 = {
|
|
||||||
holder = germany0014
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_cottbus = {
|
c_cottbus = {
|
||||||
2554.1.1 = {
|
2554.1.1 = {
|
||||||
holder = germany0032
|
holder = germany0032
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ k_lichtenstein = {
|
||||||
}
|
}
|
||||||
|
|
||||||
c_vorarlberg={
|
c_vorarlberg={
|
||||||
|
10.1.1={liege=k_lichtenstein}
|
||||||
2230.1.21={holder=thomas_i_of_vorarlberg}
|
2230.1.21={holder=thomas_i_of_vorarlberg}
|
||||||
2258.3.30={holder=wenzel_i_of_bavaria}
|
2258.3.30={holder=wenzel_i_of_bavaria}
|
||||||
2328.4.5={holder=georg_i_of_bavaria}
|
2328.4.5={holder=georg_i_of_bavaria}
|
||||||
|
|
|
||||||
|
|
@ -40,10 +40,8 @@ c_haugenau = {
|
||||||
}
|
}
|
||||||
|
|
||||||
c_sundgau = {
|
c_sundgau = {
|
||||||
2535.3.16 = {
|
10.1.1={liege=d_alsace}
|
||||||
holder = august_of_sundgau #August Barthold
|
2535.3.16={holder=august_of_sundgau} #August Barthold
|
||||||
liege = d_alsace
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
d_trier = {
|
d_trier = {
|
||||||
|
|
|
||||||
32
N3OW/history/titles/k_schleswig_holstein.txt
Normal file
32
N3OW/history/titles/k_schleswig_holstein.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
||||||
|
k_schleswig_holstein = {
|
||||||
|
2554.1.1 = {
|
||||||
|
holder = germany0016 #Franz BONW
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
d_holstein = {
|
||||||
|
2554.1.1 = {
|
||||||
|
holder = germany0016 #Franz BONW
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
d_hamburg = {
|
||||||
|
2554.1.1 = {
|
||||||
|
holder = germany0024
|
||||||
|
liege = k_schleswig_holstein
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
c_hamburg = {
|
||||||
|
2554.1.1 = {
|
||||||
|
holder = germany0024
|
||||||
|
liege = k_schleswig_holstein
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
c_wismar = {
|
||||||
|
2554.1.1 = {
|
||||||
|
holder = germany0022
|
||||||
|
liege = d_holstein
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -4,13 +4,6 @@
|
||||||
# }
|
# }
|
||||||
#}
|
#}
|
||||||
|
|
||||||
c_vogtland = {
|
|
||||||
2554.1.1 = {
|
|
||||||
holder = germany0023 #Wilhelm Zollern
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
d_meissen = {
|
d_meissen = {
|
||||||
2554.1.1 = {
|
2554.1.1 = {
|
||||||
holder = germany0023 #Wilhelm Zollern
|
holder = germany0023 #Wilhelm Zollern
|
||||||
|
|
@ -29,24 +22,6 @@ c_dresden = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
c_kamenz = {
|
|
||||||
2554.1.1 = {
|
|
||||||
holder = germany0023 #Wilhelm Zollern
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_leipzig = {
|
|
||||||
2554.1.1 = {
|
|
||||||
holder = germany0023 #Wilhelm Zollern
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_eilenburg = {
|
|
||||||
2554.1.1 = {
|
|
||||||
holder = germany0023 #Wilhelm Zollern
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
c_dessau = {
|
c_dessau = {
|
||||||
2554.1.1 = {
|
2554.1.1 = {
|
||||||
holder = germany0023 #Wilhelm Zollern
|
holder = germany0023 #Wilhelm Zollern
|
||||||
|
|
@ -59,9 +34,45 @@ c_mansfeld = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
c_kamenz = {
|
||||||
|
2554.1.1 = {
|
||||||
|
holder = germany0030
|
||||||
|
liege = d_meissen
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
c_vogtland = {
|
||||||
|
2554.1.1 = {
|
||||||
|
holder = germany0035
|
||||||
|
liege = d_meissen
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
c_leipzig = {
|
||||||
|
2554.1.1 = {
|
||||||
|
holder = germany0036
|
||||||
|
liege = d_meissen
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
c_eilenburg = {
|
||||||
|
2554.1.1 = {
|
||||||
|
holder = germany0037
|
||||||
|
liege = d_meissen
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
c_stendal = {
|
||||||
|
2554.1.1 = {
|
||||||
|
holder = germany0038
|
||||||
|
liege = d_brunswick
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
c_magdeburg = {
|
c_magdeburg = {
|
||||||
2554.1.1 = {
|
2554.1.1 = {
|
||||||
holder = germany0014 #Wilhelm Zollern
|
holder = germany0039 #Wilhelm Zollern
|
||||||
|
liege = d_brunswick
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ c_caernarfonshire = {
|
||||||
}
|
}
|
||||||
c_anglesey= {
|
c_anglesey= {
|
||||||
2549.1.1 = {
|
2549.1.1 = {
|
||||||
holder = britannia_montgomyrhy_fodorhl #Sawyl Gwilym
|
holder = britannia_montgomyrhy_fodorh #Sawyl Gwilym
|
||||||
liege = k_wales
|
liege = k_wales
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
dynn_Croto:0 "Croto"
|
dynn_Croto:0 "Croto"
|
||||||
dynn_D_pst_Esper_e_grv_u:0 "D'Esperèu"
|
dynn_D_pst_Esper_e_grv_u:0 "D'Esperèu"
|
||||||
dynn_Dagevilo:0 "Dagevilo"
|
dynn_Dagevilo:0 "Dagevilo"
|
||||||
dynn_De Bisqu_e_grv_ris:0 "De Bisquèris"
|
dynn_De_spc_Bisqu_e_grv_ris:0 "De Bisquèris"
|
||||||
dynn_De_spc_L_pst_Estrado:0 "De L'Estrado"
|
dynn_De_spc_L_pst_Estrado:0 "De L'Estrado"
|
||||||
dynn_De_spc_Soio:0 "De Soio"
|
dynn_De_spc_Soio:0 "De Soio"
|
||||||
dynn_Deg_o_grv_u:0 "Degòu"
|
dynn_Deg_o_grv_u:0 "Degòu"
|
||||||
|
|
@ -234,7 +234,7 @@
|
||||||
dynn_Vincent:0 "Vincent"
|
dynn_Vincent:0 "Vincent"
|
||||||
dynn_Abyann:0 "Abyann"
|
dynn_Abyann:0 "Abyann"
|
||||||
dynn_al_spc_Lae:0 "al Lae"
|
dynn_al_spc_Lae:0 "al Lae"
|
||||||
dynn_an Amour:0 "an Amour"
|
dynn_an_spc_Amour:0 "an Amour"
|
||||||
dynn_an_spc_Deunff:0 "an Deunff"
|
dynn_an_spc_Deunff:0 "an Deunff"
|
||||||
dynn_an_spc_Du:0 "an Du"
|
dynn_an_spc_Du:0 "an Du"
|
||||||
dynn_ar_spc_Berr:0 "ar Berr"
|
dynn_ar_spc_Berr:0 "ar Berr"
|
||||||
|
|
@ -464,4 +464,120 @@
|
||||||
dynn_Sade:0 "Sade"
|
dynn_Sade:0 "Sade"
|
||||||
dynn_Grimaldi:0 "Grimaldi"
|
dynn_Grimaldi:0 "Grimaldi"
|
||||||
dynn_Clement:0 "Clement"
|
dynn_Clement:0 "Clement"
|
||||||
|
dynn_Ney:0 "Ney"
|
||||||
|
dynn_Kreile:0 "Kreile"
|
||||||
|
dynn_Leeb:0 "Leeb"
|
||||||
|
dynn_Vohburg:0 "Vohburg"
|
||||||
|
dynn_Burkhardinger:0 "Burkhardinger"
|
||||||
|
dynn_Hartmann:0 "Hartmann"
|
||||||
|
dynn_Vigauner:0 "Vigauner"
|
||||||
|
dynn_Stromer:0 "Stromer"
|
||||||
|
dynn_Bludenzer:0 "Bludenzer"
|
||||||
|
dynn_Sonntag:0 "Sonntag"
|
||||||
|
dynn_Lochner:0 "Lochner"
|
||||||
|
dynn_Reger:0 "Reger"
|
||||||
|
dynn_Bagen:0 "Bagen"
|
||||||
|
dynn_Lahm:0 "Lahm"
|
||||||
|
dynn_Mann:0 "Mann"
|
||||||
|
dynn_Dworschak:0 "Dworschak"
|
||||||
|
dynn_J_a_uml_ger:0 "Jäger"
|
||||||
|
dynn_Werndl:0 "Werndl"
|
||||||
|
dynn_Lechge:0 "Lechge"
|
||||||
|
dynn_Wendlenger:0 "Wendlenger"
|
||||||
|
dynn_Br_u_uml_derle:0 "Brüderle"
|
||||||
|
dynn_Pfeiffer:0 "Pfeiffer"
|
||||||
|
dynn_Weissbronner:0 "Weissbronner"
|
||||||
|
dynn_Dornier:0 "Dornier"
|
||||||
|
dynn_Hohenheim:0 "Hohenheim"
|
||||||
|
dynn_Eichst_a_uml_tter:0 "Eichstätter"
|
||||||
|
dynn_Hofer:0 "Hofer"
|
||||||
|
dynn_Waldman:0 "Waldman"
|
||||||
|
dynn_Nguyen_dsh_Bloch:0 "Nguyen-Bloch"
|
||||||
|
dynn_Hastenteufel:0 "Hastenteufel"
|
||||||
|
dynn_Barthold:0 "Barthold"
|
||||||
|
dynn_Altfelix:0 "Altfelix"
|
||||||
|
dynn_Amendt:0 "Amendt"
|
||||||
|
dynn_Ansmann:0 "Ansmann"
|
||||||
|
dynn_B_a_uml_r:0 "Bär"
|
||||||
|
dynn_B_u_uml_hler:0 "Bühler"
|
||||||
|
dynn_Baier:0 "Baier"
|
||||||
|
dynn_Bantle:0 "Bantle"
|
||||||
|
dynn_Baumann:0 "Baumann"
|
||||||
|
dynn_Barth:0 "Barth"
|
||||||
|
dynn_Becherer:0 "Becherer"
|
||||||
|
dynn_Beck:0 "Beck"
|
||||||
|
dynn_Benz:0 "Benz"
|
||||||
|
dynn_Bergmann:0 "Bergmann"
|
||||||
|
dynn_Binz:0 "Binz"
|
||||||
|
dynn_Blum:0 "Blum"
|
||||||
|
dynn_Bogner:0 "Bogner"
|
||||||
|
dynn_Bollwage:0 "Bollwage"
|
||||||
|
dynn_Bosch:0 "Bosch"
|
||||||
|
dynn_Brand:0 "Brand"
|
||||||
|
dynn_Brenner:0 "Brenner"
|
||||||
|
dynn_Buchm_u_uml_ller:0 "Buchmüller"
|
||||||
|
dynn_Buck:0 "Buck"
|
||||||
|
dynn_Bumiller:0 "Bumiller"
|
||||||
|
dynn_Burda:0 "Burda"
|
||||||
|
dynn_Burkard:0 "Burkard"
|
||||||
|
dynn_D_u_uml_rr:0 "Dürr"
|
||||||
|
dynn_Daimler:0 "Daimler"
|
||||||
|
dynn_Danner:0 "Danner"
|
||||||
|
dynn_Decker:0 "Decker"
|
||||||
|
dynn_Derschka:0 "Derschka"
|
||||||
|
dynn_Dieterlen:0 "Dieterlen"
|
||||||
|
dynn_Dietsche:0 "Dietsche"
|
||||||
|
dynn_Dreher:0 "Dreher"
|
||||||
|
dynn_Drevs:0 "Drevs"
|
||||||
|
dynn_Dussmann:0 "Dussmann"
|
||||||
|
dynn_Eberle:0 "Eberle"
|
||||||
|
dynn_Eckener:0 "Eckener"
|
||||||
|
dynn_Eisele:0 "Eisele"
|
||||||
|
dynn_Eisenhardt:0 "Eisenhardt"
|
||||||
|
dynn_Els_a_uml_sser:0 "Elsässer"
|
||||||
|
dynn_Engelsing:0 "Engelsing"
|
||||||
|
dynn_Erath:0 "Erath"
|
||||||
|
dynn_Ettwein:0 "Ettwein"
|
||||||
|
dynn_Exle:0 "Exle"
|
||||||
|
dynn_F_a_uml_hndrich:0 "Fähndrich"
|
||||||
|
dynn_F_u_uml_gel:0 "Fügel"
|
||||||
|
dynn_F_u_uml_nfgeld:0 "Fünfgeld"
|
||||||
|
dynn_Faber:0 "Faber"
|
||||||
|
dynn_Federolf:0 "Federolf"
|
||||||
|
dynn_Feifel:0 "Feifel"
|
||||||
|
dynn_Fischer:0 "Fischer"
|
||||||
|
dynn_Fodi:0 "Fodi"
|
||||||
|
dynn_Frank:0 "Frank"
|
||||||
|
dynn_Frey:0 "Frey"
|
||||||
|
dynn_Fritz:0 "Fritz"
|
||||||
|
dynn_Fuchs:0 "Fuchs"
|
||||||
|
dynn_Fugger:0 "Fugger"
|
||||||
|
dynn_G_o_uml_tz:0 "Götz"
|
||||||
|
dynn_G_u_uml_nth_o_uml_r:0 "Günthör"
|
||||||
|
dynn_Gajek:0 "Gajek"
|
||||||
|
dynn_Gau_ss_:0 "Gauß"
|
||||||
|
dynn_Geiger:0 "Geiger"
|
||||||
|
dynn_Gerber:0 "Gerber"
|
||||||
|
dynn_Gfr_o_uml_rer:0 "Gfrörer"
|
||||||
|
dynn_Gloning:0 "Gloning"
|
||||||
|
dynn_Greiner:0 "Greiner"
|
||||||
|
dynn_Grimm:0 "Grimm"
|
||||||
|
dynn_Grimminger:0 "Grimminger"
|
||||||
|
dynn_Grittmann:0 "Grittmann"
|
||||||
|
dynn_H_a_uml_rle:0 "Härle"
|
||||||
|
dynn_H_a_uml_ussermann:0 "Häussermann"
|
||||||
|
dynn_H_o_uml_lle:0 "Hölle"
|
||||||
|
dynn_Haas:0 "Haas"
|
||||||
|
dynn_Hagmann:0 "Hagmann"
|
||||||
|
dynn_Haller:0 "Haller"
|
||||||
|
dynn_Hans:0 "Hans"
|
||||||
|
dynn_Hau_ss_mann:0 "Haußmann"
|
||||||
|
dynn_Haug:0 "Haug"
|
||||||
|
dynn_Hauser:0 "Hauser"
|
||||||
|
dynn_Hecht:0 "Hecht"
|
||||||
|
dynn_Heckmann:0 "Heckmann"
|
||||||
|
dynn_Heisch:0 "Heisch"
|
||||||
|
dynn_Heisler:0 "Heisler"
|
||||||
|
dynn_Hellmuth:0 "Hellmuth"
|
||||||
|
dynn_Hemminger:0 "Hemminger"
|
||||||
|
dynn_Heuss:0 "Heuss"
|
||||||
|
|
|
||||||
|
|
@ -438,6 +438,12 @@
|
||||||
dynn_christiansen:0 "Christiansen"
|
dynn_christiansen:0 "Christiansen"
|
||||||
dynn_schauenburg:0 "Schauenburg"
|
dynn_schauenburg:0 "Schauenburg"
|
||||||
dynn_camphausen:0 "Camphausen"
|
dynn_camphausen:0 "Camphausen"
|
||||||
|
dynn_haseldorf:0 "Haseldorf"
|
||||||
|
dynn_sachsen:0 "Sachsen"
|
||||||
|
dynn_versfleth:0 "Versfleth"
|
||||||
|
dynn_holstein:0 "Holstein"
|
||||||
|
dynn_weyhe:0 "Weyhe"
|
||||||
|
dynn_wassel:0 "Wassel"
|
||||||
|
|
||||||
dynn_clausewitz:0 "Clausewitz"
|
dynn_clausewitz:0 "Clausewitz"
|
||||||
dynn_dorn:0 "Dörn"
|
dynn_dorn:0 "Dörn"
|
||||||
|
|
|
||||||
|
|
@ -6107,7 +6107,6 @@
|
||||||
b_luarca:0 "Eo-Navia"
|
b_luarca:0 "Eo-Navia"
|
||||||
b_lubaczow:0 "Lubaczów"
|
b_lubaczow:0 "Lubaczów"
|
||||||
b_lubanie:0 "Lubanie"
|
b_lubanie:0 "Lubanie"
|
||||||
b_lubben:0 "Lubben"
|
|
||||||
b_lubeck:0 "Lübeck"
|
b_lubeck:0 "Lübeck"
|
||||||
b_lublin:0 "Lublin"
|
b_lublin:0 "Lublin"
|
||||||
b_lubliniec:0 "Lubliniec"
|
b_lubliniec:0 "Lubliniec"
|
||||||
|
|
@ -11956,8 +11955,6 @@
|
||||||
c_braganza_adj:0 "Bragançan"
|
c_braganza_adj:0 "Bragançan"
|
||||||
c_braila:0 "Brăila"
|
c_braila:0 "Brăila"
|
||||||
c_braila_adj:0 "Brăilan"
|
c_braila_adj:0 "Brăilan"
|
||||||
c_brandenburg:0 "Brandenburg"
|
|
||||||
c_brandenburg_adj:0 "Brandenburger"
|
|
||||||
c_branicevo:0 "Braničevo"
|
c_branicevo:0 "Braničevo"
|
||||||
c_branicevo_adj:0 "Braničevan"
|
c_branicevo_adj:0 "Braničevan"
|
||||||
c_braslau:0 "Braslau"
|
c_braslau:0 "Braslau"
|
||||||
|
|
@ -13205,8 +13202,6 @@
|
||||||
c_larestan_adj:0 "Larestani"
|
c_larestan_adj:0 "Larestani"
|
||||||
c_lattalura:0 "Lattalura"
|
c_lattalura:0 "Lattalura"
|
||||||
c_lattalura_adj:0 "Lattaluran"
|
c_lattalura_adj:0 "Lattaluran"
|
||||||
c_lausitz:0 "Lausitz"
|
|
||||||
c_lausitz_adj:0 "Lausitzian"
|
|
||||||
c_lecce:0 "Lecce"
|
c_lecce:0 "Lecce"
|
||||||
c_lecce_adj:0 "Leccian"
|
c_lecce_adj:0 "Leccian"
|
||||||
c_leczycka:0 "Łęczyca"
|
c_leczycka:0 "Łęczyca"
|
||||||
|
|
@ -13446,8 +13441,6 @@
|
||||||
c_mecca_adj:0 "Meccan"
|
c_mecca_adj:0 "Meccan"
|
||||||
c_mecklemburg:0 "Mecklemburg"
|
c_mecklemburg:0 "Mecklemburg"
|
||||||
c_mecklemburg_adj:0 "Mecklenburgian"
|
c_mecklemburg_adj:0 "Mecklenburgian"
|
||||||
c_mecklenburg:0 "Mecklenburg"
|
|
||||||
c_mecklenburg_adj:0 "Mecklenburger"
|
|
||||||
c_medak:0 "Medak"
|
c_medak:0 "Medak"
|
||||||
c_medak_adj:0 "Medak"
|
c_medak_adj:0 "Medak"
|
||||||
c_medantaka:0 "Medantaka"
|
c_medantaka:0 "Medantaka"
|
||||||
|
|
@ -14118,8 +14111,6 @@
|
||||||
c_rukhaj_adj:0 "Rukhaji"
|
c_rukhaj_adj:0 "Rukhaji"
|
||||||
c_rummah:0 "Rummah"
|
c_rummah:0 "Rummah"
|
||||||
c_rummah_adj:0 "Rummahian"
|
c_rummah_adj:0 "Rummahian"
|
||||||
c_ruppin:0 "Ruppin"
|
|
||||||
c_ruppin_adj:0 "Ruppiner"
|
|
||||||
c_rutland:0 "Rutland"
|
c_rutland:0 "Rutland"
|
||||||
c_rutland_adj:0 "Rutlander"
|
c_rutland_adj:0 "Rutlander"
|
||||||
c_ruyan:0 "Ruyan"
|
c_ruyan:0 "Ruyan"
|
||||||
|
|
@ -14939,8 +14930,6 @@
|
||||||
c_weimar_adj:0 "Weimarian"
|
c_weimar_adj:0 "Weimarian"
|
||||||
c_weissenburg:0 "Weissenburg"
|
c_weissenburg:0 "Weissenburg"
|
||||||
c_weissenburg_adj:0 "Weissenburger"
|
c_weissenburg_adj:0 "Weissenburger"
|
||||||
c_werle:0 "Werle"
|
|
||||||
c_werle_adj:0 "Werlian"
|
|
||||||
c_west-tokharestan:0 "West-Tokharestan"
|
c_west-tokharestan:0 "West-Tokharestan"
|
||||||
c_west-tokharestan_adj:0 "West-Tokharestani"
|
c_west-tokharestan_adj:0 "West-Tokharestani"
|
||||||
c_west_dvina:1 "West Dvina"
|
c_west_dvina:1 "West Dvina"
|
||||||
|
|
@ -24108,8 +24097,8 @@
|
||||||
b_slupsk:1 "Słupsk"
|
b_slupsk:1 "Słupsk"
|
||||||
|
|
||||||
#Pomerania
|
#Pomerania
|
||||||
c_stettin:1 "Szczecin"
|
c_szczecin:1 "Szczecin"
|
||||||
c_stettin_adj:1 "Szczecinian"
|
c_szczecin_adj:1 "Szczecinian"
|
||||||
c_kolobrzeg:1 "Wolin"
|
c_kolobrzeg:1 "Wolin"
|
||||||
c_kolobrzeg_adj:1 "Wolinian"
|
c_kolobrzeg_adj:1 "Wolinian"
|
||||||
c_soldin:1 "Cedynia"
|
c_soldin:1 "Cedynia"
|
||||||
|
|
@ -24969,6 +24958,27 @@
|
||||||
b_largentiere:0 "Largentière"
|
b_largentiere:0 "Largentière"
|
||||||
|
|
||||||
###Germania
|
###Germania
|
||||||
|
##Brandenburg
|
||||||
|
c_wismar:0 "Wismar"
|
||||||
|
c_wismar_adj:0 "Wismarer"
|
||||||
|
c_schwerin:0 "Schwerin"
|
||||||
|
c_schwerin_adj:0 "Schweriner"
|
||||||
|
c_neubrandenburg:0 "Neubrandenburg"
|
||||||
|
c_neubrandenburg_adj:0 "Neubrandenburger"
|
||||||
|
d_lower_lusatia:0 "Lower Lusatia"
|
||||||
|
d_lower_lusatia_adj:0 "Lower Lusatian"
|
||||||
|
b_senftenberg:0 "Senftenberg"
|
||||||
|
b_herzberg:0 "Herzberg"
|
||||||
|
c_senftenberg:0 "Senftenberg"
|
||||||
|
c_senftenberg_adj:0 "Senftenberger"
|
||||||
|
d_vorpommern:0 "Vorpommern"
|
||||||
|
d_vorpommern_adj:0 "Western Pomeranian"
|
||||||
|
c_potsdam:0 "Potsdam"
|
||||||
|
c_potsdam_adj:0 "Potsdamer"
|
||||||
|
c_prignitz:0 "Prignitz"
|
||||||
|
c_prignitz_adj:0 "Prignitzer"
|
||||||
|
c_uckermark:0 "Uckermark"
|
||||||
|
c_uckermark_adj:0 "Uckermärker"
|
||||||
##Swabia
|
##Swabia
|
||||||
c_ravensburg:0 "Ravensburg"
|
c_ravensburg:0 "Ravensburg"
|
||||||
c_ravensburg_adj:0 "Ravensburger"
|
c_ravensburg_adj:0 "Ravensburger"
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@ rhine_river_region = { # Rhine River
|
||||||
}
|
}
|
||||||
elbe_river_region = { # Elbe River
|
elbe_river_region = { # Elbe River
|
||||||
counties = {
|
counties = {
|
||||||
c_dessau c_magdeburg c_stendal c_brandenburg c_havelberg c_dannenberg c_mecklenburg c_luneburg c_hamburg c_stade c_ditmarschen
|
c_dessau c_magdeburg c_stendal c_potsdam c_havelberg c_dannenberg c_schwerin c_luneburg c_hamburg c_stade c_ditmarschen
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
rhone_river_region = { # Rhone River
|
rhone_river_region = { # Rhone River
|
||||||
|
|
|
||||||
|
|
@ -3863,7 +3863,7 @@ dlc_fp1_region_core_mainland_scandinavia = {
|
||||||
dlc_fp1_region_non_scandinavian_southern_baltic = {
|
dlc_fp1_region_non_scandinavian_southern_baltic = {
|
||||||
counties = {
|
counties = {
|
||||||
#k_pomerania
|
#k_pomerania
|
||||||
c_mecklenburg c_rostock c_rugen c_wolgast c_stettin c_kolobrzeg c_cammin c_slupsk c_danzig
|
c_wismar c_rostock c_rugen c_wolgast c_szczecin c_kolobrzeg c_cammin c_slupsk c_danzig
|
||||||
#k_lithuania
|
#k_lithuania
|
||||||
c_malbork c_wormditt c_natangia c_konigsberg c_scalovia c_memel c_palanga c_grobin c_vanemane c_zemigalians
|
c_malbork c_wormditt c_natangia c_konigsberg c_scalovia c_memel c_palanga c_grobin c_vanemane c_zemigalians
|
||||||
#k_estonia
|
#k_estonia
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue