Skip to content

Commit

Permalink
Neuchatel base added
Browse files Browse the repository at this point in the history
  • Loading branch information
LordR19 committed Dec 17, 2023
1 parent 2c43404 commit 7440420
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 4 deletions.
21 changes: 19 additions & 2 deletions common/coat_of_arms/coat_of_arms/mr_coat_of_arms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,23 @@ NCL_republic = {
colored_emblem = {
texture = "ce_flag_cross_neuchatel.dds"
color1 = "white"
instance = { scale = { 0.4 0.4 } position = { 0.83 0.22 } }
instance = { scale = { 0.3 0.3 } position = { 0.83 0.22 } }
}
}

NCL_communist = {
pattern = "pattern_solid.tga"
color1 = "orange"

colored_emblem = {
texture = "ce_tricolor_vertical.dds"
color1 = "white"
color2 = "red"
}

colored_emblem = {
texture = "ce_star_05.dds"
color1 = "white"
instance = { scale = { 0.3 0.3 } position = { 0.83 0.22 } }
}
}
}
2 changes: 1 addition & 1 deletion common/country_definitions/mr_country_definitions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SBD = { # Sonderbund
}

NCL = { #Neuchâtel
color = { 200 165 0 }
color = { 180 140 0 }

country_type = recognized

Expand Down
26 changes: 26 additions & 0 deletions common/flag_definitions/mr_flag_definitions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,30 @@ SBD = { # Sonderbund
subject_canton = SBD
priority = 1
}
}

NCL = { # Neuchâtel
flag_definition = {
coa = NCL
subject_canton = NCL
priority = 1
}

flag_definition = {
coa = NCL_republic
subject_canton = NCL_republic
priority = 10
trigger = {
coa_def_republic_flag_trigger = yes
}
}

flag_definition = {
coa = NCL
subject_canton = NCL
priority = 20
trigger = {
coa_def_monarchy_flag_trigger = yes
}
}
}
2 changes: 1 addition & 1 deletion common/journal_entries/dufour_journal_entries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ je_dufour_carte_dufour = {
}

on_complete = {
trigger_event = { id = swiss_flavor_events.3 popup = yes }
trigger_event = { id = swiss_flavor_events.3 popup = yes }
}

current_value = {
Expand Down
3 changes: 3 additions & 0 deletions localization/english/1_update_l_english.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@

dufour_ig_landowners_patricians_loc: "Patricians"

NCL: "Neuchâtel"
NCL_ADJ: "Neuchâtel"

je_group_dufour_confoederatio_helvetica: "Morgenröte: Confoederatio Helvetica"
je_dufour_carte_dufour: "Topographic Map of Switzerland"
je_dufour_carte_dufour_reason: "Since 1822 land surveying is a matter for the Swiss Confederation and not the Cantons. General Dufour was commissioned to carry out the survey of Switzerland according to uniform standards and to record the survey results on a map. This will take a long time and cost a bit, but it will help to further develop Switzerland."
Expand Down

0 comments on commit 7440420

Please sign in to comment.