﻿######################
# Men-at-Arms Values #
######################

#########
# Costs #
#########

@high_maint_mult = 3

### Base Cost Values
@skirmisher_recruitment_cost = 20
@skirmisher_low_maint_cost = 0.15
@skirmisher_high_maint_cost = @[skirmisher_low_maint_cost * high_maint_mult]

@archers_recruitment_cost = 20
@archers_low_maint_cost = 0.25
@archers_high_maint_cost = @[archers_low_maint_cost * high_maint_mult]

@pikemen_recruitment_cost = 40
@pikemen_low_maint_cost = 0.4
@pikemen_high_maint_cost = @[pikemen_low_maint_cost * high_maint_mult]

@heavy_infantry_recruitment_cost = 40
@heavy_infantry_low_maint_cost = 0.4
@heavy_infantry_high_maint_cost = @[heavy_infantry_low_maint_cost * high_maint_mult]

@light_cavalry_recruitment_cost = 60
@light_cavalry_low_maint_cost = 0.5
@light_cavalry_high_maint_cost = @[light_cavalry_low_maint_cost * high_maint_mult]

@heavy_cavalry_recruitment_cost = 100
@heavy_cavalry_low_maint_cost = 0.7
@heavy_cavalry_high_maint_cost = @[heavy_cavalry_low_maint_cost * high_maint_mult]

@siege_weapons_recruitment_cost = 80
@siege_weapons_low_maint_cost = 0.4
@siege_weapons_high_maint_cost = @[siege_weapons_low_maint_cost * high_maint_mult]


### Base MAA
skirmisher_recruitment_cost = @[skirmisher_recruitment_cost]
skirmisher_low_maint_cost = @[skirmisher_low_maint_cost]
skirmisher_high_maint_cost = @[skirmisher_high_maint_cost]

bowmen_recruitment_cost = @[archers_recruitment_cost]
bowmen_low_maint_cost = @[archers_low_maint_cost]
bowmen_high_maint_cost = @[archers_high_maint_cost]

crossbowmen_recruitment_cost = @[archers_recruitment_cost * 1.5]
crossbowmen_low_maint_cost = @[archers_low_maint_cost * 3]
crossbowmen_high_maint_cost = @[archers_high_maint_cost * 3]

pikemen_recruitment_cost = @[pikemen_recruitment_cost]
pikemen_low_maint_cost = @[pikemen_low_maint_cost]
pikemen_high_maint_cost = @[pikemen_high_maint_cost]

heavy_infantry_recruitment_cost = @[heavy_infantry_recruitment_cost]
heavy_infantry_low_maint_cost = @[heavy_infantry_low_maint_cost]
heavy_infantry_high_maint_cost = @[heavy_infantry_high_maint_cost]

light_cavalry_recruitment_cost = @[light_cavalry_recruitment_cost]
light_cavalry_low_maint_cost = @[light_cavalry_low_maint_cost]
light_cavalry_high_maint_cost = @[light_cavalry_high_maint_cost]

heavy_cavalry_recruitment_cost = @[heavy_cavalry_recruitment_cost]
heavy_cavalry_low_maint_cost = @[heavy_cavalry_low_maint_cost]
heavy_cavalry_high_maint_cost = @[heavy_cavalry_high_maint_cost]


### Siege Weapons MAA
onager_recruitment_cost = @[siege_weapons_recruitment_cost]
onager_low_maint_cost = @[siege_weapons_low_maint_cost]
onager_high_maint_cost = @[siege_weapons_high_maint_cost]

mangonel_recruitment_cost = @[siege_weapons_recruitment_cost * 1.25]
mangonel_low_maint_cost = @[siege_weapons_low_maint_cost * 1.25]
mangonel_high_maint_cost = @[siege_weapons_high_maint_cost * 1.25]

trebuchet_recruitment_cost = @[siege_weapons_recruitment_cost * 1.5]
trebuchet_low_maint_cost = @[siege_weapons_low_maint_cost * 1.5]
trebuchet_high_maint_cost = @[siege_weapons_high_maint_cost * 1.5]

bombard_recruitment_cost = @[siege_weapons_recruitment_cost * 2.5]
bombard_low_maint_cost = @[siege_weapons_low_maint_cost * 2.5]
bombard_high_maint_cost = @[siege_weapons_high_maint_cost * 2.5]


### Cultural MAA
huscarls_recruitment_cost = @[heavy_infantry_recruitment_cost * 1.5]
huscarls_low_maint_cost = @[heavy_infantry_low_maint_cost * 1.5]
huscarls_high_maint_cost = @[heavy_infantry_high_maint_cost * 1.5]

landsknecht_recruitment_cost = @[pikemen_recruitment_cost * 1.25]
landsknecht_low_maint_cost = @[pikemen_low_maint_cost * 1.25]
landsknecht_high_maint_cost = @[pikemen_high_maint_cost * 1.25]

longbowmen_recruitment_cost = @[archers_recruitment_cost * 1.5]
longbowmen_low_maint_cost = @[archers_low_maint_cost * 1.5]
longbowmen_high_maint_cost = @[archers_high_maint_cost * 1.5]

goedendag_recruitment_cost = @[skirmisher_recruitment_cost]
goedendag_low_maint_cost = @[skirmisher_low_maint_cost]
goedendag_high_maint_cost = @[skirmisher_high_maint_cost]

gendarme_recruitment_cost = @[heavy_cavalry_recruitment_cost * 1.2]
gendarme_low_maint_cost = @[heavy_cavalry_low_maint_cost * 1.2]
gendarme_high_maint_cost = @[heavy_cavalry_high_maint_cost * 1.2]

chasseur_recruitment_cost = @[light_cavalry_recruitment_cost * 1.333]
chasseur_low_maint_cost = @[light_cavalry_low_maint_cost * 1.333]
chasseur_high_maint_cost = @[light_cavalry_high_maint_cost * 1.333]

picchieri_recruitment_cost = @[pikemen_recruitment_cost * 1.25]
picchieri_low_maint_cost = @[pikemen_low_maint_cost * 1.25]
picchieri_high_maint_cost = @[pikemen_high_maint_cost * 1.25]

praetorian_recruitment_cost = @[heavy_infantry_recruitment_cost * 2.5]
praetorian_low_maint_cost = @[heavy_infantry_low_maint_cost * 2.5]
praetorian_high_maint_cost = @[heavy_infantry_high_maint_cost * 2.5]

caballero_recruitment_cost = @[light_cavalry_recruitment_cost * 1.166]
caballero_low_maint_cost = @[light_cavalry_low_maint_cost * 1.166]
caballero_high_maint_cost = @[light_cavalry_high_maint_cost * 1.166]

sahel_rider_recruitment_cost = @[light_cavalry_recruitment_cost * 1.166]
sahel_rider_low_maint_cost = @[light_cavalry_low_maint_cost * 1.166]
sahel_rider_high_maint_cost = @[light_cavalry_high_maint_cost * 1.166]

cataphract_recruitment_cost = @[heavy_cavalry_recruitment_cost * 1.2]
cataphract_low_maint_cost = @[heavy_cavalry_low_maint_cost * 1.2]
cataphract_high_maint_cost = @[heavy_cavalry_high_maint_cost * 1.2]

hobelar_recruitment_cost = @[light_cavalry_recruitment_cost * 1.166]
hobelar_low_maint_cost = @[light_cavalry_low_maint_cost * 1.166]
hobelar_high_maint_cost = @[light_cavalry_high_maint_cost * 1.166]

schiltron_recruitment_cost = @[pikemen_recruitment_cost * 1.25]
schiltron_low_maint_cost = @[pikemen_low_maint_cost * 1.25]
schiltron_high_maint_cost = @[pikemen_high_maint_cost * 1.25]

metsanvartija_recruitment_cost = @[archers_recruitment_cost * 1.3]
metsanvartija_low_maint_cost = @[archers_low_maint_cost * 1.3]
metsanvartija_high_maint_cost = @[archers_high_maint_cost * 1.3]

horse_archers_recruitment_cost = @[skirmisher_recruitment_cost * 4]
horse_archers_low_maint_cost = @[skirmisher_low_maint_cost * 4]
horse_archers_high_maint_cost = @[skirmisher_high_maint_cost * 4]

mubarizun_recruitment_cost = @[heavy_infantry_recruitment_cost * 1.25]
mubarizun_low_maint_cost = @[heavy_infantry_low_maint_cost * 1.25]
mubarizun_high_maint_cost = @[heavy_infantry_high_maint_cost * 1.25]

druzhina_recruitment_cost = @[heavy_infantry_recruitment_cost * 1.5]
druzhina_low_maint_cost = @[heavy_infantry_low_maint_cost * 1.5]
druzhina_high_maint_cost = @[heavy_infantry_high_maint_cost * 1.5]

hussar_recruitment_cost = @[light_cavalry_recruitment_cost * 1.333]
hussar_low_maint_cost = @[light_cavalry_low_maint_cost * 1.333]
hussar_high_maint_cost = @[light_cavalry_high_maint_cost * 1.333]

horn_warrior_recruitment_cost = @[skirmisher_recruitment_cost]
horn_warrior_low_maint_cost = @[skirmisher_low_maint_cost]
horn_warrior_high_maint_cost = @[skirmisher_high_maint_cost]

bush_hunter_recruitment_cost = @[archers_recruitment_cost * 0.75]
bush_hunter_low_maint_cost = @[archers_low_maint_cost * 0.75]
bush_hunter_high_maint_cost = @[archers_high_maint_cost 0.75]

shomer_recruitment_cost = @[skirmisher_recruitment_cost]
shomer_low_maint_cost = @[skirmisher_low_maint_cost]
shomer_high_maint_cost = @[skirmisher_high_maint_cost]

khandayat_recruitment_cost = @[heavy_infantry_recruitment_cost * 1.25]
khandayat_low_maint_cost = @[heavy_infantry_low_maint_cost * 1.25]
khandayat_high_maint_cost = @[heavy_infantry_high_maint_cost * 1.25]

mountaineer_recruitment_cost = @[heavy_infantry_recruitment_cost * 1.25]
mountaineer_low_maint_cost = @[heavy_infantry_low_maint_cost * 1.25]
mountaineer_high_maint_cost = @[heavy_infantry_high_maint_cost * 1.25]

guinea_warrior_recruitment_cost = @[skirmisher_recruitment_cost * 1.25]
guinea_warrior_low_maint_cost = @[skirmisher_low_maint_cost * 1.25]
guinea_warrior_high_maint_cost = @[skirmisher_high_maint_cost * 1.25]

sarawit_recruitment_cost = @[heavy_infantry_recruitment_cost * 1.25]
sarawit_low_maint_cost = @[heavy_infantry_low_maint_cost * 1.25]
sarawit_high_maint_cost = @[heavy_infantry_high_maint_cost * 1.25]

abudrar_recruitment_cost = @[skirmisher_recruitment_cost * 1.5]
abudrar_low_maint_cost = @[skirmisher_low_maint_cost * 1.5]
abudrar_high_maint_cost = @[skirmisher_high_maint_cost * 1.5]

zbrojnosh_recruitment_cost = @[heavy_infantry_recruitment_cost * 1.25]
zbrojnosh_low_maint_cost = @[heavy_infantry_low_maint_cost * 1.25]
zbrojnosh_high_maint_cost = @[heavy_infantry_high_maint_cost * 1.25]

palace_guards_recruitment_cost = @[heavy_infantry_recruitment_cost * 1.25]
palace_guards_low_maint_cost = @[heavy_infantry_low_maint_cost * 1.25]
palace_guards_high_maint_cost = @[heavy_infantry_high_maint_cost * 1.25]

chu_ko_nu_recruitment_cost = @[archers_recruitment_cost * 1.5]
chu_ko_nu_low_maint_cost = @[archers_low_maint_cost * 1.5]
chu_ko_nu_high_maint_cost = @[archers_high_maint_cost * 1.5]

### Regional MAA
camel_rider_recruitment_cost = @[light_cavalry_recruitment_cost]
camel_rider_low_maint_cost = @[light_cavalry_low_maint_cost]
camel_rider_high_maint_cost = @[light_cavalry_high_maint_cost]

war_elephant_recruitment_cost = @[heavy_cavalry_recruitment_cost * 2]
war_elephant_low_maint_cost = @[heavy_cavalry_low_maint_cost * 1.2]
war_elephant_high_maint_cost = @[heavy_cavalry_high_maint_cost * 1.4]
