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