diff --git a/common/countries/Castaria.txt b/common/countries/Castaria.txt new file mode 100644 index 0000000..14d13ad --- /dev/null +++ b/common/countries/Castaria.txt @@ -0,0 +1,6 @@ +#Gartiva + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 2 250 130 } \ No newline at end of file diff --git a/common/countries/Estalakerden.txt b/common/countries/Estalakerden.txt new file mode 100644 index 0000000..295443f --- /dev/null +++ b/common/countries/Estalakerden.txt @@ -0,0 +1,6 @@ +#Gartiva + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 23 54 19 } \ No newline at end of file diff --git a/common/countries/Sudvinnen.txt b/common/countries/Sudvinnen.txt new file mode 100644 index 0000000..81f5fb8 --- /dev/null +++ b/common/countries/Sudvinnen.txt @@ -0,0 +1,6 @@ +#Gartiva + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 192 2 73 } \ No newline at end of file diff --git a/common/countries/Yxginn.txt b/common/countries/Yxginn.txt new file mode 100644 index 0000000..0d81f23 --- /dev/null +++ b/common/countries/Yxginn.txt @@ -0,0 +1,6 @@ +#Gartiva + +graphical_culture = western_european_gfx +graphical_culture_2d = western_european_2d + +color = { 52 168 1 } \ No newline at end of file diff --git a/common/countries/colors.txt b/common/countries/colors.txt index 23b8092..f95033c 100644 --- a/common/countries/colors.txt +++ b/common/countries/colors.txt @@ -2,8 +2,27 @@ TST = { color = rgb { 57 113 228 } color_ui = rgb { 74 147 255 } } - +AVI = { + color = rgb { 144 231 245 } + color_ui = rgb { 144 231 245 } +} GRT = { color = rgb { 110 8 31 } color_ui = rgb { 150 38 52 } +} +BRK = { + color = rgb { 190 82 25 } + color_ui = rgb { 190 82 25 } +} +CUM = { + color = rgb { 25 63 117 } + color_ui = rgb { 25 63 117 } +} +LAN = { + color = rgb { 65 209 52 } + color_ui = rgb { 65 209 52 } +} +BOR = { + color = rgb { 40 75 38 } + color_ui = rgb { 40 75 38 } } \ No newline at end of file diff --git a/common/country_tags/00_countries.txt b/common/country_tags/00_countries.txt index 936d39f..e5e776b 100644 --- a/common/country_tags/00_countries.txt +++ b/common/country_tags/00_countries.txt @@ -3,4 +3,9 @@ GRT = "countries/Gartiva.txt" BRK = "countries/Barkenia.txt" CUM = "countries/Cussemini.txt" LAN = "countries/Lantrio.txt" -BOR = "countries/BSOFS.txt" \ No newline at end of file +BOR = "countries/BSOFS.txt" + +YXN = "countries/Yxginn.txt" +CAT = "countries/Castaria.tct" +ESK = "countries/Estalakerden.txt" +SDV = "countries/Sudvinnen.txt" \ No newline at end of file diff --git a/history/countries/AVI - Avvnie.txt b/history/countries/AVI - Avvnie.txt new file mode 100644 index 0000000..c83b7f7 --- /dev/null +++ b/history/countries/AVI - Avvnie.txt @@ -0,0 +1,25 @@ +capital = 983 + +set_politics = { + ruling_party = neutrality + last_election = "1935.6.1" + election_frequency = 12 + elections_allowed = yes +} + +set_popularities = { + democratic = 15 + fascism = 2 + communism = 3 + neutrality = 80 +} + +create_country_leader = { + name = "Generic Generico" + desc = "" + picture = "" + ideology = despotism + traits = { + # + } +} \ No newline at end of file diff --git a/history/countries/BOR - BSOFS.txt b/history/countries/BOR - BSOFS.txt new file mode 100644 index 0000000..3742961 --- /dev/null +++ b/history/countries/BOR - BSOFS.txt @@ -0,0 +1,25 @@ +capital = 926 + +set_politics = { + ruling_party = neutrality + last_election = "1935.6.1" + election_frequency = 12 + elections_allowed = yes +} + +set_popularities = { + democratic = 15 + fascism = 2 + communism = 3 + neutrality = 80 +} + +create_country_leader = { + name = "Generic Generico" + desc = "" + picture = "" + ideology = despotism + traits = { + # + } +} \ No newline at end of file diff --git a/history/countries/BRK - Barkenia.txt b/history/countries/BRK - Barkenia.txt new file mode 100644 index 0000000..e7eb4f4 --- /dev/null +++ b/history/countries/BRK - Barkenia.txt @@ -0,0 +1,25 @@ +capital = 2359 + +set_politics = { + ruling_party = neutrality + last_election = "1935.6.1" + election_frequency = 12 + elections_allowed = yes +} + +set_popularities = { + democratic = 15 + fascism = 2 + communism = 3 + neutrality = 80 +} + +create_country_leader = { + name = "Generic Generico" + desc = "" + picture = "" + ideology = despotism + traits = { + # + } +} \ No newline at end of file diff --git a/history/countries/CAT - Castaria.txt b/history/countries/CAT - Castaria.txt new file mode 100644 index 0000000..026990b --- /dev/null +++ b/history/countries/CAT - Castaria.txt @@ -0,0 +1,25 @@ +##capital = + +set_politics = { + ruling_party = neutrality + last_election = "1935.6.1" + election_frequency = 12 + elections_allowed = yes +} + +set_popularities = { + democratic = 15 + fascism = 2 + communism = 3 + neutrality = 80 +} + +create_country_leader = { + name = "Generic Generico" + desc = "" + picture = "" + ideology = despotism + traits = { + # + } +} \ No newline at end of file diff --git a/history/countries/CUM - Cussemini.txt b/history/countries/CUM - Cussemini.txt new file mode 100644 index 0000000..75a65c8 --- /dev/null +++ b/history/countries/CUM - Cussemini.txt @@ -0,0 +1,25 @@ +capital = 2361 + +set_politics = { + ruling_party = neutrality + last_election = "1935.6.1" + election_frequency = 12 + elections_allowed = yes +} + +set_popularities = { + democratic = 15 + fascism = 2 + communism = 3 + neutrality = 80 +} + +create_country_leader = { + name = "Generic Generico" + desc = "" + picture = "" + ideology = despotism + traits = { + # + } +} \ No newline at end of file diff --git a/history/countries/ESK - Estalakerden.txt b/history/countries/ESK - Estalakerden.txt new file mode 100644 index 0000000..026990b --- /dev/null +++ b/history/countries/ESK - Estalakerden.txt @@ -0,0 +1,25 @@ +##capital = + +set_politics = { + ruling_party = neutrality + last_election = "1935.6.1" + election_frequency = 12 + elections_allowed = yes +} + +set_popularities = { + democratic = 15 + fascism = 2 + communism = 3 + neutrality = 80 +} + +create_country_leader = { + name = "Generic Generico" + desc = "" + picture = "" + ideology = despotism + traits = { + # + } +} \ No newline at end of file diff --git a/history/countries/LAN - Lantrio.txt b/history/countries/LAN - Lantrio.txt new file mode 100644 index 0000000..2d9e3e7 --- /dev/null +++ b/history/countries/LAN - Lantrio.txt @@ -0,0 +1,25 @@ +capital = 1018 + +set_politics = { + ruling_party = neutrality + last_election = "1935.6.1" + election_frequency = 12 + elections_allowed = yes +} + +set_popularities = { + democratic = 15 + fascism = 2 + communism = 3 + neutrality = 80 +} + +create_country_leader = { + name = "Generic Generico" + desc = "" + picture = "" + ideology = despotism + traits = { + # + } +} \ No newline at end of file diff --git a/history/countries/SDV - Sudvinnen.txt b/history/countries/SDV - Sudvinnen.txt new file mode 100644 index 0000000..026990b --- /dev/null +++ b/history/countries/SDV - Sudvinnen.txt @@ -0,0 +1,25 @@ +##capital = + +set_politics = { + ruling_party = neutrality + last_election = "1935.6.1" + election_frequency = 12 + elections_allowed = yes +} + +set_popularities = { + democratic = 15 + fascism = 2 + communism = 3 + neutrality = 80 +} + +create_country_leader = { + name = "Generic Generico" + desc = "" + picture = "" + ideology = despotism + traits = { + # + } +} \ No newline at end of file diff --git a/history/countries/YXN - Yxginn.txt b/history/countries/YXN - Yxginn.txt new file mode 100644 index 0000000..059d6c2 --- /dev/null +++ b/history/countries/YXN - Yxginn.txt @@ -0,0 +1,25 @@ +## capital = + +set_politics = { + ruling_party = neutrality + last_election = "1935.6.1" + election_frequency = 12 + elections_allowed = yes +} + +set_popularities = { + democratic = 15 + fascism = 2 + communism = 3 + neutrality = 80 +} + +create_country_leader = { + name = "Generic Generico" + desc = "" + picture = "" + ideology = despotism + traits = { + # + } +} \ No newline at end of file diff --git a/history/states/1030-State_1030.txt b/history/states/1030-State_1030.txt index 4316490..fdaff54 100644 --- a/history/states/1030-State_1030.txt +++ b/history/states/1030-State_1030.txt @@ -2,9 +2,15 @@ state={ id=1030 name="STATE_1030" provinces={ - 2001 3818 4434 5908 13221 13256 13331 13348 13420 13452 + 2001 3818 5908 13221 13420 } buildings_max_level_factor=1.000 manpower=1000 state_category = rural + history={ + add_core_of = YXN + owner = YXN + victory_points={ + } + } } diff --git a/history/states/1032-State_1032.txt b/history/states/1032-State_1032.txt index f85b2f6..a869d0a 100644 --- a/history/states/1032-State_1032.txt +++ b/history/states/1032-State_1032.txt @@ -7,4 +7,10 @@ state={ buildings_max_level_factor=1.000 manpower=1000 state_category = rural + history={ + add_core_of = SDV + owner = SDV + victory_points={ + } + } } diff --git a/history/states/1051-State_1051.txt b/history/states/1051-State_1051.txt index 10ad9eb..505a43d 100644 --- a/history/states/1051-State_1051.txt +++ b/history/states/1051-State_1051.txt @@ -7,4 +7,10 @@ state={ buildings_max_level_factor=1.000 manpower=1000 state_category = rural + history={ + add_core_of = CAT + owner = CAT + victory_points={ + } + } } diff --git a/history/states/1052-State_1052.txt b/history/states/1052-State_1052.txt index 0e144de..4cb3554 100644 --- a/history/states/1052-State_1052.txt +++ b/history/states/1052-State_1052.txt @@ -7,4 +7,10 @@ state={ buildings_max_level_factor=1.000 manpower=1000 state_category = rural + history={ + add_core_of = CAT + owner = CAT + victory_points={ + } + } } diff --git a/history/states/1064-State_1064.txt b/history/states/1064-State_1064.txt index 46eed7a..f0c7d64 100644 --- a/history/states/1064-State_1064.txt +++ b/history/states/1064-State_1064.txt @@ -2,9 +2,15 @@ state={ id=1064 name="STATE_1064" provinces={ - 7496 7905 13384 13434 13479 13523 13589 13619 13676 13764 + 7905 7496 13589 13619 13676 13764 13839 } buildings_max_level_factor=1.000 manpower=1000 state_category = rural + history = { + add_core_of = YXN + owner = YXN + victory_points={ + } + } } diff --git a/history/states/1075-State_1075.txt b/history/states/1075-State_1075.txt index a0345c4..6f48e14 100644 --- a/history/states/1075-State_1075.txt +++ b/history/states/1075-State_1075.txt @@ -2,7 +2,7 @@ state={ id=1075 name="STATE_1075" provinces={ - 1787 2510 2535 4770 13451 13512 13522 13548 13777 13787 13863 + 2510 2535 13451 13512 13522 13548 } buildings_max_level_factor=1.000 manpower=1000 diff --git a/history/states/1077-State_1077.txt b/history/states/1077-State_1077.txt index a8dd0cc..6b8be17 100644 --- a/history/states/1077-State_1077.txt +++ b/history/states/1077-State_1077.txt @@ -2,9 +2,15 @@ state={ id=1077 name="STATE_1077" provinces={ - 931 4956 7460 8151 13556 13632 13712 13788 13839 + 931 4956 7460 8151 13556 13632 13712 13788 13839 1787 4770 13777 13787 13863 } buildings_max_level_factor=1.000 manpower=1000 state_category = rural + history = { + add_core_of = YXN + owner = YXN + victory_points={ + } + } } diff --git a/history/states/1107-State_1107.txt b/history/states/1107-State_1107.txt index af7f4ae..a990a90 100644 --- a/history/states/1107-State_1107.txt +++ b/history/states/1107-State_1107.txt @@ -2,9 +2,15 @@ state={ id=1107 name="STATE_1107" provinces={ - 3631 4210 4864 5311 6143 13667 13677 13693 13778 13920 14000 14001 14016 14091 14102 + 3631 4210 4864 5311 6143 13667 13677 13693 13778 13920 14000 14001 14016 14091 14102 3717 } buildings_max_level_factor=1.000 manpower=1000 state_category = rural + history={ + add_core_of = CAT + owner = CAT + victory_points={ + } + } } diff --git a/history/states/1110-State_1110.txt b/history/states/1110-State_1110.txt index c91bf9e..424f306 100644 --- a/history/states/1110-State_1110.txt +++ b/history/states/1110-State_1110.txt @@ -7,4 +7,10 @@ state={ buildings_max_level_factor=1.000 manpower=1000 state_category = rural + history={ + add_core_of = SDV + owner = SDV + victory_points={ + } + } } diff --git a/history/states/1120-State_1120.txt b/history/states/1120-State_1120.txt index 5dc3cba..fb66fd7 100644 --- a/history/states/1120-State_1120.txt +++ b/history/states/1120-State_1120.txt @@ -7,4 +7,10 @@ state={ buildings_max_level_factor=1.000 manpower=1000 state_category = rural + history={ + add_core_of = SDV + owner = SDV + victory_points={ + } + } } diff --git a/history/states/1124-State_1124.txt b/history/states/1124-State_1124.txt index 2c8a060..ae22a53 100644 --- a/history/states/1124-State_1124.txt +++ b/history/states/1124-State_1124.txt @@ -7,4 +7,10 @@ state={ buildings_max_level_factor=1.000 manpower=1000 state_category = rural + history={ + add_core_of = SDV + owner = SDV + victory_points={ + } + } } diff --git a/history/states/1147-State_1147.txt b/history/states/1147-State_1147.txt index d2beaed..4eac4c0 100644 --- a/history/states/1147-State_1147.txt +++ b/history/states/1147-State_1147.txt @@ -7,4 +7,10 @@ state={ buildings_max_level_factor=1.000 manpower=1000 state_category = rural + history={ + add_core_of = CAT + owner = CAT + victory_points={ + } + } } diff --git a/history/states/1155-State_1155.txt b/history/states/1155-State_1155.txt index a9fb941..2df0800 100644 --- a/history/states/1155-State_1155.txt +++ b/history/states/1155-State_1155.txt @@ -2,7 +2,7 @@ state={ id=1155 name="STATE_1155" provinces={ - 1286 3717 14080 14165 + 1286 14080 14165 } buildings_max_level_factor=1.000 manpower=1000 diff --git a/history/states/1162-State_1162.txt b/history/states/1162-State_1162.txt index 4b6ef07..3cdc88c 100644 --- a/history/states/1162-State_1162.txt +++ b/history/states/1162-State_1162.txt @@ -2,7 +2,7 @@ state={ id=1162 name="STATE_1162" provinces={ - 324 2622 6037 7519 13930 13939 13940 14027 14043 14068 14090 14157 14197 14208 14261 14273 + 324 2622 4956 6037 7519 13930 13939 13940 14027 14043 14068 14090 14157 14197 14208 14261 14273 } buildings_max_level_factor=1.000 manpower=1000 diff --git a/history/states/2362-State_2362.txt b/history/states/2362-State_2362.txt new file mode 100644 index 0000000..e68284e --- /dev/null +++ b/history/states/2362-State_2362.txt @@ -0,0 +1,16 @@ +state={ + id=2362 + name="STATE_2362" + provinces={ + 5576 13295 1394 13270 2317 13419 + } + buildings_max_level_factor=1.000 + manpower=1000 + state_category = rural + history={ + add_core_of = YXN + owner = YXN + victory_points={ + } + } +} diff --git a/history/states/2363-State_2363.txt b/history/states/2363-State_2363.txt new file mode 100644 index 0000000..a4d857d --- /dev/null +++ b/history/states/2363-State_2363.txt @@ -0,0 +1,16 @@ +state={ + id=2363 + name="STATE_2363" + provinces={ + 4434 13256 13348 13331 13452 13434 13384 13479 13523 7494 + } + buildings_max_level_factor=1.000 + manpower=1000 + state_category = rural + history={ + add_core_of = YXN + owner = YXN + victory_points={ + } + } +} diff --git a/history/states/921-State_921.txt b/history/states/921-State_921.txt index 9c6609d..3eba743 100644 --- a/history/states/921-State_921.txt +++ b/history/states/921-State_921.txt @@ -2,9 +2,16 @@ state={ id=921 name="STATE_921" provinces={ - 4472 12704 12767 12780 + 4472 12704 12767 12780 12978 4370 } buildings_max_level_factor=1.000 manpower=1000 state_category = rural + history={ + add_core_of = BOR + owner = BOR + victory_points={ + 4472 4 + } + } } diff --git a/history/states/936-State_936.txt b/history/states/936-State_936.txt index 9aad077..d6bcfef 100644 --- a/history/states/936-State_936.txt +++ b/history/states/936-State_936.txt @@ -7,4 +7,10 @@ state={ buildings_max_level_factor=1.000 manpower=1000 state_category = rural + history={ + add_core_of = ESK + owner = ESK + victory_points={ + } + } } diff --git a/history/states/938-State_938.txt b/history/states/938-State_938.txt index d0eebfe..b465a35 100644 --- a/history/states/938-State_938.txt +++ b/history/states/938-State_938.txt @@ -2,9 +2,15 @@ state={ id=938 name="STATE_938" provinces={ - 2969 4370 13094 13140 13141 13172 12978 + 2969 13094 13140 13141 13172 } buildings_max_level_factor=1.000 manpower=1000 state_category = rural + history={ + add_core_of = YXN + owner = YXN + victory_points={ + } + } } diff --git a/history/states/944-State_944.txt b/history/states/944-State_944.txt index 8aeeeeb..5fa33ce 100644 --- a/history/states/944-State_944.txt +++ b/history/states/944-State_944.txt @@ -7,4 +7,10 @@ state={ buildings_max_level_factor=1.000 manpower=1000 state_category = rural + history={ + add_core_of = ESK + owner = ESK + victory_points={ + } + } } diff --git a/history/states/965-State_965.txt b/history/states/965-State_965.txt index 48d359c..e49ee38 100644 --- a/history/states/965-State_965.txt +++ b/history/states/965-State_965.txt @@ -7,4 +7,10 @@ state={ buildings_max_level_factor=1.000 manpower=1000 state_category = rural + history={ + add_core_of = ESK + owner = ESK + victory_points={ + } + } } diff --git a/history/states/999-State_999.txt b/history/states/999-State_999.txt index e7316e5..91d0453 100644 --- a/history/states/999-State_999.txt +++ b/history/states/999-State_999.txt @@ -2,7 +2,7 @@ state={ id=999 name="STATE_999" provinces={ - 329 1394 1943 2317 4086 5576 5882 13016 13093 13171 13255 13269 13270 13295 13347 13359 13419 + 329 1943 4086 5882 13016 13093 13171 13255 13269 13347 13359 } buildings_max_level_factor=1.000 manpower=1000 diff --git a/localisation/english/countries_l_english.yml b/localisation/english/countries_l_english.yml new file mode 100644 index 0000000..989a8f2 --- /dev/null +++ b/localisation/english/countries_l_english.yml @@ -0,0 +1,31 @@ +l_english: + AVI_neutrality:0 "Avvnie" + AVI_neutrality_DEF:0 "The River Chiefdom of Avvine" + + GRT_neutrality:0 "Gartiva" + GRT_neutrality_DEF:0 "The River Chiefdom of Gartiva" + + BRK_neutrality:0 "Barkenia" + BRK_neutrality_DEF:0 "The River Chiefdom of Barkenia" + + CUM_neutrality:0 "Cussemini" + CUM_neutrality_DEF:0 "The River Chiefdom of Cussemini" + + LAN_neutrality:0 "Lantrio" + LAN_neutrality_DEF:0 "The River Chiefdom of Lantrio" + + BOR_neutrality:0 "BSOFS" + BOR_neutrality_DEF:0 "The Border State of FlodStatt" + + YXN_neutrality:0 "Yxginn" + YXN_neutrality_DEF:0 "The Terratories of the Yxginn" + + CAT_neutrality:0 "Castaria" + CAT_neutrality_DEF:0 "The new duchy of Castaria" + + ESK_neutrality:0 "Estalakerden" + ESK_neutrality_DEF:0 "The eternal Estalakerden watertribe" + + SDV_neutrality:0 "Südvinnen" + SDV_neutrality_DEF:0 "The Südvinnen principality" + \ No newline at end of file