
is_large_ship = {
	OR = {
		is_ship_size = cruiser
		is_ship_size = battleship
		is_ship_size = colossus
		is_ship_size = titan			
		is_ship_size = large_ship_swarm
		is_ship_size = large_ship_carrier_swarm
		is_ship_size = queen_swarm		
		is_ship_size = massive_ship_fallen_empire
		is_ship_size = large_ship_fallen_empire
		is_ship_size = large_ship_ed
		is_ship_size = medium_ship_ed	
		is_ship_size = marauder_cruiser
		is_ship_size = marauder_galleon	
		is_ship_size = pirate_cruiser
		is_ship_size = large_ship_ai
		is_ship_size = space_amoeba
		is_ship_size = space_amoeba_mother
		is_ship_size = abandoned_ship
		is_ship_size = eventship_01
		is_ship_size = eventship_03
		is_ship_size = eventship_04
		is_ship_size = eventship_05
		is_ship_size = civilian_tanker
		is_ship_size = passenger_liner
		is_ship_size = harbinger_stage_1
		is_ship_size = harbinger_stage_2
		is_ship_size = harbinger_stage_3
		is_ship_size = stinger_stage_1
		is_ship_size = stinger_stage_2
		is_ship_size = stinger_stage_3
		is_ship_size = bio_titan
		is_ship_size = payback_warship
		is_ship_size = colony_vessel
		is_ship_size = offspring_cruiser
		is_ship_size = offspring_battleship
		is_ship_size = offspring_harbinger_stage_1
		is_ship_size = offspring_harbinger_stage_2
		is_ship_size = offspring_harbinger_stage_3
		is_ship_size = offspring_stinger_stage_1
		is_ship_size = offspring_stinger_stage_2
		is_ship_size = offspring_stinger_stage_3
		is_ship_size = crisis_cruiser
		is_ship_size = cosmo_crisis_battlecruiser
		is_ship_size = cosmo_crisis_titan
	}
}

is_small_ship = {
	OR = {
		is_ship_size = corvette
		is_ship_size = destroyer
		is_ship_size = transport	
		is_ship_size = small_ship_swarm
		is_ship_size = transport_ship_swarm	
		is_ship_size = small_ship_fallen_empire	
		is_ship_size = small_ship_ed	
		is_ship_size = marauder_corvette
		is_ship_size = marauder_destroyer		
		is_ship_size = pirate_corvette
		is_ship_size = pirate_destroyer		
		is_ship_size = small_ship_ai
		is_ship_size = ark_ship
		is_ship_size = probe
		is_ship_size = alien_racing_ship
		is_ship_size = eventship_02
		is_ship_size = nomad_destroyer
		is_ship_size = eventship_06
		is_ship_size = eventship_07
		is_ship_size = civilian_freighter
		is_ship_size = mauler_stage_1
		is_ship_size = mauler_stage_2
		is_ship_size = mauler_stage_3
		is_ship_size = weaver_stage_1
		is_ship_size = weaver_stage_2
		is_ship_size = weaver_stage_3
		is_ship_size = security_system_drone
		is_ship_size = pre_ftl_chemical_ship
		is_ship_size = pre_ftl_laser_ship
		is_ship_size = explorer_vessel
		is_ship_size = engineer_vessel
		is_ship_size = offspring_corvette
		is_ship_size = offspring_destroyer
		is_ship_size = offspring_mauler_stage_1
		is_ship_size = offspring_mauler_stage_2
		is_ship_size = offspring_mauler_stage_3
		is_ship_size = offspring_weaver_stage_1
		is_ship_size = offspring_weaver_stage_2
		is_ship_size = offspring_weaver_stage_3
		is_ship_size = crisis_corvette
		is_ship_size = crisis_destroyer
		is_ship_size = cosmo_crisis_destroyer
	}
}