diff --git a/common/men_at_arms_types/NEOW_maa_types.txt b/common/men_at_arms_types/NEOW_maa_types.txt index 294303e0..9682544f 100644 --- a/common/men_at_arms_types/NEOW_maa_types.txt +++ b/common/men_at_arms_types/NEOW_maa_types.txt @@ -405,7 +405,6 @@ NEOW_militia = { low_maintenance_cost = { gold = militia_low_maint_cost } high_maintenance_cost = { gold = militia_high_maint_cost } provision_cost = @provisions_cost_infantry_cheap - stack = 200 ai_quality = { value = culture_ai_weight_skirmishers } @@ -421,8 +420,8 @@ NEOW_militia = { icon = pikemen_militia } -horse_gunmen = { - type = archer_cavalry +carabineers = { + type = gun_cavalry damage = 60 toughness = 18 @@ -467,7 +466,7 @@ horse_gunmen = { } cowboys = { - type = archer_cavalry + type = gun_cavalry damage = 60 toughness = 18 @@ -509,7 +508,6 @@ cowboys = { } icon = horse_gunmen } - guides = { type = light_cavalry @@ -545,4 +543,4 @@ guides = { stack = 100 ai_quality = { value = @cultural_maa_extra_ai_score } icon = light_cavalry -} \ No newline at end of file +}