Patching
This commit is contained in:
parent
143330e057
commit
7fca9aa1d4
46 changed files with 1529 additions and 149 deletions
|
|
@ -1100,7 +1100,7 @@ roman_restoration.0100 = {
|
|||
# As a Catholic
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
faith = faith:catholic
|
||||
religion = religion:catholic_religion
|
||||
}
|
||||
desc = roman_restoration.0100.desc.catholic
|
||||
}
|
||||
|
|
@ -1108,7 +1108,7 @@ roman_restoration.0100 = {
|
|||
triggered_desc = {
|
||||
trigger = {
|
||||
NOR = {
|
||||
faith = faith:catholic
|
||||
religion = religion:catholic_religion
|
||||
faith = faith:orthodox
|
||||
}
|
||||
}
|
||||
|
|
@ -1137,7 +1137,7 @@ roman_restoration.0100 = {
|
|||
}
|
||||
else_if = {
|
||||
limit = {
|
||||
scope:mending_faith = faith:catholic
|
||||
scope:mending_religion = religion:catholic_religion
|
||||
}
|
||||
faith:orthodox = {
|
||||
save_scope_as = loser_faith
|
||||
|
|
@ -1182,7 +1182,7 @@ roman_restoration.0101 = {
|
|||
# As a Catholic
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
scope:mending_faith = faith:catholic
|
||||
scope:mending_religion = religion:catholic_religion
|
||||
}
|
||||
desc = roman_restoration.0101.desc.catholic
|
||||
}
|
||||
|
|
@ -1190,7 +1190,7 @@ roman_restoration.0101 = {
|
|||
triggered_desc = {
|
||||
trigger = {
|
||||
NOR = {
|
||||
scope:mending_faith = faith:catholic
|
||||
scope:mending_religion = religion:catholic_religion
|
||||
scope:mending_faith = faith:orthodox
|
||||
}
|
||||
}
|
||||
|
|
@ -1275,7 +1275,7 @@ roman_restoration.0102 = {
|
|||
# As a Catholic
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
scope:mending_faith = faith:catholic
|
||||
scope:mending_religion = religion:catholic_religion
|
||||
}
|
||||
desc = roman_restoration.0101.desc.catholic
|
||||
}
|
||||
|
|
@ -1283,7 +1283,7 @@ roman_restoration.0102 = {
|
|||
triggered_desc = {
|
||||
trigger = {
|
||||
NOR = {
|
||||
scope:mending_faith = faith:catholic
|
||||
scope:mending_religion = religion:catholic_religion
|
||||
scope:mending_faith = faith:orthodox
|
||||
}
|
||||
}
|
||||
|
|
@ -1324,7 +1324,7 @@ roman_restoration.0103 = {
|
|||
# As a Catholic
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
scope:mending_faith = faith:catholic
|
||||
scope:mending_religion = religion:catholic_religion
|
||||
}
|
||||
desc = roman_restoration.0100.desc.catholic
|
||||
}
|
||||
|
|
@ -1332,7 +1332,7 @@ roman_restoration.0103 = {
|
|||
triggered_desc = {
|
||||
trigger = {
|
||||
NOR = {
|
||||
scope:mending_faith = faith:catholic
|
||||
scope:mending_religion = religion:catholic_religion
|
||||
scope:mending_faith = faith:orthodox
|
||||
}
|
||||
}
|
||||
|
|
@ -2086,7 +2086,7 @@ roman_restoration.0125 = {
|
|||
# Catholic Reaction
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
root.faith = faith:catholic
|
||||
root.religion = religion:catholic_religion
|
||||
}
|
||||
desc = roman_restoration.0125.desc.catholic
|
||||
}
|
||||
|
|
@ -2094,7 +2094,7 @@ roman_restoration.0125 = {
|
|||
triggered_desc = {
|
||||
trigger = {
|
||||
NOT = {
|
||||
root.faith = faith:catholic
|
||||
root.religion = religion:catholic_religion
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -2115,7 +2115,7 @@ roman_restoration.0125 = {
|
|||
immediate = {
|
||||
#Catholics are happy!
|
||||
if = {
|
||||
limit = { faith = faith:catholic }
|
||||
limit = { religion = religion:catholic_religion }
|
||||
play_music_cue = "mx_cue_sacredrite"
|
||||
}
|
||||
}
|
||||
|
|
@ -2123,14 +2123,14 @@ roman_restoration.0125 = {
|
|||
option = {
|
||||
name = roman_restoration.0125.a
|
||||
trigger = {
|
||||
root.faith = faith:catholic
|
||||
root.religion = religion:catholic_religion
|
||||
}
|
||||
}
|
||||
option = {
|
||||
name = roman_restoration.0125.b
|
||||
trigger = {
|
||||
NOT = {
|
||||
root.faith = faith:catholic
|
||||
root.religion = religion:catholic_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2346,7 +2346,7 @@ roman_restoration.0131 = {
|
|||
}
|
||||
if = {
|
||||
limit = {
|
||||
root.faith = faith:catholic
|
||||
root.religion = religion:catholic_religion
|
||||
NOT = { has_trait = cynical }
|
||||
}
|
||||
add_opinion = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue