Skip to content

Commit

Permalink
Small Update
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-Jake committed Feb 9, 2023
1 parent 0f519e8 commit ebfa374
Show file tree
Hide file tree
Showing 7 changed files with 88 additions and 5 deletions.
24 changes: 24 additions & 0 deletions common/event_modifiers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1579,4 +1579,28 @@ requesting_cease_fire = {

changing_agriculture = {
icon = 14
}

#Row Completion

army_row_completion2 = {
leadership = 0.05
}
culture_row_completion3 = {
land_unit_start_experience = 5
}
commerce_row_completion4 = {
supply_consumption = -0.1
}
commerce_row_completion5 = {
pension_level = -0.5
}

#Bureaucrats Cooldown
bureaucrats_fix_cooldown = {
icon = 12
}

immunity_from_influenza = {
icon = 17
}
2 changes: 1 addition & 1 deletion decisions/MEX.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ political_decisions = {
}
allow = {
state_n_government = 1
exists = UCA
NOT = { exists = UCA }
}
effect = {
add_accepted_culture = central_american
Expand Down
19 changes: 19 additions & 0 deletions decisions/bureaucrats_fix_decision.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
political_decisions = {
bureaucrats_fix = {
alert = no
potential = {
has_country_flag = show_options_Y
ai = no
NOT = { has_country_modifier = bureaucrats_fix_cooldown }
}
allow = {
}
effect = {
country_event = 40404040
add_country_modifier = {
name = bureaucrats_fix_cooldown
duration = 3650
}
}
}
}
12 changes: 10 additions & 2 deletions events/Diseases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,11 @@ country_event = {
name = "EVTOPTA21030"
add_country_modifier = {
name = pandemic_influenza
duration = 365
duration = 438
}
add_country_modifier = {
name = immunity_from_influenza
duration = 4015
}
add_tax_relative_income = -5
}
Expand All @@ -225,7 +229,11 @@ country_event = {
name = "EVTOPTB21030"
add_country_modifier = {
name = pandemic_influenza
duration = 480
duration = 576
}
add_country_modifier = {
name = immunity_from_influenza
duration = 4015
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion events/GreatPowers.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Great Power Contention
country_event = {
id = 19000
id = 19004
title = "EVTNAME19000"
desc = "EVTDESC19000"
picture = "greatpowers"
Expand Down
26 changes: 26 additions & 0 deletions events/bureaucrats_fix_event.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
country_event = {
id = 40404040
title = "Non-Accepted Bureaucrats Decision (10 year cooldown)"
desc = "This decision is intended to convert non-accepted Bureaucrats into Artisans, in both states and colonies, so they stop getting fat off of state admin funding."

is_triggered_only = yes
fire_only_once = yes

option = {
name = "Force them into Artisans!"
any_owned = {
any_pop = {
limit = {
AND = {
is_primary_culture = no
is_accepted_culture = no
}
type = bureaucrats
}
pop_type = artisans
}

}

}
}
8 changes: 7 additions & 1 deletion localisation/01_victorianlegacytext.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1010,4 +1010,10 @@ integrate_the_jewish_desc;While the Jewish don't fit in to all aspects of polish
integrate_the_ukraine_title;Triumph in Ukraine;;;;;;;;;;;;;x
integrate_the_ukraine_desc;We have achieved victory in Ukraine against the Russians. It is time to bring the Ruthenians back into the fold. ;;;;;;;;;;;;;x
peasant_reform;Peasant Reform;;;;;;;;;;;;;x
peasant_reform_desc;The institution of serfdom -- unfree farm labour tied to the land of a local noble, effectively a form of feudal slavery -- had existed in various forms in Russia since the Kievan Rus of the 11th century. Throughout the ages the institution had undergone several reforms and changes, but the first steps toward a complete abolishment were taken only in the 1810s, when the institution was abolished in the Russian domains of Kurland, Estonia and Livonia. Even when the Decembrist Revolution overthrew autocracy, the government refused to attempt to abolish it, as the powerful nobles were too fond of the system.;;;;;;;;;;;;;x
peasant_reform_desc;The institution of serfdom -- unfree farm labour tied to the land of a local noble, effectively a form of feudal slavery -- had existed in various forms in Russia since the Kievan Rus of the 11th century. Throughout the ages the institution had undergone several reforms and changes, but the first steps toward a complete abolishment were taken only in the 1810s, when the institution was abolished in the Russian domains of Kurland, Estonia and Livonia. Even when the Decembrist Revolution overthrew autocracy, the government refused to attempt to abolish it, as the powerful nobles were too fond of the system.;;;;;;;;;;;;;x
bureaucrats_fix_cooldown;Non-Accepted Bureaucrats Fix Cooldown;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,;;;;;;;;;;;;
bureaucrats_fix_cooldown_desc;Non-Accepted Bureaucrats Fix Cooldown is 10 years.;;;;;;;;;;;;;x,,,,,,,,,,,,;;;;;;;;;;;
bureaucrats_fix_title;�YNon-Accepted Bureacrats (10 year cooldown);;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
bureaucrats_fix_desc;Turns unaccepted bureacrats into artisans;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
immunity_from_influenza;Immunity from Influenza;;;;;;;;;;;;;x
immunity_from_influenza_desc;Prevents Pandemic Influenza from recurring in your country as long as modifier is active.;;;;;;;;;;;;;x

0 comments on commit ebfa374

Please sign in to comment.