Skip to content

Commit fbce00c

Browse files
authored
ROA Update (#2647) #minor
- Added new geographical_region liquid file to blank mod for any regions we need to add ourselves to specific mods. - Updated for RoA 4.0.1
1 parent 0f75de6 commit fbce00c

File tree

3 files changed

+29
-41
lines changed

3 files changed

+29
-41
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{% if tfe %}
2+
3+
{% elsif roa %}
4+
# For limiting the RoA stateless government assignment to regions out of scope of Terra-Indomita
5+
converter_roa_out_of_scope_region = {
6+
regions = {
7+
world_mindanao world_kalimantan world_java world_timor world_sulawesi world_moluccas world_panua world_micronesia world_papua_new_guinea
8+
}
9+
duchies = {
10+
d_lupah_sug d_sugbu d_buglas d_bo_ol d_east_bisaya
11+
12+
d_palembang d_bangkahulu d_basemah d_lampung d_kerinci d_jambi d_bangka_belitung
13+
}
14+
counties = {
15+
c_ipolot c_oton c_dumangas c_inderapura c_masbat
16+
}
17+
}
18+
{% elsif wtwsms %}
19+
20+
{% endif %}

ImperatorToCK3/Data_Files/configurables/removable_file_blocks_roa.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# ASIDE FROM THE CURLY BRACKETS SURROUNDING THE BLOCK, IT MUST MATCH THE ORIGINAL FILE.
1717
# OTHERWISE THE BLOCK WON'T BE REMOVED!
1818

19-
# Adjusted for Rajas of Asia Version 3.6.1
19+
# Adjusted for Rajas of Asia Version 4.0.1
2020

2121
"common/on_action/yearly_on_actions.txt" = {
2222
{
@@ -5132,6 +5132,7 @@ bm_936_sea_five_dynasties = {
51325132
birth = 902.11.25
51335133
title = e_liao
51345134
government = nomad_government
5135+
fallback_government = tribal_government
51355136
culture = khitan
51365137
religion = mahayana
51375138
difficulty = "BOOKMARK_CHARACTER_DIFFICULTY_MEDIUM"
@@ -5446,6 +5447,7 @@ bm_1066_sea_china = {
54465447
birth = 1032.9.14
54475448
title = e_liao
54485449
government = nomad_government
5450+
fallback_government = tribal_government
54495451
culture = khitan
54505452
religion = mahayana
54515453
difficulty = "BOOKMARK_CHARACTER_DIFFICULTY_MEDIUM"
@@ -5587,7 +5589,7 @@ bm_1066_southeast_asia = {
55875589

55885590
character = {
55895591
name = "bookmark_1066_southeast_asia_srilanka"
5590-
dynasty_house = house_vijayabahu
5592+
dynasty = 1029172
55915593
dynasty_splendor_level = 3
55925594
type = male
55935595
birth = 1030.1.1
@@ -5604,7 +5606,7 @@ bm_1066_southeast_asia = {
56045606

56055607
character = {
56065608
name = "bookmark_1066_southeast_asia_kalyani_chalukya"
5607-
dynasty_house = house_kalyani_chalukya
5609+
dynasty_house = 12319
56085610
dynasty_splendor_level = 3
56095611
type = male
56105612
birth = 1002.1.1

ImperatorToCK3/Data_Files/configurables/replaceable_file_blocks_roa.txt

Lines changed: 4 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
# ASIDE FROM THE CURLY BRACKETS SURROUNDING THE BLOCK, IT MUST MATCH THE ORIGINAL FILE.
2626
# OTHERWISE THE BLOCKS WON'T BE MODIFIED!
2727

28+
# Adjusted for Rajas of Asia Version 4.0.1
29+
2830
"common/decisions/dlc_decisions/bp3/sea_bp3_other_decisions.txt" = {
2931
# In form_bosporan_kingdom_decision, make sure the kingdom doesn't have a holder or de jure land.
3032
replace = {
@@ -176,42 +178,6 @@
176178
}
177179
} # end of government_assignment_on_actions block
178180

179-
"map_data/geographical_regions/geographical_region.txt" = {
180-
# Adds in the relevant region for the out-of-scope stateless assignment
181-
replace = {
182-
before = {
183-
seasonal_region_west_africa = {
184-
regions = {
185-
world_africa_west sea_south_atlantic sea_macaronesia
186-
}
187-
}
188-
} # end of before
189-
190-
after = {
191-
seasonal_region_west_africa = {
192-
regions = {
193-
world_africa_west sea_south_atlantic sea_macaronesia
194-
}
195-
}
196-
197-
# For limiting the RoA stateless government assignment to regions out of scope of Terra-Indomita
198-
converter_roa_out_of_scope_region = {
199-
regions = {
200-
world_mindanao world_kalimantan world_java world_timor world_sulawesi world_moluccas world_panua world_micronesia world_papua_new_guinea
201-
}
202-
duchies = {
203-
d_lupah_sug d_sugbu d_buglas d_masbat d_bo_ol d_east_bisaya
204-
205-
d_palembang d_bangkahulu d_basemah d_lampung d_kerinci d_jambi d_bangka_belitung
206-
}
207-
counties = {
208-
c_ipolot c_oton c_dumangas c_inderapura
209-
}
210-
}
211-
} # end of after
212-
}
213-
} # end of geographical_region block
214-
215181

216182
"common/scripted_triggers/00_law_triggers.txt" = {
217183
# Need to set this trigger to always be false so admin realms end up with the proper succession law
@@ -262,7 +228,7 @@ on_game_start = {
262228
# update title CoAs
263229
sea_title_coa_on_start
264230

265-
fragment_cumania
231+
setup_cumania
266232
}
267233
}
268234
} # end of before
@@ -288,7 +254,7 @@ on_game_start = {
288254
# update title CoAs
289255
#sea_title_coa_on_start # IRToCK3: Disabled
290256

291-
#fragment_cumania # IRToCK3: Disabled
257+
#setup_cumania # IRToCK3: Disabled
292258
}
293259
}
294260
} # end of after

0 commit comments

Comments
 (0)