diff --git a/CleanSlate/common/artifacts/02_artifacts_wonders.txt b/CleanSlate/common/artifacts/02_artifacts_wonders.txt index d9ed60459..e0653ca7e 100644 --- a/CleanSlate/common/artifacts/02_artifacts_wonders.txt +++ b/CleanSlate/common/artifacts/02_artifacts_wonders.txt @@ -80,8 +80,8 @@ antiquity_book_architecture = { } tech_growth_modifier_economy = 0.1 - local_build_cost_modifier = -0.1 - local_build_time_modifier = -0.1 + build_cost_modifier = -0.1 + build_time_modifier = -0.1 monthly_character_prestige = 0.1 } diff --git a/CleanSlate/common/event_modifiers/00_event_modifiers.txt b/CleanSlate/common/event_modifiers/00_event_modifiers.txt index 54a0488d6..65f9c917c 100644 --- a/CleanSlate/common/event_modifiers/00_event_modifiers.txt +++ b/CleanSlate/common/event_modifiers/00_event_modifiers.txt @@ -1459,12 +1459,12 @@ troops_increases = { } steward_taxincome = { - tax_income = 0.1 + global_tax_modifier = 0.1 icon = 11 } steward_revoltrisk = { - local_revolt_risk = -0.05 + global_revolt_risk = -0.05 icon = 1 } @@ -1669,7 +1669,7 @@ sacrifice_gateshell = { friendly_innovations = { local_build_time_modifier = -0.2 - build_cost_modifier = -0.2 + local_build_cost_modifier = -0.2 icon = 23 } @@ -2703,7 +2703,7 @@ started_mercenary_company = { mercenary_traditions = { icon = 25 monthly_character_prestige = 3 - levy_size = 0.3 + global_levy_size = 0.3 max_manpower_mult = 0.15 } @@ -7663,7 +7663,7 @@ very_inspirational_comet = { } settled_crusader_state = { - levy_size = -0.2 + global_levy_size = -0.2 icon = 2 } @@ -7909,7 +7909,7 @@ forging_legend_censoring_arts_3 = { forging_legend_martial_law_1 = { icon = 22 - levy_size = -0.1 + global_levy_size = -0.1 levy_reinforce_rate = -0.1 vassal_opinion = -30 } diff --git a/CleanSlate/events/base_religious_events.txt b/CleanSlate/events/base_religious_events.txt index c9daff6d1..e16fb25d5 100644 --- a/CleanSlate/events/base_religious_events.txt +++ b/CleanSlate/events/base_religious_events.txt @@ -8016,7 +8016,7 @@ character_event = { } add_character_modifier = { - name = green_fingers + name = discussed_scripture years = 5 } @@ -8192,9 +8192,13 @@ character_event = { trigger = { trait = administrator } - add_character_modifier = { - name = inspired_peasantry - years = 5 + capital_scope = { + show_scope_change = no + + add_province_modifier = { + name = inspired_peasantry + years = 5 + } } custom_tooltip = { text = sadah_begins } @@ -8226,9 +8230,13 @@ character_event = { trigger = { trait = possessed } - add_character_modifier = { - name = peasant_crisis - years = 5 + capital_scope = { + show_scope_change = no + + add_province_modifier = { + name = peasant_crisis + years = 5 + } } custom_tooltip = { text = sadah_begins } @@ -8254,9 +8262,13 @@ character_event = { trigger = { trait = zealous } - add_character_modifier = { - name = inspired_warriors - years = 5 + capital_scope = { + show_scope_change = no + + add_province_modifier = { + name = inspired_warriors + years = 5 + } } custom_tooltip = { text = sadah_begins }