fixes
This commit is contained in:
parent
fd65a8d161
commit
c0de8d85ec
5 changed files with 808 additions and 31 deletions
|
|
@ -7,6 +7,150 @@
|
|||
template = no_headgear
|
||||
}
|
||||
|
||||
##ccp9
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_liao_high_nobility_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_liao_commoner_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_dali_low_nobility_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_dali_high_nobility_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_silla_royalty_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_uyghur_low_nobility_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_uyghur_royalty_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_uyghur_high_nobility_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_tangut_high_nobility_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_tangut_royalty_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_jurchen_nobility_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp9_ming_nobility_headgear
|
||||
is_valid_custom = {
|
||||
has_cp9_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
## CCP7 Emishi Ainu ##
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp7_emishi_com
|
||||
is_valid_custom = {
|
||||
has_cp7_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp7_emishi_lo_nob
|
||||
is_valid_custom = {
|
||||
has_cp7_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp7_emishi_hi_nob
|
||||
is_valid_custom = {
|
||||
has_cp7_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp7_ainu_sapanpe
|
||||
is_valid_custom = {
|
||||
has_cp7_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp7_emishi_war_nob
|
||||
is_valid_custom = {
|
||||
has_cp7_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
## CCP7 Nivkh ##
|
||||
|
||||
add_accessory_modifiers = {
|
||||
gene = headgear
|
||||
template = ccp7_nivkh_com
|
||||
is_valid_custom = {
|
||||
has_cp7_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
||||
## TGP Chinese ##
|
||||
|
||||
add_accessory_modifiers = {
|
||||
|
|
@ -1489,5 +1633,5 @@
|
|||
gene = special_headgear_spectacles
|
||||
template = spectacles
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue