Compare commits
No commits in common. "260c677383d4ca7e5ea9acddb2a78ecf560cb58f" and "c5be3b761b432a118989be68e39f460a30a329de" have entirely different histories.
260c677383
...
c5be3b761b
1 changed files with 6 additions and 4 deletions
|
|
@ -405,6 +405,7 @@ NEOW_militia = {
|
||||||
low_maintenance_cost = { gold = militia_low_maint_cost }
|
low_maintenance_cost = { gold = militia_low_maint_cost }
|
||||||
high_maintenance_cost = { gold = militia_high_maint_cost }
|
high_maintenance_cost = { gold = militia_high_maint_cost }
|
||||||
provision_cost = @provisions_cost_infantry_cheap
|
provision_cost = @provisions_cost_infantry_cheap
|
||||||
|
|
||||||
stack = 200
|
stack = 200
|
||||||
ai_quality = { value = culture_ai_weight_skirmishers }
|
ai_quality = { value = culture_ai_weight_skirmishers }
|
||||||
|
|
||||||
|
|
@ -420,8 +421,8 @@ NEOW_militia = {
|
||||||
icon = pikemen_militia
|
icon = pikemen_militia
|
||||||
}
|
}
|
||||||
|
|
||||||
carabineers = {
|
horse_gunmen = {
|
||||||
type = gun_cavalry
|
type = archer_cavalry
|
||||||
|
|
||||||
damage = 60
|
damage = 60
|
||||||
toughness = 18
|
toughness = 18
|
||||||
|
|
@ -466,7 +467,7 @@ carabineers = {
|
||||||
}
|
}
|
||||||
|
|
||||||
cowboys = {
|
cowboys = {
|
||||||
type = gun_cavalry
|
type = archer_cavalry
|
||||||
|
|
||||||
damage = 60
|
damage = 60
|
||||||
toughness = 18
|
toughness = 18
|
||||||
|
|
@ -508,6 +509,7 @@ cowboys = {
|
||||||
}
|
}
|
||||||
icon = horse_gunmen
|
icon = horse_gunmen
|
||||||
}
|
}
|
||||||
|
|
||||||
guides = {
|
guides = {
|
||||||
type = light_cavalry
|
type = light_cavalry
|
||||||
|
|
||||||
|
|
@ -543,4 +545,4 @@ guides = {
|
||||||
stack = 100
|
stack = 100
|
||||||
ai_quality = { value = @cultural_maa_extra_ai_score }
|
ai_quality = { value = @cultural_maa_extra_ai_score }
|
||||||
icon = light_cavalry
|
icon = light_cavalry
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue