Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CleanSlate/common/artifacts/02_artifacts_wonders.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
12 changes: 6 additions & 6 deletions CleanSlate/common/event_modifiers/00_event_modifiers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down Expand Up @@ -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
}

Expand Down Expand Up @@ -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
}

Expand Down Expand Up @@ -7663,7 +7663,7 @@ very_inspirational_comet = {
}

settled_crusader_state = {
levy_size = -0.2
global_levy_size = -0.2
icon = 2
}

Expand Down Expand Up @@ -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
}
Expand Down
32 changes: 22 additions & 10 deletions CleanSlate/events/base_religious_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8016,7 +8016,7 @@ character_event = {
}

add_character_modifier = {
name = green_fingers
name = discussed_scripture
years = 5
}

Expand Down Expand Up @@ -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 }
Expand Down Expand Up @@ -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 }
Expand All @@ -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 }
Expand Down