Skip to content

Commit

Permalink
fix typo in dynamic ideas (ParadoxGameConverters#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemurin authored Jun 15, 2024
1 parent a3cbd32 commit 01c7981
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,35 @@ defensive_ideas = {
}
improved_foraging = {
garrison_size = 0.33
effect = {
hidden_effect = {
if = {
limit = {
has_country_flag = ned_buffed_forts_flag
}
every_owned_province = {
limit = {
region = low_countries_region
has_fort_building_trigger = yes
}
remove_province_modifier = ned_low_countries_fort_buff
add_province_modifier = {
name = ned_low_countries_fort_buff_buffed
duration = -1
hidden = yes
}
}
}
}
}
removed_effect = {
hidden_effect = {
every_owned_province = {
limit = { has_province_modifier = ned_low_countries_fort_buff_buffed }
remove_province_modifier = ned_low_countries_fort_buff_buffed
}
}
}
}

#until_the_last_man = {
Expand Down Expand Up @@ -987,11 +1016,12 @@ exploration_ideas = {
factor = 0
NOT = { is_year = 1590 } # Let's give the initial colonizers a chance, is also around the year when Japan began their own colonial ventures
NOT = {
any_owned_province = {
is_state = yes
any_province = {
has_province_modifier = "birthplace_of_the_renaissance"
continent = PREV
any_owned_province = {
is_state = yes
any_province = {
has_province_modifier = "birthplace_of_the_renaissance"
continent = PREV
}
}
}
}
Expand Down Expand Up @@ -1507,7 +1537,7 @@ expansion_ideas = {
}

ai_will_do = {
factor = 0.48
factor = 0.5
modifier = {
factor = 0
has_dlc = "Third Rome" # Has siberian frontier instead
Expand Down Expand Up @@ -1826,6 +1856,7 @@ court_ideas = {
meritocracy = 0.25
imperial_mandate = 0.1
imperial_authority = 0.05
monthly_cultural_unity = 0.5
}

long_echo = {
Expand Down
2 changes: 1 addition & 1 deletion commonItems

0 comments on commit 01c7981

Please sign in to comment.