equipments = {
	ballista = {
		year = 1263

		is_archetype = yes
		picture = archetype_artillery_equipment		
		type = {
			artillery
			infantry
		}
		group_by = archetype
		
		interface_category = interface_category_land

		#Misc Abilities
		build_cost_ic = 4.6
		reliability = 0.8

		#Defensive Abilities
		defense = 6
		breakthrough = 1
		hardness = 0.1
		armor_value = 0

		#Offensive Abilities
		soft_attack = 12
		hard_attack = 4
		ap_attack = 3
		air_attack = 0

		#Space taken in convoy
		lend_lease_cost = 4
		
		build_cost_ic = 3.5
		resources = {
			rubber = 4
		}
	}

	ballista_0 = {
		year = 1263

		archetype = ballista
		priority = 50
		visual_level = 0
	}
	
	ballista_1 = {
		year = 1268

		archetype = ballista
		parent = ballista_1
		priority = 50
		visual_level = 1

		defense = 15
		breakthrough = 7
		soft_attack = 30
		
		build_cost_ic = 4
		resources = {
			rubber = 4
		}
	}
	
	ballista_2 = {
		year = 1271

		archetype = ballista
		parent = ballista_2
		priority = 50
		visual_level = 2
		
		defense = 18
		breakthrough = 8
		soft_attack = 34
		
		build_cost_ic = 4.5
		resources = {
			rubber = 4
		}
	}
}