unfucking the mod
This commit is contained in:
parent
cbe3fbcda2
commit
d887392b56
1167 changed files with 26982 additions and 13 deletions
|
|
@ -0,0 +1,69 @@
|
|||
#Clan leader
|
||||
saharan_clan_leader_character = {
|
||||
age = { 30 50 }
|
||||
#Education
|
||||
random_traits_list = {
|
||||
count = 1
|
||||
education_martial_1 = {
|
||||
weight = { base = 20 }
|
||||
}
|
||||
education_martial_2 = {
|
||||
weight = { base = 30 }
|
||||
}
|
||||
education_martial_3 = {
|
||||
weight = { base = 30 }
|
||||
}
|
||||
education_martial_4 = {
|
||||
weight = { base = 20 }
|
||||
}
|
||||
}
|
||||
#Personality
|
||||
random_traits_list = {
|
||||
count = 3
|
||||
ambitious = {}
|
||||
arrogant = {}
|
||||
just = {}
|
||||
zealous = {}
|
||||
temperate = {}
|
||||
diligent = {}
|
||||
patient = {}
|
||||
honest = {}
|
||||
brave = {}
|
||||
}
|
||||
#Commander
|
||||
random_traits_list = {
|
||||
count = 1
|
||||
logistician = {
|
||||
weight = { base = 10 }
|
||||
}
|
||||
aggressive_attacker = {
|
||||
weight = { base = 20 }
|
||||
}
|
||||
desert_warrior = {
|
||||
weight = { base = 40 }
|
||||
}
|
||||
rough_terrain_expert = {
|
||||
weight = { base = 20 }
|
||||
}
|
||||
organizer = {
|
||||
weight = { base = 10 }
|
||||
}
|
||||
}
|
||||
random_traits = yes
|
||||
gender_female_chance = root_soldier_female_chance
|
||||
martial = {
|
||||
min_template_high_skill
|
||||
max_template_high_skill
|
||||
}
|
||||
prowess = {
|
||||
min_template_high_skill
|
||||
max_template_high_skill
|
||||
}
|
||||
after_creation = {
|
||||
if = {
|
||||
limit = { has_dlc_feature = tours_and_tournaments }
|
||||
add_trait = tourney_participant
|
||||
add_random_tourney_participant_level_effect = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue