Bandits and Byzantines
This commit is contained in:
parent
c2c050875c
commit
1022920a59
18 changed files with 540 additions and 244 deletions
|
|
@ -188,6 +188,7 @@ NEOW_peloponnesian = {
|
|||
tradition_fp1_the_right_to_prove
|
||||
tradition_stand_and_fight
|
||||
tradition_mountain_homes
|
||||
tradition_romanticised_banditry
|
||||
}
|
||||
|
||||
name_list = name_list_greek
|
||||
|
|
|
|||
|
|
@ -135,6 +135,7 @@ NEOW_slovak = {
|
|||
tradition_equitable
|
||||
tradition_loyal_soldiers
|
||||
tradition_wine_culture
|
||||
tradition_romanticised_banditry
|
||||
}
|
||||
|
||||
name_list = name_list_slovien
|
||||
|
|
@ -258,6 +259,7 @@ goral = {
|
|||
traditions = {
|
||||
tradition_mountaineer_ruralism
|
||||
tradition_zealous_people
|
||||
tradition_romanticised_banditry
|
||||
}
|
||||
dlc_tradition = {
|
||||
trait = tradition_fp2_malleable_subjects
|
||||
|
|
|
|||
|
|
@ -1026,7 +1026,7 @@ tradition_midnight_herders = {
|
|||
|
||||
layers = {
|
||||
0 = steward
|
||||
2 = western
|
||||
1 = western
|
||||
4 = horses.dds
|
||||
}
|
||||
|
||||
|
|
@ -1132,3 +1132,61 @@ tradition_midnight_herders = {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
tradition_romanticised_banditry = { # romanticized banditry
|
||||
category = societal
|
||||
|
||||
layers = {
|
||||
0 = martial
|
||||
1 = mediterranean
|
||||
4 = fierce_independence.dds
|
||||
}
|
||||
|
||||
is_shown = {
|
||||
OR = {
|
||||
has_cultural_pillar = heritage_greek
|
||||
this = culture:goral
|
||||
any_parent_culture_or_above = {
|
||||
OR = {
|
||||
this = culture:goral
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
parameters = {
|
||||
banditry_gives_bonuses = yes
|
||||
more_likely_to_leave_court = yes
|
||||
unlocks_contract_assistance = yes
|
||||
unlock_voluntary_laampdom = yes
|
||||
more_likely_to_be_laamps = yes
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
}
|
||||
|
||||
county_modifier = {
|
||||
development_growth_factor = -0.1
|
||||
monthly_county_control_growth_factor = -0.1
|
||||
}
|
||||
|
||||
province_modifier = {
|
||||
travel_danger = 5
|
||||
}
|
||||
|
||||
cost = {
|
||||
prestige = {
|
||||
add = {
|
||||
value = tradition_base_cost
|
||||
desc = BASE
|
||||
format = "BASE_VALUE_FORMAT"
|
||||
}
|
||||
multiply = tradition_replacement_cost_if_relevant
|
||||
}
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
value = 0
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue