added some loc
This commit is contained in:
parent
679d79b0b2
commit
0e154da2d4
2 changed files with 124 additions and 113 deletions
|
|
@ -10,13 +10,16 @@
|
||||||
#Protestant
|
#Protestant
|
||||||
religion_tag = protestant_religion
|
religion_tag = protestant_religion
|
||||||
|
|
||||||
|
### Antediluvians
|
||||||
|
#Brittanic
|
||||||
|
religion_tag = brittanic_religion
|
||||||
|
|
||||||
### Esoterics
|
### Esoterics
|
||||||
#Wiccans
|
#Wiccans
|
||||||
religion_tag = wicca_religion
|
religion_tag = wicca_religion
|
||||||
#Thelema
|
#Thelema
|
||||||
religion_tag = thelema_religion
|
religion_tag = thelema_religion
|
||||||
#Britanic
|
|
||||||
religion_tag = brittanic_religion
|
|
||||||
### Pagans
|
### Pagans
|
||||||
#Druidics
|
#Druidics
|
||||||
religion_tag = druidic_religion
|
religion_tag = druidic_religion
|
||||||
|
|
@ -26,6 +29,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
### Abrahamic Doctrines
|
||||||
|
|
||||||
#Catholic Doctrines
|
#Catholic Doctrines
|
||||||
|
|
||||||
special_doctrine_roman_rite = {
|
special_doctrine_roman_rite = {
|
||||||
|
|
@ -423,6 +428,86 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
###Antediluvian Doctrines
|
||||||
|
|
||||||
|
#Brittanic Doctrines
|
||||||
|
|
||||||
|
special_doctrine_true_servants_of_the_queen_regents = {
|
||||||
|
is_shown = {
|
||||||
|
religion_tag = brittanic_religion
|
||||||
|
}
|
||||||
|
piety_cost = {
|
||||||
|
value = faith_doctrine_cost_low
|
||||||
|
if = {
|
||||||
|
limit = { has_doctrine = special_doctrine_true_servants_of_the_queen_regents }
|
||||||
|
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||||
|
}
|
||||||
|
}
|
||||||
|
parameters = {
|
||||||
|
hostility_override_special_doctrine_loyal_servants_of_the_queen = 3
|
||||||
|
hostility_override_special_doctrine_loyal_servants_of_the_queen_thelema = 3
|
||||||
|
hostility_override_special_doctrine_true_servants_of_the_queen = 3
|
||||||
|
hostility_override_special_doctrine_regicidal = 3
|
||||||
|
hostility_override_special_doctrine_true_servants_of_the_queen_regents = 3
|
||||||
|
|
||||||
|
hostility_override_special_doctrine_might_and_magick = 1
|
||||||
|
hostility_override_special_doctrine_goddesses_and_glory = 1
|
||||||
|
hostility_override_special_doctrine_fae_and_folklore = 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_loyal_servants_of_the_queen = {
|
||||||
|
is_shown = {
|
||||||
|
religion_tag = brittanic_religion
|
||||||
|
}
|
||||||
|
piety_cost = {
|
||||||
|
value = faith_doctrine_cost_low
|
||||||
|
if = {
|
||||||
|
limit = { has_doctrine = special_doctrine_loyal_servants_of_the_queen }
|
||||||
|
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||||
|
}
|
||||||
|
}
|
||||||
|
parameters = {
|
||||||
|
hostility_override_special_doctrine_loyal_servants_of_the_queen = 0
|
||||||
|
hostility_override_special_doctrine_loyal_servants_of_the_queen_thelema = 0
|
||||||
|
hostility_override_special_doctrine_true_servants_of_the_queen = 0
|
||||||
|
hostility_override_special_doctrine_regicidal = 3
|
||||||
|
hostility_override_special_doctrine_true_servants_of_the_queen_regents = 3
|
||||||
|
|
||||||
|
hostility_override_special_doctrine_might_and_magick = 1
|
||||||
|
hostility_override_special_doctrine_goddesses_and_glory = 1
|
||||||
|
hostility_override_special_doctrine_fae_and_folklore = 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
###Hermetic Doctrines
|
||||||
|
|
||||||
|
#Thelema Doctrines
|
||||||
|
|
||||||
|
special_doctrine_loyal_servants_of_the_queen_thelema = {
|
||||||
|
is_shown = {
|
||||||
|
religion_tag = thelema_religion
|
||||||
|
}
|
||||||
|
piety_cost = {
|
||||||
|
value = faith_doctrine_cost_low
|
||||||
|
if = {
|
||||||
|
limit = { has_doctrine = special_doctrine_loyal_servants_of_the_queen_thelema }
|
||||||
|
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||||
|
}
|
||||||
|
}
|
||||||
|
parameters = {
|
||||||
|
hostility_override_special_doctrine_loyal_servants_of_the_queen = 0
|
||||||
|
hostility_override_special_doctrine_true_servants_of_the_queen = 2
|
||||||
|
hostility_override_special_doctrine_regicidal = 3
|
||||||
|
hostility_override_special_doctrine_true_servants_of_the_queen_regents = 3
|
||||||
|
|
||||||
|
hostility_override_special_doctrine_might_and_magick = 1
|
||||||
|
hostility_override_special_doctrine_goddesses_and_glory = 1
|
||||||
|
hostility_override_special_doctrine_fae_and_folklore = 2
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#Interfaith (shared) Doctrines
|
#Interfaith (shared) Doctrines
|
||||||
|
|
||||||
special_doctrine_people_of_the_book = {
|
special_doctrine_people_of_the_book = {
|
||||||
|
|
@ -546,6 +631,33 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
special_doctrine_true_servants_of_the_queen = {
|
||||||
|
is_shown = {
|
||||||
|
OR = {
|
||||||
|
religion_tag = brittanic_religion
|
||||||
|
religion_tag = thelema_religion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
piety_cost = {
|
||||||
|
value = faith_doctrine_cost_low
|
||||||
|
if = {
|
||||||
|
limit = { has_doctrine = special_doctrine_true_servants_of_the_queen }
|
||||||
|
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
||||||
|
}
|
||||||
|
}
|
||||||
|
parameters = {
|
||||||
|
hostility_override_special_doctrine_loyal_servants_of_the_queen = 0
|
||||||
|
hostility_override_special_doctrine_loyal_servants_of_the_queen_thelema = 2
|
||||||
|
hostility_override_special_doctrine_true_servants_of_the_queen = 0
|
||||||
|
hostility_override_special_doctrine_regicidal = 3
|
||||||
|
hostility_override_special_doctrine_true_servants_of_the_queen_regents = 3
|
||||||
|
|
||||||
|
hostility_override_special_doctrine_might_and_magick = 1
|
||||||
|
hostility_override_special_doctrine_goddesses_and_glory = 1
|
||||||
|
hostility_override_special_doctrine_fae_and_folklore = 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
special_doctrine_via_media = {
|
special_doctrine_via_media = {
|
||||||
is_shown = {
|
is_shown = {
|
||||||
OR = {
|
OR = {
|
||||||
|
|
@ -647,110 +759,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
####Britanic and Thelema Doctrine####
|
special_doctrine_regicidal = { #Brittanic one
|
||||||
|
|
||||||
special_doctrine_loyal_servants_of_the_queen_thelema = {
|
|
||||||
is_shown = {
|
|
||||||
religion_tag = thelema_religion
|
|
||||||
}
|
|
||||||
piety_cost = {
|
|
||||||
value = faith_doctrine_cost_low
|
|
||||||
if = {
|
|
||||||
limit = { has_doctrine = special_doctrine_loyal_servants_of_the_queen_thelema }
|
|
||||||
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
|
||||||
}
|
|
||||||
}
|
|
||||||
parameters = {
|
|
||||||
hostility_override_special_doctrine_loyal_servants_of_the_queen = 0
|
|
||||||
hostility_override_special_doctrine_true_servants_of_the_queen = 2
|
|
||||||
hostility_override_special_doctrine_regicidal = 3
|
|
||||||
hostility_override_special_doctrine_true_servants_of_the_queen_regents = 3
|
|
||||||
|
|
||||||
hostility_override_special_doctrine_might_and_magick = 1
|
|
||||||
hostility_override_special_doctrine_goddesses_and_glory = 1
|
|
||||||
hostility_override_special_doctrine_fae_and_folklore = 2
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
special_doctrine_loyal_servants_of_the_queen = {
|
|
||||||
is_shown = {
|
|
||||||
religion_tag = brittanic_religion
|
|
||||||
}
|
|
||||||
piety_cost = {
|
|
||||||
value = faith_doctrine_cost_low
|
|
||||||
if = {
|
|
||||||
limit = { has_doctrine = special_doctrine_loyal_servants_of_the_queen }
|
|
||||||
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
|
||||||
}
|
|
||||||
}
|
|
||||||
parameters = {
|
|
||||||
hostility_override_special_doctrine_loyal_servants_of_the_queen = 0
|
|
||||||
hostility_override_special_doctrine_loyal_servants_of_the_queen_thelema = 0
|
|
||||||
hostility_override_special_doctrine_true_servants_of_the_queen = 0
|
|
||||||
hostility_override_special_doctrine_regicidal = 3
|
|
||||||
hostility_override_special_doctrine_true_servants_of_the_queen_regents = 3
|
|
||||||
|
|
||||||
hostility_override_special_doctrine_might_and_magick = 1
|
|
||||||
hostility_override_special_doctrine_goddesses_and_glory = 1
|
|
||||||
hostility_override_special_doctrine_fae_and_folklore = 2
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
special_doctrine_true_servants_of_the_queen = {
|
|
||||||
is_shown = {
|
|
||||||
OR = {
|
|
||||||
religion_tag = brittanic_religion
|
|
||||||
religion_tag = thelema_religion
|
|
||||||
}
|
|
||||||
}
|
|
||||||
piety_cost = {
|
|
||||||
value = faith_doctrine_cost_low
|
|
||||||
if = {
|
|
||||||
limit = { has_doctrine = special_doctrine_true_servants_of_the_queen }
|
|
||||||
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
|
||||||
}
|
|
||||||
}
|
|
||||||
parameters = {
|
|
||||||
hostility_override_special_doctrine_loyal_servants_of_the_queen = 0
|
|
||||||
hostility_override_special_doctrine_loyal_servants_of_the_queen_thelema = 2
|
|
||||||
hostility_override_special_doctrine_true_servants_of_the_queen = 0
|
|
||||||
hostility_override_special_doctrine_regicidal = 3
|
|
||||||
hostility_override_special_doctrine_true_servants_of_the_queen_regents = 3
|
|
||||||
|
|
||||||
hostility_override_special_doctrine_might_and_magick = 1
|
|
||||||
hostility_override_special_doctrine_goddesses_and_glory = 1
|
|
||||||
hostility_override_special_doctrine_fae_and_folklore = 2
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
special_doctrine_true_servants_of_the_queen_regents = {
|
|
||||||
is_shown = {
|
|
||||||
OR = {
|
|
||||||
religion_tag = brittanic_religion
|
|
||||||
}
|
|
||||||
}
|
|
||||||
piety_cost = {
|
|
||||||
value = faith_doctrine_cost_low
|
|
||||||
if = {
|
|
||||||
limit = { has_doctrine = special_doctrine_true_servants_of_the_queen_regents }
|
|
||||||
multiply = faith_unchanged_tolerance_doctrine_cost_mult
|
|
||||||
}
|
|
||||||
}
|
|
||||||
parameters = {
|
|
||||||
hostility_override_special_doctrine_loyal_servants_of_the_queen = 3
|
|
||||||
hostility_override_special_doctrine_loyal_servants_of_the_queen_thelema = 3
|
|
||||||
hostility_override_special_doctrine_true_servants_of_the_queen = 3
|
|
||||||
hostility_override_special_doctrine_regicidal = 3
|
|
||||||
hostility_override_special_doctrine_true_servants_of_the_queen_regents = 3
|
|
||||||
|
|
||||||
hostility_override_special_doctrine_might_and_magick = 1
|
|
||||||
hostility_override_special_doctrine_goddesses_and_glory = 1
|
|
||||||
hostility_override_special_doctrine_fae_and_folklore = 2
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
special_doctrine_regicidal = {
|
|
||||||
is_shown = {
|
is_shown = {
|
||||||
religion_tag = brittanic_religion
|
religion_tag = brittanic_religion
|
||||||
}
|
}
|
||||||
|
|
@ -767,12 +776,7 @@
|
||||||
hostility_override_special_doctrine_true_servants_of_the_queen = 3
|
hostility_override_special_doctrine_true_servants_of_the_queen = 3
|
||||||
hostility_override_special_doctrine_true_servants_of_the_queen_regents = 3
|
hostility_override_special_doctrine_true_servants_of_the_queen_regents = 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
####Hermetic Doctrine####
|
|
||||||
|
|
||||||
####German/Adonist Doctrine####
|
|
||||||
|
|
||||||
|
|
||||||
#Fallback Doctrine
|
#Fallback Doctrine
|
||||||
special_doctrine_religion_fallback = {
|
special_doctrine_religion_fallback = {
|
||||||
|
|
|
||||||
|
|
@ -97,12 +97,19 @@
|
||||||
doctrine_parameter_hostility_override_special_doctrine_established_church:0 ""
|
doctrine_parameter_hostility_override_special_doctrine_established_church:0 ""
|
||||||
doctrine_parameter_hostility_override_special_doctrine_reformation_roots:0 ""
|
doctrine_parameter_hostility_override_special_doctrine_reformation_roots:0 ""
|
||||||
|
|
||||||
|
doctrine_parameter_hostility_override_special_doctrine_loyal_servants_of_the_queen:0 ""
|
||||||
|
doctrine_parameter_hostility_override_special_doctrine_true_servants_of_the_queen_regents:0 ""
|
||||||
|
|
||||||
|
doctrine_parameter_hostility_override_special_doctrine_loyal_servants_of_the_queen_thelema: ""
|
||||||
|
|
||||||
doctrine_parameter_hostility_override_special_doctrine_radical_reform:0 ""
|
doctrine_parameter_hostility_override_special_doctrine_radical_reform:0 ""
|
||||||
doctrine_parameter_hostility_override_special_doctrine_incorruptible_dogma:0 ""
|
doctrine_parameter_hostility_override_special_doctrine_incorruptible_dogma:0 ""
|
||||||
doctrine_parameter_hostility_override_special_doctrine_singular_interpretation: ""
|
doctrine_parameter_hostility_override_special_doctrine_singular_interpretation: ""
|
||||||
|
doctrine_parameter_hostility_override_special_doctrine_regicidal:0 ""
|
||||||
|
|
||||||
doctrine_parameter_hostility_override_special_doctrine_people_of_the_book:1 ""
|
doctrine_parameter_hostility_override_special_doctrine_people_of_the_book:1 ""
|
||||||
doctrine_parameter_hostility_override_special_doctrine_fae_and_folklore:0 ""
|
doctrine_parameter_hostility_override_special_doctrine_fae_and_folklore:0 ""
|
||||||
doctrine_parameter_hostility_override_special_doctrine_might_and_magick:0 ""
|
doctrine_parameter_hostility_override_special_doctrine_might_and_magick:0 ""
|
||||||
doctrine_parameter_hostility_override_special_doctrine_goddesses_and_glory: ""
|
doctrine_parameter_hostility_override_special_doctrine_goddesses_and_glory: ""
|
||||||
|
doctrine_parameter_hostility_override_special_doctrine_true_servants_of_the_queen:0 ""
|
||||||
doctrine_parameter_hostility_override_special_doctrine_via_media:0 ""
|
doctrine_parameter_hostility_override_special_doctrine_via_media:0 ""
|
||||||
Loading…
Add table
Add a link
Reference in a new issue