Update NEOW_traditions.txt
This commit is contained in:
parent
322c4855a6
commit
d106720d16
1 changed files with 87 additions and 92 deletions
|
|
@ -6,91 +6,6 @@
|
||||||
# Generic
|
# Generic
|
||||||
#######################
|
#######################
|
||||||
|
|
||||||
tradition_british_armoires = {
|
|
||||||
category = regional
|
|
||||||
|
|
||||||
layers = {
|
|
||||||
0 = martial
|
|
||||||
1 = western
|
|
||||||
4 = bow.dds
|
|
||||||
}
|
|
||||||
|
|
||||||
is_shown = {
|
|
||||||
OR = {
|
|
||||||
has_cultural_pillar = heritage_anglo_frisian
|
|
||||||
has_cultural_pillar = heritage_brythonic
|
|
||||||
}
|
|
||||||
}
|
|
||||||
can_pick = {
|
|
||||||
OR = {
|
|
||||||
has_cultural_pillar = heritage_anglo_frisian
|
|
||||||
has_cultural_pillar = heritage_brythonic
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
character_modifier = {
|
|
||||||
archers_max_size_add = 2
|
|
||||||
}
|
|
||||||
|
|
||||||
parameters = {
|
|
||||||
unlock_maa_handgonners = yes
|
|
||||||
}
|
|
||||||
|
|
||||||
cost = {
|
|
||||||
prestige = {
|
|
||||||
add = {
|
|
||||||
value = tradition_base_cost
|
|
||||||
desc = BASE
|
|
||||||
format = "BASE_VALUE_FORMAT"
|
|
||||||
}
|
|
||||||
# Ethos requirement.
|
|
||||||
if = {
|
|
||||||
limit = {
|
|
||||||
NOR = {
|
|
||||||
culture_pillar:ethos_stoic = { is_in_list = traits }
|
|
||||||
culture_pillar:ethos_bureaucratic = { is_in_list = traits }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
add = {
|
|
||||||
value = tradition_incompatible_ethos_penalty
|
|
||||||
desc = not_stoic_or_bureaucratic_desc
|
|
||||||
}
|
|
||||||
}
|
|
||||||
# Certain number of archer MaA requirement.
|
|
||||||
if = {
|
|
||||||
limit = {
|
|
||||||
scope:character = {
|
|
||||||
number_maa_soldiers_of_base_type = {
|
|
||||||
type = archers
|
|
||||||
# Remember to sync the below with longbow_competitions_minimum_archer_maa_value.
|
|
||||||
value < 1200
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
add = {
|
|
||||||
value = tradition_unfulfilled_criteria_penalty
|
|
||||||
desc = culture_head_lacks_archer_maa_desc
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
multiply = tradition_replacement_cost_if_relevant
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
ai_will_do = {
|
|
||||||
value = 800
|
|
||||||
if = {
|
|
||||||
limit = {
|
|
||||||
OR = {
|
|
||||||
culture_has_pikemen_maa = yes
|
|
||||||
culture_has_heavy_cavalry_maa = yes
|
|
||||||
}
|
|
||||||
}
|
|
||||||
multiply = 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
tradition_british_palace_politics = {
|
tradition_british_palace_politics = {
|
||||||
category = regional
|
category = regional
|
||||||
|
|
||||||
|
|
@ -132,22 +47,16 @@ tradition_british_palace_politics = {
|
||||||
}
|
}
|
||||||
|
|
||||||
parameters = {
|
parameters = {
|
||||||
#unlock_maa_conrois = yes
|
|
||||||
unlock_voluntary_laampdom = yes
|
unlock_voluntary_laampdom = yes
|
||||||
#much_more_likely_to_be_laamps = yes
|
much_more_likely_to_be_laamps = yes
|
||||||
ambitious_trait_more_common = yes
|
ambitious_trait_more_common = yes
|
||||||
wanderers_gain_extra_combat_skills = yes
|
wanderers_gain_extra_combat_skills = yes
|
||||||
mercenary_courtiers_gain_extra_skills = yes
|
mercenary_courtiers_gain_extra_skills = yes
|
||||||
#more_likely_to_leave_court = yes
|
|
||||||
enable_garden_duchy_building = yes
|
|
||||||
can_appoint_court_gardener = yes
|
|
||||||
can_recruit_gardeners = yes
|
|
||||||
vengeful_trait_more_common = yes
|
vengeful_trait_more_common = yes
|
||||||
vengeful_positive_forgiving_negative = yes
|
vengeful_positive_forgiving_negative = yes
|
||||||
rivalries_more_common = yes
|
rivalries_more_common = yes
|
||||||
hostile_action_vs_rival_bonuses = yes
|
hostile_action_vs_rival_bonuses = yes
|
||||||
bonuses_from_patriarch_matriarch_trait = yes
|
bonuses_from_patriarch_matriarch_trait = yes
|
||||||
#cultural_house_personal_scheme_success_chance = yes
|
|
||||||
landing_house_members_gives_renown = yes
|
landing_house_members_gives_renown = yes
|
||||||
penalty_for_revoking_titles_from_house_members = yes
|
penalty_for_revoking_titles_from_house_members = yes
|
||||||
loyal_trait_more_common = yes
|
loyal_trait_more_common = yes
|
||||||
|
|
@ -607,3 +516,89 @@ tradition_landstinget = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#tradition_british_armoires = {
|
||||||
|
# category = regional
|
||||||
|
#
|
||||||
|
# layers = {
|
||||||
|
# 0 = martial
|
||||||
|
# 1 = western
|
||||||
|
# 4 = bow.dds
|
||||||
|
# }
|
||||||
|
#
|
||||||
|
# is_shown = {
|
||||||
|
# OR = {
|
||||||
|
# has_cultural_pillar = heritage_anglo_frisian
|
||||||
|
# has_cultural_pillar = heritage_brythonic
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
# can_pick = {
|
||||||
|
# OR = {
|
||||||
|
# has_cultural_pillar = heritage_anglo_frisian
|
||||||
|
# has_cultural_pillar = heritage_brythonic
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
#
|
||||||
|
# character_modifier = {
|
||||||
|
# archers_max_size_add = 2
|
||||||
|
# }
|
||||||
|
#
|
||||||
|
# parameters = {
|
||||||
|
# unlock_maa_handgonners = yes
|
||||||
|
# }
|
||||||
|
#
|
||||||
|
# cost = {
|
||||||
|
# prestige = {
|
||||||
|
# add = {
|
||||||
|
# value = tradition_base_cost
|
||||||
|
# desc = BASE
|
||||||
|
# format = "BASE_VALUE_FORMAT"
|
||||||
|
# }
|
||||||
|
# # Ethos requirement.
|
||||||
|
# if = {
|
||||||
|
# limit = {
|
||||||
|
# NOR = {
|
||||||
|
# culture_pillar:ethos_stoic = { is_in_list = traits }
|
||||||
|
# culture_pillar:ethos_bureaucratic = { is_in_list = traits }
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
# add = {
|
||||||
|
# value = tradition_incompatible_ethos_penalty
|
||||||
|
# desc = not_stoic_or_bureaucratic_desc
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
# # Certain number of archer MaA requirement.
|
||||||
|
# if = {
|
||||||
|
# limit = {
|
||||||
|
# scope:character = {
|
||||||
|
# number_maa_soldiers_of_base_type = {
|
||||||
|
# type = archers
|
||||||
|
# # Remember to sync the below with longbow_competitions_minimum_archer_maa_value.
|
||||||
|
# value < 1200
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
# add = {
|
||||||
|
# value = tradition_unfulfilled_criteria_penalty
|
||||||
|
# desc = culture_head_lacks_archer_maa_desc
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
#
|
||||||
|
# multiply = tradition_replacement_cost_if_relevant
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
#
|
||||||
|
# ai_will_do = {
|
||||||
|
## value = 800
|
||||||
|
# if = {
|
||||||
|
# limit = {
|
||||||
|
# OR = {
|
||||||
|
# culture_has_pikemen_maa = yes
|
||||||
|
# culture_has_heavy_cavalry_maa = yes
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
# multiply = 0
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
#}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue