explorationship_ship_limit = {
	ship_types = {
		explorationship
	}
	base = value:nsc_explorationship_ship_limit_value
	show = {
		is_scope_valid = yes
		has_technology = tech_explorationship_1
	}
}

Flagship_ship_limit = {
	ship_types = {
		Flagship
	}
	base = 24   # 1*Size Multiplier
	show = {
		is_scope_valid = yes
		has_technology = tech_Flagship_1
	}
}

titan_ships_limit = {
	ship_types = {
		titan
		cosmo_crisis_titan
		bio_titan
		cosmo_crisis_stinger
	}

	base = 2000 # Limit of 100 (100 * 20)

	show = {
		is_scope_valid = yes
		OR = {
			has_technology = tech_titans
			has_technology = tech_cosmogenesis_FE_titan
			has_technology = tech_cosmogenesis_stinger
		}
	}
}

juggernaut_ships_limit = {
	ship_types = {
		juggernaut
	}
	base = 128 # Limit of 4 (4 * 32)
	show = {
		is_scope_valid = yes
		has_technology = tech_juggernaut
	}
}