﻿@maa_buy_cost = 500

teutonic_knights = { # Actually all Christian knightly orders, not just the Teutons.
	type = heavy_cavalry

	can_recruit = no
	
	# Slightly stronger than normal Armored Horsemen MaA, to represent zeal & dedication to the cause. Weaker than Gandarmes or Cataphracts, still.
	damage = 115
	toughness = 35
	pursuit = 35
	screen = 0
	
	terrain_bonus = {
		plains = { damage = 30 }
		drylands = { damage = 30 }
		hills = { damage = -10 }
		mountains = { damage = -75 }
		desert_mountains = { damage = -75 }
		wetlands = { damage = -75 toughness = -15 pursuit = -15 }
	}

	buy_cost = { gold = heavy_cavalry_recruitment_cost }
	low_maintenance_cost = { gold = heavy_cavalry_low_maint_cost }
	high_maintenance_cost = { gold = heavy_cavalry_high_maint_cost }
		
	counters = {
		archers = 2
	}

	stack = 50
	icon = heavy_cavalry
}
