Skip to content

Commit

Permalink
Merge pull request #275 from rderekp/latin-union
Browse files Browse the repository at this point in the history
Latin Union
  • Loading branch information
emprahtheodosius authored Apr 14, 2023
2 parents 481d3ee + 83fef9f commit d6163d0
Showing 66 changed files with 3,491 additions and 210 deletions.
Original file line number Diff line number Diff line change
@@ -2260,6 +2260,21 @@ FRA_fascist_dictatorship;
FRA_colonial_company;Commissariat de France;x;
FRA_dominion;Commissariat de France;x;
FRA_ADJ;Fran�ais;x;
##### LTU #####;
LTU_absolute_monarchy;Empire Latine;;;;;;;;;;;;;x
LTU_prussian_constitutionalism;Empire Latine;;;;;;;;;;;;;x
LTU_hms_government;Empire Latine;;;;;;;;;;;;;x
LTU_absolute_monarchy2;Empire Latine;;;;;;;;;;;;;x
LTU_prussian_constitutionalism2;Empire Latine;;;;;;;;;;;;;x
LTU_hms_government2;Empire Latine;;;;;;;;;;;;;x
LTU_democracy;Confederation Latine;x;
LTU_proletarian_dictatorship;Union de Republicas Socialistas Latinas;x;
LTU_presidential_dictatorship;R�publique Latine;x;
LTU_bourgeois_dictatorship;R�publique Latine;x;
LTU_fascist_dictatorship;�tat Latine;x;
LTU_colonial_company;Commissariat de Latine;x;
LTU_dominion;Commissariat de Latine;x;
LTU_ADJ;Latine;x;
#### FRI ####;
FRI_absolute_monarchy;Fryske Keninkryk;x;
FRI_prussian_constitutionalism;Fryske Keninkryk;x;
144 changes: 73 additions & 71 deletions TGC/common/cb_types.txt
Original file line number Diff line number Diff line change
@@ -4400,6 +4400,7 @@ rude_boy = {
THIS = {
NOT = { has_country_modifier = neutrality }
}
NOT = { has_country_modifier = no_more_war }
OR = {
NOT = { has_country_flag = dismantle_declared }
THIS = { NOT = { has_country_flag = in_great_war } }
@@ -7370,77 +7371,78 @@ negotiated_transfer = {
# war_name = WAR_CONQUEST_NAME
#}

# DEVNOTE anzu-3278: Deprecated until a legitimate use-case is found.
#take_capital = {
# sprite_index = 6
# is_triggered_only = yes
# months = 12
# construction_speed = 0.25
#
# badboy_factor = 3
# prestige_factor = 10
# peace_cost_factor = 1
# penalty_factor = 1
#
# break_truce_prestige_factor = 1
# break_truce_infamy_factor = 2
# break_truce_militancy_factor = 2
# truce_months = 36
#
# good_relation_prestige_factor = 1
# good_relation_infamy_factor = 1
# good_relation_militancy_factor = 1
#
# can_use = {
# NOT = { has_country_modifier = neutrality }
# THIS = { NOT = { has_country_modifier = neutrality } }
# number_of_states = 2 # annex if you want their last state
# any_owned_province = {
# NOT = { is_core = THIS }
# is_colonial = no
# }
# OR = {
# AND = {
# civilized = yes
# THIS = { civilized = yes }
# }
# AND = {
# civilized = no
# THIS = { civilized = no }
# }
# }
# is_independant = yes
# }
#
# allowed_states = {
# is_colonial = no
# any_owned_province = {
# NOT = { is_core = THIS }
# is_colonial = no
# }
# any_owned_province = { is_capital = yes }
# }
#
# allowed_states_in_crisis = {
# any_owned_province = {
# any_neighbor_province = {
# owner = { tag = THIS }
# }
# }
# }
#
# po_demand_state = yes
#
# war_name = WAR_TAKE_NAME
#
# on_add = {
# move_issue_percentage = {
# from = jingoism
# to = pro_military
# value = 0.25
# }
# }
#}
# DEVNOTE anzu-3278: Deprecated until a legitimate use-case is found. #dux: restored
take_capital = {
sprite_index = 6
is_triggered_only = yes
months = 12
construction_speed = 0.25

badboy_factor = 3
prestige_factor = 10
peace_cost_factor = 1
penalty_factor = 1

break_truce_prestige_factor = 1
break_truce_infamy_factor = 2
break_truce_militancy_factor = 2
truce_months = 36

good_relation_prestige_factor = 1
good_relation_infamy_factor = 1
good_relation_militancy_factor = 1

can_use = {
THIS = { ai = no } #AI will never use this CB as its way too unpredictable
NOT = { has_country_modifier = neutrality }
THIS = { NOT = { has_country_modifier = neutrality } }
number_of_states = 2 # annex if you want their last state
any_owned_province = {
NOT = { is_core = THIS }
is_colonial = no
}
OR = {
AND = {
civilized = yes
THIS = { civilized = yes }
}
AND = {
civilized = no
THIS = { civilized = no }
}
}
is_independant = yes
}

allowed_states = {
is_colonial = no
any_owned_province = {
NOT = { is_core = THIS }
is_colonial = no
}
any_owned_province = { is_capital = yes }
}

allowed_states_in_crisis = {
any_owned_province = {
any_neighbor_province = {
owner = { tag = THIS }
}
}
}

po_demand_state = yes

war_name = WAR_TAKE_NAME

on_add = {
move_issue_percentage = {
from = jingoism
to = pro_military
value = 0.25
}
}
}

# Forced Truces
test_end_war = {
1 change: 1 addition & 0 deletions TGC/common/countries.txt
Original file line number Diff line number Diff line change
@@ -103,6 +103,7 @@
OCC = "countries/Occitania.txt"
PAC = "countries/PAC.txt"
VFR = "countries/Nationalist France.txt"
LTU = "countries/Latin Union.txt"

## German Countries ##
ALS = "countries/Elsass.txt"
Loading

0 comments on commit d6163d0

Please sign in to comment.