Americans

This commit is contained in:
trashmasteruni 2026-06-26 01:34:56 +02:00
parent 8262c6bc40
commit 7a9f1a031a
32 changed files with 625 additions and 41 deletions

View file

@ -2047,7 +2047,7 @@
# location = root.capital_province
# gender_female_chance = root_faith_dominant_gender_female_chance
# culture = root.culture
# faith = faith:congregationist
# faith = faith:kabbalist
# random_traits = yes
# trait = education_learning_2
# learning = { 6 12 }
@ -2260,7 +2260,7 @@
# location = root.capital_province
# gender_female_chance = root_faith_dominant_gender_female_chance
# culture = root.culture
# faith = faith:congregationist
# faith = faith:kabbalist
# random_traits = yes
# trait = scholar
# trait = lifestyle_physician
@ -2543,7 +2543,7 @@
# location = root.capital_province
# gender_female_chance = root_faith_dominant_gender_female_chance
# culture = root.culture
# faith = faith:congregationist
# faith = faith:kabbalist
# random_traits = yes
# trait = scholar
# trait = diplomatic_court_1

View file

@ -4920,7 +4920,7 @@ scripted_trigger nomad_events_0250_valid_priest = {
this = root.faith
this = root.location.county.faith
has_doctrine_parameter = unreformed
# this = faith:congregationist
# this = faith:kabbalist
}
}
trigger_if = {

View file

@ -3576,7 +3576,7 @@ learning_theology_special.1003 = {
##################################################
scripted_trigger learning_theology_special_1101_rabbi_trigger = {
faith = faith:congregationist
faith = faith:kabbalist
OR = {
has_trait = education_learning_2
has_trait = education_learning_3
@ -3654,7 +3654,7 @@ learning_theology_special.1101 = {
create_character = {
location = root.capital_province
template = scholar_character
faith = faith:congregationist
faith = faith:kabbalist
culture = culture:french
trait = scholar
trait = diligent
@ -3698,11 +3698,11 @@ learning_theology_special.1101 = {
culture = root.culture
gender_female_chance = {
if = {
limit = { faith:congregationist = { has_doctrine_parameter = clergy_must_be_male } }
limit = { faith:kabbalist = { has_doctrine_parameter = clergy_must_be_male } }
value = 0
}
else_if = {
limit = { faith:congregationist = { has_doctrine_parameter = clergy_must_be_female } }
limit = { faith:kabbalist = { has_doctrine_parameter = clergy_must_be_female } }
value = 100
}
else = {

View file

@ -2804,7 +2804,7 @@ debug.511 = { # Set secret faith for Character
}
root = {
set_character_secret_faith = faith:congregationist
set_character_secret_faith = faith:kabbalist
}
}