Skip to content

Commit

Permalink
enaepta
Browse files Browse the repository at this point in the history
enaepta backup 0.13
  • Loading branch information
AndHope committed Apr 19, 2024
1 parent 58c5619 commit 8190703
Show file tree
Hide file tree
Showing 28 changed files with 824 additions and 598 deletions.
48 changes: 48 additions & 0 deletions common/coat_of_arms/coat_of_arms/br_new_countries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1106,3 +1106,51 @@ CH1 = {
}
}

KIE = { #
pattern = "pattern_solid.tga"
color1 = "white"
color2 = "white"

textured_emblem = {
texture = "Kiev.png"
instance = { position = { 0.5 0.5 } scale = { 1.0 1.0 } }
}

}

PLK = { #
pattern = "pattern_solid.tga"
color1 = "white"
color2 = "white"

textured_emblem = {
texture = "Polotsk.png"
instance = { position = { 0.5 0.5 } scale = { 1.0 1.0 } }
}

}

CHV = { #
pattern = "pattern_solid.tga"
color1 = "white"
color2 = "white"

textured_emblem = {
texture = "Chernigov.png"
instance = { position = { 0.5 0.5 } scale = { 1.0 1.0 } }
}

}

PNK = { #
pattern = "pattern_solid.tga"
color1 = "white"
color2 = "white"

textured_emblem = {
texture = "pinsk.png"
instance = { position = { 0.5 0.5 } scale = { 1.0 1.0 } }
}

}

2 changes: 1 addition & 1 deletion common/country_definitions/br_base_countries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5476,7 +5476,7 @@ CHT = {

tier = principality

cultures = { kho }
cultures = { pashtun }
capital = STATE_PASHTUNISTAN
}

Expand Down
49 changes: 47 additions & 2 deletions common/country_definitions/br_new_countries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ RUT = { #Ruthenia

tier = grand_principality

cultures = { ukrainian russian }
cultures = { ukrainian }
capital = STATE_KIEV
}

Expand Down Expand Up @@ -664,7 +664,8 @@ SBR = { # Siber

tier = principality
cultures = { tatar }
capital = STATE_SURGUT
religion = br_religion_tengri
capital = STATE_URAL
}

KHK = {
Expand All @@ -691,5 +692,49 @@ ZAZ = {
is_named_from_capital = yes
}

KIE = { #Kiev
color = { 139 107 255 }

country_type = recognized

tier = grand_principality

cultures = { ukrainian }
capital = STATE_KIEV
}

PLK = { #Polotsk
color = { 139 107 255 }

country_type = recognized

tier = principality

cultures = { russian }
capital = STATE_VITEBSK
}

CHV = { #Chernigov
color = { 139 107 255 }

country_type = recognized

tier = principality

cultures = { russian }
capital = STATE_CHERNIHIV
}

PNK = { #Turov and Pinsk
color = { 139 107 255 }

country_type = recognized

tier = principality

cultures = { russian }
capital = STATE_MINSK
}



68 changes: 7 additions & 61 deletions common/history/buildings/04_br_europa_buildings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1640,12 +1640,12 @@
}
#Balkans
s:STATE_BOSNIA={
region_state:SER={
region_state:BOS={
create_building={
building="building_government_administration"
add_ownership={
country={
country="c:SER"
country="c:BOS"
levels=1
}
}
Expand Down Expand Up @@ -1696,7 +1696,7 @@
add_ownership={
building={
type="building_manor_house"
country="c:SER"
country="c:BOS"
levels=2
region="STATE_BOSNIA"
}
Expand Down Expand Up @@ -1735,7 +1735,7 @@
add_ownership={
building={
type="building_manor_house"
country="c:SER"
country="c:BOS"
levels=3
region="STATE_BOSNIA"
}
Expand Down Expand Up @@ -1995,13 +1995,13 @@
}
}
s:STATE_MONTENEGRO={
region_state:SER={
region_state:MON={
create_building={
building="building_livestock_ranch"
add_ownership={
building={
type="building_manor_house"
country="c:SER"
country="c:MON"
levels=2
region="STATE_MONTENEGRO"
}
Expand Down Expand Up @@ -2105,7 +2105,7 @@
building="building_port"
add_ownership={
country={
country="c:BYZ"
country="c:VEN"
levels=1
}
}
Expand Down Expand Up @@ -2465,60 +2465,6 @@
activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_road_carts" "pm_no_hardwood" }
}
}
region_state:TRS={
create_building={
building="building_wheat_farm"
add_ownership={
building={
type="building_manor_house"
country="c:MOL"
levels=1
region="STATE_MOLDAVIA"
}
}
reserves=1
activate_production_methods={ "pm_simple_farming" "pm_tools_disabled" }
}
create_building={
building="building_livestock_ranch"
add_ownership={
building={
type="building_manor_house"
country="c:MOL"
levels=1
region="STATE_MOLDAVIA"
}
}
reserves=1
activate_production_methods={ "pm_simple_ranch" "pm_open_air_stockyards" "pm_standard_fences" "pm_unrefrigerated" }
}
create_building={
building="building_iron_mine"
add_ownership={
building={
type="building_manor_house"
country="c:MOL"
levels=1
region="STATE_MOLDAVIA"
}
}
reserves=1
activate_production_methods={ "pm_picks_and_shovels_building_iron_mine" "pm_no_explosives" "pm_no_steam_automation" "pm_road_carts" }
}
create_building={
building="building_logging_camp"
add_ownership={
building={
type="building_manor_house"
country="c:MOL"
levels=1
region="STATE_MOLDAVIA"
}
}
reserves=1
activate_production_methods={ "pm_simple_forestry" "pm_no_equipment" "pm_road_carts" "pm_no_hardwood" }
}
}
}
s:STATE_WALLACHIA={
region_state:WAL={
Expand Down
Loading

0 comments on commit 8190703

Please sign in to comment.