Skip to content

Commit

Permalink
Merge pull request #78 from AndHope/Lowland-submod-merge
Browse files Browse the repository at this point in the history
Lowland submod merge
  • Loading branch information
Smekens20 authored Oct 17, 2024
2 parents 4828d95 + be682a8 commit 3d4d76d
Show file tree
Hide file tree
Showing 51 changed files with 2,384 additions and 138 deletions.
16 changes: 16 additions & 0 deletions common/coat_of_arms/coat_of_arms/br_new_countries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1198,6 +1198,22 @@ br_jamland_harjedalen = {
}
}

EOC = {
pattern = "pattern_solid.tga"
color1 = "red"

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

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

br_kham = TIB
br_dzungaria = XIN
br_buryats = MGL
Expand Down
11 changes: 10 additions & 1 deletion common/country_definitions/br_new_countries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -674,5 +674,14 @@ br_turov_pinsk = { #Turov and Pinsk
capital = STATE_MINSK
}


EOC = { #east oostendse companië
color = { 255 215 0 } #gold color to reflect there official flag

country_type = colonial

tier = principality

cultures = { flemish }
religion = catholic
}

29 changes: 29 additions & 0 deletions common/country_formation/01_br_formable_countries.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
BEL = {
states = {
STATE_HOLLAND
STATE_FLANDERS
STATE_WALLONIA
STATE_FRIESLAND
STATE_GELRE
STATE_FRENCH_LOW_COUNTRIES
}

required_states_fraction = 0.8

ai_will_do = { always = yes }

possible = {
NOT = {
has_law = law_type:law_ethnostate
has_law = law_type:law_national_supremacy
this = c:NET
}
# has_technology_researched = nationalism
# NOR = {
# c:PRU ?= this
# c:AUS ?= this
# c:NGF ?= this
# c:SGF ?= this
# }
}
}
34 changes: 34 additions & 0 deletions common/decisions/br_eoc_decisions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

request_merge_east_indies_decision = {
is_shown = {
root = c:EOC
exists = c:DEI
}

possible = {
root = {
overlord = {
has_subject_relation_with = c:DEI
}
}
custom_tooltip = {
text = not_already_requesting_east_indies_unification_tt
not = {
has_variable = requesting_east_indies_unification
}
}
}

when_taken = {
overlord = {
trigger_event = { id = request_east_indies_unification.1 days = 0 popup = no }
}
set_variable = requesting_east_indies_unification
}

#change_infamy = 50

ai_chance = {
base = 0
}
}
34 changes: 34 additions & 0 deletions common/decisions/br_fla_decisions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

merge_east_indies_decision = {
is_shown = {
c:DEI = {
is_subject_of = root
}
c:EOC = {
is_subject_of = root
}
}

possible = {
# NOT = {
# has_law = law_type:law_hereditary_bureaucrats
# has_law = law_type:law_oligarchy
# has_law = law_type:law_traditionalism
# }
# has_modifier = br_modifier_noble_privileges
}

when_taken = {

c:EOC = {
annex = c:DEI
}

}

#change_infamy = 50

ai_chance = {
base = 0
}
}
11 changes: 4 additions & 7 deletions common/flag_definitions/br_flag_definitions.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
EOC = {
flag_definition = {
coa = HRE_republic
subject_canton = HRE_republic
coa = EOC
subject_canton = EOC
allow_overlord_canton = yes
coa_with_overlord_canton = HRE_republic
coa_with_overlord_canton = HRE
overlord_canton_scale = { 0.337 0.337 }
priority = 20
trigger = {
coa_def_absolute_monarchy_flag_trigger = yes
}
priority = 1
}
}

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
17 changes: 17 additions & 0 deletions common/history/ai/br_secret_goals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,23 @@
}

#HRE VASSALS
# Makes all the HRE subjects protect each other
random_country = {
limit = {
is_subject_of = c:HRE
}

save_scope_as = first_country
every_country = {
limit = {
is_subject_of = c:HRE
}
set_mutual_secret_goal = {
country = scope:first_country
secret_goal = protect
}
}
}
c:NET = {
set_secret_goal = {
country = c:HRE
Expand Down
Loading

0 comments on commit 3d4d76d

Please sign in to comment.