# This file must be evaluated after the file(s) defining the archetypes being duplicated.
# The equipment attributes alias, type, variant_name, and derived_variant_name are not duplicated.


duplicate_archetypes = {

	# paradrop_tank
	
	paradrop_tank_artillery_chassis = {
		archetype = paradrop_tank_chassis
		type = { armor artillery }
		for_each = {
			variant_name = { find_and_replace = { "chassis" "equipment" } }
			hardness = { set = 0.5 }
		}
	}

	paradrop_tank_destroyer_chassis = {
		archetype = paradrop_tank_chassis
		type = { armor anti_tank }
		for_each = {
			variant_name = { find_and_replace = { "chassis" "equipment" } }
		}
	}
	
	paradrop_tank_aa_chassis = {
		archetype = paradrop_tank_chassis
		type = { armor anti_air }

		for_each = {
			variant_name = { find_and_replace = { "chassis" "equipment" } }
			hardness = { set = 0.5 }
		}
	}
}