Compare commits
No commits in common. "5b6164b5bdfd5f85545d1354f478b8e723b9e5bc" and "ce1aa94af01da3f3bf016364cdeb38edd43afbb1" have entirely different histories.
5b6164b5bd
...
ce1aa94af0
23 changed files with 180 additions and 268 deletions
|
|
@ -57,8 +57,7 @@ innovation_gunpowder = {
|
||||||
icon = @gunpowder_02
|
icon = @gunpowder_02
|
||||||
|
|
||||||
parameters = {
|
parameters = {
|
||||||
unlock_handgunners = yes
|
unlock_late_medieval_gunpowder_units = yes
|
||||||
unlock_bombards = yes
|
|
||||||
unlock_powder_magazines = yes
|
unlock_powder_magazines = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -73,8 +72,7 @@ innovation_gunpowder = {
|
||||||
icon = @fire_dragon
|
icon = @fire_dragon
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom = unlock_siege_maa_fourth_level
|
custom = unlock_siege_maa_fourth_level
|
||||||
#custom = unlock_handgunners_loc
|
|
||||||
|
|
||||||
flag = global_regular
|
flag = global_regular
|
||||||
flag = late_medieval_era_regular
|
flag = late_medieval_era_regular
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@ innovation_british_arsenals = {
|
||||||
|
|
||||||
parameters = {
|
parameters = {
|
||||||
unlock_powder_magazines = yes
|
unlock_powder_magazines = yes
|
||||||
unlock_handgunners = yes
|
|
||||||
}
|
}
|
||||||
flag = early_medieval_era_regional
|
flag = early_medieval_era_regional
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -578,7 +578,7 @@ bombard = {
|
||||||
|
|
||||||
can_recruit = {
|
can_recruit = {
|
||||||
culture = {
|
culture = {
|
||||||
has_cultural_parameter = unlock_bombards
|
has_cultural_parameter = unlock_late_medieval_gunpowder_units
|
||||||
NOR = {
|
NOR = {
|
||||||
has_cultural_pillar = heritage_chinese
|
has_cultural_pillar = heritage_chinese
|
||||||
has_cultural_pillar = heritage_korean
|
has_cultural_pillar = heritage_korean
|
||||||
|
|
@ -615,7 +615,12 @@ handgunners = {
|
||||||
|
|
||||||
can_recruit = {
|
can_recruit = {
|
||||||
gunpowder_raise_limit_existing_gunpowder_units < gunpowder_raise_limit_existing_gunpowder_buildings # one powder magazine must be owned to support three handgunner regiments, regardless of maa size
|
gunpowder_raise_limit_existing_gunpowder_units < gunpowder_raise_limit_existing_gunpowder_buildings # one powder magazine must be owned to support three handgunner regiments, regardless of maa size
|
||||||
culture = { has_cultural_parameter = unlock_handgunners }
|
culture = {
|
||||||
|
OR = {
|
||||||
|
has_innovation = innovation_british_arsenals
|
||||||
|
has_innovation = innovation_gunpowder
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
terrain_bonus = {
|
terrain_bonus = {
|
||||||
|
|
|
||||||
|
|
@ -742,21 +742,105 @@ guides = {
|
||||||
icon = light_cavalry
|
icon = light_cavalry
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cacadores = {
|
||||||
|
|
||||||
|
type = gunpowder
|
||||||
|
|
||||||
|
damage = 45
|
||||||
|
toughness = 14
|
||||||
|
pursuit = 10
|
||||||
|
screen = 0
|
||||||
|
|
||||||
|
can_recruit = {
|
||||||
|
gunpowder_raise_limit_existing_gunpowder_units < gunpowder_raise_limit_existing_gunpowder_buildings # one powder magazine must be owned to support three handgunner regiments, regardless of maa size
|
||||||
|
culture = { has_cultural_parameter = unlock_late_medieval_gunpowder_units }
|
||||||
|
valid_for_maa_trigger = { PARAMETER = unlock_maa_cacadores }
|
||||||
|
}
|
||||||
|
|
||||||
|
terrain_bonus = {
|
||||||
|
forest = { damage = 10 pursuit = 5 }
|
||||||
|
hills = { damage = 5 }
|
||||||
|
}
|
||||||
|
|
||||||
|
counters = {
|
||||||
|
heavy_infantry = 1
|
||||||
|
heavy_cavalry = 1
|
||||||
|
pikemen = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
buy_cost = { gold = conrois_recruitment_cost }
|
||||||
|
low_maintenance_cost = { gold = conrois_low_maint_cost }
|
||||||
|
high_maintenance_cost = { gold = conrois_high_maint_cost }
|
||||||
|
provision_cost = @provisions_cost_infantry_bankrupting
|
||||||
|
|
||||||
|
ai_quality = {
|
||||||
|
value = counter_synergy_ai_weight_gunpowder
|
||||||
|
}
|
||||||
|
|
||||||
|
stack = 100
|
||||||
|
|
||||||
|
icon = handgonne
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
almogavares = {
|
||||||
|
|
||||||
|
type = skirmishers
|
||||||
|
|
||||||
|
damage = 25
|
||||||
|
toughness = 12
|
||||||
|
pursuit = 20
|
||||||
|
screen = 15
|
||||||
|
|
||||||
|
can_recruit = {
|
||||||
|
valid_for_maa_trigger = { PARAMETER = unlock_maa_almogavares }
|
||||||
|
}
|
||||||
|
|
||||||
|
terrain_bonus = {
|
||||||
|
desert = { damage = 10 }
|
||||||
|
hills = { damage = 5 }
|
||||||
|
mountains = { damage = 5 }
|
||||||
|
}
|
||||||
|
|
||||||
|
counters = {
|
||||||
|
heavy_infantry = 1
|
||||||
|
}
|
||||||
|
|
||||||
|
buy_cost = { gold = skirmisher_recruitment_cost }
|
||||||
|
low_maintenance_cost = { gold = skirmisher_low_maint_cost }
|
||||||
|
high_maintenance_cost = { gold = skirmisher_high_maint_cost }
|
||||||
|
provision_cost = @provisions_cost_infantry_moderate
|
||||||
|
|
||||||
|
ai_quality = {
|
||||||
|
value = culture_ai_weight_skirmishers
|
||||||
|
}
|
||||||
|
|
||||||
|
stack = 100
|
||||||
|
|
||||||
|
icon = skirmishers
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
tercos = {
|
tercos = {
|
||||||
type = pikemen
|
type = pikemen
|
||||||
|
|
||||||
damage = 30
|
damage = 40
|
||||||
toughness = 34
|
toughness = 28
|
||||||
pursuit = 5
|
pursuit = 0
|
||||||
screen = 5
|
screen = 5
|
||||||
|
|
||||||
can_recruit = {
|
can_recruit = {
|
||||||
valid_for_maa_trigger = { PARAMETER = unlock_maa_tercos }
|
valid_for_maa_trigger = { PARAMETER = unlock_maa_almogavares }
|
||||||
|
}
|
||||||
|
|
||||||
|
terrain_bonus = {
|
||||||
|
hills = { damage = 5 toughness = 10 }
|
||||||
|
mountains = { damage = 5 toughness = 10 }
|
||||||
}
|
}
|
||||||
|
|
||||||
counters = {
|
counters = {
|
||||||
|
heavy_infantry = 1
|
||||||
|
skrimishers = 1
|
||||||
light_cavalry = 1
|
light_cavalry = 1
|
||||||
heavy_cavalry = 1
|
heavy_cavalry = 1
|
||||||
}
|
}
|
||||||
|
|
@ -772,50 +856,13 @@ tercos = {
|
||||||
|
|
||||||
stack = 100
|
stack = 100
|
||||||
|
|
||||||
icon = pikemen
|
icon = skirmishers
|
||||||
}
|
|
||||||
|
|
||||||
espadachin = {
|
|
||||||
type = heavy_infantry
|
|
||||||
|
|
||||||
damage = 40
|
|
||||||
toughness = 28
|
|
||||||
pursuit = 10
|
|
||||||
screen = 0
|
|
||||||
|
|
||||||
can_recruit = {
|
|
||||||
valid_for_maa_trigger = { PARAMETER = unlock_maa_espadachin }
|
|
||||||
}
|
|
||||||
|
|
||||||
terrain_bonus = {
|
|
||||||
hills = { damage = 5 toughness = 10 }
|
|
||||||
mountains = { damage = 5 toughness = 10 }
|
|
||||||
}
|
|
||||||
|
|
||||||
counters = {
|
|
||||||
heavy_infantry = 1
|
|
||||||
pikemen = 1
|
|
||||||
peasant_militia = 2
|
|
||||||
}
|
|
||||||
|
|
||||||
buy_cost = { gold = skirmisher_recruitment_cost }
|
|
||||||
low_maintenance_cost = { gold = skirmisher_low_maint_cost }
|
|
||||||
high_maintenance_cost = { gold = skirmisher_high_maint_cost }
|
|
||||||
provision_cost = @provisions_cost_infantry_moderate
|
|
||||||
|
|
||||||
ai_quality = {
|
|
||||||
value = culture_ai_weight_skirmishers
|
|
||||||
}
|
|
||||||
|
|
||||||
stack = 100
|
|
||||||
|
|
||||||
icon = heavy_infantry
|
|
||||||
}
|
}
|
||||||
|
|
||||||
lanceros = {
|
lanceros = {
|
||||||
type = heavy_cavalry
|
type = heavy_cavalry
|
||||||
|
|
||||||
damage = 100
|
damage = 80
|
||||||
toughness = 15
|
toughness = 15
|
||||||
pursuit = 35
|
pursuit = 35
|
||||||
screen = 0
|
screen = 0
|
||||||
|
|
@ -832,14 +879,13 @@ lanceros = {
|
||||||
}
|
}
|
||||||
|
|
||||||
counters = {
|
counters = {
|
||||||
archers = 2
|
archers = 1
|
||||||
skirmishers = 2
|
skirmishers = 1
|
||||||
peasant_militia = 1
|
|
||||||
chemical_weapons = 1
|
chemical_weapons = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
can_recruit = {
|
can_recruit = {
|
||||||
valid_for_maa_trigger = { PARAMETER = unlock_maa_lanceros}
|
valid_for_maa_trigger = { PARAMETER = unlock_maa_cuirassiers }
|
||||||
}
|
}
|
||||||
|
|
||||||
winter_bonus = {
|
winter_bonus = {
|
||||||
|
|
@ -856,144 +902,3 @@ lanceros = {
|
||||||
ai_quality = { value = @[cultural_maa_extra_ai_score + 35 ] }
|
ai_quality = { value = @[cultural_maa_extra_ai_score + 35 ] }
|
||||||
icon = heavy_cavalry
|
icon = heavy_cavalry
|
||||||
}
|
}
|
||||||
|
|
||||||
stadswacht = {
|
|
||||||
type = pikemen
|
|
||||||
|
|
||||||
damage = 38
|
|
||||||
toughness = 40
|
|
||||||
pursuit = 0
|
|
||||||
screen = 0
|
|
||||||
|
|
||||||
can_recruit = {
|
|
||||||
valid_for_maa_trigger = { PARAMETER = unlock_maa_stadswacht }
|
|
||||||
}
|
|
||||||
|
|
||||||
counters = {
|
|
||||||
heavy_infantry = 1
|
|
||||||
light_cavalry = 1
|
|
||||||
heavy_cavalry = 1
|
|
||||||
}
|
|
||||||
|
|
||||||
buy_cost = { gold = skirmisher_recruitment_cost }
|
|
||||||
low_maintenance_cost = { gold = skirmisher_low_maint_cost }
|
|
||||||
high_maintenance_cost = { gold = skirmisher_high_maint_cost }
|
|
||||||
provision_cost = @provisions_cost_infantry_moderate
|
|
||||||
|
|
||||||
ai_quality = {
|
|
||||||
value = culture_ai_weight_skirmishers
|
|
||||||
}
|
|
||||||
|
|
||||||
stack = 100
|
|
||||||
|
|
||||||
icon = pikemen
|
|
||||||
}
|
|
||||||
|
|
||||||
blauwegarde = {
|
|
||||||
type = pikemen
|
|
||||||
|
|
||||||
damage = 38
|
|
||||||
toughness = 40
|
|
||||||
pursuit = 0
|
|
||||||
screen = 0
|
|
||||||
|
|
||||||
can_recruit = {
|
|
||||||
valid_for_maa_trigger = { PARAMETER = unlock_maa_stadswacht }
|
|
||||||
}
|
|
||||||
|
|
||||||
counters = {
|
|
||||||
heavy_infantry = 1
|
|
||||||
light_cavalry = 1
|
|
||||||
heavy_cavalry = 1
|
|
||||||
}
|
|
||||||
|
|
||||||
buy_cost = { gold = skirmisher_recruitment_cost }
|
|
||||||
low_maintenance_cost = { gold = skirmisher_low_maint_cost }
|
|
||||||
high_maintenance_cost = { gold = skirmisher_high_maint_cost }
|
|
||||||
provision_cost = @provisions_cost_infantry_moderate
|
|
||||||
|
|
||||||
ai_quality = {
|
|
||||||
value = culture_ai_weight_skirmishers
|
|
||||||
}
|
|
||||||
|
|
||||||
stack = 100
|
|
||||||
|
|
||||||
icon = pikemen
|
|
||||||
}
|
|
||||||
|
|
||||||
rodelansier = {
|
|
||||||
type = heavy_cavalry
|
|
||||||
|
|
||||||
damage = 38
|
|
||||||
toughness = 40
|
|
||||||
pursuit = 0
|
|
||||||
screen = 0
|
|
||||||
|
|
||||||
can_recruit = {
|
|
||||||
valid_for_maa_trigger = { PARAMETER = unlock_maa_rodelansier }
|
|
||||||
}
|
|
||||||
|
|
||||||
counters = {
|
|
||||||
skirmishers = 1
|
|
||||||
chemical_weapons = 1
|
|
||||||
heavy_infantry = 1
|
|
||||||
}
|
|
||||||
|
|
||||||
buy_cost = { gold = skirmisher_recruitment_cost }
|
|
||||||
low_maintenance_cost = { gold = skirmisher_low_maint_cost }
|
|
||||||
high_maintenance_cost = { gold = skirmisher_high_maint_cost }
|
|
||||||
provision_cost = @provisions_cost_infantry_moderate
|
|
||||||
|
|
||||||
ai_quality = {
|
|
||||||
value = culture_ai_weight_skirmishers
|
|
||||||
}
|
|
||||||
|
|
||||||
stack = 100
|
|
||||||
|
|
||||||
icon = pikemen
|
|
||||||
}
|
|
||||||
|
|
||||||
karabiniers = {
|
|
||||||
type = gun_cavalry
|
|
||||||
|
|
||||||
damage = 60
|
|
||||||
toughness = 15
|
|
||||||
pursuit = 25
|
|
||||||
screen = 15
|
|
||||||
|
|
||||||
terrain_bonus = {
|
|
||||||
steppe = { damage = 45 }
|
|
||||||
plains = { damage = 20 }
|
|
||||||
drylands = { damage = 20 }
|
|
||||||
jungle = { damage = -20 pursuit = -20 }
|
|
||||||
wetlands = { damage = -30 pursuit = -30 }
|
|
||||||
mountains = { damage = -30 pursuit = -30 }
|
|
||||||
desert_mountains = { damage = -30 pursuit = -30 }
|
|
||||||
}
|
|
||||||
|
|
||||||
counters = {
|
|
||||||
heavy_infantry = 1
|
|
||||||
chemical_weapons = 1
|
|
||||||
heavy_cavalry = 1
|
|
||||||
}
|
|
||||||
|
|
||||||
can_recruit = {
|
|
||||||
gunpowder_raise_limit_existing_gunpowder_units < gunpowder_raise_limit_existing_gunpowder_buildings # one powder magazine must be owned to support three handgunner regiments, regardless of maa size
|
|
||||||
culture = { has_cultural_parameter = unlock_maa_karabiniers }
|
|
||||||
}
|
|
||||||
|
|
||||||
buy_cost = { gold = horse_archers_recruitment_cost }
|
|
||||||
low_maintenance_cost = { gold = horse_archers_low_maint_cost }
|
|
||||||
high_maintenance_cost = { gold = horse_archers_high_maint_cost }
|
|
||||||
provision_cost = @provisions_cost_cavalry_cheap
|
|
||||||
|
|
||||||
stack = 100
|
|
||||||
ai_quality = {
|
|
||||||
value = @cultural_maa_extra_ai_score
|
|
||||||
add = 60 #I mean... they're horse archers
|
|
||||||
}
|
|
||||||
illustration = {
|
|
||||||
reference = horse_gunmen_ill
|
|
||||||
}
|
|
||||||
icon = horse_gunmen
|
|
||||||
}
|
|
||||||
|
|
@ -1364,7 +1364,7 @@ default_coastal_sea=coastal_sea
|
||||||
1647=forest
|
1647=forest
|
||||||
1648=hills
|
1648=hills
|
||||||
1649=plains
|
1649=plains
|
||||||
1650=tells
|
1650=forest
|
||||||
1651=tells
|
1651=tells
|
||||||
1652=plains
|
1652=plains
|
||||||
1653=forest
|
1653=forest
|
||||||
|
|
@ -2015,7 +2015,7 @@ default_coastal_sea=coastal_sea
|
||||||
2298=mountains
|
2298=mountains
|
||||||
2299=plains
|
2299=plains
|
||||||
2300=forest
|
2300=forest
|
||||||
2301=tells
|
2301=plains
|
||||||
2302=hills
|
2302=hills
|
||||||
2303=forest
|
2303=forest
|
||||||
2304=plains
|
2304=plains
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ alps_jurgen_klosters = {
|
||||||
trait = zealous
|
trait = zealous
|
||||||
trait = brave
|
trait = brave
|
||||||
trait = wrathful
|
trait = wrathful
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
trait = holy_warrior
|
trait = holy_warrior
|
||||||
father = germany0002
|
father = germany0002
|
||||||
2529.1.1 = {
|
2529.1.1 = {
|
||||||
|
|
|
||||||
|
|
@ -530,7 +530,7 @@ benelux_jaan_zolt = { #Saltspite, will give nickname if I knew how to do it
|
||||||
trait = vengeful
|
trait = vengeful
|
||||||
trait = stubborn
|
trait = stubborn
|
||||||
trait = bastard
|
trait = bastard
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
father = benelux_jaan_zolt_1
|
father = benelux_jaan_zolt_1
|
||||||
2519.7.2 = {
|
2519.7.2 = {
|
||||||
birth = yes
|
birth = yes
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ britannia_cyflymarhyan_frydyryk = {
|
||||||
culture = soueyrneg
|
culture = soueyrneg
|
||||||
dna = dna_freddiemercury
|
dna = dna_freddiemercury
|
||||||
trait = education_intrigue_4
|
trait = education_intrigue_4
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
#trait = just
|
#trait = just
|
||||||
trait = lustful
|
trait = lustful
|
||||||
trait = compassionate
|
trait = compassionate
|
||||||
|
|
@ -65,7 +65,7 @@ britannia_cyflymarhyan_pytyr = { #fixed to real char
|
||||||
religion = "victorian"
|
religion = "victorian"
|
||||||
culture = soueyrneg
|
culture = soueyrneg
|
||||||
trait = education_stewardship_3
|
trait = education_stewardship_3
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
trait = generous
|
trait = generous
|
||||||
trait = calm
|
trait = calm
|
||||||
sexuality = heterosexual
|
sexuality = heterosexual
|
||||||
|
|
@ -108,10 +108,11 @@ britannia_cyflymarhyan_symrhathon = { #quicksilver descen
|
||||||
religion = "victorian"
|
religion = "victorian"
|
||||||
culture = soueyrneg
|
culture = soueyrneg
|
||||||
trait = education_learning_4
|
trait = education_learning_4
|
||||||
trait = intellect_good_2
|
trait = intellect_good_1
|
||||||
trait = ambitious
|
trait = ambitious
|
||||||
trait = stubborn
|
trait = stubborn
|
||||||
trait = arrogant
|
trait = arrogant
|
||||||
|
trait = shrewd
|
||||||
trait = scarred
|
trait = scarred
|
||||||
trait = lifestyle_mystic
|
trait = lifestyle_mystic
|
||||||
trait = witch
|
trait = witch
|
||||||
|
|
@ -183,7 +184,7 @@ britannia_cyflymarhyan_islymo = {
|
||||||
religion = "victorian"
|
religion = "victorian"
|
||||||
culture = soueyrneg
|
culture = soueyrneg
|
||||||
trait = education_intrigue_2
|
trait = education_intrigue_2
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
trait = content
|
trait = content
|
||||||
trait = paranoid
|
trait = paranoid
|
||||||
trait = generous
|
trait = generous
|
||||||
|
|
@ -202,7 +203,7 @@ britannia_cyflymarhyan_elyan = {
|
||||||
religion = "victorian"
|
religion = "victorian"
|
||||||
culture = soueyrneg
|
culture = soueyrneg
|
||||||
trait = education_intrigue_1
|
trait = education_intrigue_1
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
trait = deceitful
|
trait = deceitful
|
||||||
trait = arbitrary
|
trait = arbitrary
|
||||||
trait = stubborn
|
trait = stubborn
|
||||||
|
|
@ -280,7 +281,7 @@ britannia_said_barry = {
|
||||||
culture = souflander
|
culture = souflander
|
||||||
trait = education_diplomacy_3
|
trait = education_diplomacy_3
|
||||||
trait = gregarious
|
trait = gregarious
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
trait = diligent
|
trait = diligent
|
||||||
trait = compassionate
|
trait = compassionate
|
||||||
father = britannia_said_omar
|
father = britannia_said_omar
|
||||||
|
|
@ -359,7 +360,7 @@ britannia_starr_cwmfwrt = {
|
||||||
trait = lifestyle_herbalist
|
trait = lifestyle_herbalist
|
||||||
trait = eccentric
|
trait = eccentric
|
||||||
trait = diligent
|
trait = diligent
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
trait = cynical
|
trait = cynical
|
||||||
father = britannia_starr_kenneth
|
father = britannia_starr_kenneth
|
||||||
2526.1.1 = {
|
2526.1.1 = {
|
||||||
|
|
@ -1027,7 +1028,8 @@ britannia_solomonid_alfryd = {
|
||||||
trait = gregarious
|
trait = gregarious
|
||||||
trait = ambitious
|
trait = ambitious
|
||||||
trait = calm
|
trait = calm
|
||||||
trait = intellect_good_3
|
trait = intellect_good_2
|
||||||
|
trait = shrewd
|
||||||
#trait = lifestyle_poet
|
#trait = lifestyle_poet
|
||||||
#trait = lifestyle_blademaster
|
#trait = lifestyle_blademaster
|
||||||
father = britannia_solomonid_arthur
|
father = britannia_solomonid_arthur
|
||||||
|
|
@ -1476,7 +1478,7 @@ britannia_dev_eamon = {
|
||||||
trait = arrogant
|
trait = arrogant
|
||||||
trait = stubborn
|
trait = stubborn
|
||||||
trait = deceitful
|
trait = deceitful
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
2517.1.1 = {
|
2517.1.1 = {
|
||||||
birth = yes
|
birth = yes
|
||||||
}
|
}
|
||||||
|
|
@ -1707,7 +1709,7 @@ britannia_stuart_mary = {
|
||||||
trait = just
|
trait = just
|
||||||
trait = compassionate
|
trait = compassionate
|
||||||
trait = beauty_good_2
|
trait = beauty_good_2
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
2529.1.1 = {
|
2529.1.1 = {
|
||||||
birth = yes
|
birth = yes
|
||||||
}
|
}
|
||||||
|
|
@ -2355,7 +2357,8 @@ britannia_cartney_hamish = {
|
||||||
trait = diligent
|
trait = diligent
|
||||||
trait = ambitious
|
trait = ambitious
|
||||||
trait = deceitful
|
trait = deceitful
|
||||||
trait = intellect_good_2
|
trait = intellect_good_1
|
||||||
|
trait = shrewd
|
||||||
sexuality = homosexual
|
sexuality = homosexual
|
||||||
2520.1.1 = {
|
2520.1.1 = {
|
||||||
birth = yes
|
birth = yes
|
||||||
|
|
@ -2519,7 +2522,7 @@ britannia_adam_duleep = { #Claims to be relative of the last Maharaja, ruler of
|
||||||
trait = gregarious
|
trait = gregarious
|
||||||
trait = just
|
trait = just
|
||||||
trait = physique_bad_1
|
trait = physique_bad_1
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
trait = lifestyle_hunter
|
trait = lifestyle_hunter
|
||||||
father = britannia_alex_duleep
|
father = britannia_alex_duleep
|
||||||
mother = britannia_banda_duleep
|
mother = britannia_banda_duleep
|
||||||
|
|
@ -2758,7 +2761,7 @@ britannia_vyktor_duleep_1 = { #Claims to be relative of the last Maharaja, ruler
|
||||||
dna = dna_duleep_vyktor_1
|
dna = dna_duleep_vyktor_1
|
||||||
culture = prytoneg
|
culture = prytoneg
|
||||||
trait = physique_bad_1
|
trait = physique_bad_1
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
portrait_override={
|
portrait_override={
|
||||||
portrait_modifier_overrides={
|
portrait_modifier_overrides={
|
||||||
custom_hair=m_hair_ep3_byzantine_01
|
custom_hair=m_hair_ep3_byzantine_01
|
||||||
|
|
@ -2795,7 +2798,7 @@ britannia_mary_duleep_1 = { #Claims to be relative of the last Maharaja, ruler o
|
||||||
religion = "victorian"
|
religion = "victorian"
|
||||||
dna = dna_duleep_mary
|
dna = dna_duleep_mary
|
||||||
culture = prytoneg
|
culture = prytoneg
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
2473.3.8 = {
|
2473.3.8 = {
|
||||||
birth = yes
|
birth = yes
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -290,7 +290,7 @@ france0012 = {
|
||||||
trait = strong
|
trait = strong
|
||||||
trait = physique_good_3
|
trait = physique_good_3
|
||||||
trait = dwarf
|
trait = dwarf
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
father = france_gaulle_vitalstatistix
|
father = france_gaulle_vitalstatistix
|
||||||
2509.1.1 = {
|
2509.1.1 = {
|
||||||
birth = yes
|
birth = yes
|
||||||
|
|
@ -1554,7 +1554,7 @@ france_bookwyrm_raphael={
|
||||||
trait = honest
|
trait = honest
|
||||||
trait = ambitious
|
trait = ambitious
|
||||||
trait = lifestyle_mystic
|
trait = lifestyle_mystic
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
trait = lifestyle_gardener
|
trait = lifestyle_gardener
|
||||||
diplomacy=6
|
diplomacy=6
|
||||||
martial=4
|
martial=4
|
||||||
|
|
@ -1707,7 +1707,7 @@ gweltaz_of_brittany={
|
||||||
religion=gorsedd
|
religion=gorsedd
|
||||||
trait=lifestyle_poet
|
trait=lifestyle_poet
|
||||||
trait=ambitious
|
trait=ambitious
|
||||||
trait=intellect_good_1
|
trait=shrewd
|
||||||
give_nickname=nick_the_wise
|
give_nickname=nick_the_wise
|
||||||
2340.4.25={birth=yes}
|
2340.4.25={birth=yes}
|
||||||
2414.7.19={death=yes}
|
2414.7.19={death=yes}
|
||||||
|
|
|
||||||
|
|
@ -270,7 +270,7 @@ austria10 ={
|
||||||
#trait=kinslayer_2
|
#trait=kinslayer_2
|
||||||
trait=brave
|
trait=brave
|
||||||
trait=ambitious
|
trait=ambitious
|
||||||
trait=intellect_good_1
|
trait=shrewd
|
||||||
father=austria08
|
father=austria08
|
||||||
2233.1.13={
|
2233.1.13={
|
||||||
birth=yes
|
birth=yes
|
||||||
|
|
@ -1098,7 +1098,7 @@ germany0026 = {
|
||||||
religion = "strebenist"
|
religion = "strebenist"
|
||||||
culture = NEOW_pomeranian
|
culture = NEOW_pomeranian
|
||||||
trait = education_learning_4
|
trait = education_learning_4
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
trait = honest
|
trait = honest
|
||||||
trait = cynical
|
trait = cynical
|
||||||
trait = brave
|
trait = brave
|
||||||
|
|
@ -2642,7 +2642,7 @@ joschua_iii_of_swabia={
|
||||||
trait=sadistic
|
trait=sadistic
|
||||||
trait=stubborn
|
trait=stubborn
|
||||||
trait=arrogant
|
trait=arrogant
|
||||||
trait=intellect_good_1
|
trait=shrewd
|
||||||
trait=education_intrigue_4
|
trait=education_intrigue_4
|
||||||
give_nickname=nick_the_wicked
|
give_nickname=nick_the_wicked
|
||||||
2194.12.16={birth=yes}
|
2194.12.16={birth=yes}
|
||||||
|
|
@ -3495,7 +3495,7 @@ jurgen_i_of_ravensburg={
|
||||||
mother=isabella_weissbronner
|
mother=isabella_weissbronner
|
||||||
trait=education_learning_3
|
trait=education_learning_3
|
||||||
trait=lifestyle_gardener
|
trait=lifestyle_gardener
|
||||||
trait=intellect_good_1
|
trait=shrewd
|
||||||
trait=diligent
|
trait=diligent
|
||||||
trait=ambitious
|
trait=ambitious
|
||||||
trait=zealous
|
trait=zealous
|
||||||
|
|
|
||||||
|
|
@ -274,7 +274,8 @@ greece0028 = { #
|
||||||
religion = "megalocratic"
|
religion = "megalocratic"
|
||||||
culture = NEOW_peloponnesian
|
culture = NEOW_peloponnesian
|
||||||
trait = education_intrigue_3
|
trait = education_intrigue_3
|
||||||
trait = intellect_good_2
|
trait = intellect_good_1
|
||||||
|
trait = shrewd
|
||||||
trait = stubborn
|
trait = stubborn
|
||||||
trait = deceitful
|
trait = deceitful
|
||||||
trait = brave
|
trait = brave
|
||||||
|
|
@ -300,7 +301,7 @@ greece0029 = { #
|
||||||
trait = irritable
|
trait = irritable
|
||||||
trait = melancholic
|
trait = melancholic
|
||||||
trait = diligent
|
trait = diligent
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
prowess = 12
|
prowess = 12
|
||||||
sexuality = bisexual
|
sexuality = bisexual
|
||||||
2511.1.1 = {
|
2511.1.1 = {
|
||||||
|
|
@ -323,7 +324,7 @@ greece0030 = { #
|
||||||
trait = trusting
|
trait = trusting
|
||||||
trait = brave
|
trait = brave
|
||||||
trait = diligent
|
trait = diligent
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
sexuality = bisexual
|
sexuality = bisexual
|
||||||
father = greece0029
|
father = greece0029
|
||||||
2532.1.1 = {
|
2532.1.1 = {
|
||||||
|
|
@ -412,6 +413,7 @@ greece0034 = { #
|
||||||
trait = strong
|
trait = strong
|
||||||
trait = intellect_good_3
|
trait = intellect_good_3
|
||||||
trait = beauty_bad_2
|
trait = beauty_bad_2
|
||||||
|
trait = shrewd
|
||||||
trait = lifestyle_hunter
|
trait = lifestyle_hunter
|
||||||
trait = lifestyle_herbalist
|
trait = lifestyle_herbalist
|
||||||
trait = lifestyle_physician
|
trait = lifestyle_physician
|
||||||
|
|
@ -568,8 +570,9 @@ greece0041 = { #
|
||||||
trait = sadistic
|
trait = sadistic
|
||||||
trait = lifestyle_mystic
|
trait = lifestyle_mystic
|
||||||
trait = irritable
|
trait = irritable
|
||||||
trait = intellect_good_2
|
trait = shrewd
|
||||||
trait = lifestyle_poet
|
trait = lifestyle_poet
|
||||||
|
trait = intellect_good_1
|
||||||
sexuality = heterosexual
|
sexuality = heterosexual
|
||||||
give_nickname = nick_the_cyclops
|
give_nickname = nick_the_cyclops
|
||||||
trait = beauty_bad_3
|
trait = beauty_bad_3
|
||||||
|
|
@ -913,7 +916,7 @@ greece0057 = {
|
||||||
trait = generous
|
trait = generous
|
||||||
trait = lustful
|
trait = lustful
|
||||||
trait = ambitious
|
trait = ambitious
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
trait = viking
|
trait = viking
|
||||||
sexuality = heterosexual
|
sexuality = heterosexual
|
||||||
father = greece0049
|
father = greece0049
|
||||||
|
|
@ -972,6 +975,7 @@ albania0003 = { #Kastriota
|
||||||
trait = patient
|
trait = patient
|
||||||
trait = cynical
|
trait = cynical
|
||||||
trait = journaller
|
trait = journaller
|
||||||
|
trait = shrewd
|
||||||
trait = intellect_good_3
|
trait = intellect_good_3
|
||||||
martial = 9
|
martial = 9
|
||||||
diplomacy = 7
|
diplomacy = 7
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@ hispania0001 = { #Queen of Portugal, who misses her wife
|
||||||
trait = depressed_1
|
trait = depressed_1
|
||||||
sexuality = homosexual
|
sexuality = homosexual
|
||||||
female = yes
|
female = yes
|
||||||
|
give_nickname = nick_the_good
|
||||||
2531.1.1 = {
|
2531.1.1 = {
|
||||||
birth = yes
|
birth = yes
|
||||||
}
|
}
|
||||||
|
|
@ -258,7 +259,7 @@ hispania0007 = {
|
||||||
religion = "sevillian"
|
religion = "sevillian"
|
||||||
culture = catalan
|
culture = catalan
|
||||||
trait = education_diplomacy_4
|
trait = education_diplomacy_4
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
trait = just
|
trait = just
|
||||||
trait = lustful
|
trait = lustful
|
||||||
trait = compassionate
|
trait = compassionate
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,9 @@ italy0002 = {
|
||||||
dynasty = robecchi_bricchetti_dynasty
|
dynasty = robecchi_bricchetti_dynasty
|
||||||
religion = "roman_catholic"
|
religion = "roman_catholic"
|
||||||
culture = venetian
|
culture = venetian
|
||||||
trait = intellect_good_3
|
trait = intellect_good_2
|
||||||
trait = education_stewardship_2
|
trait = education_stewardship_2
|
||||||
|
trait = shrewd
|
||||||
trait = lustful
|
trait = lustful
|
||||||
trait = greedy
|
trait = greedy
|
||||||
trait = brave
|
trait = brave
|
||||||
|
|
|
||||||
|
|
@ -1279,7 +1279,7 @@ nistria1006 = {
|
||||||
trait = brave
|
trait = brave
|
||||||
trait = scarred
|
trait = scarred
|
||||||
trait = one_legged
|
trait = one_legged
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
2325.4.6 = {
|
2325.4.6 = {
|
||||||
birth = yes
|
birth = yes
|
||||||
}
|
}
|
||||||
|
|
@ -1719,7 +1719,7 @@ nistria1029 = {
|
||||||
trait = lifestyle_poet
|
trait = lifestyle_poet
|
||||||
trait = diligent
|
trait = diligent
|
||||||
trait = ambitious
|
trait = ambitious
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
trait = cancer
|
trait = cancer
|
||||||
give_nickname = nick_the_usurper
|
give_nickname = nick_the_usurper
|
||||||
father = nistria1030
|
father = nistria1030
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ scandinavia0002 = {
|
||||||
trait = generous
|
trait = generous
|
||||||
trait = humble
|
trait = humble
|
||||||
trait = weak
|
trait = weak
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
2525.1.1 = {
|
2525.1.1 = {
|
||||||
birth = yes
|
birth = yes
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -44,8 +44,9 @@ zapadoslavia0002 = { #Daughter of King Dalibor, ruler of Moravia, figure out gla
|
||||||
trait = calm
|
trait = calm
|
||||||
trait = diligent
|
trait = diligent
|
||||||
trait = ambitious
|
trait = ambitious
|
||||||
trait = intellect_good_2
|
trait = intellect_good_1
|
||||||
trait = beauty_good_3
|
trait = beauty_good_3
|
||||||
|
trait = shrewd
|
||||||
female = yes
|
female = yes
|
||||||
father = zapadoslavia0003
|
father = zapadoslavia0003
|
||||||
sexuality = heterosexual
|
sexuality = heterosexual
|
||||||
|
|
@ -1656,7 +1657,7 @@ zapadoslavia0077 = {
|
||||||
trait = brave
|
trait = brave
|
||||||
trait = education_learning_4
|
trait = education_learning_4
|
||||||
trait = scholar
|
trait = scholar
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
diplomacy = 7
|
diplomacy = 7
|
||||||
stewardship = 15
|
stewardship = 15
|
||||||
learning = 12
|
learning = 12
|
||||||
|
|
@ -1739,7 +1740,7 @@ zapadoslavia0080 = {
|
||||||
trait = temperate
|
trait = temperate
|
||||||
trait = brave
|
trait = brave
|
||||||
trait = pensive
|
trait = pensive
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
trait = journaller
|
trait = journaller
|
||||||
trait = physique_bad_1
|
trait = physique_bad_1
|
||||||
disallow_random_traits = yes
|
disallow_random_traits = yes
|
||||||
|
|
@ -1812,7 +1813,7 @@ zapadoslavia0083 = {
|
||||||
religion = "cadaverist"
|
religion = "cadaverist"
|
||||||
culture = goral
|
culture = goral
|
||||||
trait = shy
|
trait = shy
|
||||||
trait = intellect_good_1
|
trait = shrewd
|
||||||
trait = stubborn
|
trait = stubborn
|
||||||
trait = education_diplomacy_2
|
trait = education_diplomacy_2
|
||||||
trait = gardener
|
trait = gardener
|
||||||
|
|
|
||||||
|
|
@ -15,10 +15,10 @@
|
||||||
2050 = {
|
2050 = {
|
||||||
culture = swiss
|
culture = swiss
|
||||||
religion = helvetic
|
religion = helvetic
|
||||||
holding = church_holding
|
holding = castle_holding
|
||||||
}
|
}
|
||||||
9784 = {
|
9784 = {
|
||||||
holding = castle_holding
|
holding = none
|
||||||
}
|
}
|
||||||
9763 = {
|
9763 = {
|
||||||
holding = none
|
holding = none
|
||||||
|
|
@ -44,7 +44,9 @@
|
||||||
special_building = capitale_bern_01
|
special_building = capitale_bern_01
|
||||||
}
|
}
|
||||||
2049 = {
|
2049 = {
|
||||||
holding = city_holding
|
culture = swabian
|
||||||
|
religion = helvetic
|
||||||
|
holding = castle_holding
|
||||||
}
|
}
|
||||||
2047 = {
|
2047 = {
|
||||||
holding = none
|
holding = none
|
||||||
|
|
@ -55,13 +57,13 @@
|
||||||
holding = castle_holding
|
holding = castle_holding
|
||||||
}
|
}
|
||||||
9782 = {
|
9782 = {
|
||||||
holding = city_holding
|
holding = none
|
||||||
}
|
}
|
||||||
###c_geneva
|
###c_geneva
|
||||||
2035 = {
|
2035 = {
|
||||||
culture = swiss
|
culture = swiss
|
||||||
religion = helvetic
|
religion = helvetic
|
||||||
holding = church_holding
|
holding = castle_holding
|
||||||
special_building = palais_des_nations_01
|
special_building = palais_des_nations_01
|
||||||
}
|
}
|
||||||
2037 = {
|
2037 = {
|
||||||
|
|
@ -74,7 +76,7 @@
|
||||||
9700 = {
|
9700 = {
|
||||||
culture = patoues
|
culture = patoues
|
||||||
religion = helvetic
|
religion = helvetic
|
||||||
holding = church_holding
|
holding = tribal_holding
|
||||||
}
|
}
|
||||||
2039 = {
|
2039 = {
|
||||||
holding = none
|
holding = none
|
||||||
|
|
@ -82,14 +84,12 @@
|
||||||
##d_rhaetia
|
##d_rhaetia
|
||||||
###c_grisons
|
###c_grisons
|
||||||
2055 = {
|
2055 = {
|
||||||
holding = church_holding
|
holding = castle_holding
|
||||||
culture = romansch
|
culture = romansch
|
||||||
religion = helvetic
|
religion = helvetic
|
||||||
}
|
}
|
||||||
9704 = {
|
9704 = {
|
||||||
holding = castle_holding
|
holding = church_holding
|
||||||
culture = romansch
|
|
||||||
religion = helvetic
|
|
||||||
}
|
}
|
||||||
9786 = {
|
9786 = {
|
||||||
holding = none
|
holding = none
|
||||||
|
|
@ -108,7 +108,7 @@
|
||||||
2053 = {
|
2053 = {
|
||||||
culture = romansch
|
culture = romansch
|
||||||
religion = helvetic
|
religion = helvetic
|
||||||
holding = church_holding
|
holding = city_holding
|
||||||
}
|
}
|
||||||
2789 = {
|
2789 = {
|
||||||
holding = none
|
holding = none
|
||||||
|
|
@ -301,7 +301,7 @@
|
||||||
2052 = {
|
2052 = {
|
||||||
culture = aleman
|
culture = aleman
|
||||||
religion = helvetic
|
religion = helvetic
|
||||||
holding = castle_holding
|
holding = tribal_holding
|
||||||
special_building_slot = generic_university
|
special_building_slot = generic_university
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
1066.1.1 = {
|
1066.1.1 = {
|
||||||
|
buildings = {
|
||||||
|
curtain_walls_01
|
||||||
|
farm_estates_01
|
||||||
|
powder_magazine_01
|
||||||
|
}
|
||||||
}
|
}
|
||||||
1078.1.1 = {
|
1078.1.1 = {
|
||||||
special_building = the_tower_of_london_01
|
special_building = the_tower_of_london_01
|
||||||
|
|
@ -38,7 +43,7 @@
|
||||||
1526 = {
|
1526 = {
|
||||||
holding = city_holding
|
holding = city_holding
|
||||||
1106.1.1 = {
|
1106.1.1 = {
|
||||||
holding = castle_holding
|
holding = church_holding
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
1512 = {
|
1512 = {
|
||||||
|
|
@ -351,7 +356,7 @@
|
||||||
1581 = {
|
1581 = {
|
||||||
culture = weslander
|
culture = weslander
|
||||||
religion = victorian
|
religion = victorian
|
||||||
holding = castle_holding
|
holding = city_holding
|
||||||
special_building_slot = fortified_port_of_bristol_01
|
special_building_slot = fortified_port_of_bristol_01
|
||||||
}
|
}
|
||||||
1577 = {
|
1577 = {
|
||||||
|
|
@ -886,14 +891,10 @@
|
||||||
1605 = {
|
1605 = {
|
||||||
culture = prytoneg
|
culture = prytoneg
|
||||||
religion = arcane
|
religion = arcane
|
||||||
holding = castle_holding
|
holding = city_holding
|
||||||
}
|
|
||||||
1066.1.1 = {
|
|
||||||
buildings = {
|
buildings = {
|
||||||
curtain_walls_01
|
|
||||||
powder_magazine_01
|
powder_magazine_01
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
1603 = {
|
1603 = {
|
||||||
culture = prytoneg
|
culture = prytoneg
|
||||||
|
|
|
||||||
|
|
@ -1292,7 +1292,7 @@
|
||||||
2058 = {
|
2058 = {
|
||||||
culture = elsasse
|
culture = elsasse
|
||||||
religion = roman_catholic
|
religion = roman_catholic
|
||||||
holding = city_holding
|
holding = castle_holding
|
||||||
}
|
}
|
||||||
2720 = {
|
2720 = {
|
||||||
holding = none
|
holding = none
|
||||||
|
|
@ -1341,7 +1341,7 @@
|
||||||
2732 = {
|
2732 = {
|
||||||
culture = palatine
|
culture = palatine
|
||||||
religion = roman_catholic
|
religion = roman_catholic
|
||||||
holding = church_holding
|
holding = castle_holding
|
||||||
}
|
}
|
||||||
2727 = {
|
2727 = {
|
||||||
holding = none
|
holding = none
|
||||||
|
|
|
||||||
|
|
@ -317,11 +317,7 @@ b_kingston = {
|
||||||
holder = britannia_cyflymarhyan_frydyryk
|
holder = britannia_cyflymarhyan_frydyryk
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
b_southwark= {
|
|
||||||
2530.1.1 = {
|
|
||||||
holder = britannia_cyflymarhyan_frydyryk
|
|
||||||
}
|
|
||||||
}
|
|
||||||
d_united_grand_lodge = {
|
d_united_grand_lodge = {
|
||||||
2547.1.1 = {
|
2547.1.1 = {
|
||||||
holder = britannia_harhman_alan
|
holder = britannia_harhman_alan
|
||||||
|
|
|
||||||
|
|
@ -274,5 +274,3 @@
|
||||||
communal_settlement_2_effect_desc: "$unlocks_building_desc$[peasant_militia|E] [men_at_arms|E] Recruitment Limit: #P +[EmptyScope.ScriptValue('militia_building_limit_bonus_2')|0]#!"
|
communal_settlement_2_effect_desc: "$unlocks_building_desc$[peasant_militia|E] [men_at_arms|E] Recruitment Limit: #P +[EmptyScope.ScriptValue('militia_building_limit_bonus_2')|0]#!"
|
||||||
communal_settlement_3_effect_desc: "$unlocks_building_desc$[peasant_militia|E] [men_at_arms|E] Recruitment Limit: #P +[EmptyScope.ScriptValue('militia_building_limit_bonus_3')|0]#!"
|
communal_settlement_3_effect_desc: "$unlocks_building_desc$[peasant_militia|E] [men_at_arms|E] Recruitment Limit: #P +[EmptyScope.ScriptValue('militia_building_limit_bonus_3')|0]#!"
|
||||||
communal_settlement_4_effect_desc: "$unlocks_building_desc$[peasant_militia|E] [men_at_arms|E] Recruitment Limit: #P +[EmptyScope.ScriptValue('militia_building_limit_bonus_4')|0]#!"
|
communal_settlement_4_effect_desc: "$unlocks_building_desc$[peasant_militia|E] [men_at_arms|E] Recruitment Limit: #P +[EmptyScope.ScriptValue('militia_building_limit_bonus_4')|0]#!"
|
||||||
culture_parameter_unlock_handgunners: "Can recruit [GetMaA('handgunners').GetName] as [men_at_arms|E]"
|
|
||||||
culture_parameter_unlock_bombards: "[GetPlayer.Custom('GetRegionalSiegeLevel4MAA')]"
|
|
||||||
|
|
@ -6287,7 +6287,7 @@
|
||||||
b_farava:0 "Farava"
|
b_farava:0 "Farava"
|
||||||
b_vaduz:0 "Vaduz"
|
b_vaduz:0 "Vaduz"
|
||||||
b_fareskur:0 "Fareskur"
|
b_fareskur:0 "Fareskur"
|
||||||
b_farfa:0 "Segni"
|
b_farfa:0 "Farfa"
|
||||||
b_farhajird:0 "Farhajird"
|
b_farhajird:0 "Farhajird"
|
||||||
b_farila:0 "Färila"
|
b_farila:0 "Färila"
|
||||||
b_farim:0 "Farim"
|
b_farim:0 "Farim"
|
||||||
|
|
@ -11211,7 +11211,7 @@
|
||||||
b_segarcea:0 "Segarcea"
|
b_segarcea:0 "Segarcea"
|
||||||
b_segeberg:0 "Segeberg"
|
b_segeberg:0 "Segeberg"
|
||||||
b_segezha:0 "Segezha"
|
b_segezha:0 "Segezha"
|
||||||
b_segni:0 "Frosinone"
|
b_segni:0 "Segni"
|
||||||
b_seilanger:0 "Seilanger"
|
b_seilanger:0 "Seilanger"
|
||||||
b_seiniai:0 "Seiniai"
|
b_seiniai:0 "Seiniai"
|
||||||
b_seiyun:0 "Seiyun"
|
b_seiyun:0 "Seiyun"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue