83 lines
1.5 KiB
Plaintext
83 lines
1.5 KiB
Plaintext
###########################################################
|
|
# Legacy Perks Expanded
|
|
# by dev.main
|
|
###########################################################
|
|
|
|
# Expand fp2 legacy tracks to all dynasties
|
|
fp2_urbanism_legacy_track = {
|
|
is_shown = {
|
|
has_dlc_feature = the_fate_of_iberia
|
|
dynasty = {
|
|
OR = {
|
|
dynast = {
|
|
NOT = {
|
|
culture = {
|
|
has_cultural_pillar = heritage_iberian
|
|
}
|
|
}
|
|
}
|
|
has_dynasty_perk = fp2_coterie_legacy_1
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
fp2_coterie_legacy_track = {
|
|
is_shown = {
|
|
has_dlc_feature = the_fate_of_iberia
|
|
dynasty = {
|
|
OR = {
|
|
dynast = {
|
|
NOT = {
|
|
culture = {
|
|
has_cultural_pillar = heritage_iberian
|
|
}
|
|
}
|
|
}
|
|
has_dynasty_perk = fp2_coterie_legacy_1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
# New dynasty tracks
|
|
m_vikingr_legacy_track = {
|
|
is_shown = {
|
|
dynasty = {
|
|
OR = {
|
|
dynast = {
|
|
culture = {
|
|
OR = {
|
|
this = culture:norse
|
|
any_parent_culture_or_above = {
|
|
this = culture:norse
|
|
}
|
|
}
|
|
}
|
|
}
|
|
has_dynasty_perk = m_vikingr_legacy_1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
m_genghis_of_the_steppe_legacy_track = {
|
|
is_shown = {
|
|
dynasty = {
|
|
OR = {
|
|
dynast = {
|
|
culture = {
|
|
OR = {
|
|
has_cultural_pillar = heritage_turkic
|
|
has_cultural_pillar = heritage_mongolic
|
|
has_cultural_pillar = heritage_tibetan
|
|
has_cultural_tradition = tradition_dwellers_of_the_steppe
|
|
}
|
|
}
|
|
}
|
|
has_dynasty_perk = m_ghengis_of_the_steppe_legacy_1
|
|
}
|
|
}
|
|
}
|
|
} |