This commit is contained in:
Fishedotjpg 2025-12-08 19:20:37 +00:00
commit a34b7ad410
21 changed files with 3136 additions and 1251 deletions

View file

@ -1473,21 +1473,172 @@ k_tuscany = {
}
}
k_san_marino = {
pattern = "pattern_solid.dds"
color1 = "red"
color2 = "white"
textured_emblem = {
texture = "flag_san_marino.dds"
pattern="pattern_horizontal_split_02.dds"
color1=green_light
color2=white
color3=blue
colored_emblem={
color1=green_light
texture="ce_waves_04.dds"
instance={
position={ 0.330000 0.420000 }
scale={ 3.670000 1.670000 }
depth=2.010000
}
}
colored_emblem={
color1=white
texture="ce_triangle_mask.dds"
instance={
position={ 0.270000 0.640000 }
depth=1.010000
rotation=352
}
}
colored_emblem={
color1=green_light
texture="ce_block_02.dds"
instance={
position={ 0.850000 0.560000 }
scale={ 0.490000 0.460000 }
}
}
}
k_andorra = {
pattern = "pattern_solid.dds"
color1 = "red"
color2 = "white"
textured_emblem = {
texture = "flag_andorra.dds"
pattern="pattern_checkers_02.dds"
color1=yellow_light
color2=red
color3=blue
colored_emblem={
color1=yellow_light
color2=red
texture="ce_verticle_stripes_02.dds"
instance={
position={ 0.740000 0.250000 }
scale={ 0.480000 0.510000 }
depth=8.010000
}
}
colored_emblem={
color1=red
color2=blue_light
color3=yellow_light
texture="NEOW_ce_cow.dds"
instance={
position={ 0.710000 0.810000 }
scale={ 0.330000 0.330000 }
depth=3.010000
}
}
colored_emblem={
color1=yellow_light
color2=red
texture="ce_vertical_stripes_01.dds"
instance={
position={ 0.270000 1.000000 }
scale={ 0.460000 1.000000 }
depth=10.010000
}
}
colored_emblem={
color1=yellow_light
texture="ce_block_02.dds"
instance={
position={ 1.000000 1.000000 }
depth=7.010000
}
instance={
position={ 1.000000 0.000000 }
depth=9.010000
}
instance={
position={ 0.000000 1.000000 }
depth=11.010000
}
}
colored_emblem={
color1=white
color2=yellow_light
color3=white
texture="NEOW_ce_bishops_mitre.dds"
instance={
position={ 0.280000 0.260000 }
scale={ 0.450000 0.450000 }
depth=1.010000
}
}
colored_emblem={
color1=yellow_light
texture="ce_block_05.dds"
instance={
position={ 0.180000 0.370000 }
scale={ 0.140000 0.140000 }
rotation=129
}
}
colored_emblem={
color1=red
color2=blue
color3=yellow_light
texture="NEOW_ce_cow.dds"
instance={
position={ 0.710000 0.630000 }
scale={ 0.340000 0.340000 }
depth=4.010000
}
}
colored_emblem={
color1=yellow
texture="ce_block_02.dds"
instance={
scale={ 1.000000 0.050000 }
depth=5.010000
}
instance={
scale={ 0.040000 1.000000 }
depth=6.010000
}
}
colored_emblem={
color1=yellow_light
texture="ce_crozier.dds"
instance={
position={ 0.290000 0.240000 }
scale={ 0.520000 0.520000 }
depth=2.010000
rotation=41
}
}
}
k_lichtenstein = {
pattern = "pattern_solid.dds"
color1 = "red"

View file

@ -7,7 +7,7 @@
martial_custom = martial_custom_equal
traditions = {
tradition_chanson_de_geste
tradition_hereditary_hierarchy
tradition_agrarian
tradition_chivalry
tradition_culinary_art
tradition_ep3_cultivated_sophistication
@ -200,6 +200,7 @@ patoues = {
tradition_highland_warriors
tradition_chivalry
tradition_mountain_homes
tradition_faith_bound
}
name_list = name_list_NEOW_french
@ -419,7 +420,7 @@ breton = {
martial_custom = martial_custom_male_only
traditions = {
tradition_fishermen
tradition_hereditary_bards
tradition_poetry
tradition_swords_for_hire
tradition_seafaring
}

View file

@ -14,6 +14,7 @@ pelonais = {
tradition_hard_working
tradition_chivalry
tradition_culinary_art
tradition_faith_bound
}
name_list = name_list_french
@ -46,10 +47,12 @@ swiss = {
language = language_rhaeto_helvetic
martial_custom = martial_custom_equal
traditions = {
tradition_parochialism
tradition_republican_legacy
tradition_hard_working
tradition_castle_keepers
tradition_mountain_homes
tradition_stalwart_defenders
tradition_isolationist
tradition_faith_bound
}
name_list = name_list_swabian
@ -82,6 +85,7 @@ aleman = {
tradition_hard_working
tradition_castle_keepers
tradition_mountain_homes
tradition_faith_bound
}
name_list = name_list_swabian
@ -172,6 +176,7 @@ romansch = {
tradition_hard_working
tradition_castle_keepers
tradition_mountain_homes
tradition_faith_bound
}
name_list = name_list_swabian

View file

@ -557,7 +557,6 @@ tradition_gardening = {
}
}
}
NOT = { culture_tradition:tradition_tgp_ephemeral_grace = { is_in_list = traits } }
}
parameters = {
@ -1631,7 +1630,7 @@ tradition_culture_blending = {
scope:character = {
any_sub_realm_county = {
percent >= 0.3
culture != root
NOT = { culture = root }
}
}
}
@ -1725,7 +1724,9 @@ tradition_isolationist = {
any_sub_realm_county = {
culture = scope:character.culture
any_neighboring_county = {
culture != scope:character.culture
NOT = {
culture = scope:character.culture
}
culture = {
cultural_acceptance = { target = scope:character.culture value >= 40 }
}
@ -1765,14 +1766,6 @@ tradition_isolationist = {
}
}
can_pick = {
# Mutually exclusive with other Isolationist
NOR = {
culture_tradition:tradition_tgp_inward_perfection = { is_in_list = traits }
culture_tradition:tradition_cultural_primacy = { is_in_list = traits }
}
}
ai_will_do = {
value = 100
if = {
@ -1916,20 +1909,16 @@ tradition_agrarian = {
1 = indian
4 = farmland.dds
}
is_shown = {
NOT = {
culture_tradition:tradition_intensive_farming = { is_in_list = traits }
}
}
can_pick = {
custom_tooltip = {
text = culture_in_farmlands_or_floodplains_terrain_desc
any_culture_county = {
county_has_province_with_terrain = {
terrain = farmlands
terrain = floodplains
any_county_province = {
OR = {
terrain = farmlands
terrain = floodplains
}
}
}
}
@ -1983,9 +1972,11 @@ tradition_agrarian = {
NOT = {
any_culture_county = {
count >= 5
county_has_province_with_terrain = {
terrain = farmlands
terrain = floodplains
any_county_province = {
OR = {
terrain = farmlands
terrain = floodplains
}
}
}
}
@ -2019,9 +2010,11 @@ tradition_agrarian = {
any_sub_realm_county = {
count >= 2
culture = scope:character.culture
county_has_province_with_terrain = {
terrain = farmlands
terrain = floodplains
any_county_province = {
OR = {
terrain = farmlands
terrain = floodplains
}
}
}
}
@ -2143,9 +2136,11 @@ tradition_pastoralists = {
any_sub_realm_county = {
percent >= 0.6
culture = scope:character.culture
county_has_province_with_terrain = {
terrain = plains
terrain = steppe
any_county_province = {
OR = {
terrain = plains
terrain = steppe
}
}
}
}
@ -2448,7 +2443,9 @@ tradition_staunch_traditionalists = {
limit = {
scope:character = {
any_sub_realm_county = {
culture != scope:character.culture
NOT = {
culture = scope:character.culture
}
}
}
}
@ -2525,7 +2522,7 @@ tradition_hill_dwellers = {
custom_description = {
text = culture_in_hills_desc
any_culture_county = {
county_has_province_with_terrain = {
any_county_province = {
terrain = hills
}
}
@ -2571,7 +2568,7 @@ tradition_hill_dwellers = {
NOT = {
any_culture_county = {
percent >= 0.3
county_has_province_with_terrain = {
any_county_province = {
terrain = hills
}
}
@ -2606,7 +2603,7 @@ tradition_hill_dwellers = {
any_sub_realm_county = {
percent >= 0.2
culture = scope:character.culture
county_has_province_with_terrain = {
any_county_province = {
terrain = hills
}
}
@ -2619,7 +2616,7 @@ tradition_hill_dwellers = {
limit = {
any_culture_county = {
percent >= 0.6
county_has_province_with_terrain = {
any_county_province = {
terrain = hills
}
}
@ -2651,9 +2648,11 @@ tradition_forest_folk = {
custom_description = {
text = culture_in_forest_desc
any_culture_county = {
county_has_province_with_terrain = {
terrain = forest
terrain = taiga
any_county_province = {
OR = {
terrain = forest
terrain = taiga
}
}
}
}
@ -2702,9 +2701,11 @@ tradition_forest_folk = {
NOT = {
any_culture_county = {
percent >= 0.3
county_has_province_with_terrain = {
terrain = forest
terrain = taiga
any_county_province = {
OR = {
terrain = forest
terrain = taiga
}
}
}
}
@ -2738,9 +2739,11 @@ tradition_forest_folk = {
any_sub_realm_county = {
percent >= 0.2
culture = scope:character.culture
county_has_province_with_terrain = {
terrain = forest
terrain = taiga
any_county_province = {
OR = {
terrain = forest
terrain = taiga
}
}
}
}
@ -2752,9 +2755,11 @@ tradition_forest_folk = {
limit = {
any_culture_county = {
percent >= 0.6
county_has_province_with_terrain = {
terrain = forest
terrain = taiga
any_county_province = {
OR = {
terrain = forest
terrain = taiga
}
}
}
}
@ -2792,9 +2797,11 @@ tradition_mountain_homes = {
custom_description = {
text = culture_in_mountains_desc
any_culture_county = {
county_has_province_with_terrain = {
terrain = mountains
terrain = desert_mountains
any_county_province = {
OR = {
terrain = mountains
terrain = desert_mountains
}
}
}
}
@ -2843,9 +2850,11 @@ tradition_mountain_homes = {
NOT = {
any_culture_county = {
percent >= 0.3
county_has_province_with_terrain = {
terrain = mountains
terrain = desert_mountains
any_county_province = {
OR = {
terrain = mountains
terrain = desert_mountains
}
}
}
}
@ -2879,9 +2888,11 @@ tradition_mountain_homes = {
any_sub_realm_county = {
percent >= 0.2
culture = scope:character.culture
county_has_province_with_terrain = {
terrain = mountains
terrain = desert_mountains
any_county_province = {
OR = {
terrain = mountains
terrain = desert_mountains
}
}
}
}
@ -2893,9 +2904,11 @@ tradition_mountain_homes = {
limit = {
any_culture_county = {
percent >= 0.6
county_has_province_with_terrain = {
terrain = mountains
terrain = desert_mountains
any_county_province = {
OR = {
terrain = mountains
terrain = desert_mountains
}
}
}
}
@ -2917,9 +2930,11 @@ tradition_dryland_dwellers = {
custom_description = {
text = culture_in_dryland_desc
any_culture_county = {
county_has_province_with_terrain = {
terrain = drylands
terrain = desert
any_county_province = {
OR = {
terrain = drylands
terrain = desert
}
}
}
}
@ -2972,9 +2987,11 @@ tradition_dryland_dwellers = {
NOT = {
any_culture_county = {
percent >= 0.3
county_has_province_with_terrain = {
terrain = drylands
terrain = desert
any_county_province = {
OR = {
terrain = drylands
terrain = desert
}
}
}
}
@ -3008,9 +3025,11 @@ tradition_dryland_dwellers = {
any_sub_realm_county = {
percent >= 0.2
culture = scope:character.culture
county_has_province_with_terrain = {
terrain = drylands
terrain = desert
any_county_province = {
OR = {
terrain = drylands
terrain = desert
}
}
}
}
@ -3022,9 +3041,11 @@ tradition_dryland_dwellers = {
limit = {
any_culture_county = {
percent >= 0.6
county_has_province_with_terrain = {
terrain = drylands
terrain = desert
any_county_province = {
OR = {
terrain = drylands
terrain = desert
}
}
}
}
@ -3053,7 +3074,7 @@ tradition_jungle_dwellers = {
custom_description = {
text = culture_in_jungle_desc
any_culture_county = {
county_has_province_with_terrain = {
any_county_province = {
terrain = jungle
}
}
@ -3096,7 +3117,7 @@ tradition_jungle_dwellers = {
NOT = {
any_culture_county = {
percent >= 0.3
county_has_province_with_terrain = {
any_county_province = {
terrain = jungle
}
}
@ -3131,7 +3152,7 @@ tradition_jungle_dwellers = {
any_sub_realm_county = {
percent >= 0.2
culture = scope:character.culture
county_has_province_with_terrain = {
any_county_province = {
terrain = jungle
}
}
@ -3144,7 +3165,7 @@ tradition_jungle_dwellers = {
limit = {
any_culture_county = {
percent >= 0.6
county_has_province_with_terrain = {
any_county_province = {
terrain = jungle
}
}
@ -3167,7 +3188,7 @@ tradition_wetlanders = {
custom_tooltip = {
text = culture_in_wetlands_desc
any_culture_county = {
county_has_province_with_terrain = {
any_county_province = {
terrain = wetlands
}
}
@ -3222,7 +3243,7 @@ tradition_wetlanders = {
NOT = {
any_culture_county = {
count >= 3
county_has_province_with_terrain = {
any_county_province = {
terrain = wetlands
}
}
@ -3257,7 +3278,7 @@ tradition_wetlanders = {
any_sub_realm_county = {
count >= 3
culture = scope:character.culture
county_has_province_with_terrain = {
any_county_province = {
terrain = wetlands
}
}
@ -3270,7 +3291,7 @@ tradition_wetlanders = {
limit = {
any_culture_county = {
percent >= 0.6
county_has_province_with_terrain = {
any_county_province = {
terrain = wetlands
}
}
@ -3300,7 +3321,7 @@ tradition_hidden_cities = {
custom_description = {
text = culture_in_jungle_desc
any_culture_county = {
county_has_province_with_terrain = {
any_county_province = {
terrain = jungle
}
}
@ -3343,7 +3364,7 @@ tradition_hidden_cities = {
NOT = {
any_culture_county = {
percent >= 0.3
county_has_province_with_terrain = {
any_county_province = {
terrain = jungle
}
}
@ -3376,7 +3397,7 @@ tradition_hidden_cities = {
NOT = {
any_culture_county = {
percent >= 0.3
county_has_province_with_terrain = {
any_county_province = {
terrain = jungle
}
}
@ -3404,8 +3425,8 @@ tradition_hidden_cities = {
limit = {
any_culture_county = {
percent >= 0.6
county_has_province_with_terrain = {
terrain = jungle
any_county_province = {
terrain = wetlands
}
}
}
@ -3463,7 +3484,7 @@ tradition_ancient_miners = {
scope:character = {
any_sub_realm_county = {
culture = scope:character.culture
county_has_province_with_terrain = {
any_county_province = {
terrain = hills
}
}
@ -3720,7 +3741,9 @@ tradition_maritime_mercantilism = {
custom_description = {
text = culture_on_coast_desc
any_culture_county = {
has_coastal_province = yes
any_county_province = {
is_coastal = yes
}
}
}
}
@ -3762,7 +3785,9 @@ tradition_maritime_mercantilism = {
NOT = {
any_culture_county = {
percent >= 0.3
has_coastal_province = yes
any_county_province = {
is_coastal = yes
}
}
}
}
@ -3793,7 +3818,9 @@ tradition_maritime_mercantilism = {
scope:character = {
any_sub_realm_county = {
percent >= 0.6
has_coastal_province = yes
any_county_province = {
is_coastal = yes
}
}
}
}
@ -3814,7 +3841,9 @@ tradition_maritime_mercantilism = {
scope:character = {
any_sub_realm_county = {
percent >= 0.3
has_coastal_province = yes
any_county_province = {
is_coastal = yes
}
}
}
}
@ -3825,7 +3854,9 @@ tradition_maritime_mercantilism = {
limit = {
any_culture_county = {
percent >= 0.6
has_coastal_province = yes
any_county_province = {
is_coastal = yes
}
}
}
multiply = 2

View file

@ -139,12 +139,22 @@ tradition_british_palace_politics = {
wanderers_gain_extra_combat_skills = yes
mercenary_courtiers_gain_extra_skills = yes
more_likely_to_leave_court = yes
cultrad_unlocks_t2_countermeasures = yes
enable_garden_duchy_building = yes
can_appoint_court_gardener = yes
can_recruit_gardeners = yes
can_recruit_gardeners = yes
vengeful_trait_more_common = yes
vengeful_positive_forgiving_negative = yes
rivalries_more_common = yes
hostile_action_vs_rival_bonuses = yes
bonuses_from_patriarch_matriarch_trait = yes
cultural_house_personal_scheme_success_chance = yes
landing_house_members_give_prestige = yes
penalty_for_revoking_titles_from_house_members = yes
loyal_trait_more_common = yes
}
character_modifier = {
dynasty_house_opinion = 15
opinion_of_liege = -10
monthly_court_grandeur_change_mult = 0.2
political_scheme_phase_duration_add = minor_scheme_phase_duration_bonus_value
personal_scheme_phase_duration_add = minor_scheme_phase_duration_bonus_value
@ -158,6 +168,7 @@ tradition_british_palace_politics = {
same_culture_mercenary_hire_cost_mult = -0.15
character_travel_speed_mult = 0.1
character_travel_safety_mult = 0.1
dread_baseline_add = 10
}
cost = {

File diff suppressed because it is too large Load diff

View file

@ -31,12 +31,12 @@ default_coastal_sea=coastal_sea
28=plains
29=hills
30=plains
31=plains
31=wetlands
32=plains
33=wetlands
34=wetlands
35=hills
36=wetlands
36=plains
37=plains
38=plains
39=hills
@ -2034,7 +2034,7 @@ default_coastal_sea=coastal_sea
2317=forest
2318=forest
2319=forest
2320=plains
2320=farmlands
2321=plains
2322=farmlands
2323=plains
@ -2053,7 +2053,7 @@ default_coastal_sea=coastal_sea
2336=farmlands
2337=plains
2338=farmlands
2339=plains
2339=farmlands
2340=plains
2341=plains
2342=plains
@ -2231,7 +2231,7 @@ default_coastal_sea=coastal_sea
2514=hills
2515=mountains
2516=mountains
2517=plains
2517=farmlands
2518=plains
2519=plains
2520=hills
@ -2250,7 +2250,7 @@ default_coastal_sea=coastal_sea
2533=plains
2534=plains
2535=hills
2536=plains
2536=farmlands
2537=plains
2538=wetlands #Fucecchio Marshes
2539=plains
@ -2274,7 +2274,7 @@ default_coastal_sea=coastal_sea
2557=plains
2558=plains
2559=plains
2560=plains
2560=farmlands
2561=plains
2562=wetlands #Maremma
2563=plains
@ -2397,7 +2397,7 @@ default_coastal_sea=coastal_sea
2680=forest
2681=forest
2682=farmlands
2683=plains
2683=farmlands
2684=plains
2685=plains
2686=hills
@ -2944,6 +2944,7 @@ default_coastal_sea=coastal_sea
3227=plains
3228=plains
3256=forest
3257=wasteland
3258=mountains
3266=jungle
3267=jungle
@ -7962,9 +7963,9 @@ default_coastal_sea=coastal_sea
8714=hills
8715=hills
8716=hills
8717=farmlands
8718=forest
8719=hills
8717=mountains
8718=mountains
8719=mountains
8720=mountains
8721=mountains
8722=jungle
@ -7983,7 +7984,7 @@ default_coastal_sea=coastal_sea
8735=plains
8739=taiga
8741=plains #Bangor
8742=plains #Clogher
8742=wetlands #Clogher
8743=wetlands #Dungannon
8744=wetlands #Adragh
8745=wetlands #Cruachu
@ -8896,22 +8897,24 @@ default_coastal_sea=coastal_sea
9661=mountains
9664=mountains
9665=desert
9667=steppe
9668=steppe
9667=plains
9668=hills
9669=forest
9670=steppe
9671=mountains
9672=mountains
9670=wetlands
9671=plains
9672=wetlands
9673=plains
9674=mountains
9675=forest
9676=jungle
9674=plains
9675=hills
9676=wetlands
9677=wetlands
9678=wetlands
9679=forest
9681=wetlands
9682=forest
9683=forest
9684=hills
9685=floodplains
9682=plains
9683=wetlands
9684=wetlands
9685=wetlands
9686=plains
9687=forest
9688=plains
@ -8920,42 +8923,42 @@ default_coastal_sea=coastal_sea
9691=plains
9692=plains
9693=forest
9694=wetlands
9694=hills
9695=hills
9696=wetlands
9697=plains
9698=plains
9699=plains
9700=farmlands
9700=mountains
9701=plains
9702=farmlands
9703=plains
9704=plains
9705=farmlands
9706=plains
9707=wetlands
9708=plains
9709=plains
9710=plains
9702=mountains
9703=mountains
9704=mountains
9705=hills
9706=mountains
9707=mountains
9708=mountains
9709=mountains
9710=mountains
9711=mountains
9712=mountains
9713=mountains
9714=hills
9714=farmlands
9715=hills
9716=hills
9717=hills
9718=hills
9719=farmlands
9719=plains
9720=farmlands
9721=hills
9722=farmlands
9722=hills
9723=plains
9724=forest
9725=forest
9726=farmlands
9727=farmlands
9728=plains
9729=plains
9729=wetlands
9730=plains
9731=plains
9732=farmlands
@ -8977,7 +8980,7 @@ default_coastal_sea=coastal_sea
9748=mountains
9749=mountains
9750=forest
9751=mountains
9751=forest
9752=hills
9753=mountains
9754=hills
@ -8985,15 +8988,15 @@ default_coastal_sea=coastal_sea
9756=forest
9757=jungle
9758=hills
9759=hills
9759=wasteland
9760=hills
9761=mountains
9762=jungle
9763=mountains
9761=plains
9762=forest
9763=forest
9764=hills
9765=farmlands
9766=mountains
9767=mountains
9766=forest
9767=forest
9768=hills
9769=hills
9770=forest
@ -9001,30 +9004,30 @@ default_coastal_sea=coastal_sea
9772=hills
9773=forest
9774=hills
9775=mountains
9776=hills
9775=plains
9776=farmlands
9777=forest
9778=hills
9779=forest
9780=farmlands
9781=jungle
9782=farmlands
9783=jungle
9784=jungle
9785=jungle
9786=farmlands
9787=hills
9788=farmlands
9789=farmlands
9780=forest
9781=plains
9782=plains
9783=mountains
9784=forest
9785=wasteland
9786=mountains
9787=wasteland
9788=wasteland
9789=wasteland
9790=plains
9791=forest
9792=forest
9793=forest
9794=hills
9795=plains
9796=forest
9791=wasteland
9792=wasteland
9793=wasteland
9794=wasteland
9795=wasteland
9796=wasteland
9797=mountains
9798=plains
9798=mountains
9799=mountains
9800=plains
9801=plains
@ -11971,4 +11974,5 @@ default_coastal_sea=coastal_sea
13276=mountains
13277=mountains
13278=mountains
13279=mountains
13279=mountains
13428=wasteland

View file

@ -26,26 +26,25 @@ britannic_virtues = {
}
}
special_doctrine_british_royalty = {
traits = {
virtues = { vengeful arrogant stubborn }
sins = { forgiving humble fickle }
}
special_doctrine_british_royalty = {
traits = {
virtues = { vengeful arrogant stubborn }
sins = { forgiving humble fickle }
}
}
special_doctrine_british_admiralty = {
traits = {
virtues = { brave humble stubborn }
sins = { craven arrogant fickle }
}
special_doctrine_british_admiralty = {
traits = {
virtues = { brave humble stubborn }
sins = { craven arrogant fickle }
}
special_doctrine_british_unity = {
traits = {
virtues = { generous humble diligent }
sins = { greedy arrogant lazy }
}
}
special_doctrine_british_unity = {
traits = {
virtues = { generous humble diligent }
sins = { greedy arrogant lazy }
}
}
}
estatist_virtues = {
@ -59,26 +58,26 @@ estatist_virtues = {
}
}
special_doctrine_liberty = {
traits = {
virtues = { forgiving compassionate }
sins = { vengeful sadistic }
}
special_doctrine_liberty = {
traits = {
virtues = { forgiving compassionate }
sins = { vengeful sadistic }
}
}
special_doctrine_equality = {
traits = {
virtues = { compassionate humble }
sins = { sadistic arrogant }
}
special_doctrine_equality = {
traits = {
virtues = { compassionate humble }
sins = { sadistic arrogant }
}
}
special_doctrine_fraternity = {
traits = {
virtues = { trusting gregarious }
sins = { paranoid shy }
}
special_doctrine_fraternity = {
traits = {
virtues = { trusting gregarious }
sins = { paranoid shy }
}
}
}
novelist_virtues = {
@ -97,58 +96,58 @@ novelist_virtues = {
}
}
special_doctrine_aslan = {
traits = {
virtues = { humble forgiving }
sins = { arrogant vengeful }
}
special_doctrine_aslan = {
traits = {
virtues = { humble forgiving }
sins = { arrogant vengeful }
}
}
special_doctrine_numenor = {
traits = {
virtues = { generous gregarious }
sins = { greedy shy }
}
special_doctrine_numenor = {
traits = {
virtues = { generous gregarious }
sins = { greedy shy }
}
}
special_doctrine_charlemagne = {
traits = {
virtues = { ambitious honest }
sins = { content deceitful }
}
special_doctrine_charlemagne = {
traits = {
virtues = { ambitious honest }
sins = { content deceitful }
}
}
special_doctrine_dracula = {
traits = {
virtues = { callous vengeful }
sins = { compassionate forgiving }
}
special_doctrine_dracula = {
traits = {
virtues = { callous vengeful }
sins = { compassionate forgiving }
}
}
special_doctrine_reason_and_progress = {
traits = {
virtues = { diligent ambitious }
sins = { lazy content }
}
special_doctrine_reason_and_progress = {
traits = {
virtues = { diligent ambitious }
sins = { lazy content }
}
special_doctrine_simurghi = {
traits = {
virtues = { temperate honest }
sins = { gluttonous deceitful }
}
}
special_doctrine_simurghi = {
traits = {
virtues = { temperate honest }
sins = { gluttonous deceitful }
}
special_doctrine_rocambolist = {
traits = {
virtues = { gregarious deceitful }
sins = { shy honest }
}
}
special_doctrine_rocambolist = {
traits = {
virtues = { gregarious deceitful }
sins = { shy honest }
}
special_doctrine_absurdist = {
traits = {
virtues = { cynical ambitious }
sins = { zealous content }
}
}
special_doctrine_absurdist = {
traits = {
virtues = { cynical ambitious }
sins = { zealous content }
}
}
}
thelema_virtues = {
@ -161,19 +160,18 @@ thelema_virtues = {
}
}
special_doctrine_base_thelema = {
traits = {
virtues = { loyal }
sins = { disloyal }
}
special_doctrine_base_thelema = {
traits = {
virtues = { loyal }
}
}
special_doctrine_old_thelema = {
traits = {
virtues = { ambitious }
sins = { content }
}
special_doctrine_old_thelema = {
traits = {
virtues = { ambitious }
sins = { content }
}
}
}
wicca_virtues = {
@ -186,17 +184,32 @@ wicca_virtues = {
}
}
special_doctrine_king_arthurs_bravery = {
traits = {
virtues = { brave }
sins = { craven }
}
special_doctrine_king_arthurs_bravery = {
traits = {
virtues = { brave }
sins = { craven }
}
}
special_doctrine_horned_lords_law = {
traits = {
virtues = { just }
sins = { arbitrary }
}
special_doctrine_horned_lords_law = {
traits = {
virtues = { just }
sins = { arbitrary }
}
}
}
radical_virtues = {
group = "special"
is_available_on_create = {
has_doctrine = special_doctrine_helvetic
}
special_doctrine_helvetic = {
traits = {
virtues = { chaste = 3 humble = 3 temperate = 3 diligent = 3 patient = 3 compassionate = 3 generous = 3 }
sins = { lustful = 3 arrogant = 3 wrathful = 3 lazy = 3 gluttonous = 3 sadistic = 3 vengeful = 3 }
}
}
}

File diff suppressed because it is too large Load diff

View file

@ -39,8 +39,8 @@
doctrine = doctrine_no_anointment
traits = {
virtues = { forgiving gregarious patient lustful lifestyle_mystic hashishiyah }
sins = { vengeful sadistic impatient fickle lazy }
virtues = { gregarious lustful lifestyle_mystic hashishiyah }
sins = { sadistic fickle lazy }
}
reserved_male_names = { #put larp names here later

View file

@ -17,6 +17,44 @@ germany0004 = { #Hans Josef of Lichtenstein
}
}
###### Switzerland
germany0002 = {
name = "Franz"
dynasty = klosters_dynasty
religion = "helvetic"
culture = swiss
trait = education_learning_3
trait = chaste
trait = humble
trait = temperate
2509.1.1 = {
birth = yes
}
2600.1.1 = {
death = yes
}
}
alps_jurgen_klosters = {
name = "Jurgen"
dynasty = klosters_dynasty
religion = "helvetic"
culture = swiss
trait = education_martial_4
trait = zealous
trait = brave
trait = wrathful
trait = shrewd
trait = holy_warrior
father = germany0002
2529.1.1 = {
birth = yes
}
2600.1.1 = {
death = yes
}
}
### Bludenzer dynasty of Vorarlberg
thomas_i_of_vorarlberg={
name="Thomas"
@ -217,12 +255,14 @@ france_bova_ivette = {
france_grimaldi_honore = {
name = "Honore"
dynasty = grimaldi_dynasty
religion = roman_catholic
religion = fraticelli
culture = azurrano
trait = education_martial_4
trait = patient
trait = calm
trait = brave
trait = generous
trait = chaste
trait = temperate
trait = holy_warrior
trait = populist_leader
2522.12.29 = {
birth = yes
}

View file

@ -1161,60 +1161,4 @@ france_bonaparte_arathorn_2={
2600.1.1 = {
death = yes
}
}
france_sade_alphonse = {
name = "Alphonse"
dynasty = sade_dynasty
religion = rocambolist
culture = provencal
trait = education_learning_4
trait = sadistic
trait = lustful
trait = temperate
trait = possessed_1
2535.12.29 = {
birth = yes
}
2600.1.1 = {
death = yes
}
}
france_bova_ivette = {
name = "Ivette"
dynasty = bova_dynasty
religion = rocambolist
culture = piedmontese
trait = education_martial_2
trait = physique_good_3
trait = strong
trait = lustful
trait = brave
trait = gregarious
female = yes
2535.12.29 = {
birth = yes
}
2600.1.1 = {
death = yes
}
}
france_grimaldi_honore = {
name = "Honore"
dynasty = grimaldi_dynasty
religion = roman_catholic
culture = azurrano
trait = education_martial_4
trait = patient
trait = calm
trait = brave
2522.12.29 = {
birth = yes
}
2600.1.1 = {
death = yes
}
}
}

View file

@ -15,24 +15,6 @@
}
}
germany0002 = {
name = "Franz"
dynasty = klosters_dynasty
religion = "helvetic"
culture = swiss
trait = education_stewardship_3
trait = scholar
trait = lustful
trait = humble
trait = gluttonous
2509.1.1 = {
birth = yes
}
2600.1.1 = {
death = yes
}
}
germany0003 = {
name = "Torben"
dynasty = audi_dynasty

View file

@ -74,7 +74,7 @@
}
###c_cambridgeshire
1534 = {
culture = easlander
culture = soueyrneg
religion = victorian
holding = castle_holding
}

View file

@ -636,11 +636,11 @@
}
###c_casentino
2553 = {
culture = cisalpine
culture = romagnol
religion = roman_catholic
holding = castle_holding
900.1.1 = {
culture = emilian
culture = romagnol
}
}
2551 = {
@ -753,15 +753,14 @@
}
###c_ravenna
2546 = {
culture = cisalpine
culture = romagnol
religion = roman_catholic
holding = church_holding
holding = castle_holding
504.1.1 = {
special_building_slot = apollinare_nuovo
special_building = apollinare_nuovo
}
900.1.1 = {
culture = emilian
}
}
2549 = {
@ -807,7 +806,7 @@
##d_ancona
###c_ancona
2594 = {
culture = romagnol
culture = laziale
religion = roman_catholic
holding = castle_holding
1066.1.1 = {
@ -834,7 +833,7 @@
}
###c_fermo
2598 = {
culture = romagnol
culture = pugliese
religion = roman_catholic
holding = castle_holding
}
@ -842,7 +841,7 @@
holding = church_holding
}
2599 = {
culture = romagnol
culture = laziale
religion = roman_catholic
holding = castle_holding
}
@ -1160,6 +1159,8 @@
}
2621 = {
holding = city_holding
culture = pugliese
religion = roman_catholic
}
###c_lecce
8755 = {
@ -1169,6 +1170,8 @@
}
2622 = {
holding = city_holding
culture = pugliese
religion = roman_catholic
}
2620 = {
holding = none

View file

@ -31,6 +31,23 @@ c_fermo = {
}
}
d_toscana= {
2550.1.1 = {
holder = italy0005
}
}
c_siena = {
2550.1.1 = {
holder = italy_massimo_montalcino
liege = d_toscana
}
}
c_arezzo = {
2550.1.1 = {
holder = italy_alessandro_borri
liege = d_toscana
}
}
d_emilia = {
2505.1.1 = {

View file

@ -23,4 +23,22 @@ c_upper_corsica = {
holder = italy_diana_bastia
liege = k_sardinia_and_corsica
}
}
d_pisa = {
2550.1.1 = {
holder = italy_archibaldo_volterra
liege = k_sardinia_and_corsica
}
}
c_pisa = {
2550.1.1 = {
holder = italy_archibaldo_volterra
}
}
c_orbetello = {
2550.1.1 = {
holder = italy_riccardo_mastropiero
liege = d_pisa
}
}

View file

@ -1,5 +1,4 @@
k_sicily = {
2505.1.1 = {
change_development_level = 7
}
@ -9,13 +8,13 @@ d_abruzzo = {
holder = italy0007
}
}
c_alife = {
c_caserta = {
2550.1.1 = {
holder = italy_elena_ornano
liege = d_abruzzo
liege = d_napoli
}
}
c_larino = {
c_molise = {
2550.1.1 = {
holder = italy_manuele_boccaccio
liege = d_abruzzo

View file

@ -1,4 +1,9 @@
k_switzerland = {
2100.1.1 = {
succession_laws = {
feudal_elective_succession_law
}
}
2554.1.1 = {
holder = germany0002 #Franz Klosters
}

View file

@ -1,35 +0,0 @@
k_tuscany = {
2550.1.1 = {
holder = italy0005
}
}
d_pisa = {
2550.1.1 = {
holder = italy_archibaldo_volterra
liege = k_tuscany
}
}
c_pisa = {
2550.1.1 = {
holder = italy_archibaldo_volterra
liege = k_tuscany
}
}
c_orbetello = {
2550.1.1 = {
holder = italy_riccardo_mastropiero
liege = d_pisa
}
}
c_siena = {
2550.1.1 = {
holder = italy_massimo_montalcino
liege = k_tuscany
}
}
c_arezzo = {
2550.1.1 = {
holder = italy_alessandro_borri
liege = k_tuscany
}
}

View file

@ -16602,8 +16602,8 @@
k_italy_adj:0 "Piedmontese"
k_tuscany:0 "Tuscany"
k_tuscany_adj:0 "Tuscan"
k_san_marino:0 "San Marino"
k_san_marino_adj:0 "San Marinese"
k_san_marino:0 "Ravenna"
k_san_marino_adj:0 "Ravennian"
k_castille_leon:0 "Castileón"
k_castille_leon_adj:0 "Castileónese"
d_bremen:0 "Bremen"