fixes
This commit is contained in:
parent
f62fb69c4e
commit
a9bb724bfe
5 changed files with 173 additions and 131 deletions
|
|
@ -2794,6 +2794,21 @@ on_title_gain_inheritance = {
|
|||
diarchy.0113
|
||||
}
|
||||
effect = {
|
||||
if = {
|
||||
limit = {
|
||||
government = landless_minority_government
|
||||
exists = liege
|
||||
}
|
||||
create_title_and_vassal_change = {
|
||||
type = independency
|
||||
save_scope_as = change
|
||||
add_claim_on_loss = no
|
||||
}
|
||||
scope:root = {
|
||||
becomes_independent = { change = scope:change }
|
||||
}
|
||||
resolve_title_and_vassal_change = scope:change
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
scope:title = {
|
||||
|
|
@ -2829,6 +2844,21 @@ on_title_gain_usurpation = {
|
|||
events = {
|
||||
}
|
||||
effect = {
|
||||
if = {
|
||||
limit = {
|
||||
government = landless_minority_government
|
||||
exists = liege
|
||||
}
|
||||
create_title_and_vassal_change = {
|
||||
type = independency
|
||||
save_scope_as = change
|
||||
add_claim_on_loss = no
|
||||
}
|
||||
scope:root = {
|
||||
becomes_independent = { change = scope:change }
|
||||
}
|
||||
resolve_title_and_vassal_change = scope:change
|
||||
}
|
||||
# Struggle Catalysts
|
||||
if = {
|
||||
limit = { # FP2
|
||||
|
|
@ -2908,6 +2938,21 @@ on_title_lost = {
|
|||
}
|
||||
|
||||
effect = {
|
||||
if = {
|
||||
limit = {
|
||||
government = landless_minority_government
|
||||
exists = liege
|
||||
}
|
||||
create_title_and_vassal_change = {
|
||||
type = independency
|
||||
save_scope_as = change
|
||||
add_claim_on_loss = no
|
||||
}
|
||||
scope:root = {
|
||||
becomes_independent = { change = scope:change }
|
||||
}
|
||||
resolve_title_and_vassal_change = scope:change
|
||||
}
|
||||
#Make sure nobody ever has only the Kingdom of Fashion
|
||||
if = {
|
||||
limit = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue