colours, tenet fixes, language fixes, culture loc
This commit is contained in:
parent
26208f458f
commit
9f6bea620f
20 changed files with 2011 additions and 140 deletions
|
|
@ -879,28 +879,28 @@
|
|||
|
||||
###ATLANTEAN###
|
||||
|
||||
tenet_the_first_age = {
|
||||
icon = core_tenet_sanctity_of_nature
|
||||
piety_cost = {
|
||||
value = faith_tenet_cost_low
|
||||
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = tenet_the_first_age }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
is_shown = {
|
||||
religion_tag = novelist_religion
|
||||
}
|
||||
|
||||
parameters = {
|
||||
pilgrimage_decision_active = yes
|
||||
novelist_title_replace_active = yes
|
||||
durandal_restoration_active = yes
|
||||
}
|
||||
}
|
||||
# tenet_the_first_age = {
|
||||
# icon = core_tenet_sanctity_of_nature
|
||||
# piety_cost = {
|
||||
# value = faith_tenet_cost_low
|
||||
#
|
||||
# # Multiplier for keeping same tenet
|
||||
# if = {
|
||||
# limit = { has_doctrine = tenet_the_first_age }
|
||||
# multiply = faith_unchanged_doctrine_cost_mult
|
||||
# }
|
||||
# }
|
||||
#
|
||||
# is_shown = {
|
||||
# religion_tag = novelist_religion
|
||||
# }
|
||||
#
|
||||
# parameters = {
|
||||
# pilgrimage_decision_active = yes
|
||||
# novelist_title_replace_active = yes
|
||||
# durandal_restoration_active = yes
|
||||
# }
|
||||
# }
|
||||
tenet_chivalric_ideals = {
|
||||
icon = core_tenet_chivalric_ideals
|
||||
|
||||
|
|
@ -3634,6 +3634,30 @@
|
|||
|
||||
tenet_sanctity_of_nature = {
|
||||
icon = core_tenet_sanctity_of_nature
|
||||
|
||||
name = {
|
||||
first_valid = {
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
has_doctrine = special_doctrine_numenor
|
||||
}
|
||||
desc = tenet_sanctity_of_nature_romanticist_name
|
||||
}
|
||||
desc = tenet_sanctity_of_nature_name
|
||||
}
|
||||
}
|
||||
|
||||
desc = {
|
||||
first_valid = {
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
has_doctrine = special_doctrine_numenor
|
||||
}
|
||||
desc = tenet_sanctity_of_nature_romanticist_desc
|
||||
}
|
||||
desc = tenet_sanctity_of_nature_desc
|
||||
}
|
||||
}
|
||||
|
||||
piety_cost = {
|
||||
if = {
|
||||
|
|
@ -3700,17 +3724,17 @@
|
|||
}
|
||||
}
|
||||
|
||||
is_shown = {
|
||||
OR = {
|
||||
religion_tag = zunism_religion
|
||||
has_doctrine = tenet_sun_worship #If you already have it
|
||||
AND = {
|
||||
religion_tag = hinduism_religion
|
||||
this = faith:saura #If you're into Saurism
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
# is_shown = {
|
||||
# OR = {
|
||||
# religion_tag = zunism_religion
|
||||
# has_doctrine = tenet_sun_worship #If you already have it
|
||||
# AND = {
|
||||
# religion_tag = hinduism_religion
|
||||
# this = faith:saura #If you're into Saurism
|
||||
# }
|
||||
#
|
||||
# }
|
||||
# }
|
||||
|
||||
parameters = {
|
||||
summer_festivals_active = yes
|
||||
|
|
@ -3718,8 +3742,11 @@
|
|||
}
|
||||
|
||||
character_modifier = {
|
||||
desert_attrition_mult = -0.25
|
||||
desert_mountains_attrition_mult = -0.25
|
||||
short_reign_duration_mult = -0.25
|
||||
monthly_piety_gain_per_legitimacy_level_add = 0.2
|
||||
farmlands_development_growth_factor = 0.2
|
||||
desert_development_growth_factor = 0.2
|
||||
drylands_development_growth_factor = 0.2
|
||||
}
|
||||
|
||||
piety_cost = faith_tenet_cost_mid
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@
|
|||
|
||||
#Tenets | add unique ones eventually
|
||||
doctrine = tenet_universal_scripture
|
||||
doctrine = tenet_the_first_age
|
||||
doctrine = tenet_sanctity_of_nature
|
||||
doctrine = tenet_chivalric_ideals
|
||||
|
||||
#Special/virtue
|
||||
|
|
|
|||
|
|
@ -413,9 +413,9 @@
|
|||
doctrine = doctrine_homosexuality_accepted
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = tenet_false_conversion_sanction
|
||||
doctrine = tenet_armed_resistance
|
||||
doctrine = tenet_armed_pilgrimages
|
||||
doctrine = tenet_unrelenting_faith
|
||||
doctrine = tenet_chivalric_ideals
|
||||
|
||||
doctrine = doctrine_anointment_permitted
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue