Merge branch 'next-version-dev' of https://forgejo.damimani-alex.org/damimani/N3OW into next-version-dev
This commit is contained in:
commit
b230e3ab0c
24 changed files with 4616 additions and 2503 deletions
|
|
@ -9527,6 +9527,388 @@ konigsberg_cathedral_02 = {
|
|||
|
||||
|
||||
|
||||
########################################
|
||||
# RUSSIA
|
||||
########################################
|
||||
|
||||
##########
|
||||
# Winter Palace
|
||||
##########
|
||||
|
||||
winter_palace_01 = {
|
||||
|
||||
construction_time = very_slow_construction_time
|
||||
|
||||
type_icon = "icon_structure_despot_palace.dds"
|
||||
|
||||
can_construct_potential = {
|
||||
building_requirement_tribal = no
|
||||
}
|
||||
|
||||
can_construct = {
|
||||
scope:holder = {
|
||||
prestige_level >= 4
|
||||
highest_held_title_tier >= tier_duchy
|
||||
}
|
||||
scope:holder.culture = { has_innovation = innovation_manorialism }
|
||||
building_requirement_tribal = no
|
||||
}
|
||||
|
||||
effect_desc = feast_cost_discount_max_desc
|
||||
|
||||
cost_gold = 750
|
||||
|
||||
county_holder_character_modifier = {
|
||||
diplomacy_per_prestige_level = 1
|
||||
monthly_dynasty_prestige = 0.15
|
||||
monthly_dynasty_prestige_mult = 0.05
|
||||
monthly_prestige = 0.15
|
||||
legitimacy_gain_mult = 0.15
|
||||
}
|
||||
|
||||
county_modifier = {
|
||||
tax_mult = 0.10
|
||||
development_growth = 0.10
|
||||
development_growth_factor = 0.15
|
||||
}
|
||||
|
||||
province_modifier = {
|
||||
monthly_income = 2
|
||||
}
|
||||
|
||||
next_building = winter_palace_02
|
||||
|
||||
ai_value = {
|
||||
base = 100
|
||||
modifier = { # Fill all building slots before going for special buildings
|
||||
factor = 0
|
||||
free_building_slots > 0
|
||||
}
|
||||
}
|
||||
|
||||
type = special
|
||||
|
||||
flag = travel_point_of_interest_diplomatic
|
||||
}
|
||||
|
||||
winter_palace_02 = {
|
||||
|
||||
construction_time = very_slow_construction_time
|
||||
|
||||
type_icon = "icon_structure_despot_palace.dds"
|
||||
|
||||
can_construct_potential = {
|
||||
building_requirement_tribal = no
|
||||
}
|
||||
|
||||
can_construct = {
|
||||
building_requirement_castle_city_church = { LEVEL = 03 }
|
||||
scope:holder = {
|
||||
prestige_level >= 4
|
||||
highest_held_title_tier >= tier_duchy
|
||||
}
|
||||
scope:holder.culture = { has_innovation = innovation_windmills }
|
||||
}
|
||||
|
||||
effect_desc = feast_cost_discount_max_desc
|
||||
|
||||
cost_gold = 2000
|
||||
|
||||
county_holder_character_modifier = {
|
||||
diplomacy_per_prestige_level = 1
|
||||
stewardship_per_prestige_level = 1
|
||||
monthly_dynasty_prestige = 0.50
|
||||
monthly_dynasty_prestige_mult = 0.10
|
||||
monthly_prestige = 0.50
|
||||
monthly_prestige_gain_mult = 0.20
|
||||
legitimacy_gain_mult = 0.15
|
||||
}
|
||||
|
||||
county_modifier = {
|
||||
tax_mult = 0.20
|
||||
development_growth = 0.20
|
||||
development_growth_factor = 0.25
|
||||
}
|
||||
|
||||
province_modifier = {
|
||||
monthly_income = 3.50
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
base = 100
|
||||
ai_general_building_modifier = yes
|
||||
modifier = { # Fill all building slots before going for special buildings
|
||||
factor = 0
|
||||
free_building_slots > 0
|
||||
}
|
||||
}
|
||||
type = special
|
||||
|
||||
flag = travel_point_of_interest_diplomatic
|
||||
}
|
||||
|
||||
##########
|
||||
# Peter and Paul Fortress
|
||||
##########
|
||||
|
||||
petropavlovskaya_krepost_01 = {
|
||||
|
||||
construction_time = very_slow_construction_time
|
||||
|
||||
type_icon = "icon_structure_visby_ringmur.dds"
|
||||
|
||||
can_construct_potential = {
|
||||
building_requirement_tribal = no
|
||||
}
|
||||
|
||||
can_construct = {
|
||||
scope:holder = {
|
||||
prestige_level >= 4
|
||||
highest_held_title_tier >= tier_duchy
|
||||
}
|
||||
scope:holder.culture = { has_innovation = innovation_manorialism }
|
||||
building_requirement_tribal = no
|
||||
}
|
||||
|
||||
cost_gold = 750
|
||||
|
||||
county_holder_character_modifier = {
|
||||
knight_effectiveness_mult = 0.125
|
||||
monthly_martial_lifestyle_xp_gain_mult = 0.1
|
||||
monthly_prestige_gain_mult = 0.10
|
||||
belligerent_vassal_opinion = 5
|
||||
glory_hound_opinion = 5
|
||||
}
|
||||
|
||||
county_modifier = {
|
||||
monthly_county_control_growth_add = 0.5
|
||||
hostile_raid_time = 0.5
|
||||
}
|
||||
|
||||
province_modifier = {
|
||||
fort_level = 4
|
||||
garrison_size = 0.50
|
||||
defender_holding_advantage = 4
|
||||
stationed_maa_damage_mult = 0.1
|
||||
stationed_maa_toughness_mult = 0.1
|
||||
stationed_siege_weapon_siege_value_mult = 0.1
|
||||
travel_danger = -15
|
||||
}
|
||||
|
||||
next_building = petropavlovskaya_krepost_02
|
||||
|
||||
ai_value = {
|
||||
base = 100
|
||||
modifier = { # Fill all building slots before going for special buildings
|
||||
factor = 0
|
||||
free_building_slots > 0
|
||||
}
|
||||
}
|
||||
|
||||
type = special
|
||||
|
||||
flag = travel_point_of_interest_diplomatic
|
||||
}
|
||||
|
||||
petropavlovskaya_krepost_02 = {
|
||||
|
||||
construction_time = very_slow_construction_time
|
||||
|
||||
type_icon = "icon_structure_visby_ringmur.dds"
|
||||
|
||||
can_construct_potential = {
|
||||
building_requirement_tribal = no
|
||||
}
|
||||
|
||||
can_construct = {
|
||||
building_requirement_castle_city_church = { LEVEL = 03 }
|
||||
scope:holder = {
|
||||
prestige_level >= 4
|
||||
highest_held_title_tier >= tier_duchy
|
||||
}
|
||||
scope:holder.culture = { has_innovation = innovation_windmills }
|
||||
}
|
||||
|
||||
cost_gold = 2500
|
||||
|
||||
county_holder_character_modifier = {
|
||||
martial_per_prestige_level = 1
|
||||
knight_effectiveness_mult = 0.25
|
||||
monthly_martial_lifestyle_xp_gain_mult = 0.1
|
||||
monthly_prestige_gain_mult = 0.10
|
||||
belligerent_vassal_opinion = 10
|
||||
glory_hound_opinion = 10
|
||||
}
|
||||
|
||||
county_modifier = {
|
||||
monthly_county_control_growth_add = 1
|
||||
hostile_raid_time = 1
|
||||
}
|
||||
|
||||
province_modifier = {
|
||||
fort_level = 6
|
||||
garrison_size = 1
|
||||
defender_holding_advantage = 6
|
||||
stationed_maa_damage_mult = 0.25
|
||||
stationed_maa_toughness_mult = 0.25
|
||||
stationed_siege_weapon_siege_value_mult = 0.2
|
||||
travel_danger = -25
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
base = 100
|
||||
ai_general_building_modifier = yes
|
||||
modifier = { # Fill all building slots before going for special buildings
|
||||
factor = 0
|
||||
free_building_slots > 0
|
||||
}
|
||||
}
|
||||
type = special
|
||||
|
||||
flag = travel_point_of_interest_diplomatic
|
||||
}
|
||||
|
||||
##########
|
||||
# Great Walls of Smolensk
|
||||
##########
|
||||
|
||||
smolensk_walls_01 = {
|
||||
construction_time = slow_construction_time
|
||||
|
||||
type_icon = "icon_structure_hotin_fortress.dds"
|
||||
|
||||
can_construct_potential = {
|
||||
}
|
||||
|
||||
cost_gold = 500
|
||||
|
||||
character_modifier = {
|
||||
monthly_dynasty_prestige_mult = 0.05
|
||||
}
|
||||
max_garrison = good_building_max_garrison_tier_1
|
||||
province_modifier = {
|
||||
defender_holding_advantage = normal_building_advantage_tier_2
|
||||
fort_level = good_building_fort_level_tier_1
|
||||
stationed_maa_damage_mult = normal_maa_damage_tier_1
|
||||
stationed_maa_toughness_mult = normal_maa_toughness_tier_1
|
||||
stationed_siege_weapon_siege_value_mult = normal_maa_siege_value_tier_1
|
||||
travel_danger = -10
|
||||
}
|
||||
county_modifier = {
|
||||
tax_mult = 0.05
|
||||
monthly_county_control_growth_add = 0.5
|
||||
development_growth = 0.1
|
||||
development_growth_factor = 0.05
|
||||
hostile_raid_time = 0.25
|
||||
}
|
||||
|
||||
next_building = smolensk_walls_02
|
||||
|
||||
ai_value = {
|
||||
base = 100
|
||||
culture_likely_to_fortify_modifier = yes
|
||||
modifier = { # Fill all building slots before going for special buildings
|
||||
factor = 0
|
||||
free_building_slots > 0
|
||||
}
|
||||
}
|
||||
|
||||
type = special
|
||||
|
||||
flag = travel_point_of_interest_martial
|
||||
}
|
||||
|
||||
smolensk_walls_02 = {
|
||||
construction_time = slow_construction_time
|
||||
|
||||
type_icon = "icon_structure_hotin_fortress.dds"
|
||||
|
||||
can_construct_potential = {
|
||||
}
|
||||
|
||||
can_construct = {
|
||||
scope:holder.culture = {
|
||||
has_innovation = innovation_hoardings
|
||||
}
|
||||
}
|
||||
|
||||
cost_gold = 1000
|
||||
|
||||
character_modifier = {
|
||||
monthly_dynasty_prestige_mult = 0.05
|
||||
martial_per_prestige_level = 1
|
||||
}
|
||||
max_garrison = good_building_max_garrison_tier_2
|
||||
province_modifier = {
|
||||
defender_holding_advantage = normal_building_advantage_tier_3
|
||||
fort_level = good_building_fort_level_tier_2
|
||||
stationed_maa_damage_mult = normal_maa_damage_tier_2
|
||||
stationed_maa_toughness_mult = normal_maa_toughness_tier_2
|
||||
stationed_siege_weapon_siege_value_mult = normal_maa_siege_value_tier_2
|
||||
travel_danger = -20
|
||||
}
|
||||
county_modifier = {
|
||||
tax_mult = 0.1
|
||||
monthly_county_control_growth_add = 0.5
|
||||
development_growth = 0.1
|
||||
development_growth_factor = 0.2
|
||||
hostile_raid_time = 0.33
|
||||
}
|
||||
|
||||
next_building = smolensk_walls_03
|
||||
|
||||
ai_value = {
|
||||
base = 100
|
||||
culture_likely_to_fortify_modifier = yes
|
||||
}
|
||||
|
||||
type = special
|
||||
|
||||
flag = travel_point_of_interest_martial
|
||||
}
|
||||
smolensk_walls_03 = {
|
||||
construction_time = slow_construction_time
|
||||
|
||||
type_icon = "icon_structure_hotin_fortress.dds"
|
||||
|
||||
can_construct_potential = {
|
||||
}
|
||||
|
||||
cost_gold = 1500
|
||||
|
||||
character_modifier = {
|
||||
monthly_dynasty_prestige_mult = 0.1
|
||||
martial_per_prestige_level = 1
|
||||
stewardship_per_prestige_level = 1
|
||||
}
|
||||
max_garrison = good_building_max_garrison_tier_3
|
||||
province_modifier = {
|
||||
defender_holding_advantage = normal_building_advantage_tier_4
|
||||
fort_level = good_building_fort_level_tier_3
|
||||
stationed_maa_damage_mult = normal_maa_damage_tier_2
|
||||
stationed_maa_toughness_mult = normal_maa_toughness_tier_2
|
||||
stationed_siege_weapon_siege_value_mult = normal_maa_siege_value_tier_2
|
||||
travel_danger = -30
|
||||
}
|
||||
county_modifier = {
|
||||
tax_mult = 0.15
|
||||
monthly_county_control_growth_add = 1
|
||||
development_growth = 0.15
|
||||
development_growth_factor = 0.15
|
||||
hostile_raid_time = 0.5
|
||||
}
|
||||
|
||||
ai_value = {
|
||||
base = 100
|
||||
culture_likely_to_fortify_modifier = yes
|
||||
}
|
||||
|
||||
type = special
|
||||
|
||||
flag = travel_point_of_interest_martial
|
||||
}
|
||||
|
||||
|
||||
########################################
|
||||
# BALTIC
|
||||
########################################
|
||||
|
|
|
|||
|
|
@ -6367,7 +6367,7 @@ k_pribaltia={
|
|||
color2=black
|
||||
texture="ce_per_fess.dds"
|
||||
instance={
|
||||
scale={ 1.000000 0.680000 }
|
||||
scale={ 1.000000 1.000000 }
|
||||
depth=7.010000
|
||||
}
|
||||
|
||||
|
|
@ -6751,237 +6751,6 @@ d_kursk={
|
|||
|
||||
}
|
||||
|
||||
|
||||
k_moskva={
|
||||
pattern="pattern_horizontal_split_01.dds"
|
||||
color1=red
|
||||
color2=red
|
||||
color3=red
|
||||
colored_emblem={
|
||||
color1=blue
|
||||
color2=blue
|
||||
texture="ce_lozenge_vair.dds"
|
||||
instance={
|
||||
position={ 0.270000 0.330000 }
|
||||
scale={ 0.690000 0.340000 }
|
||||
depth=3.010000
|
||||
rotation=296
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=red
|
||||
texture="ce_circle_mask.dds"
|
||||
instance={
|
||||
position={ 0.590000 0.410000 }
|
||||
scale={ 0.360000 0.360000 }
|
||||
depth=2.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="ce_saint_george.dds"
|
||||
instance={
|
||||
scale={ 0.940000 1.000000 }
|
||||
depth=1.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="NEOW_ce_helm_of_skanderbeg.dds"
|
||||
instance={
|
||||
position={ 0.490000 0.130000 }
|
||||
scale={ -0.120000 0.120000 }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
k_volga_bulgaria={
|
||||
pattern="pattern_horizontal_split_01.dds"
|
||||
color1=green
|
||||
color2=red
|
||||
color3=green
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="ce_block_02.dds"
|
||||
instance={
|
||||
scale={ 1.000000 0.040000 }
|
||||
depth=7.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=yellow
|
||||
color2=yellow_light
|
||||
texture="ce_religion_bogomilist.dds"
|
||||
instance={
|
||||
scale={ 0.140000 0.140000 }
|
||||
depth=1.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=red
|
||||
texture="ce_circle_mask.dds"
|
||||
instance={
|
||||
scale={ 0.470000 0.470000 }
|
||||
depth=5.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=yellow
|
||||
texture="ce_demi_vol.dds"
|
||||
instance={
|
||||
position={ 0.520000 0.420000 }
|
||||
scale={ -0.290000 -0.430000 }
|
||||
depth=4.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="ce_demi_vol.dds"
|
||||
instance={
|
||||
position={ 0.520000 0.420000 }
|
||||
scale={ -0.250000 -0.360000 }
|
||||
depth=2.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=yellow
|
||||
texture="ce_india_small_ujjain.dds"
|
||||
instance={
|
||||
scale={ 0.090000 0.090000 }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=green_light
|
||||
color2=yellow_light
|
||||
texture="ce_frame_circle_urnes_runes.dds"
|
||||
instance={
|
||||
scale={ 0.730000 0.730000 }
|
||||
depth=6.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=white
|
||||
color2=red
|
||||
color3=black
|
||||
texture="ce_mena_lion.dds"
|
||||
instance={
|
||||
scale={ -0.550000 0.550000 }
|
||||
depth=3.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
d_petrograd={
|
||||
pattern="pattern_horizontal_split_01.dds"
|
||||
color1=white
|
||||
color2=blue_light
|
||||
color3=black
|
||||
colored_emblem={
|
||||
color1=blue_light
|
||||
texture="ce_block_02.dds"
|
||||
instance={
|
||||
position={ 0.500000 0.860000 }
|
||||
depth=4.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="ce_anchor.dds"
|
||||
instance={
|
||||
position={ 0.640000 0.760000 }
|
||||
scale={ 0.580000 0.580000 }
|
||||
depth=3.010000
|
||||
rotation=318
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="NEOW_ce_wall.dds"
|
||||
instance={
|
||||
position={ 0.500000 0.350000 }
|
||||
depth=5.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=blue_light
|
||||
color2=red
|
||||
texture="ce_chief.dds"
|
||||
instance={
|
||||
depth=6.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=white
|
||||
color2=white
|
||||
texture="ce_annulet.dds"
|
||||
instance={
|
||||
position={ 0.380000 0.470000 }
|
||||
scale={ 0.220000 0.220000 }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=yellow
|
||||
texture="ce_key.dds"
|
||||
instance={
|
||||
position={ 0.530000 0.670000 }
|
||||
scale={ 1.000000 -1.000000 }
|
||||
depth=1.010000
|
||||
rotation=47
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="ce_bendlet.dds"
|
||||
instance={
|
||||
position={ 0.550000 0.660000 }
|
||||
scale={ 0.290000 0.290000 }
|
||||
depth=2.010000
|
||||
rotation=2
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
k_crimea={
|
||||
pattern="pattern_horizontal_split_01.dds"
|
||||
color1=blue
|
||||
|
|
|
|||
807
common/coat_of_arms/coat_of_arms/NEOW_russia.txt
Normal file
807
common/coat_of_arms/coat_of_arms/NEOW_russia.txt
Normal file
|
|
@ -0,0 +1,807 @@
|
|||
h_russia = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "yellow"
|
||||
|
||||
colored_emblem = {
|
||||
texture = "ce_crown_small.dds"
|
||||
color1 = "yellow"
|
||||
color2 = "yellow"
|
||||
instance = { position = { 0.431 0.100 } rotation = 12 scale = { 0.1 0.1 } }
|
||||
instance = { position = { 0.569 0.100 } rotation = 348 scale = { 0.1 0.1 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_eagle_double.dds"
|
||||
color1 = "yellow"
|
||||
color2 = "yellow"
|
||||
color3 = "black"
|
||||
instance = { position = { 0.5 0.5 } scale = { 0.9 1.0 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_shield_01.dds" # TODO PM : fix line appearing at bottom of that element
|
||||
# NB PM : Here the shield element creates a line artefact at the bottom. Much more obvious in a contrasted use (the black outline I wanted for the shield made the glitch too noticeable for ex).
|
||||
color1 = "red"
|
||||
color2 = "red"
|
||||
instance = { position = { 0.5 0.432 } scale = { 0.35 0.35 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_knight.dds" # TODO PM : replace with St George & the Dragon
|
||||
color1 = "white"
|
||||
color2 = "blue"
|
||||
instance = { position = { 0.5 0.41 } scale = { 0.31 0.31 } }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
e_zapadnorussia = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "yellow"
|
||||
|
||||
colored_emblem = {
|
||||
texture = "ce_crown_small.dds"
|
||||
color1 = "yellow"
|
||||
color2 = "yellow"
|
||||
instance = { position = { 0.431 0.100 } rotation = 12 scale = { 0.1 0.1 } }
|
||||
instance = { position = { 0.569 0.100 } rotation = 348 scale = { 0.1 0.1 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_eagle_double.dds"
|
||||
color1 = "yellow"
|
||||
color2 = "yellow"
|
||||
color3 = "black"
|
||||
instance = { position = { 0.5 0.5 } scale = { 0.9 1.0 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_shield_01.dds" # TODO PM : fix line appearing at bottom of that element
|
||||
# NB PM : Here the shield element creates a line artefact at the bottom. Much more obvious in a contrasted use (the black outline I wanted for the shield made the glitch too noticeable for ex).
|
||||
color1 = "red"
|
||||
color2 = "red"
|
||||
instance = { position = { 0.5 0.432 } scale = { 0.35 0.35 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_knight.dds" # TODO PM : replace with St George & the Dragon
|
||||
color1 = "white"
|
||||
color2 = "blue"
|
||||
instance = { position = { 0.5 0.41 } scale = { 0.31 0.31 } }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
# Petrograd ###########################################
|
||||
|
||||
k_petrograd = {
|
||||
pattern="pattern_solid.dds"
|
||||
color1=red
|
||||
color2=yellow
|
||||
color3=blue
|
||||
colored_emblem={
|
||||
color1=yellow
|
||||
color2=red
|
||||
color3=yellow
|
||||
texture="NEOW_ce_eagle_russia.dds"
|
||||
instance={ position={ 0.500 0.115 } scale={ 0.190 0.170 } depth=5.010 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=rgb { 171 171 171 }
|
||||
texture="ce_triangle_mask.dds"
|
||||
instance={ position={ 0.200 0.200 } scale={ 0.105 0.105 } depth=2.010 rotation=90 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=red
|
||||
texture="ce_circle_mask.dds"
|
||||
instance={ position={ 0.205 0.080 } scale={ 0.250 0.160 } }
|
||||
instance={ position={ 0.080 0.200 } scale={ 0.160 0.245 } depth=1.010 }
|
||||
instance={ position={ 1 0 } scale={ 0.580 0.580 } depth=3.010 rotation=43 }
|
||||
instance={ position={ 0.200 0.600 } scale={ 0.250 0.250 } depth=24.010 }
|
||||
instance={ position={ 0.800 0.600 } scale={ 0.250 0.250 } depth=25.010 }
|
||||
instance={ position={ 0.600 0.800 } scale={ 0.250 0.250 } depth=26.010 }
|
||||
instance={ position={ 0.450 0.450 } scale={ 0.333 0.333 } depth=27.010 }
|
||||
instance={ position={ 0.600 0.400 } scale={ 0.250 0.250 } depth=29.010 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="ce_saint_george.dds"
|
||||
instance={ position={ 0.500 0.125 } scale={ 0.040 0.040 } depth=4.010 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=yellow
|
||||
texture="ce_ordinary_pale_5.dds"
|
||||
instance={ position={ 0.500 0.350 } scale={ 0.110 0.065 } depth=8.010 }
|
||||
instance={ position={ 0.500 0.405 } scale={ 0.170 0.065 } depth=9.010 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="ce_anchor.dds"
|
||||
instance={ position={ 0.300 0.700 } scale={ 0.500 0.500 } depth=31.010 rotation=225 }
|
||||
instance={ position={ 0.700 0.700 } scale={ 0.500 0.500 } depth=32.009998 rotation=135 }
|
||||
instance={ position={ 0.300 0.300 } scale={ 0.500 0.500 } depth=33.009998 rotation=135 }
|
||||
instance={ position={ 0.700 0.300 } scale={ 0.500 0.500 } depth=34.009998 rotation=225 }
|
||||
instance={ position={ 0.700 0.300 } scale={ 0.250 0.250 } depth=35.009998 rotation=225 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=yellow
|
||||
texture="ce_mount_fleurdelisé.dds"
|
||||
instance={ position={ 0.500 0.465 } scale={ 0.140 0.140 } depth=7.010 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=red
|
||||
texture="ce_block_02.dds"
|
||||
instance={ position={ 0.350 0.700 } scale={ 0.333 0.333 } depth=28.010 rotation=45 }
|
||||
instance={ position={ 0.600 0.600 } scale={ 0.310 0.310 } depth=30.010 rotation=45 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=yellow
|
||||
texture="ce_ordinary_pile_01_inverted.dds"
|
||||
instance={ position={ 0.500 0.300 } scale={ 0.120 -0.140 } depth=14.010 }
|
||||
instance={ position={ 0.500 0.730 } scale={ 0.100 -0.120 } depth=15.010 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="ce_block_04.dds"
|
||||
instance={ position={ 0.320 0.680 } scale={ 0.333 0.333 } depth=19.010 rotation=135 }
|
||||
instance={ position={ 0.600 0.600 } scale={ 0.333 0.333 } depth=20.010 rotation=45 }
|
||||
instance={ position={ 0.400 0.400 } scale={ 0.333 0.333 } depth=21.010 rotation=45 }
|
||||
instance={ position={ 0.400 0.600 } scale={ 0.333 0.333 } depth=22.010 rotation=135 }
|
||||
instance={ position={ 0.600 0.400 } scale={ 0.333 0.333 } depth=23.010 rotation=135 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=yellow
|
||||
texture="ce_circle.dds"
|
||||
instance={ scale={ 0.090 0.090 } depth=6.010 }
|
||||
instance={ position={ 0.500 0.900 } scale={ 0.090 0.090 } depth=11.010 }
|
||||
instance={ position={ 0.500 0.775 } scale={ 0.090 0.090 } depth=12.010 }
|
||||
instance={ position={ 0.500 0.735 } scale={ 0.070 0.090 } depth=13.010 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=yellow
|
||||
texture="ce_heart.dds"
|
||||
instance={ position={ 0.50 0.20 } scale={ 0.070 -0.095 } depth=10.010 }
|
||||
instance={ position={ 0.50 0.59 } scale={ 0.062 -0.293 } depth=16.010 }
|
||||
instance={ position={ 0.50 0.825 } scale={ 0.060 -0.155 } depth=17.010 }
|
||||
instance={ position={ 0.50 0.345 } scale={ 0.060 -0.333 } depth=18.010 }
|
||||
}
|
||||
}
|
||||
|
||||
d_petrograd={
|
||||
pattern="pattern_horizontal_split_01.dds"
|
||||
color1=white
|
||||
color2=blue_light
|
||||
color3=black
|
||||
colored_emblem={
|
||||
color1=blue_light
|
||||
texture="ce_block_02.dds"
|
||||
instance={ position={ 0.500000 0.860000 } depth=4.010000 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="ce_anchor.dds"
|
||||
instance={ position={ 0.640000 0.760000 } scale={ 0.580000 0.580000 } depth=3.010000 rotation=318 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="NEOW_ce_wall.dds"
|
||||
instance={ position={ 0.500000 0.350000 } depth=5.010000 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=blue_light
|
||||
color2=red
|
||||
texture="ce_chief.dds"
|
||||
instance={ depth=6.010000 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=white
|
||||
color2=white
|
||||
texture="ce_annulet.dds"
|
||||
instance={ position={ 0.380000 0.470000 } scale={ 0.220000 0.220000 } }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=yellow
|
||||
texture="ce_key.dds"
|
||||
instance={ position={ 0.530000 0.670000 } scale={ 1.000000 -1.000000 } depth=1.010000 rotation=47 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="ce_bendlet.dds"
|
||||
instance={ position={ 0.550000 0.660000 } scale={ 0.290000 0.290000 } depth=2.010000 rotation=2 }
|
||||
}
|
||||
}
|
||||
|
||||
# Smolensk ############################################
|
||||
|
||||
k_smolensk = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "white"
|
||||
colored_emblem = {
|
||||
texture = "ce_bear_passant.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
color3 = "black"
|
||||
instance = { position = { 0.50 0.50 } scale = { 0.85 0.9 } }
|
||||
}
|
||||
}
|
||||
|
||||
d_smolensk = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "white"
|
||||
colored_emblem = {
|
||||
texture = "ce_bear_passant.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
color3 = "black"
|
||||
instance = { position = { 0.50 0.50 } scale = { 0.85 0.9 } }
|
||||
}
|
||||
}
|
||||
|
||||
c_smolensk = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "white"
|
||||
colored_emblem = {
|
||||
texture = "ce_bear_rampant.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
color3 = "black"
|
||||
instance = { position = { 0.5 0.5 } scale = { 1.0 1.0 } }
|
||||
}
|
||||
}
|
||||
|
||||
# Moskva ##############################################
|
||||
|
||||
k_moskva={
|
||||
pattern="pattern_horizontal_split_01.dds"
|
||||
color1=red
|
||||
color2=red
|
||||
color3=red
|
||||
colored_emblem={
|
||||
color1=blue
|
||||
color2=blue
|
||||
texture="ce_lozenge_vair.dds"
|
||||
instance={ position={ 0.270000 0.330000 } scale={ 0.690000 0.340000 } depth=3.010000 rotation=296 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=red
|
||||
texture="ce_circle_mask.dds"
|
||||
instance={ position={ 0.590000 0.410000 } scale={ 0.360000 0.360000 } depth=2.010000 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="ce_saint_george.dds"
|
||||
instance={ scale={ 0.940000 1.000000 } depth=1.010000 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="NEOW_ce_helm_of_skanderbeg.dds"
|
||||
instance={ position={ 0.490000 0.130000 } scale={ -0.120000 0.120000 } }
|
||||
}
|
||||
}
|
||||
|
||||
d_moskva={
|
||||
pattern="pattern_horizontal_split_01.dds"
|
||||
color1=red
|
||||
color2=red
|
||||
color3=red
|
||||
colored_emblem={
|
||||
color1=blue
|
||||
color2=blue
|
||||
texture="ce_lozenge_vair.dds"
|
||||
instance={ position={ 0.270000 0.330000 } scale={ 0.690000 0.340000 } depth=3.010000 rotation=296 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=red
|
||||
texture="ce_circle_mask.dds"
|
||||
instance={ position={ 0.590000 0.410000 } scale={ 0.360000 0.360000 } depth=2.010000 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="ce_saint_george.dds"
|
||||
instance={ scale={ 0.940000 1.000000 } depth=1.010000 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="NEOW_ce_helm_of_skanderbeg.dds"
|
||||
instance={ position={ 0.490000 0.130000 } scale={ -0.120000 0.120000 } }
|
||||
}
|
||||
}
|
||||
|
||||
# Vladimir ############################################
|
||||
|
||||
k_vladimir = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "yellow"
|
||||
colored_emblem = {
|
||||
texture = "ce_lion_rampant_axe.dds"
|
||||
color1 = "yellow"
|
||||
color2 = "white"
|
||||
color3 = "black"
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_block_02.dds"
|
||||
color1 = "red"
|
||||
color2 = "red"
|
||||
instance = { position = { 0.19 0.12 } scale = { 0.25 0.2 } }
|
||||
instance = { position = { 0.16 0.23 } scale = { 0.08 0.1 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_cross_09.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.26 0.162 } scale = { 0.16 0.16 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_circle.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.202 0.162 } scale = { 0.064 0.064 } }
|
||||
instance = { position = { 0.324 0.162 } scale = { 0.064 0.064 } }
|
||||
instance = { position = { 0.260 0.103 } scale = { 0.064 0.064 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_crown_small.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.556 0.114 } rotation = 19 scale = { 0.161 0.161 } }
|
||||
}
|
||||
}
|
||||
|
||||
d_vladimir = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "yellow"
|
||||
colored_emblem = {
|
||||
texture = "ce_lion_rampant_axe.dds"
|
||||
color1 = "yellow"
|
||||
color2 = "white"
|
||||
color3 = "black"
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_block_02.dds"
|
||||
color1 = "red"
|
||||
color2 = "red"
|
||||
instance = { position = { 0.19 0.12 } scale = { 0.25 0.2 } }
|
||||
instance = { position = { 0.16 0.23 } scale = { 0.08 0.1 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_cross_09.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.26 0.162 } scale = { 0.16 0.16 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_circle.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.202 0.162 } scale = { 0.064 0.064 } }
|
||||
instance = { position = { 0.324 0.162 } scale = { 0.064 0.064 } }
|
||||
instance = { position = { 0.260 0.103 } scale = { 0.064 0.064 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_crown_small.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.556 0.114 } rotation = 19 scale = { 0.161 0.161 } }
|
||||
}
|
||||
}
|
||||
|
||||
c_vladimir = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "yellow"
|
||||
colored_emblem = {
|
||||
texture = "ce_lion_rampant_axe.dds"
|
||||
color1 = "yellow"
|
||||
color2 = "white"
|
||||
color3 = "black"
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_block_02.dds"
|
||||
color1 = "red"
|
||||
color2 = "red"
|
||||
instance = { position = { 0.19 0.12 } scale = { 0.25 0.2 } }
|
||||
instance = { position = { 0.16 0.23 } scale = { 0.08 0.1 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_cross_09.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.26 0.162 } scale = { 0.16 0.16 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_circle.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.202 0.162 } scale = { 0.064 0.064 } }
|
||||
instance = { position = { 0.324 0.162 } scale = { 0.064 0.064 } }
|
||||
instance = { position = { 0.260 0.103 } scale = { 0.064 0.064 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_crown_small.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.556 0.114 } rotation = 19 scale = { 0.161 0.161 } }
|
||||
}
|
||||
}
|
||||
|
||||
b_vladimir = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "yellow"
|
||||
colored_emblem = {
|
||||
texture = "ce_lion_rampant_axe.dds"
|
||||
color1 = "yellow"
|
||||
color2 = "white"
|
||||
color3 = "black"
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_block_02.dds"
|
||||
color1 = "red"
|
||||
color2 = "red"
|
||||
instance = { position = { 0.19 0.12 } scale = { 0.25 0.2 } }
|
||||
instance = { position = { 0.16 0.23 } scale = { 0.08 0.1 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_cross_09.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.26 0.162 } scale = { 0.16 0.16 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_circle.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.202 0.162 } scale = { 0.064 0.064 } }
|
||||
instance = { position = { 0.324 0.162 } scale = { 0.064 0.064 } }
|
||||
instance = { position = { 0.260 0.103 } scale = { 0.064 0.064 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_crown_small.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.556 0.114 } rotation = 19 scale = { 0.161 0.161 } }
|
||||
}
|
||||
}
|
||||
|
||||
d_yaroslavl = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "yellow"
|
||||
color2 = "black"
|
||||
colored_emblem = {
|
||||
texture = "ce_block_04.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.285 0.375 } rotation = -24 scale = { 0.25 0.25 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_bear_rampant.dds"
|
||||
color1 = "black"
|
||||
color2 = "red"
|
||||
color3 = "white"
|
||||
instance = { position = { 0.5 0.5 } scale = { 1.0 1.0 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_block_04.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.485 0.285 } rotation = -24 scale = { 0.25 0.25 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_axe_long.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.64 0.19 } rotation = 66 scale = { 0.5 0.5 } }
|
||||
}
|
||||
}
|
||||
|
||||
c_yaroslavl = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "yellow"
|
||||
color2 = "black"
|
||||
colored_emblem = {
|
||||
texture = "ce_block_04.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.285 0.375 } rotation = -24 scale = { 0.25 0.25 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_bear_rampant.dds"
|
||||
color1 = "black"
|
||||
color2 = "red"
|
||||
color3 = "white"
|
||||
instance = { position = { 0.5 0.5 } scale = { 1.0 1.0 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_block_04.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.485 0.285 } rotation = -24 scale = { 0.25 0.25 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_axe_long.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.64 0.19 } rotation = 66 scale = { 0.5 0.5 } }
|
||||
}
|
||||
}
|
||||
|
||||
b_yaroslavl = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "yellow"
|
||||
color2 = "black"
|
||||
colored_emblem = {
|
||||
texture = "ce_block_04.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.285 0.375 } rotation = -24 scale = { 0.25 0.25 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_bear_rampant.dds"
|
||||
color1 = "black"
|
||||
color2 = "red"
|
||||
color3 = "white"
|
||||
instance = { position = { 0.5 0.5 } scale = { 1.0 1.0 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_block_04.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.485 0.285 } rotation = -24 scale = { 0.25 0.25 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_axe_long.dds"
|
||||
color1 = "white"
|
||||
color2 = "white"
|
||||
instance = { position = { 0.64 0.19 } rotation = 66 scale = { 0.5 0.5 } }
|
||||
}
|
||||
}
|
||||
|
||||
# Arkhangelsk #########################################
|
||||
|
||||
k_arkhangelsk = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "yellow"
|
||||
colored_emblem = {
|
||||
texture = "ce_ship_longship.dds"
|
||||
color1 = "yellow"
|
||||
color2 = "yellow"
|
||||
instance = { position = { 0.512 0.48 } scale = { 0.9 0.9 } }
|
||||
}
|
||||
}
|
||||
|
||||
d_arkhangelsk = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "red"
|
||||
color2 = "yellow"
|
||||
colored_emblem = {
|
||||
texture = "ce_ship_longship.dds"
|
||||
color1 = "yellow"
|
||||
color2 = "yellow"
|
||||
instance = { position = { 0.512 0.48 } scale = { 0.9 0.9 } }
|
||||
}
|
||||
}
|
||||
|
||||
# Nizhniy Novgorod ####################################
|
||||
|
||||
k_nizhny_novgorod = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "white"
|
||||
color2 = "green"
|
||||
colored_emblem = {
|
||||
texture = "ce_stag.dds"
|
||||
color1 = "red"
|
||||
color2 = "black"
|
||||
color3 = "white"
|
||||
instance = { position = { 0.5 0.48 } scale = { 1.0 1.0 } }
|
||||
}
|
||||
}
|
||||
|
||||
d_nizhny_novgorod = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "white"
|
||||
color2 = "green"
|
||||
colored_emblem = {
|
||||
texture = "ce_stag.dds"
|
||||
color1 = "red"
|
||||
color2 = "black"
|
||||
color3 = "white"
|
||||
instance = { position = { 0.5 0.48 } scale = { 1.0 1.0 } }
|
||||
}
|
||||
}
|
||||
|
||||
c_nizhny_novgorod = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "white"
|
||||
color2 = "green"
|
||||
colored_emblem = {
|
||||
texture = "ce_stag.dds"
|
||||
color1 = "red"
|
||||
color2 = "black"
|
||||
color3 = "white"
|
||||
instance = { position = { 0.5 0.48 } scale = { 1.0 1.0 } }
|
||||
}
|
||||
}
|
||||
|
||||
b_nizhny_novgorod = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "white"
|
||||
color2 = "green"
|
||||
colored_emblem = {
|
||||
texture = "ce_stag.dds"
|
||||
color1 = "red"
|
||||
color2 = "black"
|
||||
color3 = "white"
|
||||
instance = { position = { 0.5 0.48 } scale = { 1.0 1.0 } }
|
||||
}
|
||||
}
|
||||
|
||||
# Chernorus ###########################################
|
||||
|
||||
d_kursk={
|
||||
pattern="pattern_horizontal_stripes_01.dds"
|
||||
color1=red
|
||||
color2=white
|
||||
color3=red
|
||||
colored_emblem={
|
||||
color1=yellow_light
|
||||
color2=yellow
|
||||
color3=red
|
||||
texture="NEOW_ce_crown_koln_imperial.dds"
|
||||
instance={ position={ 0.500000 0.290000 } scale={ 0.180000 0.180000 } depth=4.010000 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=yellow_light
|
||||
color2=black
|
||||
texture="ce_per_fess.dds"
|
||||
instance={ position={ 0.500000 0.550000 } scale={ 1.000000 0.200000 } depth=7.010000 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=yellow_light
|
||||
color2=yellow_light
|
||||
texture="ce_shield_02.dds"
|
||||
instance={ scale={ 0.300000 0.300000 } depth=6.010000 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=blue_light
|
||||
texture="ce_mena_bend.dds"
|
||||
instance={ position={ 0.500000 0.480000 } scale={ 0.210000 0.220000 } depth=3.010000 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=grey
|
||||
color2=grey
|
||||
color3=grey
|
||||
texture="ce_martlet.dds"
|
||||
instance={ position={ 0.550000 0.530000 } scale={ 0.110000 0.110000 } }
|
||||
instance={ position={ 0.450000 0.430000 } scale={ 0.100000 0.100000 } depth=1.010000 }
|
||||
instance={ position={ 0.500000 0.480000 } scale={ 0.090000 0.090000 } depth=2.010000 }
|
||||
}
|
||||
colored_emblem={
|
||||
color1=white
|
||||
color2=white
|
||||
texture="ce_shield_02.dds"
|
||||
instance={ scale={ 0.280000 0.280000 } depth=5.010000 }
|
||||
}
|
||||
}
|
||||
|
||||
# Belarus #############################################
|
||||
|
||||
k_white_rus={
|
||||
pattern="pattern__solid_designer.dds"
|
||||
color1=red
|
||||
color2=white
|
||||
color3=blue
|
||||
colored_emblem={
|
||||
color1=white
|
||||
color2=rgb { 175 175 175 }
|
||||
color3=black
|
||||
texture="ce_knight.dds"
|
||||
instance={
|
||||
position={ 0.665000 0.520000 }
|
||||
scale={ 0.740000 0.740000 }
|
||||
depth=1.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=yellow
|
||||
texture="ce_cross_patriarchal_hungary.dds"
|
||||
instance={
|
||||
position={ 0.780000 0.410000 }
|
||||
scale={ 0.130000 0.130000 }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=red
|
||||
texture="ce_block_02.dds"
|
||||
instance={
|
||||
position={ 0.000000 0.500000 }
|
||||
scale={ 0.700000 1.000000 }
|
||||
depth=3.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=green
|
||||
texture="ce_block_02.dds"
|
||||
instance={
|
||||
position={ 0.500000 1.000000 }
|
||||
scale={ 1.000000 0.640000 }
|
||||
depth=4.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=white
|
||||
color2=white
|
||||
color3=white
|
||||
texture="ce_iranian_floral_pattern.dds"
|
||||
instance={
|
||||
position={ 0.165000 0.500000 }
|
||||
depth=2.010000
|
||||
rotation=90
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
# Fromables ####################################################################
|
||||
|
||||
|
||||
|
||||
# Faiths #######################################################################
|
||||
|
||||
# Third Covenant ######################################
|
||||
|
||||
k_third_covenant = {
|
||||
pattern = "pattern_solid.dds"
|
||||
color1 = "black"
|
||||
color2 = "yellow"
|
||||
colored_emblem = {
|
||||
texture = "ce_block_05.dds"
|
||||
color1 = "yellow"
|
||||
color2 = "yellow"
|
||||
instance = { position = { 0.674 0.543 } rotation = -60 scale = { 0.5 0.5 } }
|
||||
instance = { position = { 0.326 0.543 } rotation = 60 scale = { 0.5 0.5 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_block_02.dds"
|
||||
color1 = "yellow"
|
||||
color2 = "yellow"
|
||||
instance = { position = { 0.635 0.785 } scale = { 0.05 0.10 } }
|
||||
instance = { position = { 0.365 0.785 } scale = { 0.05 0.10 } }
|
||||
instance = { position = { 0.4 0.76 } scale = { 0.12 0.05 } }
|
||||
instance = { position = { 0.6 0.76 } scale = { 0.12 0.05 } }
|
||||
instance = { position = { 0.5 0.71 } scale = { 0.19 0.05 } }
|
||||
instance = { position = { 0.5 0.4 } scale = { 0.05 0.67 } }
|
||||
instance = { position = { 0.5 0.275 } scale = { 0.45 0.05 } }
|
||||
instance = { position = { 0.5 0.160 } scale = { 0.18 0.05 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_block_01.dds"
|
||||
color1 = "yellow"
|
||||
color2 = "yellow"
|
||||
instance = { position = { 0.775 0.370 } rotation = 30 scale = { 0.04 0.04 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_circle_mask.dds"
|
||||
color1 = "yellow"
|
||||
color2 = "yellow"
|
||||
instance = { position = { 0.744 0.352 } scale = { 0.04 0.04 } }
|
||||
instance = { position = { 0.805 0.387 } scale = { 0.04 0.04 } }
|
||||
instance = { position = { 0.793 0.337 } scale = { 0.04 0.04 } }
|
||||
}
|
||||
colored_emblem = {
|
||||
texture = "ce_spearhead.dds"
|
||||
color1 = "yellow"
|
||||
color2 = "yellow"
|
||||
instance = { position = { 0.23 0.378 } rotation = -30 scale = { 0.256 0.256 } }
|
||||
}
|
||||
}
|
||||
93
common/coat_of_arms/coat_of_arms/NEOW_volga.txt
Normal file
93
common/coat_of_arms/coat_of_arms/NEOW_volga.txt
Normal file
|
|
@ -0,0 +1,93 @@
|
|||
|
||||
|
||||
k_kazan={
|
||||
pattern="pattern_horizontal_split_01.dds"
|
||||
color1=green
|
||||
color2=red
|
||||
color3=green
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="ce_block_02.dds"
|
||||
instance={
|
||||
scale={ 1.000000 0.040000 }
|
||||
depth=7.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=yellow
|
||||
color2=yellow_light
|
||||
texture="ce_religion_bogomilist.dds"
|
||||
instance={
|
||||
scale={ 0.140000 0.140000 }
|
||||
depth=1.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=red
|
||||
texture="ce_circle_mask.dds"
|
||||
instance={
|
||||
scale={ 0.470000 0.470000 }
|
||||
depth=5.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=yellow
|
||||
texture="ce_demi_vol.dds"
|
||||
instance={
|
||||
position={ 0.520000 0.420000 }
|
||||
scale={ -0.290000 -0.430000 }
|
||||
depth=4.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="ce_demi_vol.dds"
|
||||
instance={
|
||||
position={ 0.520000 0.420000 }
|
||||
scale={ -0.250000 -0.360000 }
|
||||
depth=2.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=yellow
|
||||
texture="ce_india_small_ujjain.dds"
|
||||
instance={
|
||||
scale={ 0.090000 0.090000 }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=green_light
|
||||
color2=yellow_light
|
||||
texture="ce_frame_circle_urnes_runes.dds"
|
||||
instance={
|
||||
scale={ 0.730000 0.730000 }
|
||||
depth=6.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=white
|
||||
color2=red
|
||||
color3=black
|
||||
texture="ce_mena_lion.dds"
|
||||
instance={
|
||||
scale={ -0.550000 0.550000 }
|
||||
depth=3.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -98,7 +98,8 @@ vepsian = {
|
|||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_xenophilic
|
||||
tradition_isolationist
|
||||
tradition_forest_wardens
|
||||
tradition_mendicant_mystics
|
||||
}
|
||||
|
||||
name_list = name_list_vepsian
|
||||
|
|
@ -110,9 +111,10 @@ vepsian = {
|
|||
house_coa_frame = house_frame_05
|
||||
|
||||
ethnicities = {
|
||||
25 = caucasian_northern_blond
|
||||
25 = caucasian_northern_brown_hair
|
||||
50 = caucasian_northern_dark_hair
|
||||
46 = slavic_blond
|
||||
10 = slavic_ginger
|
||||
32 = slavic_brown_hair
|
||||
12 = slavic_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,37 @@
|
|||
NEOW_novgorodian = {
|
||||
russian = {
|
||||
color = { 0.18 0.31 0.18 }
|
||||
|
||||
ethos = ethos_communal
|
||||
heritage = heritage_east_slavic
|
||||
language = language_north_russian
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_russian_legacy
|
||||
tradition_stalwart_defenders
|
||||
tradition_equitable
|
||||
tradition_hard_working
|
||||
}
|
||||
|
||||
name_list = name_list_NEOW_west_russian
|
||||
|
||||
coa_gfx = { west_slavic_group_coa_gfx western_coa_gfx }
|
||||
building_gfx = { east_slavic_building_gfx western_building_gfx }
|
||||
clothing_gfx = { east_slavic_clothing_gfx northern_clothing_gfx western_clothing_gfx }
|
||||
unit_gfx = { northern_unit_gfx }
|
||||
house_coa_frame = house_frame_02
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
|
||||
ethnicities = {
|
||||
50 = slavic_blond
|
||||
2 = slavic_ginger
|
||||
36 = slavic_brown_hair
|
||||
12 = slavic_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
NEOW_novgorodian = {
|
||||
color = { 0.18 0.31 0.18 }
|
||||
|
||||
created = 2300.1.1
|
||||
|
|
@ -10,6 +43,7 @@
|
|||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_russian_legacy
|
||||
tradition_republican_legacy
|
||||
tradition_stalwart_defenders
|
||||
tradition_equitable
|
||||
|
|
@ -27,13 +61,53 @@
|
|||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
|
||||
ethnicities = {
|
||||
30 = caucasian_northern_blond
|
||||
20 = caucasian_northern_blond
|
||||
5 = caucasian_northern_ginger
|
||||
1 = caucasian_northern_brown_hair
|
||||
6 = caucasian_northern_brown_hair
|
||||
1 = caucasian_northern_dark_hair
|
||||
40 = slavic_blond
|
||||
10 = slavic_ginger
|
||||
17 = slavic_brown_hair
|
||||
1 = slavic_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
NEOW_pomor = {
|
||||
color = { 0.15 0.21 0.15 }
|
||||
|
||||
created = 2300.1.1
|
||||
parents = {russian}
|
||||
|
||||
ethos = ethos_communal
|
||||
heritage = heritage_east_slavic
|
||||
language = language_north_russian
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_russian_legacy
|
||||
tradition_winter_warriors
|
||||
tradition_equitable
|
||||
tradition_fishermen
|
||||
}
|
||||
|
||||
name_list = name_list_NEOW_west_russian
|
||||
|
||||
coa_gfx = { west_slavic_group_coa_gfx western_coa_gfx }
|
||||
building_gfx = { east_slavic_building_gfx western_building_gfx }
|
||||
clothing_gfx = { east_slavic_clothing_gfx northern_clothing_gfx western_clothing_gfx }
|
||||
unit_gfx = { northern_unit_gfx }
|
||||
house_coa_frame = house_frame_02
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
|
||||
ethnicities = {
|
||||
20 = caucasian_northern_blond
|
||||
5 = caucasian_northern_ginger
|
||||
5 = caucasian_northern_brown_hair
|
||||
1 = caucasian_northern_dark_hair
|
||||
50 = slavic_blond
|
||||
10 = slavic_ginger
|
||||
2 = slavic_brown_hair
|
||||
8 = slavic_brown_hair
|
||||
1 = slavic_dark_hair
|
||||
}
|
||||
}
|
||||
|
|
@ -41,19 +115,20 @@
|
|||
NEOW_petrogradian = {
|
||||
color = { 0.21 0.36 0.21 }
|
||||
|
||||
created = 2300.1.1
|
||||
created = 1920.1.1
|
||||
parents = {russian}
|
||||
|
||||
ethos = ethos_bureaucratic
|
||||
ethos = ethos_courtly
|
||||
heritage = heritage_east_slavic
|
||||
language = language_north_russian
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_russian_legacy
|
||||
tradition_republican_legacy
|
||||
tradition_stalwart_defenders
|
||||
tradition_equitable
|
||||
tradition_hard_working
|
||||
tradition_ep3_cultivated_sophistication
|
||||
tradition_fp3_beacon_of_learning
|
||||
tradition_maritime_mercantilism
|
||||
}
|
||||
|
||||
name_list = name_list_NEOW_west_russian
|
||||
|
|
@ -68,12 +143,12 @@ NEOW_petrogradian = {
|
|||
|
||||
ethnicities = {
|
||||
30 = caucasian_northern_blond
|
||||
5 = caucasian_northern_ginger
|
||||
1 = caucasian_northern_brown_hair
|
||||
2 = caucasian_northern_ginger
|
||||
11 = caucasian_northern_brown_hair
|
||||
1 = caucasian_northern_dark_hair
|
||||
50 = slavic_blond
|
||||
10 = slavic_ginger
|
||||
2 = slavic_brown_hair
|
||||
40 = slavic_blond
|
||||
3 = slavic_ginger
|
||||
12 = slavic_brown_hair
|
||||
1 = slavic_dark_hair
|
||||
}
|
||||
}
|
||||
|
|
@ -90,6 +165,7 @@ NEOW_pribaltic = {
|
|||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_russian_legacy
|
||||
tradition_maritime_mercantilism
|
||||
tradition_forest_folk
|
||||
tradition_castle_keepers
|
||||
|
|
@ -107,49 +183,17 @@ NEOW_pribaltic = {
|
|||
house_coa_mask_scale = { 0.95 0.95 }
|
||||
|
||||
ethnicities = {
|
||||
55 = caucasian_northern_blond
|
||||
15 = caucasian_northern_ginger
|
||||
1 = caucasian_northern_brown_hair
|
||||
45 = caucasian_northern_blond
|
||||
10 = caucasian_northern_ginger
|
||||
7 = caucasian_northern_brown_hair
|
||||
1 = caucasian_northern_dark_hair
|
||||
20 = slavic_blond
|
||||
5 = slavic_ginger
|
||||
1 = slavic_brown_hair
|
||||
11 = slavic_brown_hair
|
||||
1 = slavic_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
NEOW_polotskian = {
|
||||
color = { 0.24 0.32 0.16 }
|
||||
|
||||
ethos = ethos_stoic
|
||||
heritage = heritage_east_slavic
|
||||
language = language_north_russian
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_stalwart_defenders
|
||||
tradition_forest_folk
|
||||
tradition_medicinal_plants
|
||||
tradition_equitable
|
||||
}
|
||||
|
||||
name_list = name_list_NEOW_belarus
|
||||
|
||||
coa_gfx = { west_slavic_group_coa_gfx western_coa_gfx }
|
||||
building_gfx = { east_slavic_building_gfx western_building_gfx }
|
||||
clothing_gfx = { east_slavic_clothing_gfx northern_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
house_coa_frame = house_frame_02
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
|
||||
ethnicities = {
|
||||
78 = slavic_blond
|
||||
7 = slavic_ginger
|
||||
10 = slavic_brown_hair
|
||||
5 = slavic_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
NEOW_smolesnkian = {
|
||||
color = { 0.23 0.37 0.17 }
|
||||
|
|
@ -163,6 +207,7 @@ NEOW_smolesnkian = {
|
|||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_russian_legacy
|
||||
tradition_highland_warriors
|
||||
tradition_castle_keepers
|
||||
tradition_artisans
|
||||
|
|
@ -187,6 +232,43 @@ NEOW_smolesnkian = {
|
|||
}
|
||||
}
|
||||
|
||||
NEOW_moscovian = {
|
||||
color = { 0.24 0.34 0.24 }
|
||||
|
||||
created = 1920.1.1
|
||||
parents = {russian}
|
||||
|
||||
ethos = ethos_bureaucratic
|
||||
heritage = heritage_east_slavic
|
||||
language = language_north_russian
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_russian_legacy
|
||||
tradition_parochialism
|
||||
tradition_strength_in_numbers
|
||||
tradition_frugal_armorsmiths
|
||||
tradition_ruling_caste
|
||||
}
|
||||
|
||||
name_list = name_list_NEOW_west_russian
|
||||
|
||||
coa_gfx = { west_slavic_group_coa_gfx western_coa_gfx }
|
||||
building_gfx = { east_slavic_building_gfx western_building_gfx }
|
||||
clothing_gfx = { east_slavic_clothing_gfx northern_clothing_gfx western_clothing_gfx }
|
||||
unit_gfx = { northern_unit_gfx }
|
||||
house_coa_frame = house_frame_02
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
|
||||
ethnicities = {
|
||||
52 = slavic_blond
|
||||
2 = slavic_ginger
|
||||
36 = slavic_brown_hair
|
||||
10 = slavic_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
NEOW_nizhegorodian = {
|
||||
color = { 0.23 0.40 0.16 }
|
||||
|
||||
|
|
@ -199,6 +281,7 @@ NEOW_nizhegorodian = {
|
|||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_russian_legacy
|
||||
tradition_religious_patronage
|
||||
tradition_city_keepers
|
||||
tradition_hereditary_hierarchy
|
||||
|
|
@ -223,6 +306,78 @@ NEOW_nizhegorodian = {
|
|||
}
|
||||
}
|
||||
|
||||
NEOW_voronezhian = {
|
||||
color = { 0.23 0.28 0.16 }
|
||||
|
||||
created = 2300.1.1
|
||||
parents = {russian}
|
||||
|
||||
ethos = ethos_spiritual
|
||||
heritage = heritage_east_slavic
|
||||
language = language_north_russian
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_russian_legacy
|
||||
tradition_farmer_republics
|
||||
tradition_forest_fighters
|
||||
tradition_modest
|
||||
}
|
||||
|
||||
name_list = name_list_NEOW_west_russian
|
||||
|
||||
coa_gfx = { west_slavic_group_coa_gfx western_coa_gfx }
|
||||
building_gfx = { east_slavic_building_gfx western_building_gfx }
|
||||
clothing_gfx = { east_slavic_clothing_gfx northern_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
house_coa_frame = house_frame_02
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
|
||||
ethnicities = {
|
||||
38 = slavic_blond
|
||||
2 = slavic_ginger
|
||||
36 = slavic_brown_hair
|
||||
24 = slavic_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
NEOW_povolzhan = {
|
||||
color = { 0.22 0.41 0.26 }
|
||||
|
||||
created = 2300.1.1
|
||||
parents = {russian}
|
||||
|
||||
ethos = ethos_egalitarian
|
||||
heritage = heritage_east_slavic
|
||||
language = language_north_russian
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_russian_legacy
|
||||
tradition_agrarian
|
||||
tradition_farmer_republics
|
||||
tradition_life_is_just_a_joke
|
||||
}
|
||||
|
||||
name_list = name_list_NEOW_west_russian
|
||||
|
||||
coa_gfx = { west_slavic_group_coa_gfx western_coa_gfx }
|
||||
building_gfx = { east_slavic_building_gfx western_building_gfx }
|
||||
clothing_gfx = { east_slavic_clothing_gfx northern_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
house_coa_frame = house_frame_02
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
|
||||
ethnicities = {
|
||||
36 = slavic_blond
|
||||
2 = slavic_ginger
|
||||
42 = slavic_brown_hair
|
||||
20 = slavic_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
NEOW_nizhnevolzhan = {
|
||||
color = { 0.22 0.37 0.6 }
|
||||
|
||||
|
|
@ -236,6 +391,7 @@ NEOW_nizhnevolzhan = {
|
|||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_agrarian
|
||||
tradition_farmer_republics
|
||||
tradition_fp2_malleable_subjects
|
||||
tradition_modest
|
||||
tradition_steppe_tolerance
|
||||
|
|
@ -252,15 +408,15 @@ NEOW_nizhnevolzhan = {
|
|||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
|
||||
ethnicities = {
|
||||
40 = slavic_blond
|
||||
36 = slavic_blond
|
||||
2 = slavic_ginger
|
||||
42 = slavic_brown_hair
|
||||
16 = slavic_dark_hair
|
||||
20 = slavic_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
NEOW_uralian = {
|
||||
color = { 0.23 0.40 0.16 }
|
||||
color = { 0.19 0.26 0.14 }
|
||||
|
||||
created = 2300.1.1
|
||||
parents = {russian}
|
||||
|
|
@ -271,10 +427,10 @@ NEOW_uralian = {
|
|||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_religious_patronage
|
||||
tradition_city_keepers
|
||||
tradition_hereditary_hierarchy
|
||||
tradition_stand_and_fight
|
||||
tradition_russian_legacy
|
||||
tradition_hill_dwellers
|
||||
tradition_metal_craftsmanship
|
||||
tradition_warrior_culture
|
||||
}
|
||||
|
||||
name_list = name_list_NEOW_west_russian
|
||||
|
|
@ -288,10 +444,10 @@ NEOW_uralian = {
|
|||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
|
||||
ethnicities = {
|
||||
50 = slavic_blond
|
||||
34 = slavic_blond
|
||||
2 = slavic_ginger
|
||||
36 = slavic_brown_hair
|
||||
12 = slavic_dark_hair
|
||||
28 = slavic_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -361,7 +517,7 @@ NEOW_vostochniy = {
|
|||
}
|
||||
|
||||
NEOW_yamantau = {
|
||||
color = { 0.23 0.40 0.16 }
|
||||
color = { 0.65 0.18 0.07 }
|
||||
|
||||
created = 2300.1.1
|
||||
parents = {russian}
|
||||
|
|
@ -372,14 +528,15 @@ NEOW_yamantau = {
|
|||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_religious_patronage
|
||||
tradition_hereditary_hierarchy
|
||||
tradition_stand_and_fight
|
||||
}
|
||||
dlc_tradition = {
|
||||
trait = tradition_tgp_esoteric_power
|
||||
requires_dlc_flag = all_under_heaven
|
||||
tradition_russian_legacy
|
||||
tradition_mountain_homes
|
||||
tradition_metal_craftsmanship
|
||||
tradition_ancient_miners
|
||||
}
|
||||
#dlc_tradition = {
|
||||
# trait = tradition_tgp_esoteric_power
|
||||
# requires_dlc_flag = all_under_heaven
|
||||
#}
|
||||
|
||||
name_list = name_list_NEOW_west_russian
|
||||
|
||||
|
|
@ -451,6 +608,7 @@ NEOW_crimean = {
|
|||
tradition_maritime_mercantilism
|
||||
tradition_stalwart_defenders
|
||||
tradition_castle_keepers
|
||||
tradition_wine_culture
|
||||
}
|
||||
|
||||
name_list = name_list_NEOW_crimean
|
||||
|
|
@ -483,6 +641,7 @@ NEOW_vohlynian = {
|
|||
tradition_culinary_art
|
||||
tradition_family_entrepreneurship
|
||||
tradition_staunch_traditionalists
|
||||
tradition_defiant
|
||||
}
|
||||
|
||||
name_list = name_list_NEOW_ruthenian
|
||||
|
|
@ -545,6 +704,7 @@ NEOW_kievan = {
|
|||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_agrarian
|
||||
tradition_farmer_republics
|
||||
tradition_religious_patronage
|
||||
tradition_zealous_people
|
||||
tradition_mendicant_mystics
|
||||
|
|
@ -600,6 +760,43 @@ NEOW_carpathian = {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
NEOW_polotskian = {
|
||||
color = { 0.24 0.32 0.16 }
|
||||
|
||||
created = 2300.1.1
|
||||
parents = {russian}
|
||||
|
||||
ethos = ethos_stoic
|
||||
heritage = heritage_east_slavic
|
||||
language = language_north_russian
|
||||
martial_custom = martial_custom_male_only
|
||||
head_determination = head_determination_domain
|
||||
traditions = {
|
||||
tradition_stalwart_defenders
|
||||
tradition_forest_folk
|
||||
tradition_medicinal_plants
|
||||
tradition_equitable
|
||||
}
|
||||
|
||||
name_list = name_list_NEOW_belarus
|
||||
|
||||
coa_gfx = { west_slavic_group_coa_gfx western_coa_gfx }
|
||||
building_gfx = { east_slavic_building_gfx western_building_gfx }
|
||||
clothing_gfx = { east_slavic_clothing_gfx northern_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
house_coa_frame = house_frame_02
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
|
||||
ethnicities = {
|
||||
78 = slavic_blond
|
||||
7 = slavic_ginger
|
||||
10 = slavic_brown_hair
|
||||
5 = slavic_dark_hair
|
||||
}
|
||||
}
|
||||
|
||||
NEOW_minskian = {
|
||||
color = { 0.25 0.31 0.07 }
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ name_list_NEOW_pribaltiyskiy = { #falsanix personal touch
|
|||
Yaropolk Yaroslav Yelisey Yufimiy Yuliy Yuriy
|
||||
}
|
||||
female_names = {
|
||||
Adelina Alexandra Alenia Amalia Ameli Anastasia Ann-Sofi Anna Anna-Maria Anna_spc_Maria Anna_spc_Sofia Alisia
|
||||
Adelina Alexandra Alenia Amalia Ameli Ameliya Anastasia Ann-Sofi Anna Anna-Maria Anna_spc_Maria Anna_spc_Sofia Alisia
|
||||
B_e_act_atrissa
|
||||
Ekatherina Elizavetha Evgenia Emilia
|
||||
Feodora Fevronia Fillippa
|
||||
|
|
@ -303,40 +303,43 @@ name_list_NEOW_west_russian = {
|
|||
}
|
||||
|
||||
male_names = {
|
||||
Afanasiy Alexandr Alexei Andrei Artem Avgust
|
||||
Afanasiy Alexandr Alexei Andrei Artem Artur Avgust
|
||||
Bogdan Boris
|
||||
Daniil Danila Demid Dmitriy
|
||||
Evgeniy Emiliy
|
||||
Fedot Fedor Fevroniy Filipp Frantsisk
|
||||
Egor Emiliy Evgeniy
|
||||
Fedot F_e_uml_dor Feliks Filipp Foma Frantsisk Fevroniy
|
||||
Gavriil Georgiy Gleb Grigoriy
|
||||
Igor I_l_pst_ya Ivan
|
||||
Karl Kirill Konstantin Ko_z_pst_ma
|
||||
Lev Leonid
|
||||
Matvei Mikhail
|
||||
Nikita Nikolay Nikolas Nikolash
|
||||
Pavel Petr
|
||||
Roman Rostislav Ruslan
|
||||
Pavel P_e_uml_ter
|
||||
Rodion Roman Rostislav Ruslan
|
||||
Semen Stanislav Stepan Sviatopolk Sviatoslav
|
||||
Terentiy Trifon
|
||||
Terentiy Timofey Trifon
|
||||
Vadim Valentin Valerian Valeriy Vasiliy Viacheslav Vladimir Vladislav Vsevolod Vysheslav
|
||||
Yakov Yaropolk Yaroslav Yelisey Yufimiy Yuliy Yuriy
|
||||
}
|
||||
female_names = {
|
||||
Adelina Alexandra Al_e_uml_na Alina Alisa Arina Anastasiya Angelina Anna Anna-Mariya Anya
|
||||
Adelina Aglaya Agnessa Alla Al_e_uml_na Alevtina Alexandra Alina Alisa Amaliya Ameliya Anastasiya Angelina Anna Anna-Mariya Anya Arina
|
||||
Diana
|
||||
Ekaterina Elena Elizaveta Evdokiya Evgeniya Emiliya
|
||||
Feodora Fevroniya Filippa
|
||||
Oliviya Olga Olya
|
||||
Galina Galya
|
||||
Ira Irina
|
||||
Katerina Katya Karenina Karina Kristina Ksenia Ksyusha
|
||||
Lena Lidiya Liliya Lina Liya Liza Lizaveta Lyubov Lyudmila
|
||||
Margaritta Mariya Marina Masha
|
||||
Marfa Margaritta Mariya Marina Masha
|
||||
Nadezhda Nadya Nastya Nataliya Natasha Nika Nikalina Nina
|
||||
Oliviya Olga Olya
|
||||
Polina Praskoviya
|
||||
Rina Roza Rozaliya
|
||||
Sofi Sofiya Sonya Sviatoslava
|
||||
Tatyana Tanya
|
||||
Valeriya Vasilisa Vera Viacheslava Viktoriya
|
||||
Yana Yaroslava Yufimiya Yuliya Yulianna Yunona Yuria
|
||||
Zhanna
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1189,4 +1189,88 @@ tradition_romanticised_banditry = { # romanticized banditry
|
|||
ai_will_do = {
|
||||
value = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tradition_russian_legacy = {
|
||||
category = regional
|
||||
|
||||
layers = {
|
||||
0 = martial
|
||||
1 = western
|
||||
4 = laurel.dds
|
||||
}
|
||||
|
||||
is_shown = {
|
||||
has_cultural_pillar = heritage_east_slavic
|
||||
NOT = {
|
||||
culture = NEOW_kievan
|
||||
culture = NEOW_vohlynian
|
||||
}
|
||||
}
|
||||
can_pick = {
|
||||
has_cultural_pillar = heritage_east_slavic
|
||||
NOT = {
|
||||
has_cultural_pillar = language_ruthenian
|
||||
has_cultural_pillar = language_romanian
|
||||
has_cultural_pillar = language_cossack
|
||||
}
|
||||
}
|
||||
|
||||
parameters = {
|
||||
unlock_maa_druzhina = yes
|
||||
can_travel_along_rivers = yes
|
||||
cheaper_to_change_laws = yes
|
||||
hard_working_traits_more_valued = yes
|
||||
diligent_trait_more_common = yes
|
||||
mendicant_mystics_may_appear = yes
|
||||
}
|
||||
county_modifier = {
|
||||
forest_development_growth_factor = 0.15
|
||||
forest_construction_gold_cost = -0.1
|
||||
taiga_development_growth_factor = 0.15
|
||||
taiga_construction_gold_cost = -0.1
|
||||
forest_levy_size = 0.1
|
||||
taiga_levy_size = 0.1
|
||||
forest_tax_mult = -0.1
|
||||
taiga_tax_mult = -0.1
|
||||
}
|
||||
character_modifier = {
|
||||
men_at_arms_maintenance = 0.15
|
||||
taiga_provisions_use_mult = -0.1
|
||||
forest_provisions_use_mult = -0.2
|
||||
forest_travel_danger = forest_medium_danger_reduction
|
||||
taiga_travel_danger = taiga_medium_danger_reduction
|
||||
forest_fertility_growth_mult = medium_culture_county_fertility_value_mult
|
||||
taiga_fertility_growth_mult = medium_culture_county_fertility_value_mult
|
||||
embarkation_cost_mult = -0.5
|
||||
}
|
||||
|
||||
cost = {
|
||||
prestige = {
|
||||
add = {
|
||||
value = tradition_base_cost
|
||||
desc = BASE
|
||||
format = "BASE_VALUE_FORMAT"
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
NOR = {
|
||||
culture_pillar:ethos_bellicose = { is_in_list = traits }
|
||||
culture_pillar:ethos_courtly = { is_in_list = traits }
|
||||
culture_pillar:ethos_bureaucratic = { is_in_list = traits }
|
||||
}
|
||||
}
|
||||
add = {
|
||||
value = tradition_incompatible_ethos_penalty
|
||||
desc = not_bellicose_courtly_or_bureaucratic_desc
|
||||
}
|
||||
}
|
||||
multiply = tradition_replacement_cost_if_relevant
|
||||
}
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
value = 100
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -1046,3 +1046,446 @@ empire_urbanrepublic = {
|
|||
top_liege = no
|
||||
}
|
||||
}
|
||||
|
||||
# Russian
|
||||
## Administrative
|
||||
barony_administrative_russian = { # judiacate
|
||||
type = title
|
||||
tier = barony
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { administrative_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
baron_administrative_male_russian = { # Judex
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
tier = barony
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { administrative_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
baron_administrative_female_russian = { # Judex
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
tier = barony
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { administrative_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
|
||||
}
|
||||
county_administrative_russian = { # judiacate
|
||||
type = title
|
||||
tier = county
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { administrative_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
count_administrative_male_russian = { # Judex
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
tier = county
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { administrative_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
count_administrative_female_russian = { # Judex
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
tier = county
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { administrative_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
|
||||
}
|
||||
duchy_administrative_russian = { # judiacate
|
||||
type = title
|
||||
tier = duchy
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { administrative_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
duke_administrative_male_russian = { # Judex
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
tier = duchy
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { administrative_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
duke_administrative_female_russian = { # Judex
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
tier = duchy
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { administrative_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
kingdom_administrative_russian = { # Archonesa
|
||||
type = title
|
||||
tier = kingdom
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { administrative_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
king_administrative_male_russian = { # Judex
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
tier = kingdom
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { administrative_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
king_administrative_female_russian = { # Judex
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
tier = kingdom
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
empire_administrative_russian = { # Archonesa
|
||||
type = title
|
||||
tier = empire
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { administrative_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
emperor_administrative_male_russian = { # Judex
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
tier = empire
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { administrative_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
emperor_administrative_female_russian = { # Judex
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
tier = empire
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { name_list_NEOW_west_russian }
|
||||
}
|
||||
## Feudal
|
||||
barony_feudal_russian = { # judiacate
|
||||
type = title
|
||||
tier = barony
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { feudal_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
baron_feudal_male_russian = { # Judex
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
tier = barony
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { feudal_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
baron_feudal_female_russian = { # Judex
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
tier = barony
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { feudal_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
|
||||
}
|
||||
county_feudal_russian = { # judiacate
|
||||
type = title
|
||||
tier = county
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { feudal_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
count_feudal_male_russian = { # Judex
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
tier = county
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { feudal_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
count_feudal_female_russian = { # Judex
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
tier = county
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { feudal_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
|
||||
}
|
||||
duchy_feudal_russian = { # judiacate
|
||||
type = title
|
||||
tier = duchy
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { feudal_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
duke_feudal_male_russian = { # Judex
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
tier = duchy
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { feudal_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
duke_feudal_female_russian = { # Judex
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
tier = duchy
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { feudal_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
kingdom_feudal_russian = { # Archonesa
|
||||
type = title
|
||||
tier = kingdom
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { feudal_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
king_feudal_male_russian = { # Judex
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
tier = kingdom
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { feudal_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
king_feudal_female_russian = { # Judex
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
tier = kingdom
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
empire_feudal_russian = { # Archonesa
|
||||
type = title
|
||||
tier = empire
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { feudal_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
emperor_feudal_male_russian = { # Judex
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
tier = empire
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { feudal_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
emperor_feudal_female_russian = { # Judex
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
tier = empire
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { name_list_NEOW_west_russian }
|
||||
}
|
||||
## Mecrenary
|
||||
barony_mercenary_russian = { # judiacate
|
||||
type = title
|
||||
tier = barony
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { mercenary_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
baron_mercenary_male_russian = { # Judex
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
tier = barony
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { mercenary_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
baron_mercenary_female_russian = { # Judex
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
tier = barony
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { mercenary_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
|
||||
}
|
||||
county_mercenary_russian = { # judiacate
|
||||
type = title
|
||||
tier = county
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { mercenary_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
count_mercenary_male_russian = { # Judex
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
tier = county
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { mercenary_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
count_mercenary_female_russian = { # Judex
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
tier = county
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { mercenary_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
|
||||
}
|
||||
duchy_mercenary_russian = { # judiacate
|
||||
type = title
|
||||
tier = duchy
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { mercenary_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
duke_mercenary_male_russian = { # Judex
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
tier = duchy
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { mercenary_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
duke_mercenary_female_russian = { # Judex
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
tier = duchy
|
||||
priority = 28
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { mercenary_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
kingdom_mercenary_russian = { # Archonesa
|
||||
type = title
|
||||
tier = kingdom
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { mercenary_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
king_mercenary_male_russian = { # Judex
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
tier = kingdom
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { mercenary_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
king_mercenary_female_russian = { # Judex
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
tier = kingdom
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
empire_mercenary_russian = { # Archonesa
|
||||
type = title
|
||||
tier = empire
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { mercenary_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
emperor_mercenary_male_russian = { # Judex
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
tier = empire
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { mercenary_government }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
emperor_mercenary_female_russian = { # Judex
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
tier = empire
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
|
@ -13,12 +13,12 @@ e_baltic = {
|
|||
capital = c_riga
|
||||
|
||||
k_pribaltia = {
|
||||
color = { 30 153 91 }
|
||||
color = { 200 187 195 }
|
||||
|
||||
capital = c_konigsberg
|
||||
|
||||
d_masuria = { # Warmia-Masuria
|
||||
color = { 160 95 105 }
|
||||
color = { 170 115 125 }
|
||||
|
||||
capital = c_allenstein # Olsztyn
|
||||
|
||||
|
|
@ -93,7 +93,7 @@ e_baltic = {
|
|||
}
|
||||
}
|
||||
d_prussia = { # Kaliningrad
|
||||
color = { 245 165 158 }
|
||||
color = { 245 205 198 }
|
||||
|
||||
capital = c_konigsberg # Kaliningrad
|
||||
|
||||
|
|
|
|||
|
|
@ -752,39 +752,7 @@ e_finland = {
|
|||
color = { 15 10 150 }
|
||||
}
|
||||
}
|
||||
c_povenets = {
|
||||
color = { 123 164 161 }
|
||||
|
||||
b_povenets = {
|
||||
province = 5807
|
||||
|
||||
color = { 123 164 161 }
|
||||
}
|
||||
b_malenga = {
|
||||
province = 5808
|
||||
|
||||
color = { 123 164 161 }
|
||||
}
|
||||
b_soma = {
|
||||
province = 218
|
||||
color = { 200 170 35 }
|
||||
}
|
||||
|
||||
}
|
||||
c_pudozh = {
|
||||
color = { 167 227 222 }
|
||||
|
||||
b_pudozh = {
|
||||
province = 5811
|
||||
|
||||
color = { 167 227 222 }
|
||||
}
|
||||
b_kustranda = {
|
||||
province = 5810
|
||||
|
||||
color = { 123 164 161 }
|
||||
}
|
||||
}
|
||||
|
||||
c_salinis = {
|
||||
color = { 220 190 50 }
|
||||
|
||||
|
|
|
|||
|
|
@ -2280,8 +2280,13 @@ e_nistrenia = {
|
|||
color = { 100 140 91 }
|
||||
|
||||
}
|
||||
}
|
||||
c_orsha = {
|
||||
}
|
||||
}
|
||||
d_gomel = {
|
||||
color = { 121 189 74 }
|
||||
|
||||
capital = c_gomel
|
||||
c_gomel = {
|
||||
color = { 100 140 91 }
|
||||
b_gomel = {
|
||||
province = 5200
|
||||
|
|
@ -2303,8 +2308,9 @@ e_nistrenia = {
|
|||
|
||||
color = { 146 124 153 }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
##to-do mogilev mapping and county
|
||||
}
|
||||
d_pinsk = {
|
||||
color = { 200 185 170 }
|
||||
|
||||
|
|
@ -3161,20 +3167,7 @@ e_nistrenia = {
|
|||
color = { 170 30 5 }
|
||||
}
|
||||
}
|
||||
c_balachev = {
|
||||
color = { 95 70 59 }
|
||||
|
||||
b_balachev = {
|
||||
province = 5377
|
||||
|
||||
color = { 95 70 59 }
|
||||
}
|
||||
b_khoper = {
|
||||
province = 5378
|
||||
|
||||
color = { 95 70 59 }
|
||||
}
|
||||
}
|
||||
|
||||
c_ukek = {
|
||||
color = { 215 75 5 }
|
||||
|
||||
|
|
@ -3193,50 +3186,6 @@ e_nistrenia = {
|
|||
|
||||
color = { 180 60 65 }
|
||||
}
|
||||
}
|
||||
c_atkarsk = {
|
||||
color = { 95 65 74 }
|
||||
|
||||
b_atkarsk = {
|
||||
province = 5509
|
||||
|
||||
color = { 95 65 74 }
|
||||
}
|
||||
}
|
||||
c_petrovsk = {
|
||||
color = { 32 53 69 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_mordvin = cn_sijabije
|
||||
name_list_merya = cn_sijabije
|
||||
name_list_meshchera = cn_sijabije
|
||||
name_list_mari = cn_sijabije
|
||||
name_list_muroma = cn_sijabije
|
||||
}
|
||||
|
||||
b_petrovsk = {
|
||||
province = 5390
|
||||
|
||||
color = { 32 53 69 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_mordvin = cn_sijabije
|
||||
name_list_merya = cn_sijabije
|
||||
name_list_meshchera = cn_sijabije
|
||||
name_list_mari = cn_sijabije
|
||||
name_list_muroma = cn_sijabije
|
||||
}
|
||||
}
|
||||
b_treliaka = {
|
||||
province = 5391
|
||||
|
||||
color = { 32 53 69 }
|
||||
}
|
||||
b_alchanka = {
|
||||
province = 5392
|
||||
|
||||
color = { 32 53 69 }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -8,13 +8,15 @@ e_volga-ural = {
|
|||
rule_title_creation_imperial_power_projection_title_creation_trigger = yes
|
||||
}
|
||||
|
||||
k_volga_bulgaria = {
|
||||
k_kazan = {
|
||||
color = { 97 56 55 }
|
||||
|
||||
can_be_named_after_dynasty = no
|
||||
|
||||
capital = c_kazan
|
||||
d_tatarstan = {
|
||||
|
||||
d_tatarstan = {
|
||||
|
||||
color = { 97 80 62 }
|
||||
|
||||
capital = c_kazan
|
||||
|
|
@ -133,7 +135,28 @@ e_volga-ural = {
|
|||
color = { 66 36 87 }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
d_ulyanovsk = {
|
||||
color = { 87 66 55 }
|
||||
|
||||
capital = c_ulyanovsk
|
||||
|
||||
c_ulyanovsk = {
|
||||
color = { 96 52 80 }
|
||||
|
||||
b_ulyanovsk = {
|
||||
province = 591
|
||||
|
||||
color = { 96 52 80 }
|
||||
}
|
||||
b_suvar = {
|
||||
province = 5406
|
||||
|
||||
color = { 97 56 55 }
|
||||
}
|
||||
}
|
||||
}
|
||||
d_samara = {
|
||||
color = { 87 66 55 }
|
||||
|
||||
|
|
@ -160,16 +183,7 @@ e_volga-ural = {
|
|||
province = 5414
|
||||
|
||||
color = { 85 70 86 }
|
||||
}
|
||||
}
|
||||
c_ulyanovsk = {
|
||||
color = { 96 52 80 }
|
||||
|
||||
b_ulyanovsk = {
|
||||
province = 591
|
||||
|
||||
color = { 96 52 80 }
|
||||
}
|
||||
}
|
||||
b_banja = {
|
||||
province = 5411
|
||||
|
||||
|
|
@ -184,11 +198,7 @@ e_volga-ural = {
|
|||
|
||||
color = { 85 70 86 }
|
||||
}
|
||||
b_suvar = {
|
||||
province = 5406
|
||||
|
||||
color = { 97 56 55 }
|
||||
}
|
||||
|
||||
}
|
||||
c_jambalar = {
|
||||
color = { 180 60 65 }
|
||||
|
|
@ -213,9 +223,10 @@ e_volga-ural = {
|
|||
|
||||
color = { 170 30 5 }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
k_permia = {
|
||||
color = { 204 188 127 }
|
||||
|
||||
|
|
@ -327,7 +338,7 @@ e_volga-ural = {
|
|||
|
||||
color = { 179 142 127 }
|
||||
}
|
||||
}
|
||||
}
|
||||
c_lysva = {
|
||||
color = { 183 191 156 }
|
||||
|
||||
|
|
@ -345,11 +356,16 @@ e_volga-ural = {
|
|||
province = 5443
|
||||
|
||||
color = { 183 191 156 }
|
||||
}
|
||||
}
|
||||
b_sylva = {
|
||||
province = 5444
|
||||
|
||||
color = { 183 191 156 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
d_ural = {
|
||||
d_north_ural = {
|
||||
color = { 204 152 140 }
|
||||
|
||||
capital = c_ural
|
||||
|
|
@ -399,6 +415,119 @@ e_volga-ural = {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
d_central_ural = {
|
||||
color = { 120 100 80 }
|
||||
|
||||
capital = c_bolsheutsikinskoe
|
||||
|
||||
c_bolsheutsikinskoe = {
|
||||
color = { 32 47 75 }
|
||||
|
||||
b_bolsheutsikinskoe = {
|
||||
province = 5495
|
||||
|
||||
color = { 52 67 95 }
|
||||
}
|
||||
b_duvan = {
|
||||
province = 5494
|
||||
|
||||
color = { 32 47 75 }
|
||||
}
|
||||
b_mesyagutovo = {
|
||||
province = 5493
|
||||
|
||||
color = { 32 47 75 }
|
||||
}
|
||||
}
|
||||
|
||||
c_birsk = {
|
||||
color = { 70 75 85 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_bo_ro_
|
||||
name_list_komi = cn_bo_ro_
|
||||
name_list_bashkir = cn_bo_ro_
|
||||
}
|
||||
|
||||
b_birsk = {
|
||||
province = 5475
|
||||
|
||||
color = { 70 75 85 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_bo_ro_
|
||||
name_list_komi = cn_bo_ro_
|
||||
name_list_bashkir = cn_bo_ro_
|
||||
}
|
||||
}
|
||||
b_yeldiatzkaya = {
|
||||
province = 5477
|
||||
|
||||
color = { 70 75 85 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_yeldia
|
||||
name_list_komi = cn_yeldia
|
||||
name_list_bashkir = cn_yeldia
|
||||
}
|
||||
}
|
||||
}
|
||||
c_krasnoufimsk = {
|
||||
color = { 32 47 75 }
|
||||
|
||||
b_krasnoufimsk = {
|
||||
province = 5435
|
||||
|
||||
color = { 52 67 95 }
|
||||
}
|
||||
b_saraninskor = {
|
||||
province = 5440
|
||||
|
||||
color = { 32 47 75 }
|
||||
}
|
||||
|
||||
}
|
||||
c_uraltau = {
|
||||
color = { 52 67 95 }
|
||||
|
||||
b_achichskaya = {
|
||||
province = 5497
|
||||
|
||||
color = { 52 67 95 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_achich
|
||||
name_list_komi = cn_achich
|
||||
name_list_bashkir = cn_achich
|
||||
}
|
||||
}
|
||||
b_arti = {
|
||||
province = 5496
|
||||
|
||||
color = { 52 67 95 }
|
||||
}
|
||||
}
|
||||
c_uiska = {
|
||||
color = { 78 108 114 }
|
||||
|
||||
b_uiska = {
|
||||
province = 5487
|
||||
|
||||
color = { 78 108 114 }
|
||||
}
|
||||
b_satka = {
|
||||
province = 5488
|
||||
|
||||
color = { 78 108 114 }
|
||||
}
|
||||
b_ust-katav = {
|
||||
province = 5489
|
||||
|
||||
color = { 78 108 114 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
d_udmurtia = {
|
||||
color = { 106 109 119 }
|
||||
|
|
@ -464,711 +593,6 @@ e_volga-ural = {
|
|||
}
|
||||
}
|
||||
|
||||
k_yugra = {
|
||||
color = { 210 245 210 }
|
||||
|
||||
capital = c_yekaterinburg
|
||||
d_uraltau = {
|
||||
color = { 62 77 105 }
|
||||
|
||||
capital = c_uraltau
|
||||
c_chelabinsk = {
|
||||
color = { 86 127 120 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_chelab
|
||||
name_list_komi = cn_chelab
|
||||
name_list_bashkir = cn_chelab
|
||||
}
|
||||
|
||||
b_chelabinsk = {
|
||||
province = 5526
|
||||
|
||||
color = { 86 127 120 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_chelab
|
||||
name_list_komi = cn_chelab
|
||||
name_list_bashkir = cn_chelab
|
||||
}
|
||||
}
|
||||
b_troizk = {
|
||||
province = 5527
|
||||
|
||||
color = { 86 127 120 }
|
||||
}
|
||||
b_silach = {
|
||||
province = 5524
|
||||
|
||||
color = { 86 127 120 }
|
||||
}
|
||||
}
|
||||
c_kumertau = {
|
||||
color = { 85 60 10 }
|
||||
|
||||
b_uiska = {
|
||||
province = 5487
|
||||
|
||||
color = { 78 108 114 }
|
||||
}
|
||||
b_verkouralsk = {
|
||||
province = 5485
|
||||
|
||||
color = { 41 36 58 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_malaurala
|
||||
name_list_komi = cn_malaurala
|
||||
name_list_bashkir = cn_malaurala
|
||||
}
|
||||
}
|
||||
b_yuldybayevo = {
|
||||
province = 5484
|
||||
|
||||
color = { 41 36 58 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_yuldyba
|
||||
name_list_komi = cn_yuldyba
|
||||
name_list_bashkir = cn_yuldyba
|
||||
}
|
||||
}
|
||||
}
|
||||
c_chadrinsk = {
|
||||
color = { 86 127 89 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_chadra
|
||||
name_list_komi = cn_chadra
|
||||
name_list_bashkir = cn_chadra
|
||||
}
|
||||
|
||||
b_chadrinsk = {
|
||||
province = 5525
|
||||
|
||||
color = { 86 127 89 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_chadra
|
||||
name_list_komi = cn_chadra
|
||||
name_list_bashkir = cn_chadra
|
||||
}
|
||||
}
|
||||
b_baklanska = {
|
||||
province = 5528
|
||||
|
||||
color = { 86 127 89 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_baklana
|
||||
name_list_komi = cn_baklana
|
||||
name_list_bashkir = cn_baklana
|
||||
}
|
||||
}
|
||||
}
|
||||
c_karabash = {
|
||||
color = { 60 85 118 }
|
||||
|
||||
b_karabash = {
|
||||
province = 5490
|
||||
|
||||
color = { 60 85 118 }
|
||||
}
|
||||
b_zlatoust = {
|
||||
province = 5492
|
||||
|
||||
color = { 60 85 118 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_zlat
|
||||
name_list_komi = cn_zlat
|
||||
name_list_bashkir = cn_zlat
|
||||
}
|
||||
}
|
||||
b_parizh = {
|
||||
province = 5493
|
||||
|
||||
color = { 32 47 75 }
|
||||
}
|
||||
}
|
||||
c_satka = {
|
||||
color = { 78 108 114 }
|
||||
|
||||
b_satka = {
|
||||
province = 5488
|
||||
|
||||
color = { 78 108 114 }
|
||||
}
|
||||
b_ust-katav = {
|
||||
province = 5489
|
||||
|
||||
color = { 78 108 114 }
|
||||
}
|
||||
}
|
||||
}
|
||||
d_kurgan = {
|
||||
color = { 171 105 75 }
|
||||
|
||||
capital = c_kurgan
|
||||
|
||||
c_kurgan = {
|
||||
color = { 165 110 85 }
|
||||
|
||||
b_kurgan = {
|
||||
province = 895
|
||||
|
||||
color = { 165 110 85 }
|
||||
}
|
||||
b_ukavskaya = {
|
||||
province = 5890
|
||||
|
||||
color = { 165 110 85 }
|
||||
}
|
||||
b_kurtan = {
|
||||
province = 7057
|
||||
|
||||
color = { 140 175 190 }
|
||||
}
|
||||
}
|
||||
|
||||
c_vargashi = {
|
||||
color = { 185 135 120 }
|
||||
|
||||
b_mostovskoye = {
|
||||
province = 7018
|
||||
|
||||
color = { 185 135 120 }
|
||||
}
|
||||
b_shchuchye = {
|
||||
province = 7058
|
||||
|
||||
color = { 185 135 120 }
|
||||
}
|
||||
b_uktuz = {
|
||||
province = 7019
|
||||
|
||||
color = { 185 140 105 }
|
||||
}
|
||||
}
|
||||
}
|
||||
d_vogulia = {
|
||||
color = { 100 120 92 }
|
||||
|
||||
capital = c_yekaterinburg
|
||||
|
||||
c_yekaterinburg = {
|
||||
color = { 107 127 99 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_ozera
|
||||
name_list_komi = cn_ozera
|
||||
name_list_bashkir = cn_ozera
|
||||
}
|
||||
|
||||
b_yekaterinburg = {
|
||||
province = 5519
|
||||
|
||||
color = { 107 127 99 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_ozera
|
||||
name_list_komi = cn_ozera
|
||||
name_list_bashkir = cn_ozera
|
||||
}
|
||||
}
|
||||
b_alapaevsk = {
|
||||
province = 5520
|
||||
|
||||
color = { 107 127 99 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_alapa
|
||||
name_list_komi = cn_alapa
|
||||
name_list_bashkir = cn_alapa
|
||||
}
|
||||
}
|
||||
b_irbit = {
|
||||
province = 5521
|
||||
|
||||
color = { 107 127 99 }
|
||||
}
|
||||
b_kamychlov = {
|
||||
province = 5522
|
||||
|
||||
color = { 107 127 99 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_kamyk
|
||||
name_list_komi = cn_kamyk
|
||||
name_list_bashkir = cn_kamyk
|
||||
}
|
||||
}
|
||||
b_iset = {
|
||||
province = 5523
|
||||
|
||||
color = { 86 127 89 }
|
||||
}
|
||||
}
|
||||
c_pelym = {
|
||||
color = { 80 125 45 }
|
||||
|
||||
b_pelym = {
|
||||
province = 5871
|
||||
|
||||
color = { 80 125 45 }
|
||||
}
|
||||
b_sosva = {
|
||||
province = 5872
|
||||
|
||||
color = { 80 125 45 }
|
||||
}
|
||||
b_totkarak = {
|
||||
province = 5873
|
||||
|
||||
color = { 80 125 45 }
|
||||
}
|
||||
}
|
||||
c_koshuki = {
|
||||
color = { 60 130 50 }
|
||||
b_koshuki = {
|
||||
province = 5874
|
||||
|
||||
color = { 60 130 50 }
|
||||
}
|
||||
b_alymka = {
|
||||
province = 5875
|
||||
|
||||
color = { 60 130 50 }
|
||||
}
|
||||
b_chalbych = {
|
||||
province = 5876
|
||||
|
||||
color = { 60 130 50 }
|
||||
}
|
||||
}
|
||||
c_uraltau = {
|
||||
color = { 52 67 95 }
|
||||
b_krasnooufimsk = {
|
||||
province = 5435
|
||||
|
||||
color = { 204 188 127 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_krasnan
|
||||
name_list_komi = cn_krasnan
|
||||
name_list_bashkir = cn_krasnan
|
||||
}
|
||||
}
|
||||
b_saraninskor = {
|
||||
province = 5440
|
||||
|
||||
color = { 179 142 127 }
|
||||
}
|
||||
b_achichskaya = {
|
||||
province = 5497
|
||||
|
||||
color = { 52 67 95 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_achich
|
||||
name_list_komi = cn_achich
|
||||
name_list_bashkir = cn_achich
|
||||
}
|
||||
}
|
||||
b_arti = {
|
||||
province = 5496
|
||||
|
||||
color = { 52 67 95 }
|
||||
}
|
||||
|
||||
}
|
||||
c_kumych = {
|
||||
color = { 173 191 192 }
|
||||
b_kumych = {
|
||||
province = 5445
|
||||
|
||||
color = { 173 191 192 }
|
||||
}
|
||||
b_sylva = {
|
||||
province = 5444
|
||||
|
||||
color = { 183 191 156 }
|
||||
}
|
||||
}
|
||||
c_bisserskaya = {
|
||||
color = { 173 191 192 }
|
||||
|
||||
b_bisserskaya = {
|
||||
province = 5446
|
||||
|
||||
color = { 173 191 192 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_bisserk
|
||||
name_list_komi = cn_bisserk
|
||||
name_list_bashkir = cn_bisserk
|
||||
}
|
||||
}
|
||||
b_klenovskaya = {
|
||||
province = 5447
|
||||
|
||||
color = { 173 191 192 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_kleno
|
||||
name_list_komi = cn_kleno
|
||||
name_list_bashkir = cn_kleno
|
||||
}
|
||||
}
|
||||
b_kirgichanskaya = {
|
||||
province = 5448
|
||||
|
||||
color = { 173 191 192 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_gichans
|
||||
name_list_komi = cn_gichans
|
||||
name_list_bashkir = cn_gichans
|
||||
}
|
||||
}
|
||||
b_revda = {
|
||||
province = 5491
|
||||
|
||||
color = { 60 85 118 }
|
||||
}
|
||||
}
|
||||
c_laia = {
|
||||
color = { 100 165 85 }
|
||||
|
||||
b_laia = {
|
||||
province = 5885
|
||||
|
||||
color = { 100 165 85 }
|
||||
}
|
||||
b_tagil = {
|
||||
province = 5884
|
||||
|
||||
color = { 100 165 85 }
|
||||
}
|
||||
b_deriabinskoye = {
|
||||
province = 5886
|
||||
|
||||
color = { 100 165 85 }
|
||||
}
|
||||
}
|
||||
c_tabary = {
|
||||
color = { 105 145 95 }
|
||||
|
||||
b_tabary = {
|
||||
province = 5882
|
||||
|
||||
color = { 105 145 95 }
|
||||
}
|
||||
b_tura_kala = {
|
||||
province = 5881
|
||||
|
||||
color = { 105 145 95 }
|
||||
}
|
||||
b_turinsk = {
|
||||
province = 5888
|
||||
|
||||
color = { 90 180 105 }
|
||||
}
|
||||
b_shantoskoye = {
|
||||
province = 5887
|
||||
|
||||
color = { 90 180 105 }
|
||||
}
|
||||
}
|
||||
c_neramkary = {
|
||||
color = { 125 155 75 }
|
||||
|
||||
b_neramkary = {
|
||||
province = 5879
|
||||
|
||||
color = { 125 155 75 }
|
||||
}
|
||||
b_verkhoturye = {
|
||||
province = 5880
|
||||
|
||||
color = { 125 155 75 }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
k_sibir = {
|
||||
color = { 180 210 245 }
|
||||
|
||||
capital = c_tyumen
|
||||
d_ostyaki = {
|
||||
color = { 101 201 118 }
|
||||
|
||||
capital = c_tyumen
|
||||
|
||||
c_tyumen = {
|
||||
color = { 90 180 105 }
|
||||
|
||||
b_tyumen = {
|
||||
province = 891
|
||||
|
||||
color = { 90 180 105 }
|
||||
}
|
||||
b_terom = {
|
||||
province = 5889
|
||||
|
||||
color = { 90 180 105 }
|
||||
}
|
||||
b_oblacas = {
|
||||
province = 5883
|
||||
|
||||
color = { 105 145 95 }
|
||||
}
|
||||
}
|
||||
c_sibir = {
|
||||
color = { 150 180 214 }
|
||||
b_tobol = {
|
||||
province = 898
|
||||
|
||||
color = { 145 185 245 }
|
||||
}
|
||||
b_sibir = {
|
||||
province = 7006
|
||||
|
||||
color = { 150 180 214 }
|
||||
}
|
||||
b_asmaak = {
|
||||
province = 7008
|
||||
|
||||
color = { 150 180 214 }
|
||||
}
|
||||
b_vagaiskoy = {
|
||||
province = 7010
|
||||
|
||||
color = { 150 180 214 }
|
||||
}
|
||||
}
|
||||
c_ishim = {
|
||||
color = { 145 190 200 }
|
||||
|
||||
b_ishim = {
|
||||
province = 1223
|
||||
|
||||
color = { 145 190 200 }
|
||||
}
|
||||
b_ust-ishim = {
|
||||
province = 7016
|
||||
|
||||
color = { 145 190 200 }
|
||||
}
|
||||
b_omgul = {
|
||||
province = 7027
|
||||
|
||||
color = { 145 190 200 }
|
||||
}
|
||||
b_vikulova = {
|
||||
province = 7029
|
||||
|
||||
color = { 145 190 200 }
|
||||
}
|
||||
}
|
||||
c_dolgujar = {
|
||||
color = { 140 175 190 }
|
||||
|
||||
b_dolgujar = {
|
||||
province = 7015
|
||||
|
||||
color = { 140 175 190 }
|
||||
}
|
||||
b_vagay = {
|
||||
province = 7014
|
||||
|
||||
color = { 140 175 190 }
|
||||
}
|
||||
b_yalu_torovsk = {
|
||||
province = 7017
|
||||
|
||||
color = { 140 175 190 }
|
||||
}
|
||||
}
|
||||
}
|
||||
d_sibir = {
|
||||
color = { 151 189 232 }
|
||||
|
||||
capital = c_sibir
|
||||
|
||||
c_tobol = {
|
||||
color = { 145 185 245 }
|
||||
|
||||
b_koshley_vosh = {
|
||||
province = 7002
|
||||
|
||||
color = { 145 185 245 }
|
||||
}
|
||||
b_uluskate = {
|
||||
province = 7003
|
||||
|
||||
color = { 145 185 245 }
|
||||
}
|
||||
b_liniek = {
|
||||
province = 7004
|
||||
|
||||
color = { 145 185 245 }
|
||||
}
|
||||
}
|
||||
c_belogorje = {
|
||||
color = { 200 225 245 }
|
||||
|
||||
b_demiianka = {
|
||||
province = 7000
|
||||
|
||||
color = { 200 225 245 }
|
||||
}
|
||||
b_selinga = {
|
||||
province = 7005
|
||||
|
||||
color = { 200 225 245 }
|
||||
}
|
||||
}
|
||||
c_bardak = {
|
||||
color = { 120 170 210 }
|
||||
|
||||
b_bardak = {
|
||||
province = 7001
|
||||
|
||||
color = { 120 170 210 }
|
||||
}
|
||||
b_berisiy = {
|
||||
province = 7007
|
||||
|
||||
color = { 120 170 210 }
|
||||
}
|
||||
b_yorgaet = {
|
||||
province = 7009
|
||||
|
||||
color = { 120 170 210 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
d_konda = {
|
||||
color = { 159 204 133 }
|
||||
|
||||
capital = c_tselym_dalyn
|
||||
|
||||
c_tselym_dalyn = {
|
||||
color = { 150 185 130 }
|
||||
|
||||
b_tselym_dalyn = {
|
||||
province = 892
|
||||
|
||||
color = { 150 185 130 }
|
||||
}
|
||||
b_chukas_vosh = {
|
||||
province = 5877
|
||||
|
||||
color = { 150 185 130 }
|
||||
}
|
||||
b_topar_vosh = {
|
||||
province = 5878
|
||||
|
||||
color = { 150 185 130 }
|
||||
}
|
||||
}
|
||||
c_kharam-vosh = {
|
||||
color = { 115 180 115 }
|
||||
|
||||
b_kharam-vosh = {
|
||||
province = 887
|
||||
|
||||
color = { 115 180 115 }
|
||||
}
|
||||
b_kari_pospat_vosh = {
|
||||
province = 5867
|
||||
|
||||
color = { 115 180 115 }
|
||||
}
|
||||
b_arant = {
|
||||
province = 5868
|
||||
|
||||
color = { 115 180 115 }
|
||||
}
|
||||
}
|
||||
c_kartauzh = {
|
||||
color = { 150 200 125 }
|
||||
|
||||
b_kartauzh = {
|
||||
province = 5870
|
||||
|
||||
color = { 150 200 125 }
|
||||
}
|
||||
b_kandiskaya = {
|
||||
province = 5869
|
||||
|
||||
color = { 150 200 125 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
d_kazym = {
|
||||
color = { 175 230 180 }
|
||||
|
||||
capital = c_kazym
|
||||
|
||||
c_kazym = {
|
||||
color = { 210 245 210 }
|
||||
|
||||
b_surgut = {
|
||||
province = 893
|
||||
|
||||
color = { 210 245 210 }
|
||||
}
|
||||
b_khanty-mansiisk = {
|
||||
province = 890
|
||||
|
||||
color = { 210 245 210 }
|
||||
}
|
||||
b_yugan = {
|
||||
province = 5896
|
||||
|
||||
color = { 210 245 210 }
|
||||
}
|
||||
}
|
||||
c_sosva = {
|
||||
color = { 200 230 200 }
|
||||
|
||||
b_sukhorukova = {
|
||||
province = 5865
|
||||
|
||||
color = { 200 230 200 }
|
||||
}
|
||||
b_belogorye = {
|
||||
province = 5866
|
||||
|
||||
color = { 200 230 200 }
|
||||
}
|
||||
}
|
||||
c_koda = {
|
||||
color = { 175 230 180 }
|
||||
|
||||
b_nizyani = {
|
||||
province = 5897
|
||||
|
||||
color = { 175 230 180 }
|
||||
}
|
||||
b_atlym = {
|
||||
province = 5898
|
||||
|
||||
color = { 175 230 180 }
|
||||
}
|
||||
b_karymkary = {
|
||||
province = 5899
|
||||
|
||||
color = { 175 230 180 }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
k_bashkiria = {
|
||||
color = { 50 65 55 }
|
||||
|
||||
|
|
@ -1208,52 +632,7 @@ e_volga-ural = {
|
|||
color = { 40 55 50 }
|
||||
}
|
||||
}
|
||||
c_birsk = {
|
||||
color = { 70 75 85 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_bo_ro_
|
||||
name_list_komi = cn_bo_ro_
|
||||
name_list_bashkir = cn_bo_ro_
|
||||
}
|
||||
|
||||
b_birsk = {
|
||||
province = 5475
|
||||
|
||||
color = { 70 75 85 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_bo_ro_
|
||||
name_list_komi = cn_bo_ro_
|
||||
name_list_bashkir = cn_bo_ro_
|
||||
}
|
||||
}
|
||||
b_yeldiatzkaya = {
|
||||
province = 5477
|
||||
|
||||
color = { 70 75 85 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_yeldia
|
||||
name_list_komi = cn_yeldia
|
||||
name_list_bashkir = cn_yeldia
|
||||
}
|
||||
}
|
||||
}
|
||||
c_duvan = {
|
||||
color = { 32 47 75 }
|
||||
|
||||
b_duvan = {
|
||||
province = 5494
|
||||
|
||||
color = { 32 47 75 }
|
||||
}
|
||||
b_yamantau = {
|
||||
province = 5495
|
||||
|
||||
color = { 52 67 95 }
|
||||
}
|
||||
}
|
||||
|
||||
c_salavat = {
|
||||
color = { 70 75 85 }
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
172 = { # 172 - KAKISALMI
|
||||
|
||||
# Misc
|
||||
culture = NEOW_novgorodian
|
||||
culture = NEOW_petrogradian
|
||||
religion = third_covenant
|
||||
|
||||
holding = castle_holding
|
||||
|
|
@ -264,7 +264,7 @@
|
|||
|
||||
# Misc
|
||||
culture = NEOW_novgorodian
|
||||
religion = orthodox
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
}
|
||||
|
||||
|
|
@ -279,7 +279,7 @@
|
|||
194 = { # 194 - SEESJARVI
|
||||
|
||||
# History
|
||||
1150.1.1 = { religion = orthodox }
|
||||
1150.1.1 = { religion = third_covenant }
|
||||
holding = none
|
||||
|
||||
}
|
||||
|
|
@ -289,7 +289,7 @@
|
|||
|
||||
# Misc
|
||||
culture = NEOW_novgorodian
|
||||
religion = orthodox
|
||||
religion = third_covenant
|
||||
|
||||
holding = tribal_holding
|
||||
|
||||
|
|
@ -320,7 +320,7 @@
|
|||
|
||||
# Misc
|
||||
culture = NEOW_novgorodian
|
||||
religion = orthodox
|
||||
religion = third_covenant
|
||||
|
||||
holding = tribal_holding
|
||||
|
||||
|
|
@ -330,7 +330,7 @@
|
|||
199 = { # 199 - LIZMAJARVI
|
||||
|
||||
# History
|
||||
1150.1.1 = { religion = orthodox }
|
||||
1150.1.1 = { religion = third_covenant }
|
||||
holding = none
|
||||
|
||||
}
|
||||
|
|
@ -348,7 +348,7 @@
|
|||
201 = { # 201 - SUOJARVI
|
||||
|
||||
# History
|
||||
1150.1.1 = { religion = orthodox }
|
||||
1150.1.1 = { religion = third_covenant }
|
||||
holding = none
|
||||
|
||||
}
|
||||
|
|
@ -357,7 +357,7 @@
|
|||
202 = { # 202 - VATSELANJARVI
|
||||
|
||||
# History
|
||||
1150.1.1 = { religion = orthodox }
|
||||
1150.1.1 = { religion = third_covenant }
|
||||
holding = none
|
||||
|
||||
}
|
||||
|
|
@ -589,7 +589,7 @@
|
|||
218 = { # 218 - SOMA
|
||||
|
||||
# History
|
||||
1150.1.1 = { religion = orthodox }
|
||||
1150.1.1 = { religion = third_covenant }
|
||||
holding = none
|
||||
|
||||
}
|
||||
|
|
@ -746,7 +746,7 @@
|
|||
452 = { # 452 - TUNGUT
|
||||
|
||||
# History
|
||||
1150.1.1 = { religion = orthodox }
|
||||
1150.1.1 = { religion = third_covenant }
|
||||
holding = none
|
||||
|
||||
}
|
||||
|
|
@ -755,7 +755,7 @@
|
|||
453 = { # 453 - KUUSEMA
|
||||
|
||||
# History
|
||||
1150.1.1 = { religion = orthodox }
|
||||
1150.1.1 = { religion = third_covenant }
|
||||
holding = none
|
||||
|
||||
}
|
||||
|
|
@ -1019,8 +1019,8 @@
|
|||
|
||||
###c_skolt
|
||||
404 = { #Kiilt
|
||||
culture = NEOW_novgorodian
|
||||
religion = orthodox
|
||||
culture = NEOW_pomor
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
}
|
||||
402 = { #b_muetkk = Mue´tkk = Motovsky
|
||||
|
|
@ -1034,8 +1034,8 @@
|
|||
##d_guoldat ###################################
|
||||
###c_ter
|
||||
415 = { #Jovvkuj = Yokanga
|
||||
culture = NEOW_novgorodian
|
||||
religion = orthodox
|
||||
culture = NEOW_pomor
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
}
|
||||
417 = { #Sosnevke = Sosnovka
|
||||
|
|
|
|||
|
|
@ -11,14 +11,18 @@
|
|||
}
|
||||
|
||||
###c_luki
|
||||
5161 = {
|
||||
culture = NEOW_novgorodian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
|
||||
5155 = { #Borovichi
|
||||
culture = NEOW_novgorodian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
5166 = { #Valday
|
||||
holding = none
|
||||
}
|
||||
|
||||
|
||||
###c_rusa
|
||||
5143 = { #Rusa
|
||||
|
|
@ -61,7 +65,7 @@
|
|||
}
|
||||
###c_sebezh
|
||||
5150 = { #Sebezh
|
||||
culture = NEOW_polotskian
|
||||
culture = NEOW_novgorodian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
|
|
@ -71,9 +75,7 @@
|
|||
5152 = { #Novorzhev
|
||||
holding = none
|
||||
}
|
||||
5161 = { #Luki
|
||||
holding = castle_holding
|
||||
}
|
||||
|
||||
5145 = { #Loknya
|
||||
holding = none
|
||||
}
|
||||
|
|
@ -144,7 +146,7 @@
|
|||
###c_beloozero
|
||||
5156 = { #Beloozero
|
||||
culture = NEOW_novgorodian
|
||||
religion = orthodox
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
}
|
||||
5157 = { #Cherepovets
|
||||
|
|
@ -155,7 +157,7 @@
|
|||
###c_vyangi
|
||||
5159 = { #Vyangi
|
||||
culture = vepsian
|
||||
religion = orthodox
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
}
|
||||
|
||||
|
|
@ -163,7 +165,7 @@
|
|||
##d_moskva ###################################
|
||||
###c_moskva
|
||||
575 = { #Moskva
|
||||
culture = NEOW_nizhegorodian
|
||||
culture = NEOW_moscovian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
|
|
@ -184,7 +186,7 @@
|
|||
}
|
||||
#c_dmitrov
|
||||
570 = { #Dmitrov
|
||||
culture = NEOW_nizhegorodian
|
||||
culture = NEOW_moscovian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
|
|
@ -196,7 +198,7 @@
|
|||
}
|
||||
#c_kolomna
|
||||
578 = { #Kolomna
|
||||
culture = NEOW_nizhegorodian
|
||||
culture = NEOW_moscovian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
|
|
@ -209,7 +211,7 @@
|
|||
}
|
||||
#c_mozhaysk
|
||||
587 = { #Mozhaysk
|
||||
culture = NEOW_nizhegorodian
|
||||
culture = NEOW_moscovian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
|
|
@ -271,7 +273,7 @@
|
|||
##d_tver ###################################
|
||||
###c_tver
|
||||
5173 = { #Tver
|
||||
culture = NEOW_nizhegorodian
|
||||
culture = NEOW_moscovian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
|
|
@ -294,11 +296,14 @@
|
|||
holding = none
|
||||
}
|
||||
##Valdai
|
||||
5167 = { #Vyshny Volochyok
|
||||
5166 = { #Valdai
|
||||
culture = NEOW_novgorodian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
5167 = { #Vyshny Volochyok
|
||||
holding = none
|
||||
}
|
||||
5164 = { #Torzhok
|
||||
holding = castle_holding
|
||||
}
|
||||
|
|
@ -347,12 +352,12 @@
|
|||
}
|
||||
###c_manturovo
|
||||
5250 = { #Manturovo
|
||||
culture = NEOW_nizhegorodian
|
||||
religion = orthodox
|
||||
holding = tribal_holding
|
||||
}
|
||||
5251 = { #Kostroma
|
||||
holding = none
|
||||
culture = NEOW_nizhegorodian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
586 = { #Galich Mersky
|
||||
holding = none
|
||||
|
|
@ -368,8 +373,8 @@
|
|||
}
|
||||
##c_Lyubim
|
||||
5829 = { #Lyubim
|
||||
culture = NEOW_novgorodian
|
||||
religion = orthodox
|
||||
culture = NEOW_nizhegorodian
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
}
|
||||
5827 = { #Danilov
|
||||
|
|
@ -469,7 +474,7 @@
|
|||
}
|
||||
###c_tula
|
||||
5231 = { #Tula
|
||||
culture = NEOW_nizhegorodian
|
||||
culture = NEOW_moscovian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
|
|
@ -478,7 +483,7 @@
|
|||
}
|
||||
###c_odoyev
|
||||
5217 = { #Odoyev
|
||||
culture = NEOW_nizhegorodian
|
||||
culture = NEOW_moscovian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
|
|
@ -492,7 +497,7 @@
|
|||
##d_ryazan ###################################
|
||||
###c_ryazan
|
||||
5228 = { #Ryazan aka Old Ryazan
|
||||
culture = NEOW_nizhegorodian
|
||||
culture = NEOW_moscovian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
|
|
@ -513,7 +518,7 @@
|
|||
}
|
||||
|
||||
5233 = { #Gorodets-meshchyorsky
|
||||
culture = NEOW_nizhegorodian
|
||||
culture = NEOW_moscovian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
|
|
@ -521,12 +526,84 @@
|
|||
|
||||
|
||||
|
||||
#k_mordvinia
|
||||
#k_nizhny_novgorod
|
||||
##d_nizhny_novgorod ###################################
|
||||
###c_nizhny_novgorod
|
||||
584 = { #Nizhny Novgorod
|
||||
culture = NEOW_nizhegorodian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
###c_rakcha
|
||||
5362 = { #Rakcha AKA Raksha
|
||||
culture = russian
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
}
|
||||
5361 = { #Chatzk AKA Shatsk
|
||||
holding = none
|
||||
}
|
||||
5235 = { #Chatzk AKA Shatsk
|
||||
holding = none
|
||||
}
|
||||
###c_gorodets
|
||||
585 = { #Gorodets
|
||||
culture = NEOW_nizhegorodian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
5256 = { #Makariev
|
||||
holding = none
|
||||
}
|
||||
5470 = { #Cykma AKA Kozmodemyansk
|
||||
holding = none
|
||||
}
|
||||
5471 = { #Semenov
|
||||
#small town, mostly placeholder
|
||||
holding = none
|
||||
}
|
||||
5472 = { #Luch
|
||||
#small town, mostly placeholder
|
||||
holding = none
|
||||
}
|
||||
###c_lachyk-uba
|
||||
5359 = { #Lachyk-Uba
|
||||
#Can be found on maps of Khazaria
|
||||
culture = NEOW_nizhegorodian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
5360 = { #Morchansk
|
||||
holding = none
|
||||
}
|
||||
|
||||
###c_rakcha
|
||||
5362 = { #Rakcha AKA Raksha
|
||||
culture = NEOW_nizhegorodian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
5361 = { #Chatzk AKA Shatsk
|
||||
holding = none
|
||||
}
|
||||
###c_martyuba
|
||||
589 = { #Urzen
|
||||
culture = NEOW_nizhegorodian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
5473 = { #Vetluga based on river of the same name
|
||||
holding = none
|
||||
}
|
||||
5474 = { #Vokhma
|
||||
#small town, mostly placeholder
|
||||
holding = none
|
||||
}
|
||||
##d_mordvinia ###################################
|
||||
###c_cheboksary
|
||||
590 = { #Cheboksary
|
||||
culture = NEOW_chuvash
|
||||
religion = orthodox
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
}
|
||||
5363 = { #Urmary
|
||||
|
|
@ -546,7 +623,7 @@
|
|||
5359 = { #Lachyk-Uba
|
||||
#Can be found on maps of Khazaria
|
||||
culture = NEOW_nizhegorodian
|
||||
religion = orthodox
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
}
|
||||
5360 = { #Morchansk
|
||||
|
|
@ -558,20 +635,20 @@
|
|||
##d_voronezh ###################################
|
||||
###c_voronezh
|
||||
5350 = { #Voronezh
|
||||
culture = NEOW_smolesnkian
|
||||
culture = NEOW_voronezhian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
5285 = { #Khorysdan
|
||||
#Can be found in atlas of NEOW_nizhegorodian Empire from the XIXth century, in the province of Saratov
|
||||
5285 = { #Khorysdan
|
||||
holding = none
|
||||
}
|
||||
12341 = { #Lipetsk
|
||||
12341 = {
|
||||
holding = none
|
||||
}
|
||||
|
||||
###c_novovoronezh
|
||||
5372 = { #Babrov AKA Bobrov
|
||||
culture = NEOW_smolesnkian
|
||||
culture = NEOW_voronezhian
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
}
|
||||
|
|
@ -580,7 +657,7 @@
|
|||
}
|
||||
###c_pavlovsk
|
||||
5380 = { #Bychok
|
||||
culture = NEOW_cossack
|
||||
culture = NEOW_voronezhian
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
}
|
||||
|
|
@ -592,7 +669,7 @@
|
|||
|
||||
###c_tuluchezeva
|
||||
5374 = { #Tuluchezeva
|
||||
culture = NEOW_cossack
|
||||
culture = NEOW_voronezhian
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
}
|
||||
|
|
@ -610,7 +687,7 @@
|
|||
}
|
||||
5287 = { #Kazanskaya
|
||||
culture = NEOW_cossack
|
||||
religion = kozachina
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
|
||||
}
|
||||
|
|
@ -637,9 +714,9 @@
|
|||
}
|
||||
|
||||
##Belgorod
|
||||
5284 = { #Chally-Kala
|
||||
5284 = { #Belgorod
|
||||
culture = NEOW_cossack
|
||||
religion = kozachina
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
}
|
||||
566 = {
|
||||
|
|
@ -655,7 +732,7 @@
|
|||
##d_tambov ###################################
|
||||
###c_tambov
|
||||
5353 = { #Tambov
|
||||
culture = NEOW_smolesnkian
|
||||
culture = NEOW_voronezhian
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
}
|
||||
|
|
@ -671,7 +748,7 @@
|
|||
}
|
||||
###c_kozlov
|
||||
5357 = { #Kozlov
|
||||
culture = NEOW_smolesnkian
|
||||
culture = NEOW_voronezhian
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
}
|
||||
|
|
@ -681,7 +758,7 @@
|
|||
|
||||
###c_matya
|
||||
5356 = { #Matya #fictional, based on river of the same name
|
||||
culture = NEOW_smolesnkian
|
||||
culture = NEOW_voronezhian
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
}
|
||||
|
|
@ -690,7 +767,7 @@
|
|||
}
|
||||
|
||||
5351 = { #Lipetsk
|
||||
culture = NEOW_smolesnkian
|
||||
culture = NEOW_voronezhian
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
}
|
||||
|
|
@ -703,17 +780,56 @@
|
|||
12344 = { #Yelets
|
||||
holding = none
|
||||
}
|
||||
###c_balachev
|
||||
5377 = { #Balachev AKA Balachov
|
||||
culture = NEOW_voronezhian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
5378 = { #Khoper based on river
|
||||
holding = none
|
||||
}
|
||||
###c_petrovsk
|
||||
5390 = { #Petrovsk
|
||||
culture = NEOW_voronezhian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
5391 = { #Treliaka
|
||||
#Can be found in atlas of Russian Empire from the XIXth century, in the province of Saratov
|
||||
holding = none
|
||||
}
|
||||
5392 = { #Alchanka
|
||||
#Can be found in atlas of Russian Empire from the XIXth century, in the province of Saratov
|
||||
holding = none
|
||||
}
|
||||
###c_penza
|
||||
5366 = { #Penza
|
||||
culture = NEOW_povolzhan
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
5367 = { #Insara
|
||||
#Can be found in atlas of Russian Empire from the XIXth century, in the province of Saratov
|
||||
holding = none
|
||||
}
|
||||
###c_serdosk
|
||||
5384 = { #Serdosk AKA Serdobsk
|
||||
culture = NEOW_voronezhian
|
||||
religion = third_covenant
|
||||
holding = castle_holding
|
||||
}
|
||||
|
||||
#k_bjarmaland
|
||||
##d_biarmia ###################################
|
||||
###c_kholmogory
|
||||
5798 = { #Kholmogory
|
||||
culture = NEOW_novgorodian
|
||||
culture = NEOW_pomor
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
}
|
||||
5799 = { #Arkhangelsk
|
||||
culture = NEOW_novgorodian
|
||||
culture = NEOW_pomor
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
}
|
||||
|
|
@ -729,7 +845,7 @@
|
|||
|
||||
###c_onega_BJA
|
||||
5803 = { #Onega
|
||||
culture = NEOW_novgorodian
|
||||
culture = NEOW_pomor
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
}
|
||||
|
|
@ -747,7 +863,7 @@
|
|||
|
||||
###c_povenets
|
||||
5807 = { #Povenets
|
||||
culture = NEOW_novgorodian
|
||||
culture = NEOW_pomor
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
}
|
||||
|
|
@ -765,7 +881,7 @@
|
|||
|
||||
###c_pudozh
|
||||
5811 = { #Pudozh
|
||||
culture = NEOW_novgorodian
|
||||
culture = NEOW_pomor
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
}
|
||||
|
|
@ -780,7 +896,7 @@
|
|||
###c_kargopol
|
||||
5814 = { #Kargopol
|
||||
culture = NEOW_novgorodian
|
||||
religion = orthodox
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
}
|
||||
5815 = { #Vitzgora AKA Vytegra
|
||||
|
|
@ -793,7 +909,7 @@
|
|||
###c_kirillov
|
||||
5817 = { #Kirillov
|
||||
culture = NEOW_novgorodian
|
||||
religion = orthodox
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
}
|
||||
5818 = { #Dvinitza
|
||||
|
|
@ -827,7 +943,7 @@
|
|||
###c_vologda
|
||||
5824 = { #Vologda
|
||||
culture = NEOW_novgorodian
|
||||
religion = orthodox
|
||||
religion = third_covenant
|
||||
holding = tribal_holding
|
||||
}
|
||||
5825 = { #Sheksna
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
619
holder for later/common/landed_titles/west_siberia.txt
Normal file
619
holder for later/common/landed_titles/west_siberia.txt
Normal file
|
|
@ -0,0 +1,619 @@
|
|||
|
||||
e_west_siberia = {
|
||||
color = { 210 245 210 }
|
||||
|
||||
capital = c_tyumen
|
||||
|
||||
k_yugra = {
|
||||
color = { 210 245 210 }
|
||||
|
||||
capital = c_tyumen
|
||||
d_uraltau = {
|
||||
color = { 62 77 105 }
|
||||
|
||||
capital = c_uraltau
|
||||
c_chelabinsk = {
|
||||
color = { 86 127 120 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_chelab
|
||||
name_list_komi = cn_chelab
|
||||
name_list_bashkir = cn_chelab
|
||||
}
|
||||
|
||||
b_chelabinsk = {
|
||||
province = 5526
|
||||
|
||||
color = { 86 127 120 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_chelab
|
||||
name_list_komi = cn_chelab
|
||||
name_list_bashkir = cn_chelab
|
||||
}
|
||||
}
|
||||
b_troizk = {
|
||||
province = 5527
|
||||
|
||||
color = { 86 127 120 }
|
||||
}
|
||||
b_silach = {
|
||||
province = 5524
|
||||
|
||||
color = { 86 127 120 }
|
||||
}
|
||||
}
|
||||
c_chadrinsk = {
|
||||
color = { 86 127 89 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_chadra
|
||||
name_list_komi = cn_chadra
|
||||
name_list_bashkir = cn_chadra
|
||||
}
|
||||
|
||||
b_chadrinsk = {
|
||||
province = 5525
|
||||
|
||||
color = { 86 127 89 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_chadra
|
||||
name_list_komi = cn_chadra
|
||||
name_list_bashkir = cn_chadra
|
||||
}
|
||||
}
|
||||
b_baklanska = {
|
||||
province = 5528
|
||||
|
||||
color = { 86 127 89 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_baklana
|
||||
name_list_komi = cn_baklana
|
||||
name_list_bashkir = cn_baklana
|
||||
}
|
||||
}
|
||||
}
|
||||
c_karabash = {
|
||||
color = { 60 85 118 }
|
||||
|
||||
b_karabash = {
|
||||
province = 5490
|
||||
|
||||
color = { 60 85 118 }
|
||||
}
|
||||
b_zlatoust = {
|
||||
province = 5492
|
||||
|
||||
color = { 60 85 118 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_zlat
|
||||
name_list_komi = cn_zlat
|
||||
name_list_bashkir = cn_zlat
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
d_kurgan = {
|
||||
color = { 171 105 75 }
|
||||
|
||||
capital = c_kurgan
|
||||
|
||||
c_kurgan = {
|
||||
color = { 165 110 85 }
|
||||
|
||||
b_kurgan = {
|
||||
province = 895
|
||||
|
||||
color = { 165 110 85 }
|
||||
}
|
||||
b_ukavskaya = {
|
||||
province = 5890
|
||||
|
||||
color = { 165 110 85 }
|
||||
}
|
||||
b_kurtan = {
|
||||
province = 7057
|
||||
|
||||
color = { 140 175 190 }
|
||||
}
|
||||
}
|
||||
|
||||
c_vargashi = {
|
||||
color = { 185 135 120 }
|
||||
|
||||
b_mostovskoye = {
|
||||
province = 7018
|
||||
|
||||
color = { 185 135 120 }
|
||||
}
|
||||
b_shchuchye = {
|
||||
province = 7058
|
||||
|
||||
color = { 185 135 120 }
|
||||
}
|
||||
b_uktuz = {
|
||||
province = 7019
|
||||
|
||||
color = { 185 140 105 }
|
||||
}
|
||||
}
|
||||
}
|
||||
d_vogulia = {
|
||||
color = { 100 120 92 }
|
||||
|
||||
capital = c_yekaterinburg
|
||||
|
||||
c_yekaterinburg = {
|
||||
color = { 107 127 99 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_ozera
|
||||
name_list_komi = cn_ozera
|
||||
name_list_bashkir = cn_ozera
|
||||
}
|
||||
|
||||
b_yekaterinburg = {
|
||||
province = 5519
|
||||
|
||||
color = { 107 127 99 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_ozera
|
||||
name_list_komi = cn_ozera
|
||||
name_list_bashkir = cn_ozera
|
||||
}
|
||||
}
|
||||
b_alapaevsk = {
|
||||
province = 5520
|
||||
|
||||
color = { 107 127 99 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_alapa
|
||||
name_list_komi = cn_alapa
|
||||
name_list_bashkir = cn_alapa
|
||||
}
|
||||
}
|
||||
b_irbit = {
|
||||
province = 5521
|
||||
|
||||
color = { 107 127 99 }
|
||||
}
|
||||
b_kamychlov = {
|
||||
province = 5522
|
||||
|
||||
color = { 107 127 99 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_kamyk
|
||||
name_list_komi = cn_kamyk
|
||||
name_list_bashkir = cn_kamyk
|
||||
}
|
||||
}
|
||||
b_iset = {
|
||||
province = 5523
|
||||
|
||||
color = { 86 127 89 }
|
||||
}
|
||||
}
|
||||
c_pelym = {
|
||||
color = { 80 125 45 }
|
||||
|
||||
b_pelym = {
|
||||
province = 5871
|
||||
|
||||
color = { 80 125 45 }
|
||||
}
|
||||
b_sosva = {
|
||||
province = 5872
|
||||
|
||||
color = { 80 125 45 }
|
||||
}
|
||||
b_totkarak = {
|
||||
province = 5873
|
||||
|
||||
color = { 80 125 45 }
|
||||
}
|
||||
b_koshuki = {
|
||||
province = 5874
|
||||
|
||||
color = { 60 130 50 }
|
||||
}
|
||||
}
|
||||
c_koshuki = {
|
||||
color = { 60 130 50 }
|
||||
|
||||
b_alymka = {
|
||||
province = 5875
|
||||
|
||||
color = { 60 130 50 }
|
||||
}
|
||||
b_chalbych = {
|
||||
province = 5876
|
||||
|
||||
color = { 60 130 50 }
|
||||
}
|
||||
}
|
||||
|
||||
c_kumych = {
|
||||
color = { 173 191 192 }
|
||||
|
||||
b_bisserskaya = {
|
||||
province = 5446
|
||||
|
||||
color = { 173 191 192 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_bisserk
|
||||
name_list_komi = cn_bisserk
|
||||
name_list_bashkir = cn_bisserk
|
||||
}
|
||||
}
|
||||
b_klenovskaya = {
|
||||
province = 5447
|
||||
|
||||
color = { 173 191 192 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_kleno
|
||||
name_list_komi = cn_kleno
|
||||
name_list_bashkir = cn_kleno
|
||||
}
|
||||
}
|
||||
b_kirgichanskaya = {
|
||||
province = 5448
|
||||
|
||||
color = { 173 191 192 }
|
||||
|
||||
cultural_names = {
|
||||
name_list_bolghar = cn_gichans
|
||||
name_list_komi = cn_gichans
|
||||
name_list_bashkir = cn_gichans
|
||||
}
|
||||
}
|
||||
b_revda = {
|
||||
province = 5491
|
||||
|
||||
color = { 60 85 118 }
|
||||
}
|
||||
}
|
||||
c_laia = {
|
||||
color = { 100 165 85 }
|
||||
|
||||
b_laia = {
|
||||
province = 5885
|
||||
|
||||
color = { 100 165 85 }
|
||||
}
|
||||
b_tagil = {
|
||||
province = 5884
|
||||
|
||||
color = { 100 165 85 }
|
||||
}
|
||||
b_deriabinskoye = {
|
||||
province = 5886
|
||||
|
||||
color = { 100 165 85 }
|
||||
}
|
||||
}
|
||||
c_tabary = {
|
||||
color = { 105 145 95 }
|
||||
|
||||
b_tabary = {
|
||||
province = 5882
|
||||
|
||||
color = { 105 145 95 }
|
||||
}
|
||||
b_tura_kala = {
|
||||
province = 5881
|
||||
|
||||
color = { 105 145 95 }
|
||||
}
|
||||
b_turinsk = {
|
||||
province = 5888
|
||||
|
||||
color = { 90 180 105 }
|
||||
}
|
||||
b_shantoskoye = {
|
||||
province = 5887
|
||||
|
||||
color = { 90 180 105 }
|
||||
}
|
||||
}
|
||||
c_neramkary = {
|
||||
color = { 125 155 75 }
|
||||
|
||||
b_neramkary = {
|
||||
province = 5879
|
||||
|
||||
color = { 125 155 75 }
|
||||
}
|
||||
b_verkhoturye = {
|
||||
province = 5880
|
||||
|
||||
color = { 125 155 75 }
|
||||
}
|
||||
}
|
||||
}
|
||||
d_ostyaki = {
|
||||
color = { 101 201 118 }
|
||||
|
||||
capital = c_tyumen
|
||||
|
||||
c_tyumen = {
|
||||
color = { 90 180 105 }
|
||||
|
||||
b_tyumen = {
|
||||
province = 891
|
||||
|
||||
color = { 90 180 105 }
|
||||
}
|
||||
b_terom = {
|
||||
province = 5889
|
||||
|
||||
color = { 90 180 105 }
|
||||
}
|
||||
b_oblacas = {
|
||||
province = 5883
|
||||
|
||||
color = { 105 145 95 }
|
||||
}
|
||||
}
|
||||
c_sibir = {
|
||||
color = { 150 180 214 }
|
||||
b_tobol = {
|
||||
province = 898
|
||||
|
||||
color = { 145 185 245 }
|
||||
}
|
||||
b_sibir = {
|
||||
province = 7006
|
||||
|
||||
color = { 150 180 214 }
|
||||
}
|
||||
b_asmaak = {
|
||||
province = 7008
|
||||
|
||||
color = { 150 180 214 }
|
||||
}
|
||||
b_vagaiskoy = {
|
||||
province = 7010
|
||||
|
||||
color = { 150 180 214 }
|
||||
}
|
||||
}
|
||||
c_ishim = {
|
||||
color = { 145 190 200 }
|
||||
|
||||
b_ishim = {
|
||||
province = 1223
|
||||
|
||||
color = { 145 190 200 }
|
||||
}
|
||||
b_ust-ishim = {
|
||||
province = 7016
|
||||
|
||||
color = { 145 190 200 }
|
||||
}
|
||||
b_omgul = {
|
||||
province = 7027
|
||||
|
||||
color = { 145 190 200 }
|
||||
}
|
||||
b_vikulova = {
|
||||
province = 7029
|
||||
|
||||
color = { 145 190 200 }
|
||||
}
|
||||
}
|
||||
c_dolgujar = {
|
||||
color = { 140 175 190 }
|
||||
|
||||
b_dolgujar = {
|
||||
province = 7015
|
||||
|
||||
color = { 140 175 190 }
|
||||
}
|
||||
b_vagay = {
|
||||
province = 7014
|
||||
|
||||
color = { 140 175 190 }
|
||||
}
|
||||
b_yalu_torovsk = {
|
||||
province = 7017
|
||||
|
||||
color = { 140 175 190 }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
k_sibir = {
|
||||
color = { 180 210 245 }
|
||||
|
||||
capital = c_sibir
|
||||
|
||||
d_sibir = {
|
||||
color = { 151 189 232 }
|
||||
|
||||
capital = c_sibir
|
||||
|
||||
c_tobol = {
|
||||
color = { 145 185 245 }
|
||||
|
||||
b_koshley_vosh = {
|
||||
province = 7002
|
||||
|
||||
color = { 145 185 245 }
|
||||
}
|
||||
b_uluskate = {
|
||||
province = 7003
|
||||
|
||||
color = { 145 185 245 }
|
||||
}
|
||||
b_liniek = {
|
||||
province = 7004
|
||||
|
||||
color = { 145 185 245 }
|
||||
}
|
||||
}
|
||||
c_belogorje = {
|
||||
color = { 200 225 245 }
|
||||
|
||||
b_demiianka = {
|
||||
province = 7000
|
||||
|
||||
color = { 200 225 245 }
|
||||
}
|
||||
b_selinga = {
|
||||
province = 7005
|
||||
|
||||
color = { 200 225 245 }
|
||||
}
|
||||
}
|
||||
c_bardak = {
|
||||
color = { 120 170 210 }
|
||||
|
||||
b_bardak = {
|
||||
province = 7001
|
||||
|
||||
color = { 120 170 210 }
|
||||
}
|
||||
b_berisiy = {
|
||||
province = 7007
|
||||
|
||||
color = { 120 170 210 }
|
||||
}
|
||||
b_yorgaet = {
|
||||
province = 7009
|
||||
|
||||
color = { 120 170 210 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
d_konda = {
|
||||
color = { 159 204 133 }
|
||||
|
||||
capital = c_tselym_dalyn
|
||||
|
||||
c_tselym_dalyn = {
|
||||
color = { 150 185 130 }
|
||||
|
||||
b_tselym_dalyn = {
|
||||
province = 892
|
||||
|
||||
color = { 150 185 130 }
|
||||
}
|
||||
b_chukas_vosh = {
|
||||
province = 5877
|
||||
|
||||
color = { 150 185 130 }
|
||||
}
|
||||
b_topar_vosh = {
|
||||
province = 5878
|
||||
|
||||
color = { 150 185 130 }
|
||||
}
|
||||
}
|
||||
c_kharam-vosh = {
|
||||
color = { 115 180 115 }
|
||||
|
||||
b_kharam-vosh = {
|
||||
province = 887
|
||||
|
||||
color = { 115 180 115 }
|
||||
}
|
||||
b_kari_pospat_vosh = {
|
||||
province = 5867
|
||||
|
||||
color = { 115 180 115 }
|
||||
}
|
||||
b_arant = {
|
||||
province = 5868
|
||||
|
||||
color = { 115 180 115 }
|
||||
}
|
||||
}
|
||||
c_kartauzh = {
|
||||
color = { 150 200 125 }
|
||||
|
||||
b_kartauzh = {
|
||||
province = 5870
|
||||
|
||||
color = { 150 200 125 }
|
||||
}
|
||||
b_kandiskaya = {
|
||||
province = 5869
|
||||
|
||||
color = { 150 200 125 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
d_kazym = {
|
||||
color = { 175 230 180 }
|
||||
|
||||
capital = c_kazym
|
||||
|
||||
c_kazym = {
|
||||
color = { 210 245 210 }
|
||||
|
||||
b_surgut = {
|
||||
province = 893
|
||||
|
||||
color = { 210 245 210 }
|
||||
}
|
||||
b_khanty-mansiisk = {
|
||||
province = 890
|
||||
|
||||
color = { 210 245 210 }
|
||||
}
|
||||
b_yugan = {
|
||||
province = 5896
|
||||
|
||||
color = { 210 245 210 }
|
||||
}
|
||||
}
|
||||
c_sosva = {
|
||||
color = { 200 230 200 }
|
||||
|
||||
b_sukhorukova = {
|
||||
province = 5865
|
||||
|
||||
color = { 200 230 200 }
|
||||
}
|
||||
b_belogorye = {
|
||||
province = 5866
|
||||
|
||||
color = { 200 230 200 }
|
||||
}
|
||||
}
|
||||
c_koda = {
|
||||
color = { 175 230 180 }
|
||||
|
||||
b_nizyani = {
|
||||
province = 5897
|
||||
|
||||
color = { 175 230 180 }
|
||||
}
|
||||
b_atlym = {
|
||||
province = 5898
|
||||
|
||||
color = { 175 230 180 }
|
||||
}
|
||||
b_karymkary = {
|
||||
province = 5899
|
||||
|
||||
color = { 175 230 180 }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -259,6 +259,7 @@
|
|||
RELATION_POOL_CHARACTER:0 "Wandering"
|
||||
RELATION_COUNCIL_POSITION:0 "[CHARACTER.GetCouncilTitle] of [TARGET_CHARACTER.GetShortUIName]"
|
||||
RELATION_COURTIER: "[CHARACTER.Custom('GetCourtier')|U] of [CHARACTER.GetShortUIName]"
|
||||
RELATION_COURTIER_SHORT:0 "[courtier|E]"
|
||||
RELATION_GUEST:0 "Guest of [CHARACTER.GetShortUIName]"
|
||||
RELATION_DIARCH: "$DIARCH_TITLE$ of [CHARACTER.GetShortUIName]"
|
||||
THIS_IS_YOU_STATIC:0 "This is you"
|
||||
|
|
|
|||
|
|
@ -17,6 +17,10 @@
|
|||
tradition_creaght_name:0 "Creaght"
|
||||
tradition_creaght_desc:1 "This culture features large groups of pastoralist bands which follow feral herds of cattle across the landscape."
|
||||
|
||||
#Russian Legacy
|
||||
tradition_russian_legacy_name:0 "Russian Legacy"
|
||||
tradition_russian_legacy_desc:1 "The people of this culture are familiar with the traditions of the Russia of old and its legacy. Through last two millennia they have been able to tame and navigate the great expanses, forests and rivers, which united their Motherland."
|
||||
|
||||
|
||||
#OTHER
|
||||
|
||||
|
|
|
|||
|
|
@ -196,6 +196,62 @@
|
|||
duke_feudal_vassal_male_novelist_religion: "Féal"
|
||||
duke_feudal_vassal_female_novelist_religion: "Féale"
|
||||
duke_feudal_vassal_novelist_religion: "Duché"
|
||||
|
||||
|
||||
# Russia
|
||||
emperor_male_russian:0 "Superbo Archon"
|
||||
# Administrative
|
||||
barony_administrative_russian:0 "Raion"
|
||||
baron_administrative_male_russian:0 "Raionny"
|
||||
baron_administrative_female_russian:0 "Raionnaya"
|
||||
county_administrative_russian:0 "Okrug"
|
||||
count_administrative_male_russian:0 "Okruzhnoy"
|
||||
count_administrative_female_russian:0 "Okruzhnaya"
|
||||
duchy_administrative_russian:0 "Oblast"
|
||||
duke_administrative_male_russian:0 "Gubernator"
|
||||
duke_administrative_female_russian:0 "Gubernator"
|
||||
kingdom_administrative_russian:0 "Guberniya"
|
||||
king_administrative_male_russian:0 "Gubernator"
|
||||
king_administrative_female_russian:0 "Gubernator"
|
||||
empire_administrative_russian:0 "Gosudarstvo"
|
||||
emperor_administrative_male_russian:0 "Gosudar"
|
||||
emperor_administrative_female_russian:0 "Gosudarynya"
|
||||
# Feudal
|
||||
barony_feudal_russian:0 "Imenie"
|
||||
baron_feudal_male_russian:0 "Pomeschik"
|
||||
baron_feudal_female_russian:0 "Pomeschica"
|
||||
county_feudal_russian:0 "Uezdnoe Knyazhestvo"
|
||||
count_feudal_male_russian:0 "Uezdniy Knyaz"
|
||||
count_feudal_female_russian:0 "Uezdnaya Knyaginya"
|
||||
duchy_feudal_russian:0 "Knyazhestvo"
|
||||
duke_feudal_male_russian:0 "Knyaz"
|
||||
duke_feudal_female_russian:0 "Knyaginya"
|
||||
kingdom_feudal_russian:0 "Velikoe Knyazhestvo"
|
||||
king_feudal_male_russian:0 "Velikiy Knyaz"
|
||||
king_feudal_female_russian:0 "Velikaya Knyaginya"
|
||||
empire_feudal_russian:0 "Gosudarstvo"
|
||||
emperor_feudal_male_russian:0 "Gosudar"
|
||||
emperor_feudal_female_russian:0 "Gosudarynya"
|
||||
|
||||
# Mercenary
|
||||
baron_mercenary_male_russian:0 "Prapor"
|
||||
baron_mercenary_female_russian:0 "Prapor"
|
||||
barony_mercenary_russian:0 "Otryad"
|
||||
count_mercenary_male_russian:0 "Rotnik"
|
||||
count_mercenary_female_russian:0 "Rotnaya"
|
||||
county_mercenary_russian:0 "Rota"
|
||||
duke_mercenary_male_russian:0 "Kombat"
|
||||
duke_mercenary_female_russian:0 "Kombat"
|
||||
duchy_mercenary_russian:0 "Batalion"
|
||||
king_mercenary_male_russian:0 "Polkovnik"
|
||||
king_mercenary_female_russian:0 "Polkovaya"
|
||||
kingdom_mercenary_russian:0 "Polk"
|
||||
emperor_mercenary_male_russian:0 "Armii General"
|
||||
emperor_mercenary_female_russian:0 "Armii Generalsha"
|
||||
empire_mercenary_russian:0 "Armiya"
|
||||
|
||||
|
||||
|
||||
# Putting this here for now because I have no idea where else to put this
|
||||
#carstana_count:0 "Pârcălab"
|
||||
#carstana_countess:0 "Pârcălab"
|
||||
#carstana_countess:0 "Pârcălab"
|
||||
|
|
|
|||
|
|
@ -444,22 +444,51 @@
|
|||
NEOW_pribaltic:0 "Pribaltiyskiy"
|
||||
NEOW_pribaltic_collective_noun:0 "Pribalts"
|
||||
NEOW_pribaltic_prefix:0 "Pribalto"
|
||||
#Petrogradian
|
||||
NEOW_petrogradian:0 "Petrogradskiy"
|
||||
NEOW_petrogradian_collective_noun:0 "Petrogradians"
|
||||
NEOW_petrogradian_prefix:0 "Petrogradsko"
|
||||
#Polotskian
|
||||
NEOW_polotskian:0 "Polotskiy"
|
||||
NEOW_polotskian_collective_noun:0 "Polochanins"
|
||||
NEOW_polotskian_prefix:0 "Polotsko"
|
||||
#Pomor
|
||||
NEOW_pomor:0 "Pomorskiy"
|
||||
NEOW_pomor_collective_noun:0 "Pomory"
|
||||
NEOW_pomor_prefix:0 "Pomorsko"
|
||||
#Smolenskian
|
||||
NEOW_smolesnkian:0 "Smalenski"
|
||||
NEOW_smolesnkian_collective_noun:0 "Smolyanins"
|
||||
NEOW_smolesnkian_prefix:0 "Smalensko"
|
||||
NEOW_smolesnkian:0 "Smolenskiy"
|
||||
NEOW_smolesnkian_collective_noun:0 "Smolyane"
|
||||
NEOW_smolesnkian_prefix:0 "Smolensko"
|
||||
#Moskovian
|
||||
NEOW_moscovian:0 "Moskovskiy"
|
||||
NEOW_moscovian_collective_noun:0 "Moskovians"
|
||||
NEOW_moscovian_prefix:0 "Moskovko"
|
||||
#Nizhegorodian
|
||||
NEOW_nizhegorodian:0 "Nizhegorodskiy"
|
||||
NEOW_nizhegorodian_collective_noun:0 "Nizhegorodians"
|
||||
NEOW_nizhegorodian_prefix:0 "Nizhegorodsko"
|
||||
#Nizhegorodian
|
||||
NEOW_voronezhian:0 "Voronezhskiy"
|
||||
NEOW_voronezhian_collective_noun:0 "Voronezhians"
|
||||
NEOW_voronezhian_prefix:0 "Voronezhsko"
|
||||
#Nizhnevolzhan
|
||||
NEOW_povolzhan:0 "Povolzhskiy"
|
||||
NEOW_povolzhan_collective_noun:0 "Povolzhane"
|
||||
NEOW_povolzhan_prefix:0 "Povolzhsko"
|
||||
#Nizhnevolzhan
|
||||
NEOW_nizhnevolzhan:0 "Nizhnevolzhskiy"
|
||||
NEOW_nizhnevolzhan_collective_noun:0 "Volzhane"
|
||||
NEOW_nizhnevolzhan_prefix:0 "Nizhnevolzhsko"
|
||||
#Uralian
|
||||
NEOW_uralian:0 "Uralskiy"
|
||||
NEOW_uralian_collective_noun:0 "Uraltsy"
|
||||
NEOW_uralian_prefix:0 "Uralo"
|
||||
#Yamantau
|
||||
NEOW_yamantau:0 "Mednogorskiy"
|
||||
NEOW_yamantau_collective_noun:0 "Mednogortsy"
|
||||
NEOW_yamantau_prefix:0 "Mednogorsko"
|
||||
|
||||
#Goral
|
||||
goral:0 "Góralski"
|
||||
goral_collective_noun:0 "Gorals"
|
||||
|
|
|
|||
|
|
@ -5128,7 +5128,7 @@
|
|||
Il_a_grv_ri:0 "Ilàri"
|
||||
Il_i_act_dia:0 "Ilídia"
|
||||
Il_i_act_dio:0 "Ilídio"
|
||||
Il_pst_iya:0 "Il'iya"
|
||||
I_l_pst_ya:0 "Il'ya"
|
||||
Ilar:0 "Ilar"
|
||||
Ilargi:0 "Ilargi"
|
||||
Ilari:0 "Ilari"
|
||||
|
|
@ -6299,6 +6299,7 @@
|
|||
Kostentin:0 "Kostentin"
|
||||
Kosti:0 "Kosti"
|
||||
Kozeta:0 "Kozeta"
|
||||
Ko_z_pst_ma:0 "Koz'ma"
|
||||
Kr_i_hat_styl:0 "Krîstyl"
|
||||
Krenar:0 "Krenar"
|
||||
Kreshnik:0 "Kreshnik"
|
||||
|
|
|
|||
|
|
@ -16944,8 +16944,8 @@
|
|||
d_turkmens_adj:0 "Turkmen"
|
||||
d_turnovo:0 "Moesia"
|
||||
d_turnovo_adj:0 "Moesian"
|
||||
d_turov:0 "Gomel"
|
||||
d_turov_adj:0 "Gomelian"
|
||||
d_turov:0 "Turov"
|
||||
d_turov_adj:0 "Turovian"
|
||||
d_tver:0 "Tver"
|
||||
d_tver_adj:0 "Tverian"
|
||||
d_tyrol:0 "Tyrol"
|
||||
|
|
@ -26044,7 +26044,7 @@
|
|||
d_naissus:0 "Nišavski "
|
||||
d_naissus_adj:0 "Nišavskin"
|
||||
|
||||
### Ukraine
|
||||
### Ukraine
|
||||
d_kherson:0 "Kherson"
|
||||
d_kherson_adj:0 "Khersonian"
|
||||
c_oleshky:0 "Oleshky"
|
||||
|
|
@ -26105,71 +26105,7 @@
|
|||
c_cernauti_adj:0 "Chernivechchynian"
|
||||
k_crimea:0 "Crimea"
|
||||
k_crimea_adj:0 "Crimean"
|
||||
|
||||
##### Russia #####
|
||||
k_chernozem:0 "Chernozem"
|
||||
k_chernozem_adj:0 "Chernozemian"
|
||||
d_kursk:0 "Kursk"
|
||||
d_kursk_adj:0 "Kurskian"
|
||||
c_boguchar:0 "Boguchar"
|
||||
c_boguchar_adj:0 "Bogucharian"
|
||||
b_rossosh:0 "Rossosh"
|
||||
b_liski:0 "Liski"
|
||||
c_pavlovsk:0 "Pavlovsk"
|
||||
c_pavlovsk_adj:0 "Pavlovskian"
|
||||
b_valyuki:0 "Valyuki"
|
||||
b_korocha:0 "Korocha"
|
||||
b_shchigry:0 "Shchigry"
|
||||
b_ostrogozhsk:0 "Ostrogozhsk"
|
||||
b_semiluki:0 "Semiluki"
|
||||
c_novovoronezh:0 "Novovoronezh"
|
||||
c_novovoronezh_adj:0 "Novovoronezhian"
|
||||
b_bobrov:0 "Bobrov"
|
||||
b_novovoronezh:0 "Novovoronezh"
|
||||
c_ertil:0 "Ertil"
|
||||
c_ertil_adj:0 "Ertilian"
|
||||
b_uryupinsk:0 "Uryupinsk"
|
||||
b_talovaya:0 "Talovaya"
|
||||
b_novokhopyorsk:0 "Novokhopyorsk"
|
||||
b_ternovka:0 "Ternovka"
|
||||
b_ertil:0 "Ertil"
|
||||
c_borisoglebsk:0 "Borisoglebsk"
|
||||
c_borisoglebsk_adj:0 "Borisoglebskian"
|
||||
c_lipetsk:0 "Lipetsk"
|
||||
c_lipetsk_adj:0 "Lipetskian"
|
||||
b_zadonsk:0 "Zadonsk"
|
||||
k_moskva:0 "Moskva"
|
||||
k_moskva_adj:0 "Muscovite"
|
||||
k_volgograd:0 "Volgograd"
|
||||
k_volgograd_adj:0 "Volgogradian"
|
||||
d_astrakhan:0 "Astrakhan"
|
||||
d_astrakhan_adj:0 "Astrakhanian"
|
||||
d_volgograd:0 "Volgograd"
|
||||
d_volgograd_adj:0 "Volgogradian"
|
||||
c_surovikino:0 "Surovikino"
|
||||
c_surovikino_adj:0 "Surovikinian"
|
||||
b_surovikino:0 "Surovikino"
|
||||
b_serafimovich:0 "Serafimovich"
|
||||
c_volgograd:0 "Volgograd"
|
||||
c_volgograd_adj:0 "Volgogradian"
|
||||
b_volgograd:0 "Volgograd"
|
||||
b_svetlyy_yar:0 "Svetlyy Yar"
|
||||
c_chorny_yar:0 "Chorny Yar"
|
||||
c_chorny_yar_adj:0 "Chorny Yarian"
|
||||
b_narimanov:0 "Narimanov"
|
||||
b_volodarsky:0 "Volodarsky"
|
||||
c_akthubinsk:0 "Akthubinsk"
|
||||
c_akthubinsk_adj:0 "Akthubinskian"
|
||||
b_akthubinsk:0 "Akthubinsk"
|
||||
c_volzhskiy:0 "Volzhskiy"
|
||||
c_volzhskiy_adj:0 "Volzhskiyan"
|
||||
b_volzhskiy:0 "Volzhskiy"
|
||||
b_nikolayevsk:0 "Nikolayevsk"
|
||||
c_frolovo:0 "Frolovo"
|
||||
c_frolovo_adj:0 "Frolovan"
|
||||
k_volga_bulgaria:0 "Tatarstan"
|
||||
k_volga_bulgaria_adj:0 "Tatarstani"
|
||||
|
||||
|
||||
##### Caucasus #####
|
||||
k_kalmykia:0 "Kalmykia"
|
||||
k_kalmykia_adj:0 "Kalmykian"
|
||||
|
|
@ -26429,7 +26365,7 @@
|
|||
b_sipovo:0 "Šipovo"
|
||||
b_cazin:0 "Cazin"
|
||||
b_ljubinje:0 "Ljubinje"
|
||||
|
||||
|
||||
### Serbia
|
||||
d_serbia:0 "Srbija"
|
||||
d_serbia_adj:0 "Serbian"
|
||||
|
|
@ -26446,4 +26382,288 @@
|
|||
b_palilula:0 "Palilula"
|
||||
b_obrenovac:0 "Obrenovac"
|
||||
b_sid:0 "Šid"
|
||||
|
||||
|
||||
|
||||
k_pribaltia:0 "Pribaltia"
|
||||
k_pribaltia_adj:0 "Pribaltic"
|
||||
|
||||
# Russia
|
||||
h_russia:0 "Rossiya"
|
||||
h_russia_adj:0 "Rossiyan"
|
||||
h_russia_pre:0 "Russko"
|
||||
# West Russia ##########################################################
|
||||
e_zapadnorussia:0 "Zapadorossiya"
|
||||
e_zapadnorussia_adj:0 "Zapadorossiyian"
|
||||
e_zapadnorussia_pre:0 "Zapadnorussko"
|
||||
|
||||
## Arkhangelsk #######################################
|
||||
k_arkhangelsk:0 "Arkhangelsk"
|
||||
k_arkhangelsk_adj:0 "Arkhangelian"
|
||||
d_arkhangelsk:0 "Arkhangelsk"
|
||||
d_arkhangelsk_adj:0 "Arkhangelian"
|
||||
|
||||
d_kargopol:0 "Kargopol"
|
||||
d_kargopol_adj:0 "Kargopolian"
|
||||
|
||||
d_vologda:0 "Vologda"
|
||||
d_vologda_adj:0 "Vologdian"
|
||||
|
||||
d_ustyug:0 "Ustyug"
|
||||
d_ustyug_adj:0 "Ustyuzhian"
|
||||
|
||||
d_onega:0 "Onega"
|
||||
d_onega_adj:0 "Onezhian"
|
||||
|
||||
c_kholmogory:0 "Kholmogory"
|
||||
c_kholmogory_adj:0 "Kholmogorian"
|
||||
c_povenets:0 "Povenets"
|
||||
c_povenets_adj:0 "Povenetsian"
|
||||
c_pudozh:0 "Pudozh"
|
||||
c_pudozh_adj:0 "Pudozhi"
|
||||
c_kargopol:0 "Kargopol"
|
||||
c_kargopol_adj:0 "Kargopolian"
|
||||
c_kirillov:0 "Kirillov"
|
||||
c_kirillov_adj:0 "Kirillovan"
|
||||
c_totma:0 "Totma"
|
||||
c_totma_adj:0 "Totman"
|
||||
c_lyubim:0 "Lyubim"
|
||||
c_lyubim_adj:0 "Lyubimian"
|
||||
c_onsthia:0 "Onsthia"
|
||||
c_onsthia_adj:0 "Onsthian"
|
||||
c_choklema:0 "Choklema"
|
||||
c_choklema_adj:0 "Chokleman"
|
||||
c_ustyug:0 "Ustyug"
|
||||
c_ustyug_adj:0 "Ustyugian"
|
||||
c_shenkursk:0 "Shenkursk"
|
||||
c_shenkursk_adj:0 "Shenkurskian"
|
||||
c_velsk:0 "Velsk"
|
||||
c_velsk_adj:0 "Velskian"
|
||||
c_kevrola:0 "Kevrola"
|
||||
c_kevrola_adj:0 "Kevrolan"
|
||||
c_onega_BJA:0 "Onega"
|
||||
c_onega_BJA_adj:0 "Onegan"
|
||||
b_arkhangelsk:0 "Arkhangelsk"
|
||||
b_brin_navolok:0 "Brin Navolok"
|
||||
b_pertominsk:0 "Pertominsk"
|
||||
b_lopshenga:0 "Lopshenga"
|
||||
b_onega:0 "Onega"
|
||||
b_pole:0 "Pole"
|
||||
b_korelskoye:0 "Korelskoye"
|
||||
b_malashuyka:0 "Malashuyka"
|
||||
b_povenets:0 "Povenets"
|
||||
b_malenga:0 "Malenga"
|
||||
b_yangary:0 "Yangary"
|
||||
b_kustranda:0 "Kustranda"
|
||||
b_pudozh:0 "Pudozh"
|
||||
b_vershinino:0 "Vershinino"
|
||||
b_yarnema:0 "Yarnema"
|
||||
b_vitzgora:0 "Vitzgora"
|
||||
b_kirillov:0 "Kirillov"
|
||||
b_dvinitza:0 "Dvinitza"
|
||||
b_pelsina:0 "Pelsina"
|
||||
b_tischna:0 "Tischina"
|
||||
b_kadnikov:0 "Kadnikov"
|
||||
b_sheksna:0 "Sheksna"
|
||||
b_gryazovets:0 "Gryazovets"
|
||||
b_danilov:0 "Danilov"
|
||||
b_vyatskoye:0 "Vyatskoye"
|
||||
b_lyubim:0 "Lyubim"
|
||||
b_razlivnoye:0 "Razlivnoye"
|
||||
b_soligalich:0 "Soligalich"
|
||||
b_onsthia:0 "Onsthia"
|
||||
b_karitsa:0 "Karitsa"
|
||||
b_suday:0 "Suday"
|
||||
b_choklema:0 "Choklema"
|
||||
b_gorodek:0 "Gorodek"
|
||||
b_boborossa:0 "Boborossa"
|
||||
b_veliky_ustyug:0 "Veliky Ustyug"
|
||||
b_nyuksenitsa:0 "Nyuksenitsa"
|
||||
b_kotlas:0 "Kotlas"
|
||||
b_usyorga:0 "Usyorga"
|
||||
b_krasny_bor:0 "Krasny Bor"
|
||||
b_bereznik:0 "Bereznik"
|
||||
b_velsk:0 "Velsk"
|
||||
b_verkhovazhye:0 "Verkhovazhye"
|
||||
b_ous_vaga:0 "Ous Vaga"
|
||||
b_yemetsk:0 "Yemetsk"
|
||||
b_kevrola:0 "Kevrola"
|
||||
b_verkola:0 "Verkola"
|
||||
b_osmova:0 "Osmova"
|
||||
b_ostrov_BJA:0 "Ostrov"
|
||||
|
||||
## Sankt-Peterburg ###################################
|
||||
k_petrograd:0 "Petrograd"
|
||||
k_petrograd_adj:0 "Petrogradian"
|
||||
k_petrograd_pre:0 "Petrogradsko"
|
||||
d_petrograd:0 "Petrograd"
|
||||
d_petrograd_adj:0 "Petrogradian"
|
||||
d_petrograd_pre:0 "Petrogradsko"
|
||||
c_petrograd:0 "Petrograd"
|
||||
c_petrograd_adj:0 "Petrogradian"
|
||||
c_petrograd_pre:0 "Petrogradsko"
|
||||
b_petrograd:0 "Petrograd"
|
||||
b_petrograd_adj:0 "Petrogradian"
|
||||
b_petrograd_pre:0 "Petrogradsko"
|
||||
b_kronstadt:0 "Kronstadt"
|
||||
b_peterhof:0 "Peterhof"
|
||||
b_pushkin:0 "Pushkin"
|
||||
b_udelnaya:0 "Udelnaya"
|
||||
c_ingria:0 "Ingria"
|
||||
|
||||
### Luki
|
||||
d_luki:0 "Velikie Luki"
|
||||
d_luki_adj:0 "Velikolukian"
|
||||
c_luki:0 "Luki"
|
||||
c_luki_adj:0 "Lukian"
|
||||
b_luki:0 "Velikie Luki"
|
||||
|
||||
### Svir
|
||||
d_svir:0 "Svir"
|
||||
d_svir_adj:0 "Svirian"
|
||||
|
||||
|
||||
## Smolensk ##########################################
|
||||
k_smolensk:0 "Smolensk"
|
||||
k_smolensk_adj:0 "Smolenskian"
|
||||
k_smolensk_pre:0 "Smolensko"
|
||||
|
||||
### Bryansk
|
||||
d_bryansk:0 "Bryansk"
|
||||
d_bryansk_adj:0 "Bryanskian"
|
||||
### Oryol
|
||||
d_oryol:0 "Oryol"
|
||||
d_oryol_adj:0 "Oryolian"
|
||||
c_oryol:0 "Oryol"
|
||||
c_oryol_adj:0 "Oryolian"
|
||||
|
||||
## Moskva ############################################
|
||||
k_moskva:0 "Moskva"
|
||||
k_moskva_adj:0 "Moskovian"
|
||||
k_moskva_pre:0 "Moskovsko"
|
||||
### Moskva Moscow
|
||||
d_moskva:0 "Moskva"
|
||||
d_moskva_adj:0 "Moskovian"
|
||||
d_moskva_pre:0 "Moskovsko"
|
||||
c_moskva:0 "Moskva"
|
||||
c_moskva_adj:0 "Moskovian"
|
||||
c_moskva_pre:0 "Moskovsko"
|
||||
b_moskva:0 "Moskva"
|
||||
b_moskva_adj:0 "Moskovian"
|
||||
b_moskva_pre:0 "Moskovsko"
|
||||
b_khimki:0 "Khimki"
|
||||
b_biryulyovo:0 "Biryulyovo"
|
||||
b_vorobyevy_gory:0 "Vorobyevy gory"
|
||||
b_pokrovskoe_streshnevo:0 "Pokrovskoe-Streshnevo"
|
||||
b_izmaylovo:0 "Izmaylovo"
|
||||
|
||||
### Tula
|
||||
d_tula:0 "Tula"
|
||||
d_tula_adj:0 "Tulian"
|
||||
### Tver
|
||||
d_tver:0 "Tver"
|
||||
d_tver_adj:0 "Tverian"
|
||||
|
||||
## Vladimir ##########################################
|
||||
k_vladimir:0 "Vladimir"
|
||||
k_vladimir_adj:0 "Vladimirian"
|
||||
|
||||
### Kostroma
|
||||
d_kostroma:0 "Kostroma"
|
||||
d_kostroma_adj:0 "Kostromian"
|
||||
|
||||
## Nizhniy Novgorod ##################################
|
||||
k_nizhny_novgorod:0 "Nizhniy Novgorod"
|
||||
k_nizhny_novgorod_adj:0 "Nizhegorodian"
|
||||
d_nizhny_novgorod:0 "Nizhniy Novgorod"
|
||||
d_nizhny_novgorod_adj:0 "Nizhegorodian"
|
||||
c_nizhny_novgorod:0 "Nizhniy Novgorod"
|
||||
c_nizhny_novgorod_adj:0 "Nizhegorodian"
|
||||
b_nizhny_novgorod:0 "Nizhniy Novgorod"
|
||||
b_nizhny_novgorod_adj:0 "Nizhegorodian"
|
||||
|
||||
c_gorodets:0 "Gorodets"
|
||||
c_gorodets_adj:0 "Gorodetskian"
|
||||
|
||||
## Chernorus #########################################
|
||||
k_chernorus:0 "Chernorus"
|
||||
k_chernorus_adj:0 "Chernorusian"
|
||||
|
||||
### Lipetsk
|
||||
d_lipetsk:0 "Lipetsk"
|
||||
d_lipetsk_adj:0 "Lipetskian"
|
||||
|
||||
## Formables #########################################
|
||||
k_smolensk:0 "Smolensk"
|
||||
k_smolensk_adj:0 "Smolenskian"
|
||||
k_smolensk_pre:0 "Smolensko"
|
||||
k_novgorod:0 "Novgorod"
|
||||
k_novgorod_adj:0 "Novgorodian"
|
||||
k_novgorod_pre:0 "Novgorodsko"
|
||||
k_tver:0 "Vladimir"
|
||||
k_tver_adj:0 "Tverian"
|
||||
k_tver_pre:0 "Tversko"
|
||||
|
||||
##### Russia #####
|
||||
k_chernozem:0 "Chernozem"
|
||||
k_chernozem_adj:0 "Chernozemian"
|
||||
d_kursk:0 "Kursk"
|
||||
d_kursk_adj:0 "Kurskian"
|
||||
c_boguchar:0 "Boguchar"
|
||||
c_boguchar_adj:0 "Bogucharian"
|
||||
b_rossosh:0 "Rossosh"
|
||||
b_liski:0 "Liski"
|
||||
c_pavlovsk:0 "Pavlovsk"
|
||||
c_pavlovsk_adj:0 "Pavlovskian"
|
||||
b_valyuki:0 "Valyuki"
|
||||
b_korocha:0 "Korocha"
|
||||
b_shchigry:0 "Shchigry"
|
||||
b_ostrogozhsk:0 "Ostrogozhsk"
|
||||
b_semiluki:0 "Semiluki"
|
||||
c_novovoronezh:0 "Novovoronezh"
|
||||
c_novovoronezh_adj:0 "Novovoronezhian"
|
||||
b_bobrov:0 "Bobrov"
|
||||
b_novovoronezh:0 "Novovoronezh"
|
||||
c_ertil:0 "Ertil"
|
||||
c_ertil_adj:0 "Ertilian"
|
||||
b_uryupinsk:0 "Uryupinsk"
|
||||
b_talovaya:0 "Talovaya"
|
||||
b_novokhopyorsk:0 "Novokhopyorsk"
|
||||
b_ternovka:0 "Ternovka"
|
||||
b_ertil:0 "Ertil"
|
||||
c_borisoglebsk:0 "Borisoglebsk"
|
||||
c_borisoglebsk_adj:0 "Borisoglebskian"
|
||||
c_lipetsk:0 "Lipetsk"
|
||||
c_lipetsk_adj:0 "Lipetskian"
|
||||
b_zadonsk:0 "Zadonsk"
|
||||
k_moskva:0 "Moskva"
|
||||
k_moskva_adj:0 "Muscovite"
|
||||
k_volgograd:0 "Volgograd"
|
||||
k_volgograd_adj:0 "Volgogradian"
|
||||
d_astrakhan:0 "Astrakhan"
|
||||
d_astrakhan_adj:0 "Astrakhanian"
|
||||
d_volgograd:0 "Volgograd"
|
||||
d_volgograd_adj:0 "Volgogradian"
|
||||
c_surovikino:0 "Surovikino"
|
||||
c_surovikino_adj:0 "Surovikinian"
|
||||
b_surovikino:0 "Surovikino"
|
||||
b_serafimovich:0 "Serafimovich"
|
||||
c_volgograd:0 "Volgograd"
|
||||
c_volgograd_adj:0 "Volgogradian"
|
||||
b_volgograd:0 "Volgograd"
|
||||
b_svetlyy_yar:0 "Svetlyy Yar"
|
||||
c_chorny_yar:0 "Chorny Yar"
|
||||
c_chorny_yar_adj:0 "Chorny Yarian"
|
||||
b_narimanov:0 "Narimanov"
|
||||
b_volodarsky:0 "Volodarsky"
|
||||
c_akthubinsk:0 "Akthubinsk"
|
||||
c_akthubinsk_adj:0 "Akthubinskian"
|
||||
b_akthubinsk:0 "Akthubinsk"
|
||||
c_volzhskiy:0 "Volzhskiy"
|
||||
c_volzhskiy_adj:0 "Volzhskiyan"
|
||||
b_volzhskiy:0 "Volzhskiy"
|
||||
b_nikolayevsk:0 "Nikolayevsk"
|
||||
c_frolovo:0 "Frolovo"
|
||||
c_frolovo_adj:0 "Frolovan"
|
||||
k_kazan:0 "Tatarstan"
|
||||
k_kazan_adj:0 "Tatarstani"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue