maybe now
This commit is contained in:
parent
70a9b62d19
commit
c282c20e47
3 changed files with 5 additions and 10 deletions
|
|
@ -55,14 +55,7 @@ innovation_gunpowder = {
|
|||
group = culture_group_military
|
||||
culture_era = culture_era_late_medieval
|
||||
icon = @gunpowder_02
|
||||
potential = {
|
||||
NOT = {
|
||||
OR = {
|
||||
has_cultural_pillar = heritage_brythonic
|
||||
has_cultural_pillar = heritage_anglo_frisian
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
parameters = {
|
||||
unlock_late_medieval_gunpowder_units = yes
|
||||
unlock_powder_magazines = yes
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ innovation_british_arsenals = {
|
|||
|
||||
|
||||
parameters = {
|
||||
unlock_late_medieval_gunpowder_units = yes
|
||||
unlock_handguns_early = yes
|
||||
unlock_powder_magazines = yes
|
||||
}
|
||||
#unlock_decision =
|
||||
|
|
|
|||
|
|
@ -615,7 +615,9 @@ handgunners = {
|
|||
|
||||
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 }
|
||||
OR = {
|
||||
culture = { has_cultural_parameter = unlock_late_medieval_gunpowder_units }
|
||||
culture = { has_cultural_parameter = unlock_handguns_early }
|
||||
}
|
||||
|
||||
terrain_bonus = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue