Skip to content

Commit

Permalink
Emergency Patch (Fixes Immigration)
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-Jake committed Oct 1, 2022
1 parent f3096a2 commit f42c1b6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/event_modifiers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1272,4 +1272,9 @@ monthly_timer = {

john_cena_cooldown = {
icon = 15
}

ghostland = {
global_immigrant_attract = -10000
icon = 9
}
7 changes: 7 additions & 0 deletions common/triggered_modifiers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@
# these are checked for each countries once/month and then applied.
#
# Effects are fully scriptable here.

great_power_decay = {
trigger = {
is_greater_power = yes
}
badboy = -0.02
}
14 changes: 14 additions & 0 deletions decisions/1 Setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@ political_decisions = {
}
country_event = 91332
}
GHO = {
add_country_modifier = {
name = ghostland
duration = -1
}
}
any_country = {
limit = { civilized = yes }
money = 35000
}
any_country = {
limit = { civilized = no }
money = 10000
}
}
}
}
1 change: 1 addition & 0 deletions localisation/01_victorianlegacytext.csv
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ REVANCHISM_EXPLANATION;
UNIT_BUILD_TIME_IW;$VAL$ days.;$VAL$ jours.;$VAL$ Tage.;;$VAL$ d�as.;;;;;;;;;x;
john_cena_cooldown;John Cena Cooldown;;;;;;;;;;;;;
john_cena_cooldown_desc;Prevent spam of Event to allow duplicate generals.;;;;;;;;;;;;;
great_power_decay;Great Power;;;;;;;;;;;;;
no_personality;�W0 Defence;;;;;;;;;;;;;;
no_background;�W0 Attack;;;;;;;;;;;;;;
attack_1.1;+1 Attack;;;;;;;;;;;;;;
Expand Down

0 comments on commit f42c1b6

Please sign in to comment.