Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Jan 23, 2025
1 parent 82547c5 commit d801b74
Show file tree
Hide file tree
Showing 2 changed files with 524 additions and 0 deletions.
142 changes: 142 additions & 0 deletions ImperatorToCK3/Data_Files/configurables/removable_file_blocks_tfe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5576,6 +5576,7 @@ set_minorities_game_start = {
}

"common/on_action/TFE_yearly_on_actions.txt" = {
# Anachronistic
{
if = {
limit = {
Expand Down Expand Up @@ -5732,6 +5733,7 @@ set_minorities_game_start = {
}
}

# Anachronistic
{
if = {
limit = {
Expand Down Expand Up @@ -5771,6 +5773,7 @@ set_minorities_game_start = {
}
}

# Anachronistic
{
if = {
limit = {
Expand Down Expand Up @@ -5965,6 +5968,7 @@ set_minorities_game_start = {
}
}

# Anachronistic
{
if = {
limit = {
Expand Down Expand Up @@ -6001,6 +6005,144 @@ set_minorities_game_start = {
}
}
}

# Anachronistic
{
five_year_playable_pulse = {
on_actions = { TFE_five_year_playable_pulse_hadrians_wall }
}

TFE_five_year_playable_pulse_hadrians_wall = {
effect = {
# hadrian's walls are upgraded under roman rules
if = {
limit = {
OR = {
any_liege_or_above = {
OR = {
has_title = title:e_byzantium
has_title = title:e_western_roman_empire
has_title = title:e_roman_empire
has_title = title:e_gaul
}
}
OR = {
has_title = title:e_byzantium
has_title = title:e_western_roman_empire
has_title = title:e_roman_empire
has_title = title:e_gaul
}
}
has_title = title:c_northumberland
}
hidden_effect = {
title:c_northumberland = {
every_county_province = {
limit = { has_building = hadrians_wall_01 }
remove_building = hadrians_wall_01
add_special_building_slot = real_hadrians_wall_01
add_building = real_hadrians_wall_01
}
}
}
}
if = {
limit = {
OR = {
any_liege_or_above = {
OR = {
has_title = title:e_byzantium
has_title = title:e_western_roman_empire
has_title = title:e_roman_empire
has_title = title:e_gaul
}
}
OR = {
has_title = title:e_byzantium
has_title = title:e_western_roman_empire
has_title = title:e_roman_empire
has_title = title:e_gaul
}
}
has_title = title:c_durham
}
hidden_effect = {
title:c_durham = {
every_county_province = {
limit = { has_building = hadrians_wall_01 }
remove_building = hadrians_wall_01
add_special_building_slot = real_hadrians_wall_01
add_building = real_hadrians_wall_01
}
}
}
}
# hadrian's walls are downgraded without roman infrastructure
if = {
limit = {
NOR = {
any_liege_or_above = {
OR = {
has_title = title:e_byzantium
has_title = title:e_western_roman_empire
has_title = title:e_roman_empire
has_title = title:e_gaul
}
}
OR = {
has_title = title:e_byzantium
has_title = title:e_western_roman_empire
has_title = title:e_roman_empire
has_title = title:e_gaul
}
}
has_title = title:c_northumberland
}
hidden_effect = {
title:c_northumberland = {
every_county_province = {
limit = { has_building = real_hadrians_wall_01 }
remove_building = real_hadrians_wall_01
add_special_building_slot = hadrians_wall_01
add_building = hadrians_wall_01
}
}
}
}
if = {
limit = {
NOR = {
any_liege_or_above = {
OR = {
has_title = title:e_byzantium
has_title = title:e_western_roman_empire
has_title = title:e_roman_empire
has_title = title:e_gaul
}
}
OR = {
has_title = title:e_byzantium
has_title = title:e_western_roman_empire
has_title = title:e_roman_empire
has_title = title:e_gaul
}
}
has_title = title:c_durham
}
hidden_effect = {
title:c_durham = {
every_county_province = {
limit = { has_building = real_hadrians_wall_01 }
remove_building = real_hadrians_wall_01
add_special_building_slot = hadrians_wall_01
add_building = hadrians_wall_01
}
}
}
}
}
}
} # end of block
}

"common/on_action/death.txt" = {
Expand Down
Loading

0 comments on commit d801b74

Please sign in to comment.