Books and stuff
This commit is contained in:
parent
6db8d2439a
commit
10f153058e
23 changed files with 17462 additions and 408 deletions
|
|
@ -97,7 +97,7 @@ roman_restoration.0002 = {
|
|||
triggered_desc = {
|
||||
trigger = {
|
||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||
faith.religion = faith:catholic.religion
|
||||
faith.religion = faith:roman_catholic.religion
|
||||
}
|
||||
desc = roman_restoration.0002.desc.hellenics
|
||||
}
|
||||
|
|
@ -126,7 +126,7 @@ roman_restoration.0002 = {
|
|||
trigger = {
|
||||
NAND = {
|
||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||
faith.religion = faith:catholic.religion
|
||||
faith.religion = faith:roman_catholic.religion
|
||||
}
|
||||
NOT = {
|
||||
has_title = title:e_hre
|
||||
|
|
@ -138,7 +138,7 @@ roman_restoration.0002 = {
|
|||
trigger = {
|
||||
NAND = {
|
||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||
faith.religion = faith:catholic.religion
|
||||
faith.religion = faith:roman_catholic.religion
|
||||
}
|
||||
has_title = title:e_hre
|
||||
}
|
||||
|
|
@ -147,7 +147,7 @@ roman_restoration.0002 = {
|
|||
name = { # Crazy Hellenics
|
||||
trigger = {
|
||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||
faith.religion = faith:catholic.religion
|
||||
faith.religion = faith:roman_catholic.religion
|
||||
NOT = {
|
||||
has_title = title:e_hre
|
||||
}
|
||||
|
|
@ -157,7 +157,7 @@ roman_restoration.0002 = {
|
|||
name = { # Crazy Hellenics HRE
|
||||
trigger = {
|
||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||
faith.religion = faith:catholic.religion
|
||||
faith.religion = faith:roman_catholic.religion
|
||||
has_title = title:e_hre
|
||||
}
|
||||
text = roman_restoration.0002.d
|
||||
|
|
@ -402,7 +402,7 @@ scripted_trigger roman_restoration_0010_is_valid_roman_empire_trigger = {
|
|||
is_ai = no
|
||||
is_roman_emperor_trigger = yes
|
||||
OR = {
|
||||
faith.religion = faith:catholic.religion # Either Christian
|
||||
faith.religion = faith:roman_catholic.religion # Either Christian
|
||||
faith.religion = faith:hellenic_pagan.religion # Or Hellenic
|
||||
}
|
||||
}
|
||||
|
|
@ -1012,7 +1012,7 @@ roman_restoration.0024 = {
|
|||
# Christian Roman Empire
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
faith.religion = faith:catholic.religion
|
||||
faith.religion = faith:roman_catholic.religion
|
||||
}
|
||||
desc = roman_restoration.0024.desc.christian
|
||||
}
|
||||
|
|
@ -1027,7 +1027,7 @@ roman_restoration.0024 = {
|
|||
triggered_desc = {
|
||||
trigger = {
|
||||
NOR = {
|
||||
faith.religion = faith:catholic.religion
|
||||
faith.religion = faith:roman_catholic.religion
|
||||
faith.religion = faith:hellenic_pagan.religion
|
||||
}
|
||||
}
|
||||
|
|
@ -2052,7 +2052,7 @@ roman_restoration.0124 = {
|
|||
every_player = {
|
||||
limit = {
|
||||
this != root
|
||||
faith.religion = faith:catholic.religion
|
||||
faith.religion = faith:roman_catholic.religion
|
||||
}
|
||||
trigger_event = roman_restoration.0125 # Notification.
|
||||
}
|
||||
|
|
@ -2228,7 +2228,7 @@ roman_restoration.0130 = {
|
|||
limit = { exists = title:k_papal_state.holder }
|
||||
title:k_papal_state.holder = { save_scope_as = scoped_pope }
|
||||
}
|
||||
faith:catholic = { save_scope_as = catholic }
|
||||
faith:roman_catholic = { save_scope_as = catholic }
|
||||
destroy_papacy_scripted_effect = yes
|
||||
}
|
||||
|
||||
|
|
@ -2258,7 +2258,7 @@ roman_restoration.0130 = {
|
|||
limit = {
|
||||
this != root
|
||||
OR = {
|
||||
faith.religion = faith:catholic.religion
|
||||
faith.religion = faith:roman_catholic.religion
|
||||
faith.religion = root.faith.religion
|
||||
}
|
||||
}
|
||||
|
|
@ -2283,7 +2283,7 @@ roman_restoration.0131 = {
|
|||
# Christian Reaction
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
root.faith.religion = faith:catholic.religion
|
||||
root.faith.religion = faith:roman_catholic.religion
|
||||
}
|
||||
desc = roman_restoration.0131.desc.christians
|
||||
}
|
||||
|
|
@ -2291,7 +2291,7 @@ roman_restoration.0131 = {
|
|||
triggered_desc = {
|
||||
trigger = {
|
||||
NOR = {
|
||||
root.faith.religion = faith:catholic.religion
|
||||
root.faith.religion = faith:roman_catholic.religion
|
||||
root.faith.religion = scope:scoped_destroyer.faith.religion
|
||||
}
|
||||
}
|
||||
|
|
@ -2338,7 +2338,7 @@ roman_restoration.0131 = {
|
|||
name = {
|
||||
trigger = {
|
||||
NOR = {
|
||||
faith.religion = faith:catholic.religion
|
||||
faith.religion = faith:roman_catholic.religion
|
||||
faith.religion = scope:scoped_destroyer.faith.religion
|
||||
}
|
||||
}
|
||||
|
|
@ -2587,7 +2587,7 @@ roman_restoration.0151 = {
|
|||
trigger = {
|
||||
NOT = {
|
||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||
faith.religion = faith:catholic.religion
|
||||
faith.religion = faith:roman_catholic.religion
|
||||
}
|
||||
}
|
||||
desc = roman_restoration.0002.desc.christians
|
||||
|
|
@ -2596,7 +2596,7 @@ roman_restoration.0151 = {
|
|||
triggered_desc = {
|
||||
trigger = {
|
||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||
faith.religion = faith:catholic.religion
|
||||
faith.religion = faith:roman_catholic.religion
|
||||
}
|
||||
desc = roman_restoration.0002.desc.hellenics
|
||||
}
|
||||
|
|
@ -2614,7 +2614,7 @@ roman_restoration.0151 = {
|
|||
trigger = {
|
||||
NOT = {
|
||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||
faith.religion = faith:catholic.religion
|
||||
faith.religion = faith:roman_catholic.religion
|
||||
}
|
||||
NOR = {
|
||||
has_title = title:e_byzantium
|
||||
|
|
@ -2627,7 +2627,7 @@ roman_restoration.0151 = {
|
|||
trigger = {
|
||||
NOT = {
|
||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||
faith.religion = faith:catholic.religion
|
||||
faith.religion = faith:roman_catholic.religion
|
||||
}
|
||||
OR = {
|
||||
has_title = title:e_byzantium
|
||||
|
|
@ -2639,7 +2639,7 @@ roman_restoration.0151 = {
|
|||
name = roman_restoration.0002.c
|
||||
trigger = {
|
||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||
faith.religion = faith:catholic.religion
|
||||
faith.religion = faith:roman_catholic.religion
|
||||
NOR = {
|
||||
has_title = title:e_byzantium
|
||||
has_title = title:e_hre
|
||||
|
|
@ -2650,7 +2650,7 @@ roman_restoration.0151 = {
|
|||
name = roman_restoration.0002.d
|
||||
trigger = {
|
||||
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
|
||||
faith.religion = faith:catholic.religion
|
||||
faith.religion = faith:roman_catholic.religion
|
||||
OR = {
|
||||
has_title = title:e_byzantium
|
||||
has_title = title:e_hre
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue