; pool    --> name of mercenary pool
; regions --> list of regions belonging to pool
; unit    --> name of mercenary unit
;         --> exp X                           --> experience level of mercenary unit
;         --> cost X                          --> cost to recruit mercenary unit
;         --> replenish X - X                 --> upper and lower bounds on pool replenishment rate
;         --> max X                           --> maximum pool size for unit
;         --> initial X                       --> initial pool size for unit
;         --> {optional} start_year X         --> year that unit becomes available {0 indicates no set start year}
;         --> {optional} end_year X           --> last year that unit will be available {0 indicates no set end year}
;         --> {optional} religions { A B C }  --> list of faction religions unit is available for {no entries indicates available for all religions}
;         --> {optional} crusading            --> {requires one religion to have been specifed} unit only available to crusading/jihad armies
;         --> {optional} events { A B C}      --> unit only available after all specified events have occurred, event is a string corresponding to descr_events.txt

;RATE_H replenish 0.03 - 0.15 Common Ships		avg 0.09
;RATE_B replenish 0.02 - 0.10 Rare Ships			avg 0.06
;RATE_X replenish 0.01 - 0.05 V Rare Ships		avg 0.03
;RATE_Z replenish 0.04 - 0.20 V Common Ships		avg 0.12

;RATE_F replenish 0.18 - 0.5  Pilgrims							avg 0.34
;RATE_K replenish 0.36 - 1.0 Pilgrims							avg 0.68
;RATE_Q replenish 0.24 - 0.66 Pilgrims							avg 0.45
;RATE_AD replenish 0.12 - 0.33 Eastern Pilgrims					avg 0.225
;RATE_G replenish 0.15 - 0.35 Crusader Sergeants and Knights		avg 0.25
;RATE_N replenish 0.08 - 0.17 Crusader Sergeants					avg	0.125
;RATE_R replenish 0.12 - 0.28 Crusader Knights					avg 0.2
;RATE_AC replenish 0.03 - 0.07 Great Cross						avg 0.05
;RATE_AF replenish 0.07 - 0.17 Unhorsed Knights					avg 0.12

;RATE_E replenish 0.02 - 0.04 Ribault etc		avg 0.03
;RATE_O replenish 0.04 - 0.08 Ribault, Rocket Launcher	avg 0.06
;RATE_P replenish 0.03 - 0.06 Rocket Launcher, Monster Bombard avg 0.045

;RATE_AG replenish 0.11 - 0.33 Very Common 0.22

;RATE_M replenish 0.08 - 0.25 Common			avg 0.165
;RATE_Y = RATE_M
;RATE_AH = RATE_M

;RATE_A replenish 0.06 - 0.18 Less Common		avg 0.12
;RATE_D RATE_A
;RATE_V RATE_A
;RATE_W RATE_A
;RATE_AB RATE_A

;RATE_C replenish 0.04 - 0.13 Crossbowmen etc	avg 0.085
;RATE_I RATE_C

;RATE_AE replenish 0.06 - 0.10 North African Ghazis 0.09

;RATE_U replenish 0.03 - 0.10 Swiss crossbow avg 0.065

;RATE_S replenish 0.02 - 0.10 Knights			avg 0.06
;RATE_AA RATE_S

;RATE_T replenish 0.02 - 0.07 Free company 		avg 0.045
;RATE_J RATE_T

;RATE_L replenish 0.01 - 0.06 Knights			avg 0.035



pool Scotland
	regions Orkney_Region Aberdeen_Region Perth_Region Stirling_Region Lanark_Region Lothian_Region Dumfries_Region 
	unit merc cog,				exp 0 cost 1000 replenish 0.2 - 0.10 max 1 initial 1
	unit Mercenary Crossbowmen	exp 0 cost 860 replenish 0.4 - 0.13 max 2 initial 1
	unit Galloglaich Mercs		exp 0 cost 830 replenish 0.4 - 0.13 max 2 initial 1
	unit Mercenary Ribault		exp 0 cost 600 replenish 0.2 - 0.04 max 1 initial 0  events { gunpowder_discovered }
	
pool Highlands
	regions Caithness_and_Sutherland_Regions Highlands_Region
	unit merc cog,				exp 0 cost 1000 replenish 0.2 - 0.10 max 1 initial 1
	unit Mercenary Crossbowmen	exp 0 cost 860 replenish 0.4 - 0.13 max 2 initial 1
	unit Highlanders Mercs		exp 0 cost 1000 replenish 0.4 - 0.13 max 3 initial 1
	unit Mercenary Ribault		exp 0 cost 600 replenish 0.2 - 0.04 max 1 initial 0  events { gunpowder_discovered }

pool Ireland
	regions Ulster_Province Connaught_Region Meath_Region Leinster_Region Munster_Region
	unit merc cog,				exp 0 cost 1000 replenish 0.2 - 0.10 max 1 initial 1
	unit Irish Kerns Mercs		exp 0 cost 380 replenish 0.6 - 0.18 max 2 initial 1
	unit Galloglaich Mercs		exp 0 cost 830 replenish 0.4 - 0.13 max 1 initial 1
	unit Hobiguir Mercs			exp 0 cost 830 replenish 0.4 - 0.13 max 2 initial 1
	unit NE Trebuchet Mercs		exp 0 cost 1500 replenish 0.1 - 0.03 max 1 initial 0


pool England
	regions	Dorsetshire_Region Cornwall_Region Surry_and_Sussex_Regions Kent_Region Hampshire_Region London_Region Oxford_Region East_Anglia Lincolnshire Lancashire Cumberland_Region Northumberland Yorkshire
	unit merc cog,				exp 0 cost 1000 replenish 0.3 - 0.15 max 2 initial 1
	unit Mercenary Crossbowmen	exp 0 cost 860 replenish 0.4 - 0.13 max 2 initial 1 end_year 1350
	unit Mercenary Arquebusiers	exp 0 cost 830 replenish 0.4 - 0.13 max 2 initial 0 start_year 1400 events { gunpowder_discovered }
	unit Mercenary Knights		exp 0 cost 870 replenish 0.2 - 0.07 max 2 initial 0 start_year 1300 end_year 1500
	unit Mercenary Ribault		exp 0 cost 600 replenish 0.2 - 0.04 max 1 initial 0  events { gunpowder_discovered }
	
pool England_Wales_Border
	regions	West_Country  Shropshire_Region Cheshire_Region 
	unit merc cog,				exp 0 cost 1000 replenish 0.3 - 0.15 max 2 initial 1
	unit Mercenary Crossbowmen	exp 0 cost 860 replenish 0.4 - 0.13 max 2 initial 1 end_year 1350
	unit Welsh Longbowmen Mercs	exp 0 cost 1000 replenish 0.4 - 0.13 max 2 initial 0 start_year 1300
	unit Welsh Skirmishers Mercs	exp 0 cost 500 replenish 0.4 - 0.13 max 2 initial 1 
	unit Welsh Spearmen Mercs	exp 0 cost 470 replenish 0.6 - 0.18 max 3 initial 2 end_year 1450

pool Nottingham
	regions	Nottinghamshire
	unit merc cog,				exp 0 cost 1000 replenish 0.3 - 0.15 max 2 initial 1
	unit Sherwood Archers Mercs	exp 0 cost 800 replenish 0.3 - 0.5 max 2 initial 1
	unit Mercenary Knights		exp 0 cost 870 replenish 0.2 - 0.07 max 2 initial 0 start_year 1300 end_year 1500
	unit Mercenary Ribault		exp 0 cost 600 replenish 0.2 - 0.04 max 1 initial 0  events { gunpowder_discovered }

pool Wales
	regions	Gwynedd_Principality Powys_Principality Deheubarth_Principality Morgannwg_Principality
	unit merc cog,				exp 0 cost 1000 replenish 0.3 - 0.15 max 2 initial 1
	unit Mercenary Arquebusiers	exp 0 cost 830 replenish 0.4 - 0.13 max 2 initial 0 start_year 1400 events { gunpowder_discovered }
	unit Welsh Longbowmen Mercs	exp 0 cost 1000 replenish 0.4 - 0.13 max 2 initial 0 start_year 1300
	unit Welsh Skirmishers Mercs	exp 0 cost 500 replenish 0.4 - 0.13 max 2 initial 1 
	unit Welsh Spearmen Mercs	exp 0 cost 470 replenish 0.6 - 0.18 max 3 initial 2 end_year 1450

pool Isles
	regions	Isle_of_Man Isle_of_Skye_Region Isle_of_Islay_Region
	unit merc cog,				exp 0 cost 1000 replenish 0.3 - 0.15 max 2 initial 1
	unit Galloglaich Mercs		exp 0 cost 830 replenish 0.4 - 0.13 max 1 initial 1
	
