Stalingrad
This commit is contained in:
parent
22628fe747
commit
15aba428b9
5 changed files with 139 additions and 4 deletions
|
|
@ -97,6 +97,9 @@ on_game_start = {
|
|||
add_confederation_member = title:d_northumberland.holder
|
||||
}
|
||||
}
|
||||
title:d_volgograd.holder = {
|
||||
trigger_event = { id = NEOW_dynamic_titles.1000 }
|
||||
}
|
||||
#title:k_ireland.holder = {
|
||||
# create_confederation = {
|
||||
# name = sinn_fein
|
||||
|
|
|
|||
|
|
@ -316,7 +316,17 @@ on_faith_conversion = {
|
|||
effect = {
|
||||
|
||||
################ N3OW Dynamic Titles ##################
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
has_title = title:k_kuban
|
||||
has_title = title:d_volgorad
|
||||
has_title = title:c_volgograd
|
||||
has_title = title:b_volgograd
|
||||
}
|
||||
}
|
||||
trigger_event = NEOW_dynamic_titles.1000
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
has_title = title:e_france
|
||||
|
|
|
|||
|
|
@ -168,6 +168,18 @@ on_title_destroyed = {
|
|||
on_title_gain = {
|
||||
effect = {
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
scope:title = title:k_kuban
|
||||
scope:title = title:d_volgorad
|
||||
scope:title = title:c_volgograd
|
||||
scope:title = title:b_volgograd
|
||||
}
|
||||
}
|
||||
trigger_event = NEOW_dynamic_titles.1000
|
||||
}
|
||||
|
||||
################ N3OW Dynamic Titles ##################
|
||||
|
||||
if = {
|
||||
|
|
@ -2849,7 +2861,17 @@ on_title_gain_inheritance = {
|
|||
effect = {
|
||||
|
||||
################ N3OW Dynamic Titles ##################
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
has_title = title:k_kuban
|
||||
has_title = title:d_volgorad
|
||||
has_title = title:c_volgograd
|
||||
has_title = title:b_volgograd
|
||||
}
|
||||
}
|
||||
trigger_event = NEOW_dynamic_titles.1000
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
has_title = title:e_france
|
||||
|
|
@ -3032,7 +3054,17 @@ on_title_gain_usurpation = {
|
|||
effect = {
|
||||
|
||||
################ N3OW Dynamic Titles ##################
|
||||
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
scope:title = title:k_kuban
|
||||
scope:title = title:d_volgorad
|
||||
scope:title = title:c_volgograd
|
||||
scope:title = title:b_volgograd
|
||||
}
|
||||
}
|
||||
trigger_event = NEOW_dynamic_titles.1000
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
has_title = title:e_france
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue