sweden and some other stuff
This commit is contained in:
parent
40deafa6f6
commit
604acaf7dd
19 changed files with 1222 additions and 427 deletions
|
|
@ -4349,6 +4349,79 @@
|
|||
sins = { arrogant }
|
||||
}
|
||||
}
|
||||
|
||||
tenet_scientific_discourse = {
|
||||
icon = core_tenet_alexandrian_catechism
|
||||
piety_cost = {
|
||||
value = faith_tenet_cost_mid
|
||||
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = tenet_scientific_discourse }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
is_shown = {
|
||||
OR = {
|
||||
religion_tag = hermetic_religion
|
||||
}
|
||||
}
|
||||
|
||||
can_pick = {
|
||||
custom_description = {
|
||||
text = doctrine_pluralism_fundamentalist_trigger
|
||||
NOT = { doctrine:doctrine_pluralism_fundamentalist = { is_in_list = selected_doctrines } }
|
||||
}
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
monthly_learning_lifestyle_xp_gain_mult = 0.2
|
||||
learning_per_stress_level = 2
|
||||
}
|
||||
|
||||
traits = {
|
||||
virtues = {
|
||||
scholar = { scale = 2 weight = 2 }
|
||||
education_learning_3
|
||||
education_learning_4
|
||||
education_learning_5
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
literalist_debate_enabled = yes
|
||||
tenet_esotericism_mystic_education = yes
|
||||
}
|
||||
}
|
||||
|
||||
tenet_giant_shoulders = {
|
||||
icon = core_tenet_inner_journey
|
||||
|
||||
is_shown = {
|
||||
#has_doctrine = eastern_hostility_doctrine
|
||||
#NOT = { religion_tag = zoroastrianism_religion }
|
||||
}
|
||||
|
||||
piety_cost = {
|
||||
value = faith_tenet_cost_low
|
||||
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = tenet_inner_journey }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
traits = {
|
||||
virtues = { patient }
|
||||
sins = { impatient }
|
||||
}
|
||||
|
||||
parameters = {
|
||||
meditation_mechanics_active = yes
|
||||
select_personal_god_active = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#############################
|
||||
|
|
|
|||
0
common/religion/doctrines/NEOW_tenets.txt
Normal file
0
common/religion/doctrines/NEOW_tenets.txt
Normal file
Loading…
Add table
Add a link
Reference in a new issue