Fixing bugs

This commit is contained in:
Heidesommer 2026-05-19 01:49:56 -04:00
parent cefd82dd96
commit e2686cdbab
9 changed files with 92 additions and 64 deletions

View file

@ -1778,6 +1778,45 @@ beards = {
}
}
}
### SP5 Beard ###
sp5_western_beards = {
dna_modifiers = {
accessory = {
mode = add
gene = beards
template = sp5_western_beards
range = { 0 1 } # For the randomness to work correctly
}
}
weight = {
base = 0
modifier = {
add = 15
OR = {
NOT = { exists = this }
has_gene = {
category = gene_hair_type
template = hair_curly
}
has_gene = {
category = gene_hair_type
template = hair_wavy
}
}
OR = {
portrait_western_clothing_trigger = yes
portrait_byzantine_clothing_trigger = yes
}
has_sp5_dlc_triggers = yes
}
modifier = {
factor = 0
portrait_western_clothing_trigger = no
}
}
}
}
@ -1785,3 +1824,5 @@ beards = {