unfucking the mod
This commit is contained in:
parent
cbe3fbcda2
commit
d887392b56
1167 changed files with 26982 additions and 13 deletions
144
common/scripted_character_templates/00_knight_templates.txt
Normal file
144
common/scripted_character_templates/00_knight_templates.txt
Normal file
|
|
@ -0,0 +1,144 @@
|
|||
knight_errant_character = {
|
||||
age = { 18 32 }
|
||||
random_traits = no
|
||||
culture = root.location.culture
|
||||
faith = root.location.faith
|
||||
random_traits_list = {
|
||||
count = 1
|
||||
education_martial_2 = {}
|
||||
education_martial_3 = {}
|
||||
education_martial_4 = {}
|
||||
}
|
||||
random_traits_list = {
|
||||
count = 1
|
||||
brave = {}
|
||||
just = {}
|
||||
gallant = {}
|
||||
}
|
||||
random_traits_list = {
|
||||
count = 1
|
||||
lustful = {}
|
||||
chaste = {}
|
||||
wrathful = {}
|
||||
arrogant = {}
|
||||
impatient = {}
|
||||
ambitious = {}
|
||||
stubborn = {}
|
||||
beauty_good_1 = {}
|
||||
}
|
||||
martial = {
|
||||
min_template_high_skill
|
||||
max_template_high_skill
|
||||
}
|
||||
prowess = { 8 12 }
|
||||
gender_female_chance = root_soldier_female_chance
|
||||
after_creation = {
|
||||
if = {
|
||||
limit = { has_dlc_feature = tours_and_tournaments }
|
||||
add_trait = tourney_participant
|
||||
add_random_tourney_participant_level_effect = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
knight = {
|
||||
age = { 18 32 }
|
||||
random_traits = yes
|
||||
culture = root.culture
|
||||
faith = root.faith
|
||||
random_traits_list = {
|
||||
count = 1
|
||||
education_martial_2 = {}
|
||||
education_martial_3 = {}
|
||||
education_martial_4 = {}
|
||||
}
|
||||
random_traits_list = {
|
||||
count = 1
|
||||
brave = {}
|
||||
just = {}
|
||||
gallant = {}
|
||||
honest = {}
|
||||
gregarious = {}
|
||||
generous = {}
|
||||
diligent = {}
|
||||
wrathful = {}
|
||||
}
|
||||
random_traits_list = {
|
||||
count = 1
|
||||
lustful = {}
|
||||
chaste = {}
|
||||
wrathful = {}
|
||||
arrogant = {}
|
||||
impatient = {}
|
||||
deceitful = {}
|
||||
ambitious = {}
|
||||
stubborn = {}
|
||||
fickle = {}
|
||||
beauty_good_1 = {}
|
||||
}
|
||||
martial = {
|
||||
min_template_high_skill
|
||||
max_template_high_skill
|
||||
}
|
||||
prowess = { 8 12 }
|
||||
gender_female_chance = root_soldier_female_chance
|
||||
}
|
||||
|
||||
wandering_knight_character = {
|
||||
age = { 18 35 }
|
||||
random_traits_list = {
|
||||
count = 1
|
||||
education_martial_2 = {}
|
||||
education_martial_3 = {}
|
||||
}
|
||||
random_traits_list = {
|
||||
count = 1
|
||||
brave = {}
|
||||
just = {}
|
||||
}
|
||||
random_traits_list = { #Something nice
|
||||
count = 1
|
||||
honest = {}
|
||||
gregarious = {}
|
||||
trusting = {}
|
||||
compassionate = {}
|
||||
generous = {}
|
||||
humble = {}
|
||||
calm = {}
|
||||
}
|
||||
random_traits_list = {
|
||||
count = 1
|
||||
lustful = {}
|
||||
chaste = {}
|
||||
arrogant = {}
|
||||
impatient = {}
|
||||
patient = {}
|
||||
ambitious = {}
|
||||
cynical = {}
|
||||
zealous = {}
|
||||
stubborn = {}
|
||||
}
|
||||
random_traits = no
|
||||
faith = root.faith
|
||||
culture = root.culture
|
||||
martial = {
|
||||
min_template_low_skill
|
||||
max_template_low_skill
|
||||
}
|
||||
prowess = {
|
||||
min_template_decent_skill
|
||||
max_template_decent_skill
|
||||
}
|
||||
diplomacy = {
|
||||
min_template_decent_skill
|
||||
max_template_decent_skill
|
||||
}
|
||||
gender_female_chance = root_soldier_female_chance
|
||||
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