push
This commit is contained in:
parent
e460144cdc
commit
9a54c59545
32 changed files with 6078 additions and 37 deletions
|
|
@ -755,6 +755,15 @@ yearly_global_pulse = {
|
|||
# Root is the character
|
||||
yearly_playable_pulse = {
|
||||
effect = {
|
||||
if = {
|
||||
limit = {
|
||||
government_has_flag = government_is_prepublic
|
||||
NOT = {
|
||||
exists = domicile
|
||||
}
|
||||
}
|
||||
create_noble_family_effect = { GOVERNMENT_GIVER = this }
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
has_title = title:k_papal_state
|
||||
|
|
@ -2666,6 +2675,31 @@ five_year_playable_pulse = {
|
|||
# Root is the character
|
||||
# scope:quarter is which quarter it's for, from 1 to 4. Note that scope:quarter = 1 isn't necessarily in Q1 by calendar time
|
||||
quarterly_playable_pulse = {
|
||||
|
||||
effect = {
|
||||
if = {
|
||||
limit = {
|
||||
government_has_flag = government_is_prepublic
|
||||
NOT = {
|
||||
exists = domicile
|
||||
}
|
||||
}
|
||||
create_noble_family_effect = { GOVERNMENT_GIVER = this }
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
government_has_flag = government_is_prepublic
|
||||
primary_title = {
|
||||
NOT = {
|
||||
has_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
}
|
||||
primary_title = {
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
}
|
||||
on_actions = {
|
||||
realm_maintenance_quarterly_pulse
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue