HLL
This commit is contained in:
parent
635ffa99e8
commit
d4af941f7c
4 changed files with 9120 additions and 1 deletions
|
|
@ -677,6 +677,14 @@ leave_confederation_decision = {
|
||||||
}
|
}
|
||||||
add = 50
|
add = 50
|
||||||
}
|
}
|
||||||
|
modifier = { #Is wrong government type
|
||||||
|
NOR = {
|
||||||
|
government_has_flag = government_is_special_republic
|
||||||
|
government_has_flag = government_is_feudal
|
||||||
|
government_has_flag = government_is_clan
|
||||||
|
}
|
||||||
|
add = -100
|
||||||
|
}
|
||||||
modifier = { # Isolationist tradition
|
modifier = { # Isolationist tradition
|
||||||
confederation = {
|
confederation = {
|
||||||
any_confederation_member = {
|
any_confederation_member = {
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,21 @@ on_game_start = {
|
||||||
title:e_benelux = { set_coa = e_lotharingia }
|
title:e_benelux = { set_coa = e_lotharingia }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
title:c_genoa.holder = {
|
||||||
|
create_confederation = {
|
||||||
|
name = holy_lombard_league
|
||||||
|
}
|
||||||
|
}
|
||||||
|
scope:new_confederation = {
|
||||||
|
add_confederation_member = title:d_emilia.holder
|
||||||
|
add_confederation_member = title:c_lombardia.holder
|
||||||
|
add_confederation_member = title:c_turin.holder
|
||||||
|
add_confederation_member = title:d_piedmonte.holder
|
||||||
|
add_confederation_member = title:c_novara.holder
|
||||||
|
add_confederation_member = title:d_lombardia.holder
|
||||||
|
add_confederation_member = title:c_pavia.holder
|
||||||
|
add_confederation_member = title:c_luni.holder
|
||||||
|
}
|
||||||
##NEOW End
|
##NEOW End
|
||||||
#Epidemics 3 months grace
|
#Epidemics 3 months grace
|
||||||
set_global_variable = {
|
set_global_variable = {
|
||||||
|
|
|
||||||
9095
events/dlc/mpo/mpo_decisions_events.txt
Normal file
9095
events/dlc/mpo/mpo_decisions_events.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -11,3 +11,4 @@
|
||||||
benelux.3.t:0 "Succession of Leopold"
|
benelux.3.t:0 "Succession of Leopold"
|
||||||
benelux.3.desc:0 "Your father, Emperor Leopold, was a great man. He inherited a most arduous position, a mere governor in a collapsing empire, and yet he managed to forge his own great realm from it. Nobody lives forever though, and the laws of the land unfortunately decreed that there is no single successor. Your part of the inheritance was the Kingdom of netherlands, with the rest being divided between your incompetent brothers."
|
benelux.3.desc:0 "Your father, Emperor Leopold, was a great man. He inherited a most arduous position, a mere governor in a collapsing empire, and yet he managed to forge his own great realm from it. Nobody lives forever though, and the laws of the land unfortunately decreed that there is no single successor. Your part of the inheritance was the Kingdom of netherlands, with the rest being divided between your incompetent brothers."
|
||||||
benelux.3.a:0 "I should probably reunite these lands, I think."
|
benelux.3.a:0 "I should probably reunite these lands, I think."
|
||||||
|
holy_lombard_league:0 "Holy Lombard League"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue