minor stuff
This commit is contained in:
parent
b35ebb618a
commit
f22e3c7819
2 changed files with 79 additions and 4 deletions
|
|
@ -16,12 +16,16 @@
|
|||
#Thelema
|
||||
religion_tag = thelema_religion
|
||||
#Britanic
|
||||
religion_tag = brittanic_religion
|
||||
religion_tag = brittanic_religion
|
||||
|
||||
### Pagans
|
||||
#Druidics
|
||||
religion_tag = druidic_religion
|
||||
|
||||
#Hermetic
|
||||
religion_tag = hermetic_religion
|
||||
religion_tag = hermetic_religion
|
||||
#Europeanist
|
||||
religion_tag = europeanist_religion
|
||||
|
||||
# Temp measure before religion doctrines set up for religions w/ PotB access
|
||||
has_doctrine = special_doctrine_people_of_the_book
|
||||
|
|
@ -816,8 +820,78 @@
|
|||
hostility_override_special_doctrine_incorruptible_dogma = 2
|
||||
}
|
||||
}
|
||||
####German/Adonist Doctrine####
|
||||
special_doctrine_nobelian_hermetic = {
|
||||
is_shown = {
|
||||
religion_tag = hermetic_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_doctrine_cost_low
|
||||
if = {
|
||||
limit = { has_doctrine = special_doctrine_christian_hermetic }
|
||||
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
hostility_override_special_doctrine_loyal_servants_of_the_queen_thelema = 2
|
||||
|
||||
hostility_override_special_doctrine_might_and_magick = 1
|
||||
hostility_override_special_doctrine_goddesses_and_glory = 1
|
||||
hostility_override_special_doctrine_fae_and_folklore = 3
|
||||
|
||||
hostility_override_special_doctrine_roman_rite = 1
|
||||
hostility_override_special_doctrine_independent_catholic = 1
|
||||
|
||||
hostility_override_special_doctrine_established_church = 1
|
||||
|
||||
hostility_override_special_doctrine_via_media = 1
|
||||
|
||||
hostility_override_special_doctrine_sevillian_rite = 0
|
||||
|
||||
hostility_override_special_doctrine_christian_kinship = 1
|
||||
|
||||
hostility_override_special_doctrine_reformation_roots = 1
|
||||
|
||||
hostility_override_special_doctrine_incorruptible_dogma = 3
|
||||
}
|
||||
}
|
||||
####German/Adonist Doctrine#### Adonist should hate the christians(everyone kinda tbh), and deists. germanpagan probably dont need aything too fancy, cept maybe the folktero being astray with christians
|
||||
|
||||
###Europeanists###
|
||||
|
||||
special_doctrine_europeanist = {
|
||||
is_shown = {
|
||||
religion_tag = europeanist_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_doctrine_cost_low
|
||||
if = {
|
||||
limit = { has_doctrine = special_doctrine_christian_hermetic }
|
||||
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
hostility_override_special_doctrine_loyal_servants_of_the_queen_thelema = 2
|
||||
|
||||
hostility_override_special_doctrine_might_and_magick = 1
|
||||
hostility_override_special_doctrine_goddesses_and_glory = 1
|
||||
hostility_override_special_doctrine_fae_and_folklore = 3
|
||||
|
||||
hostility_override_special_doctrine_roman_rite = 1
|
||||
hostility_override_special_doctrine_independent_catholic = 1
|
||||
|
||||
hostility_override_special_doctrine_established_church = 1
|
||||
|
||||
hostility_override_special_doctrine_via_media = 1
|
||||
|
||||
hostility_override_special_doctrine_sevillian_rite = 0
|
||||
|
||||
hostility_override_special_doctrine_christian_kinship = 1
|
||||
|
||||
hostility_override_special_doctrine_reformation_roots = 1
|
||||
|
||||
hostility_override_special_doctrine_incorruptible_dogma = 3
|
||||
}
|
||||
}
|
||||
|
||||
#Fallback Doctrine
|
||||
special_doctrine_religion_fallback = {
|
||||
|
|
|
|||
|
|
@ -249,7 +249,8 @@
|
|||
icon = volksmarchen
|
||||
|
||||
holy_site = teutoburger
|
||||
holy_site = paderborn
|
||||
holy_site = paderborn
|
||||
holy_site = eisenach
|
||||
|
||||
doctrine = unreformed_faith_doctrine
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue