Fixing bugs
This commit is contained in:
parent
cefd82dd96
commit
e2686cdbab
9 changed files with 92 additions and 64 deletions
|
|
@ -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 = {
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue