Skip to content

Commit

Permalink
common/scripted_character_templates 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sumankun committed Nov 23, 2023
1 parent dff21d1 commit 75092bb
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 9 deletions.
11 changes: 3 additions & 8 deletions common/scripted_character_templates/00_officials_templates.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

tax_collector_character = {
# Warcraft
age = { 30 65 }
gender_female_chance = root_faith_dominant_gender_female_chance
random_traits = yes
Expand Down Expand Up @@ -130,6 +131,7 @@ administrator_character = {
learning = { min_template_average_skill max_template_decent_skill }

after_creation = {
trigger_race_giving_no_gene_effect = yes
# Chance to get a suitable lifestyle trait depending on education
if = {
limit = { has_trait = education_martial }
Expand Down Expand Up @@ -178,13 +180,6 @@ administrator_character = {
add_trait = scholar
}
}
# Warcraft
trigger_race_giving_no_gene_effect = yes #Assigns race trait
if = {
limit = { age > age_debug_value }
debug_log = "administrator_character spawned a character over age borders"
debug_log_scopes = no
}
}
}

Expand Down Expand Up @@ -222,7 +217,7 @@ estate_owner_character = {
trigger_race_giving_no_gene_effect = yes #Assigns race trait
if = {
limit = { age > age_debug_value }
debug_log = "estate_owner_character spawned a character over age borders"
debug_log = "tax_collector_character spawned a character over age borders"
debug_log_scopes = no
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ fp1_capital_county_orphan_character = {
random_traits = yes
#Personality
random_traits_list = {
count = 2
count = 1
rowdy = {}
charming = {}
curious = {}
Expand Down
Loading

0 comments on commit 75092bb

Please sign in to comment.