﻿# Other MAA

other_maa = {
	type = Other_infantry
	
	damage = 30
	toughness = 100
	pursuit = 70
	screen = 0

	siege_tier = 4
	siege_value = 0.9

	terrain_bonus = {
		forest = { damage = 3 toughness = 3 }
		taiga = { damage = 3 toughness = 3 }
		jungle = { damage = 3 toughness = 3 }
		mountains = { damage = 3 toughness = 3 }
		desert_mountains = { damage = -3 toughness = -3 }
		wetlands = { damage = 3 toughness = 3 }
	}
	can_recruit = {
		OR = {   OR = { has_trait = other_trait}
			AND = { dynasty = dynasty:dynn_Banefort
				any_secret = { secret_type = secret_witch }
				}
	}
	
	counters = {
	}

	winter_bonus = {
		normal_winter = { damage = 3 toughness = 3 pursuit = 3 }
		harsh_winter = { damage = 6 toughness = 6 pursuit = 3 }
	}

	buy_cost = { gold = other_maa_recruitment_cost }
	low_maintenance_cost = { gold = other_maa_low_maint_cost }
	high_maintenance_cost = { gold = other_maa_high_maint_cost }
	ai_quality = { value = @cultural_maa_extra_ai_score }
	stack = 500
	hired_stack_size = 1
	icon = titan
}
}