Skip to content

Commit

Permalink
Brit Emigration fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emprahtheodosius committed Apr 2, 2023
1 parent 77912c5 commit 9da1fcd
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
28 changes: 28 additions & 0 deletions TGC/common/pop_types.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1569,6 +1569,34 @@ emigration_chance = {
controlled_by = owner
}
}

#For some reason they stop emigrating completely around 1860s and are stuck in high con
modifier = {
factor = 1.0
THIS = {
OR = {
has_pop_culture = british
has_pop_culture = scottish
has_pop_culture = welsh
}
}
NOT = { unemployment = 0.2 }
NOT = { year = 1905 }
year = 1865
country = {
primary_culture = british
NOT = { war_exhaustion = 10 }
average_consciousness = 5
}
location = {
NOT = {
state_id = 254
state_id = 258
state_id = 260
state_id = 263
}
}
}

#irish
modifier = { #this is regardless of the famine
Expand Down
1 change: 0 additions & 1 deletion TGC/events/RUSFlavor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8540,7 +8540,6 @@ country_event = {
title = "EVTNAME500285"
desc = "EVTDESC500285"
picture = "alex2reform"
fire_only_once = yes


mean_time_to_happen = {
Expand Down
27 changes: 27 additions & 0 deletions TGCDirectImmigration/common/pop_types.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1908,6 +1908,33 @@ emigration_chance = {
controlled_by = owner
}
}
#For some reason they stop emigrating completely around 1860s
modifier = {
factor = 1.0
THIS = {
OR = {
has_pop_culture = british
has_pop_culture = scottish
has_pop_culture = welsh
}
}
NOT = { unemployment = 0.2 }
NOT = { year = 1905 }
year = 1865
country = {
primary_culture = british
NOT = { war_exhaustion = 10 }
average_consciousness = 5
}
location = {
NOT = {
state_id = 254
state_id = 258
state_id = 260
state_id = 263
}
}
}

#irish
modifier = { #this is regardless of the famine
Expand Down

0 comments on commit 9da1fcd

Please sign in to comment.