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
6 changes: 0 additions & 6 deletions common/ai_strategies/03_political_strategies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ ai_strategy_reactionary_agenda = {
movement_cultural_majority
movement_reactionary
movement_legitimist
movement_pro_slavery
}

anti_movements = {
Expand Down Expand Up @@ -248,7 +247,6 @@ ai_strategy_reactionary_agenda = {
}
OR = {
has_ideology = ideology:ideology_traditionalist
has_ideology = ideology:ideology_slaver
has_ideology = ideology:ideology_theocrat
}
}
Expand Down Expand Up @@ -371,7 +369,6 @@ ai_strategy_progressive_agenda = {
pro_movements = {
movement_liberal
movement_modernizer
movement_anti_slavery
movement_land_reform
movement_positivist
movement_utilitarian
Expand All @@ -387,7 +384,6 @@ ai_strategy_progressive_agenda = {
movement_fascist
movement_reactionary
movement_royalist_absolutist
movement_pro_slavery
}

institution_scores = {
Expand Down Expand Up @@ -545,7 +541,6 @@ ai_strategy_egalitarian_agenda = {
movement_communist
movement_nihilist
movement_feminist
movement_anti_slavery
movement_land_reform
}

Expand All @@ -558,7 +553,6 @@ ai_strategy_egalitarian_agenda = {
movement_reactionary
movement_fascist
movement_legitimist
movement_pro_slavery
movement_liberal
movement_orleanist
movement_bonapartist
Expand Down
3 changes: 0 additions & 3 deletions common/building_groups/00_building_groups.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# capped_by_resources = yes/no
# discoverable_resource = yes/no
# depletable_resource = yes/no
# can_use_slaves = yes/no Default no, setting yes enables slavery for all contained buildings and groups
# land_usage = urban/rural Which type of state resource the building uses. urban = Urbanization, rural = Arable Land. Default no state resource usage.
# If unspecified, will return first non-default land usage type found in parent building group tree.
# cash_reserves_max = number Maximum amount of £ (per level) that buildings in this group can store into their cash reserves. If unspecified or set to 0, it will use the value from the parent group. Default 0
Expand Down Expand Up @@ -498,8 +497,6 @@ bg_trade = {

default_building = building_trade_center

can_use_slaves = yes

infrastructure_usage_per_level = 0.5
}

Expand Down
2 changes: 0 additions & 2 deletions common/buildings/_buildings.info
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ building_key = {
ai_value = fixed_point # base AI value, default NAI.BUILDING_BASE_VALUE or NAI.GOVERNMENT_BUILDING_BASE_VALUE
ai_subsidies_weight = fixed_point # how important the AI considers subsidizing this building to be, default 1.0

slaves_role = pop_type_key # defines which pop type should slaves work as. Defaults to DEFAULT_POP_TYPE.

production_methods = { # a building's behavior can be modified by its production methods
# list of Production Method Groups
}
Expand Down
9 changes: 0 additions & 9 deletions common/history/political_movements/00_movements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@
create_political_movement = { type = movement_royalist_constitutional }
}

### Abolitionist movements
if = {
limit = {
NOT = { has_law = law_type:law_slavery_banned }
}
create_political_movement = { type = movement_pro_slavery }
create_political_movement = { type = movement_anti_slavery }
}

### Religious movements
create_political_movement = { type = movement_religious_majority }

Expand Down
136 changes: 0 additions & 136 deletions common/ideologies/_cwp_replace_01_character_ideologies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -692,128 +692,6 @@ ideology_feminist = {
}
}

ideology_abolitionist = {
icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_abolitionist.dds"

character_ideology = yes

lawgroup_slavery = {
law_slavery_banned = strongly_approve
law_legacy_slavery = disapprove
law_debt_slavery = strongly_disapprove
law_slave_trade = strongly_disapprove
}

lawgroup_land_reform = {
law_serfdom = strongly_disapprove
law_tenant_farmers = neutral
law_homesteading = neutral
law_collectivized_agriculture = neutral
law_commercialized_agriculture = neutral
}

country_trigger = {
OR = {
NOT = { has_law = law_type:law_slavery_banned }
has_law = law_type:law_serfdom
}
}

# Character scope
interest_group_leader_trigger = {
ideology_abolitionist_valid_trigger = yes
}

non_interest_group_leader_trigger = {
interest_group = {
ideology_abolitionist_valid_trigger = yes
}
}

interest_group_leader_weight = {
value = 100
if = {
limit = { is_interest_group_type = ig_trade_unions }
add = 150
}
if = {
limit = { is_interest_group_type = ig_intelligentsia }
add = 150
}
}

non_interest_group_leader_weight = {
value = 100

if = {
limit = { has_trait = tactful }
add = 75
}
}
}

ideology_slaver = {
icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_slaver.dds"

character_ideology = yes

lawgroup_slavery = {
law_slave_trade = strongly_approve
law_legacy_slavery = approve
law_debt_slavery = neutral
law_slavery_banned = strongly_disapprove
}

country_trigger = {
NOT = {
has_law = law_type:law_slavery_banned
}
}

interest_group_leader_trigger = {
ideology_slaver_valid_trigger = yes
}

non_interest_group_leader_trigger = {
interest_group = {
ideology_slaver_valid_trigger = yes
}
}

interest_group_leader_weight = {
value = 50
if = {
limit = { is_interest_group_type = ig_landowners }
add = 500
}
if = {
limit = { is_interest_group_type = ig_rural_folk }
add = 250
}
if = { # very difficult to reintroduce slavery once you ban it and its supporters have faded from the political scene
limit = {
owner = {
NOT = { has_law = law_type:law_slavery_banned }
}
}
multiply = 0.1
}
}

non_interest_group_leader_weight = {
value = 100

if = {
limit = { has_trait = cruel }
add = 75
}
if = {
limit = { has_trait = bigoted }
add = 75
}
}
}

ideology_pacifist = {
icon = "gfx/interface/icons/ideology_icons/ideology_leader/ideology_leader_pacifist.dds"

Expand Down Expand Up @@ -3539,13 +3417,6 @@ ideology_utilitarian_leader = {
law_womens_suffrage = strongly_approve
}

lawgroup_slavery = {
law_slavery_banned = neutral
law_debt_slavery = strongly_disapprove
law_slave_trade = strongly_disapprove
law_legacy_slavery = disapprove
}

lawgroup_taxation = {
law_consumption_based_taxation = disapprove
law_per_capita_based_taxation = neutral
Expand Down Expand Up @@ -3719,13 +3590,6 @@ ideology_utopian = {
law_collectivized_agriculture = approve
}

lawgroup_slavery = {
law_slavery_banned = strongly_approve
law_legacy_slavery = disapprove
law_debt_slavery = strongly_disapprove
law_slave_trade = strongly_disapprove
}

country_trigger = {}

interest_group_leader_trigger = {
Expand Down
1 change: 0 additions & 1 deletion common/interest_groups/00_intelligentsia.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
ideology_liberal_modern
ideology_anti_clerical
ideology_republican
ideology_anti_slavery
}

character_ideologies = {
Expand Down
13 changes: 1 addition & 12 deletions common/interest_groups/00_landowners.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,6 @@
limit = { owner = { has_law = law_type:law_homesteading } }
multiply = 1.25
}

if = {
limit = {
state = {
is_slave_state = yes
}
}
multiply = 4
}
}
}

Expand Down Expand Up @@ -182,14 +173,12 @@
value = 2
}
}
# More likely with Serfdom or Slavery
# More likely with Serfdom
if = {
limit = {
owner = {
OR = {
has_law = law_type:law_serfdom
has_law = law_type:law_slave_trade
has_law = law_type:law_legacy_slavery
}
}
}
Expand Down
9 changes: 0 additions & 9 deletions common/interest_groups/00_petty_bourgeoisie.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,6 @@
}
}
value = 25

if = {
limit = {
state = {
is_slave_state = yes
}
}
subtract = 25
}
}
}

Expand Down
1 change: 0 additions & 1 deletion common/interest_groups/00_trade_unions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
ideology_proletarian
ideology_egalitarian_modern
ideology_populist
ideology_anti_slavery
ideology_socialist
}

Expand Down
1 change: 0 additions & 1 deletion common/journal_entries/00_liberalism.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ je_liberalism_4 = {
has_law = law_type:law_freedom_of_conscience
has_law = law_type:law_total_separation
}
has_law = law_type:law_slavery_banned
has_law = law_type:law_multicultural
has_law = law_type:law_no_migration_controls
average_sol >= 12
Expand Down
Loading