britian changes + some more map tweks
This commit is contained in:
parent
e8b7d30a4e
commit
eb8b758b80
33 changed files with 3878 additions and 465 deletions
|
|
@ -1072,7 +1072,7 @@
|
|||
|
||||
traits = {
|
||||
virtues = { lustful }
|
||||
sins = { chaste }
|
||||
#sins = { chaste }
|
||||
}
|
||||
}
|
||||
tenet_do_what_thou_wilt = {
|
||||
|
|
@ -1626,7 +1626,74 @@
|
|||
traits = {
|
||||
}
|
||||
}
|
||||
tenet_europa_regina = {
|
||||
icon = core_tenet_alexandrian_catechism
|
||||
|
||||
is_shown = {
|
||||
religion_tag = europeanist_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_tenet_cost_low
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = tenet_europa_regina }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
can_pick = {
|
||||
custom_description = {
|
||||
text = doctrine_pluralism_fundamentalist_trigger
|
||||
NOT = { doctrine:doctrine_pluralism_fundamentalist = { is_in_list = selected_doctrines } }
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
ghw_no_hof_conversion_buffs_active = yes
|
||||
pilgrimage_decision_active = yes
|
||||
}
|
||||
character_modifier = {
|
||||
accolade_glory_gain_mult = 0.1
|
||||
}
|
||||
character_modifier = {
|
||||
monthly_learning_lifestyle_xp_gain_mult = 0.2
|
||||
learning_per_stress_level = 2
|
||||
}
|
||||
|
||||
traits = {
|
||||
virtues = { scholar }
|
||||
}
|
||||
}
|
||||
tenet_wandering_bards = {
|
||||
icon = core_tenet_alexandrian_catechism
|
||||
|
||||
is_shown = {
|
||||
religion_tag = europeanist_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_tenet_cost_low
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = tenet_wandering_bards }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
can_pick = {
|
||||
custom_description = {
|
||||
text = doctrine_pluralism_fundamentalist_trigger
|
||||
NOT = { doctrine:doctrine_pluralism_fundamentalist = { is_in_list = selected_doctrines } }
|
||||
}
|
||||
}
|
||||
parameters = {
|
||||
mendicant_preachers_conversion_active = yes
|
||||
pilgrimage_decision_active = yes
|
||||
unlock_voluntary_laampdom_faith = yes
|
||||
}
|
||||
traits = {
|
||||
virtues = { temperate poet }
|
||||
sins = { gluttonous }
|
||||
}
|
||||
}
|
||||
tenet_rite = {
|
||||
icon = core_tenet_rite
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue