volk holy sites

This commit is contained in:
edwardtheelbowhigh 2026-01-20 10:17:08 +00:00
parent cdc8147d73
commit 18fc7c6a0e
4 changed files with 20 additions and 16 deletions

View file

@ -2269,13 +2269,6 @@ e_germany = {
cultural_names = { cultural_names = {
name_list_bavarian = cn_allgai name_list_bavarian = cn_allgai
} }
b_kempten = {
province = 2783
color = { 25 25 25 }
cultural_names = {
name_list_swabian = cn_kempte
}
}
b_kaufbeuren = { b_kaufbeuren = {
province = 2784 province = 2784
@ -2284,6 +2277,13 @@ e_germany = {
name_list_bavarian = cn_kaufbeiren name_list_bavarian = cn_kaufbeiren
} }
} }
b_kempten = {
province = 2783
color = { 25 25 25 }
cultural_names = {
name_list_swabian = cn_kempte
}
}
b_memmingen = { b_memmingen = {
province = 2776 province = 2776
color = { 20 120 120 } color = { 20 120 120 }

View file

@ -162,26 +162,25 @@ kyffhauser = {
neuschwanstein = { neuschwanstein = {
county = c_allgau county = c_allgau
barony = b_kempten barony = b_kaufeuren
character_modifier = { character_modifier = {
monthly_piety_gain_mult = 0.1 monthly_prestige_gain_mult = 0.1
legitimacy_gain_mult = 0.05 monthly_lifestyle_xp_gain_mult = 0.1
} }
} }
leipzig = { leipzig = {
county = c_leipzig county = c_leipzig
character_modifier = { character_modifier = {
monthly_piety_gain_mult = 0.1 monthly_prestige_gain_mult = 0.05
legitimacy_gain_mult = 0.05 personal_scheme_phase_duration_add = -10
} }
} }
bremen = { bremen = {
county = c_bremen county = c_bremen
character_modifier = { character_modifier = {
monthly_piety_gain_mult = 0.1 tax_mult = 0.5
legitimacy_gain_mult = 0.05
} }
} }

View file

@ -1787,7 +1787,9 @@
holding = castle_holding holding = castle_holding
} }
2784 = { 2784 = {
holding = city_holding culture = aleman
religion = volksmarchen
holding = castle_holding
} }
2776 = { 2776 = {
holding = church_holding holding = church_holding

View file

@ -220,4 +220,7 @@
holy_site_teutoburger_name:0 "Teutoburger Forest" holy_site_teutoburger_name:0 "Teutoburger Forest"
holy_site_teutoburger_effect_name:0 "From [holy_site|E] #weak ($holy_site_teutoburger_name$)#!" holy_site_teutoburger_effect_name:0 "From [holy_site|E] #weak ($holy_site_teutoburger_name$)#!"
holy_site_kyffhauser_name:0 "Kyffhauser"
holy_site_leipzig_name:0 "Leipzig"
holy_site_bremen_name:0 "Bremen"
holy_site_neuschwanstein_name:0 "Neuschwanstein"