religions outfitted
This commit is contained in:
parent
c770f78a27
commit
54da5c3a5b
110 changed files with 68595 additions and 23 deletions
61
common/script_values/00_memory_values.txt
Normal file
61
common/script_values/00_memory_values.txt
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
memory_default_duration = {
|
||||
value = 5
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
is_ruler = yes
|
||||
any_close_family_member = {
|
||||
is_ruler = yes
|
||||
}
|
||||
any_spouse = {
|
||||
is_ruler = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
add = 125
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
}
|
||||
add = 25
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
any_relation = {
|
||||
type = rival
|
||||
is_ai = no
|
||||
}
|
||||
}
|
||||
add = 25
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
any_relation = {
|
||||
type = friend
|
||||
is_ai = no
|
||||
}
|
||||
}
|
||||
add = 25
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
any_relation = {
|
||||
type = ward
|
||||
is_ai = no
|
||||
}
|
||||
}
|
||||
add = 25
|
||||
}
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
is_ai = no
|
||||
any_parent = {
|
||||
is_ai = no
|
||||
}
|
||||
}
|
||||
}
|
||||
add = 195
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue