﻿###| Harthgate Men at Arms Cost and Maintenance Values for Lords of Wessex |###

###| Credits |###

#: Developed by Edgar Harthgate

###| End of Credits |###

###| Table of Contents |###								###| Status |###	###| Quick Link |###

#: Ceorls												#: Building			values_ceorls
#: Thegns												#: Building			values_thegns	

###| End of Table of Contents |###

###| Local Data |###

@high_maintenance_multiplier = 3

###| Local Data | Default Values |###

#: @skirmisher_recruitment_cost = 45
#: @skirmisher_low_maint_cost = 0.15
#: @skirmisher_high_maint_cost = @[skirmisher_low_maint_cost * high_maint_mult]

#: @archers_recruitment_cost = 55
#: @archers_low_maint_cost = 0.2
#: @archers_high_maint_cost = @[archers_low_maint_cost * high_maint_mult]

#: @pikemen_recruitment_cost = 75
#: @pikemen_low_maint_cost = 0.3
#: @pikemen_high_maint_cost = @[pikemen_low_maint_cost * high_maint_mult]

#: @heavy_infantry_recruitment_cost = 90
#: @heavy_infantry_low_maint_cost = 0.4
#: @heavy_infantry_high_maint_cost = @[heavy_infantry_low_maint_cost * high_maint_mult]

#: @light_cavalry_recruitment_cost = 85
#: @light_cavalry_low_maint_cost = 0.35
#: @light_cavalry_high_maint_cost = @[light_cavalry_low_maint_cost * high_maint_mult]

#: @heavy_cavalry_recruitment_cost = 200
#: @heavy_cavalry_low_maint_cost = 0.7
#: @heavy_cavalry_high_maint_cost = @[heavy_cavalry_low_maint_cost * high_maint_mult]

#: @siege_weapons_recruitment_cost = 60
#: @siege_weapons_low_maint_cost = 0.1
#: @siege_weapons_high_maint_cost = @[siege_weapons_low_maint_cost * high_maint_mult]

###| End of Local Data |###

###| Ceorls | values_ceorls |###

@ceorls_recruitment_cost_low = 50
@ceorls_low_maintenance_cost_low = 0.17
@ceorls_high_maintenance_cost_low = @[ceorls_low_maintenance_cost_low * high_maintenance_multiplier]

ceorls_recruitment_cost_low = @ceorls_recruitment_cost_low
ceorls_low_maintenance_cost_low = @ceorls_low_maintenance_cost_low
ceorls_high_maintenance_cost_low = @ceorls_high_maintenance_cost_low

###| Thegns | values_thegns |###

@thegns_recruitment_cost_low = 120
@thegns_low_maintenance_cost_low = 0.63
@thegns_high_maintenance_cost_low = @[thegns_low_maintenance_cost_low * high_maintenance_multiplier]

thegns_recruitment_cost_low = @thegns_recruitment_cost_low
thegns_low_maintenance_cost_low = @thegns_low_maintenance_cost_low
thegns_high_maintenance_cost_low = @thegns_high_maintenance_cost_low