Wallachia
This commit is contained in:
parent
86b4d1af15
commit
37b4292287
16 changed files with 1310 additions and 157 deletions
|
|
@ -139,7 +139,10 @@ the_spirit_of_x_grants_us_y = { # The Spirit of the Fox Grants Us Cunning
|
|||
}
|
||||
trigger = {
|
||||
faith = {
|
||||
religion = { is_in_family = rf_pagan }
|
||||
OR = {
|
||||
has_doctrine = tenet_druidry
|
||||
has_doctrine = tenet_takamin
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
86
common/dynasty_house_mottos/NEOW_mottos.txt
Normal file
86
common/dynasty_house_mottos/NEOW_mottos.txt
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
|
||||
we_swear_by_x_theomach = {
|
||||
insert = theomach_gods_aspects_list
|
||||
weight = {
|
||||
value = 2000
|
||||
}
|
||||
trigger = {
|
||||
faith = {
|
||||
religion = religion:theomach_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
with_x_and_y_theomach = {
|
||||
insert = noun_immaterial
|
||||
insert = theomach_gods_aspects_list
|
||||
weight = {
|
||||
value = 2000
|
||||
}
|
||||
trigger = {
|
||||
faith = {
|
||||
religion = religion:theomach_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
we_tell_tales_of_x_theomach = {
|
||||
insert = theomach_gods_aspects_list
|
||||
weight = {
|
||||
value = 2000
|
||||
}
|
||||
trigger = {
|
||||
faith = {
|
||||
religion = religion:theomach_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
x_is_our_y_theomach = {
|
||||
insert = theomach_gods_aspects_list
|
||||
insert = weapon
|
||||
weight = {
|
||||
value = 2000
|
||||
}
|
||||
trigger = {
|
||||
faith = {
|
||||
religion = religion:theomach_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
x_guides_us_theomach = {
|
||||
insert = theomach_gods_aspects_list
|
||||
weight = {
|
||||
value = 2000
|
||||
}
|
||||
trigger = {
|
||||
faith = {
|
||||
religion = religion:theomach_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
house_was_forged_by_x_theomach = {
|
||||
insert = theomach_gods_aspects_list
|
||||
weight = {
|
||||
value = 2000
|
||||
}
|
||||
trigger = {
|
||||
faith = {
|
||||
religion = religion:theomach_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
founder_shares_x_theomach = {
|
||||
insert = theomach_gods_aspects_list
|
||||
weight = {
|
||||
value = 2000
|
||||
}
|
||||
trigger = {
|
||||
faith = {
|
||||
religion = religion:theomach_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue