Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…avor-Mod into unstable
  • Loading branch information
Radsterman committed Jun 1, 2023
2 parents 28490bb + 21d5208 commit acda01a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8 deletions.
4 changes: 3 additions & 1 deletion common/ai_strategies/00_default_strategy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,9 @@ ai_strategy_default = {
}
has_interest_marker_in_region = scope:target_country.capital.region
scope:target_country.capital.region = {
has_claim_by = root
any_scope_state = {
has_claim_by = root
}
}
}
add = 10
Expand Down
13 changes: 9 additions & 4 deletions common/ideologies/00_ig_ideologies_flavored.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,12 @@ ideology_caudillismo = {
law_cultural_exclusion = disapprove
law_multicultural = strongly_disapprove
}

lawgroup_land_reform = {
law_serfdom = approve
}

lawgroup_labor_rights = {
law_serfdom = approve
law_regulatory_bodies = disapprove
law_worker_protections = disapprove
}
Expand Down Expand Up @@ -736,11 +739,13 @@ ideology_heavenly_kingdom_theocratic = {
law_womens_suffrage = disapprove
}

lawgroup_labor_rights = {
lawgroup_land_reform = {
law_serfdom = strongly_disapprove
}

lawgroup_labor_rights = {
law_worker_protections = neutral
law_regulatory_bodies = approve
law_serfdom_banned = approve
law_serfdom = strongly_disapprove
}
}

Expand Down
4 changes: 3 additions & 1 deletion common/production_methods/12_subsistence.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ pm_home_workshops_building_subsistence_farms = {
pm_serfdom_no = {
texture = "gfx/interface/icons/production_method_icons/no_serfdom.dds"
unlocking_laws = {
law_serfdom_banned
law_regulatory_bodies
law_worker_protections
}
disallowing_laws = {
law_serfdom
}

building_modifiers = {
unscaled = {
Expand Down
4 changes: 4 additions & 0 deletions common/technology/technologies/30_society.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sickle_cell = {
texture = "gfx/interface/icons/invention_icons/quinine.dds"
category = society
can_research = no

ai_weight = {
value = 1
}
}

urbanization = {
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions events/flavor_new_zealand_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ flavor_new_zealand.4 = { #Treaty of Waitangi
}
}

flavor_new_zealand.5 = { Hobson proclaims sovereignty
flavor_new_zealand.5 = { #Hobson proclaims sovereignty
type = country_event
placement = root

Expand Down Expand Up @@ -328,7 +328,7 @@ flavor_new_zealand.5 = { Hobson proclaims sovereignty
}
}

flavor_new_zealand.6 = { New Zealand Crown Colony Founded
flavor_new_zealand.6 = { #New Zealand Crown Colony Founded
type = country_event
placement = root

Expand Down

0 comments on commit acda01a

Please # to comment.