Skip to content

Commit

Permalink
Further adjustments/balancing
Browse files Browse the repository at this point in the history
Fixed Ostend Company Flag
Changed their government to Chartered Company
Removed few buildings that were either unprofitable or causing errors from Ostend Japan port.
Changed the AI trigger for the princely league so the AI will only click it if its a regional power or stronger.
  • Loading branch information
AndHope committed Oct 14, 2024
1 parent 323ee14 commit 081ec5e
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 46 deletions.
12 changes: 8 additions & 4 deletions common/coat_of_arms/coat_of_arms/br_new_countries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1201,12 +1201,16 @@ br_jamland_harjedalen = {
EOC = {
pattern = "pattern_solid.tga"
color1 = "red"
color2 = "white"
color3 = "yellow"

colored_emblem = {
texture = "ce_tricolor_horizontal.dds"
color1 = "white"
color2 = "yellow"
}

textured_emblem = {
texture = "ostend_company_logo.jpg"
instance = { scale = { 1 1 } position = { 0.5 0.5 } }
texture = "ostend_company_logo.png"
instance = { scale = { 0.75 0.75 } position = { 0.5 0.5 } }
}
}

Expand Down
9 changes: 9 additions & 0 deletions common/government_types/02_presidential_republics.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@ gov_chartered_company = {
}
country_is_in_europe = no
}
AND = {
exists = c:EOC
c:EOC = ROOT
is_country_type = colonial
any_primary_culture = {
has_discrimination_trait = european_heritage
}
country_is_in_europe = no
}
AND = {
exists = c:br_new_world_company
c:br_new_world_company = ROOT
Expand Down
41 changes: 1 addition & 40 deletions common/history/buildings/14_br_japan_buildings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1174,26 +1174,13 @@
reserves=1
activate_production_methods={ "pm_basic_shipbuilding"}
}
create_building={
building="building_military_shipyards"
add_ownership={
building={
type="building_financial_district"
country="c:EOC"
levels=1
region="STATE_KYUSHU"
}
}
reserves=1
activate_production_methods={ "pm_military_shipbuilding_wooden" }
}
create_building={
building="building_textile_mills"
add_ownership={
building={
type="building_financial_district"
country="c:EOC"
levels=2
levels=1
region="STATE_KYUSHU"
}
}
Expand Down Expand Up @@ -1265,32 +1252,6 @@
reserves=1
activate_production_methods={ "pm_picks_and_shovels_building_coal_mine" "pm_no_explosives" "pm_no_steam_automation" "pm_road_carts" }
}
create_building={
building="building_gold_mine"
add_ownership={
building={
type="building_manor_house"
country="c:FLA"
levels=1
region="STATE_FLANDERS"
}
}
reserves=1
activate_production_methods={ "pm_picks_and_shovels_building_gold_mine" "pm_no_explosives" "pm_no_steam_automation" "pm_road_carts" }
}
create_building={
building="building_sulfur_mine"
add_ownership={
building={
type="building_manor_house"
country="c:EOC"
levels=1
region="STATE_KYUSHU"
}
}
reserves=1
activate_production_methods={ "pm_picks_and_shovels_building_sulfur_mine" "pm_no_explosives" "pm_no_steam_automation" "pm_road_carts" }
}
create_building={
building="building_tea_plantation"
add_ownership={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ je_create_princely_league_button = {
ai_chance = {
base = 0
modifier = {
trigger = { bureaucracy > 0 }
add = 5
trigger = {
country_rank >= rank_value:major_power
}
add = 2
}
}

Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 081ec5e

Please # to comment.