Almost all heads of Holy Orders become created with no traits. Since they have no random traits and no traits specified they start with 0 traits
Example:
I've brought this up as a bug but got ignored, so I assume it's by design. Well, it's a very bad design, since those bland characters don't even have an education and are therefore useless as commanders.
Example:
Code:
########################################
# The Zealots
########################################
# The Zealots are reborn
narrative_event = {
id = SoA.1909
title =*EVTTITLE_SOA_1909
desc =*EVTDESC_SOA_1909
major = yes
picture = GFX_evt_melee
only_playable = yes
hide_from = yes
trigger = {
has_global_flag = jewish_priesthood_founded
religion_group = jewish_group
is_heretic = no
NOT = {
is_title_active = d_zealots
}
}
mean_time_to_happen = {
months = 36
}
immediate = {
activate_title = { title = d_zealots status = yes }
create_character = {
random_traits = no
dynasty = random
religion = ROOT
culture = ashkenazi
female = no
age = 29
}
I've brought this up as a bug but got ignored, so I assume it's by design. Well, it's a very bad design, since those bland characters don't even have an education and are therefore useless as commanders.
Upvote
0