Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 125 additions & 1 deletion TGC/common/cb_types.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7725,4 +7725,128 @@ rhine_crisis_french = {
on_add = {}

war_name = WAR_RHINE_CRISIS
}
}

first_schleswig_war_GER = {
sprite_index = 8
is_triggered_only = yes
months = 12
crisis = no
constructing_cb = no

badboy_factor = 0
prestige_factor = 2
peace_cost_factor = 25
penalty_factor = 20

break_truce_prestige_factor = 1
break_truce_infamy_factor = 1
break_truce_militancy_factor = 1
truce_months = 48

good_relation_prestige_factor = 1
good_relation_infamy_factor = 1
good_relation_militancy_factor = 1

always = no

can_use = {
NOT = { is_our_vassal = THIS }
}

po_remove_prestige = yes
po_disarmament = yes
po_reparations = yes
po_add_to_sphere = yes

on_po_accepted = {
SHL = { country_event = 2100000002 }
country_event = 21000000XX
}

on_add = {}

war_name = FIRST_SCHLESWIG_WAR
}

first_schleswig_war_SLH = {
sprite_index = 8
is_triggered_only = yes
months = 12
crisis = no
constructing_cb = no

badboy_factor = 0
prestige_factor = 2
peace_cost_factor = 25
penalty_factor = 20

break_truce_prestige_factor = 1
break_truce_infamy_factor = 1
break_truce_militancy_factor = 1
truce_months = 48

good_relation_prestige_factor = 1
good_relation_infamy_factor = 1
good_relation_militancy_factor = 1

always = no

can_use = {
NOT = { is_our_vassal = THIS }
}

po_remove_prestige = yes
po_disarmament = yes
po_reparations = yes
po_add_to_sphere = yes

on_po_accepted = {
country_event = 2100000002
}

on_add = {}

war_name = FIRST_SCHLESWIG_WAR
}

second_schleswig_war = {
sprite_index = 8
is_triggered_only = yes
months = 12
crisis = no
constructing_cb = no

badboy_factor = 0
prestige_factor = 2
peace_cost_factor = 25
penalty_factor = 20

break_truce_prestige_factor = 1
break_truce_infamy_factor = 1
break_truce_militancy_factor = 1
truce_months = 48

good_relation_prestige_factor = 1
good_relation_infamy_factor = 1
good_relation_militancy_factor = 1

always = no

can_use = {
NOT = { is_our_vassal = THIS }
}

po_remove_prestige = yes
po_disarmament = yes
po_reparations = yes
po_add_to_sphere = yes

on_po_accepted = {
country_event = 21000000XX
}

on_add = {}

war_name = SECOND_SCHLESWIG_WAR
}
40 changes: 40 additions & 0 deletions TGC/decisions/DenmarkandGermany
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
political_decisions = {

treaty_of_Kopenhagen = {
picture = treaty_signing
potential = {
tag = DEN
has_global_flag = first_schleswig_war

}

allow = {
NOT = { exists = SLH }
war = no

}

effect = {
clr_global_flag = first_schleswig_war
set_global_flag = schleswig_holstein_is_danish
any_owned = { remove_core = SLH remove_core = GER }
}

ai_will_do = { factor = 1 }
}















}
Loading