Skip to content

Commit

Permalink
Escher Wyss and SLM
Browse files Browse the repository at this point in the history
  • Loading branch information
LordR19 committed Jan 7, 2024
1 parent c3972ce commit 1f5989e
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 40 deletions.
4 changes: 3 additions & 1 deletion Changelog Grieg
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,6 @@ Characters (60)
- Teresa Carreño (random Venzuelan Composer)

Companies
- Ludwig von Roll'schen Eisenwerke (Switzerland)
- Ludwig von Roll'schen Eisenwerke (Switzerland)
- Escher Wyss & Cie (Switzerland)
- Schweizerische Lokomotiv- und Maschinenfabrik (Switzerland)
121 changes: 121 additions & 0 deletions common/company_types/000_dufour_company_types.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
# Ludwig von Roll'sche Eisenwerke
dufour_company_von_roll = {
icon = "gfx/interface/icons/company_icons/dufour_company_von_roll_icon.dds"
background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"

flavored_company = yes

building_types = {
building_iron_mine
building_steel_mills
}

potential = {
OR = {
has_state_in_state_region = STATE_WEST_SWITZERLAND
}
}

possible = {
any_scope_state = {
state_region = s:STATE_WEST_SWITZERLAND
is_incorporated = yes
any_scope_building = {
is_building_type = building_steel_mills
level >= 5
}
}
}

prosperity_modifier = {
building_steel_mills_throughput_add = 0.05
building_iron_mine_throughput_add = 0.1
}

ai_weight = {
value = 3 # Higher base value for flavored companies
}
}

# Escher Wyss & Cie
dufour_company_escher_wyss = {
icon = "gfx/interface/icons/company_icons/dufour_company_escher_wyss_icon.dds"
background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"

flavored_company = yes

building_types = {
building_tooling_workshops
building_motor_industry
}

potential = {
OR = {
has_state_in_state_region = STATE_EAST_SWITZERLAND
}
}

possible = {
any_scope_state = {
state_region = s:STATE_EAST_SWITZERLAND
is_incorporated = yes
any_scope_building = {
OR = {
is_building_type = building_tooling_workshops
is_building_type = building_motor_industry
}
level >= 10
}
}
}

prosperity_modifier = {
building_motor_industry_throughput_add = 0.05
building_textile_mills_throughput_add = 0.1
}

ai_weight = {
value = 3 # Higher base value for flavored companies
}
}

# Schweizerische Lokomotiv- und Maschinenfabrik
dufour_company_slm = {
icon = "gfx/interface/icons/company_icons/dufour_company_swi_slm_icon.dds"
background = "gfx/interface/icons/company_icons/company_backgrounds/comp_illu_manufacturing_heavy.dds"

flavored_company = yes

building_types = {
building_motor_industry
}

potential = {
OR = {
has_state_in_state_region = STATE_EAST_SWITZERLAND
}
}

possible = {
any_scope_state = {
state_region = s:STATE_EAST_SWITZERLAND
is_incorporated = yes
any_scope_building = {
OR = {
is_building_type = building_tooling_workshops
is_building_type = building_motor_industry
}
level >= 10
}
}
}

prosperity_modifier = {
building_motor_industry_throughput_add = 0.05
building_railway_throughput_add = 0.1
}

ai_weight = {
value = 3 # Higher base value for flavored companies
}
}
38 changes: 0 additions & 38 deletions common/company_types/dufour_company_types.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
4 changes: 3 additions & 1 deletion localization/english/1_update_l_english.yml
Original file line number Diff line number Diff line change
Expand Up @@ -483,4 +483,6 @@
notification_curtiss_time_record_broken_notification_desc: "[SCOPE.sCountry('curtiss_record_breaking_country').MakeScope.GetVariable('curtiss_balloonist_var').GetCharacter.GetFullName] the Balloonist from [SCOPE.sCountry('curtiss_record_breaking_country').GetName] broke our Continuous Flight World Record. The New Record is [GetGlobalVariable('curtiss_balloon_distance_record_global_var').GetValue|V0] Hours."

### DUFOUR ###
dufour_company_von_roll: "Ludwig von Roll'sche Eisenwerke"
dufour_company_von_roll: "Ludwig von Roll'sche Eisenwerke"
dufour_company_escher_wyss: "Escher Wyss & Cie"
dufour_company_slm: "Schweizerische Lokomotiv- und Maschinenfabrik"

0 comments on commit 1f5989e

Please sign in to comment.