AI SLOP IMPROVED
This commit is contained in:
parent
526975a8c5
commit
cf86bcf00b
11 changed files with 100 additions and 10 deletions
|
|
@ -866,6 +866,67 @@
|
|||
}
|
||||
}
|
||||
|
||||
tenet_people_of_the_book = {
|
||||
icon = core_tenet_legalism
|
||||
is_shown = {
|
||||
religion_tag = novelist_religion
|
||||
}
|
||||
can_pick = {
|
||||
custom_description = {
|
||||
text = incompatible_tenet_hedonistic_trigger
|
||||
NOT = { doctrine:tenet_hedonistic = { is_in_list = selected_doctrines } }
|
||||
}
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_tenet_cost_low
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = tenet_universal_scripture }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
parameters = {
|
||||
mendicant_preachers_conversion_active = yes
|
||||
pilgrimage_decision_active = yes
|
||||
unlock_voluntary_laampdom_faith = yes
|
||||
take_vows_active = yes
|
||||
hostility_override_special_doctrine_christian = 1
|
||||
}
|
||||
traits = {
|
||||
virtues = { temperate }
|
||||
sins = { gluttonous }
|
||||
}
|
||||
}
|
||||
|
||||
one_king_to_rule_them_all = {
|
||||
icon = one_king_to_rule_them_all
|
||||
is_shown = {
|
||||
religion_tag = novelist_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_tenet_cost_low
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = tenet_universal_scripture }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
traits = {
|
||||
virtues = { just = 2 }
|
||||
sins = { arbitrary = 2 }
|
||||
}
|
||||
|
||||
parameters = {
|
||||
temporal_condemnation_enabled = yes
|
||||
legalism_modified_law_costs = yes
|
||||
legalism_modified_law_costs_2 = yes
|
||||
legalism_reduced_faction_virtues = yes
|
||||
legalism_increased_faction_sins = yes
|
||||
legalism_trust_just_leader_active = yes
|
||||
}
|
||||
}
|
||||
tenet_universal_scripture = {
|
||||
icon = core_tenet_literalism
|
||||
is_shown = {
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ is_gnostic_faith = {
|
|||
|
||||
special_tolerance = {
|
||||
group = "main_group"
|
||||
|
||||
number_of_picks = 2
|
||||
is_available_on_create = {
|
||||
always = no # Goes away when creating a new Faith
|
||||
}
|
||||
|
|
@ -112,6 +112,15 @@ special_tolerance = {
|
|||
hostility_override_special_doctrine_catholic_rite = 0
|
||||
}
|
||||
}
|
||||
special_doctrine_christian = {
|
||||
visible = no
|
||||
}
|
||||
special_doctrine_novelist = {
|
||||
visible = no
|
||||
}
|
||||
special_doctrine_esoteric_witchcraft = {
|
||||
visible = no
|
||||
}
|
||||
special_doctrine_novelist_kinship = {
|
||||
parameters = {
|
||||
hostility_override_special_doctrine_novelist_kinship = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue