explorationship_ship_limit = {
	ship_types = {
		explorationship
	}
	base = value:nsc_explorationship_ship_limit_value  #common/script_values/nsc_script_values.txt  
	show = {
		is_scope_valid = yes
		has_technology = tech_explorationship_1
	}
}

Flagship_ship_limit = {
	ship_types = {
		Flagship
	}
	base = 120   # 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 = 8000 # 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 = 400 # Limit of 4 (4 * 100)
	show = {
		is_scope_valid = yes
		has_technology = tech_juggernaut
	}
}

colossus_ships_limit = {
	ship_types = {
		colossus
	}

	base = 400 # 4 * colossus's size_multiplier
	show = {
		is_scope_valid = yes
		has_technology = tech_colossus
	}
}