west balkans finished
This commit is contained in:
parent
e207786fd8
commit
b1cb95f897
12 changed files with 235 additions and 212 deletions
|
|
@ -976,7 +976,7 @@ form_austria_scripted_effect = {
|
|||
save_scope_as = scoped_ruler
|
||||
title:e_hre.holder = { save_scope_as = scoped_emperor }
|
||||
title:d_carinthia = { save_scope_as = carinthia }
|
||||
title:d_krain = {save_scope_as = krain }
|
||||
title:d_slovenia = {save_scope_as = krain }
|
||||
title:d_istria = { save_scope_as = istria }
|
||||
title:k_austria = { save_scope_as = austria}
|
||||
title:d_croatia.de_jure_liege = { save_scope_as = new_controller}
|
||||
|
|
@ -1028,19 +1028,19 @@ form_austria_scripted_effect = {
|
|||
title:d_carinthia = { set_de_jure_liege_title = title:k_austria }
|
||||
}
|
||||
else = { custom_tooltip = form_austria_kingdom_decision_effect_stretch_goals_tt }
|
||||
#Sort d_krain, giving it to k_austria, the de jure liege of d_croatia, or leaving it as-is, depending on if it borders any part of scope:previous_kingdom other than d_istria.
|
||||
#Sort d_slovenia, giving it to k_austria, the de jure liege of d_croatia, or leaving it as-is, depending on if it borders any part of scope:previous_kingdom other than d_istria.
|
||||
if = {
|
||||
limit = {
|
||||
completely_controls = title:d_krain
|
||||
#d_krain must be part of d_lower_austria's former kingdom.
|
||||
title:d_krain.de_jure_liege = scope:previous_kingdom
|
||||
completely_controls = title:d_slovenia
|
||||
#d_slovenia must be part of d_lower_austria's former kingdom.
|
||||
title:d_slovenia.de_jure_liege = scope:previous_kingdom
|
||||
}
|
||||
title:d_krain = { set_de_jure_liege_title = title:k_austria }
|
||||
title:d_slovenia = { set_de_jure_liege_title = title:k_austria }
|
||||
}
|
||||
else_if = {
|
||||
limit = {
|
||||
#Krain must be part of d_lower_austria's former kingdom.
|
||||
title:d_krain.de_jure_liege = scope:previous_kingdom
|
||||
title:d_slovenia.de_jure_liege = scope:previous_kingdom
|
||||
#Cannot border any other part of the former kingdom other than Istria.
|
||||
NOR = {
|
||||
title:d_slavonia.de_jure_liege = scope:previous_kingdom
|
||||
|
|
@ -1051,14 +1051,14 @@ form_austria_scripted_effect = {
|
|||
completely_controls = title:d_carinthia
|
||||
}
|
||||
hidden_effect = {
|
||||
title:d_krain = { set_de_jure_liege_title = title:d_croatia.de_jure_liege }
|
||||
title:d_slovenia = { set_de_jure_liege_title = title:d_croatia.de_jure_liege }
|
||||
save_scope_value_as = {
|
||||
name = krain_isolated
|
||||
value = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
#Sort d_istria, giving it to k_austria, the de jure liege of d_croatia, or leaving it as-is, depending on if it borders any part of scope:previous_kingdom other than d_krain.
|
||||
#Sort d_istria, giving it to k_austria, the de jure liege of d_croatia, or leaving it as-is, depending on if it borders any part of scope:previous_kingdom other than d_slovenia.
|
||||
if = {
|
||||
limit = {
|
||||
completely_controls = title:d_istria
|
||||
|
|
@ -1076,7 +1076,7 @@ form_austria_scripted_effect = {
|
|||
title:d_croatia.de_jure_liege = scope:previous_kingdom
|
||||
title:d_friuli.de_jure_liege = scope:previous_kingdom
|
||||
}
|
||||
#Check d_krain separately, since before the effect is run (i.e., in the decision tooltip) its liege will still be scope:previous_kingdom.
|
||||
#Check d_slovenia separately, since before the effect is run (i.e., in the decision tooltip) its liege will still be scope:previous_kingdom.
|
||||
completely_controls = title:d_carinthia
|
||||
}
|
||||
hidden_effect = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue