unfucking the mod
This commit is contained in:
parent
cbe3fbcda2
commit
d887392b56
1167 changed files with 26982 additions and 13 deletions
|
|
@ -0,0 +1,54 @@
|
|||
########################################################
|
||||
#CE1 Character Templates
|
||||
#######################################################
|
||||
|
||||
ce1_hooded_figure_template = {
|
||||
#General
|
||||
age = { 18 50 }
|
||||
culture = root.location.culture
|
||||
faith = root.location.faith
|
||||
dynasty = none
|
||||
#Education
|
||||
random_traits_list = {
|
||||
count = 1
|
||||
education_martial_2 = { weight = 30 }
|
||||
education_martial_3 = { weight = 30 }
|
||||
education_martial_4 = { weight = 30 }
|
||||
education_martial_5 = { weight = 5 }
|
||||
education_intrigue_2 = { weight = 30 }
|
||||
education_intrigue_3 = { weight = 30 }
|
||||
education_intrigue_4 = { weight = 30 }
|
||||
education_intrigue_5 = { weight = 5 }
|
||||
}
|
||||
random_traits_list = {
|
||||
count = { 1 3 }
|
||||
vengeful = {}
|
||||
wrathful = {}
|
||||
deceitful = {}
|
||||
compassionate = {}
|
||||
honest = {}
|
||||
sadistic = {}
|
||||
callous = {}
|
||||
}
|
||||
# Make em look cool
|
||||
random_traits_list = {
|
||||
count = 1
|
||||
one_eyed = {}
|
||||
scarred = {}
|
||||
giant = {}
|
||||
}
|
||||
# Make them a good fighter
|
||||
random_traits_list = {
|
||||
count = 1
|
||||
lifestyle_blademaster = {}
|
||||
strong = {}
|
||||
physique_good_1 = {}
|
||||
physique_good_2 = {}
|
||||
physique_good_3 = {}
|
||||
}
|
||||
random_traits = yes
|
||||
gender_female_chance = root_soldier_female_chance
|
||||
#Skills
|
||||
intrigue = { min_template_decent_skill max_template_high_skill }
|
||||
prowess = { min_template_high_skill max_template_high_skill }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue