default = {
	ship_hull_mega_carrier = {
		pool = {
			icons = {
				"GFX_sptech_naval_ice_carrier_medium"
				"GFX_ship_hull_mega_carrier_medium"
			}
		}
	}
}
USA = {
	ship_hull_light = {
		pool = {
			icons = {
			}
			models = {
			}
		}
	}
	ship_hull_light_1 = {
		pool = {
			icons = { 
				GFX_USA_early_destroyer_medium
				
			}
			models = {
			}
		}
	}
	ship_hull_light_2 = {
		pool = {
			icons = { 
				GFX_USA_basic_destroyer_medium
				
			}
			models = {
			}
		}
	}
	ship_hull_light_3 = {
		pool = {
			icons = { 
				GFX_USA_improved_destroyer_medium
				
			}
			models = {
			}
		}
	}
	ship_hull_light_4 = {
		pool = {
			icons = { 
				GFX_USA_advanced_destroyer_medium
				
			}
			models = {
			}
		}
	}
}

JAP = {
	ship_hull_light = {
		pool = {
			icons = {
			}
		}
	}
	ship_hull_light_1 = {
		pool = {
			icons = { 
				GFX_JAP_early_destroyer_medium
				
			}
		}
	}
	ship_hull_light_2 = {
		pool = {
			icons = { 
				GFX_JAP_basic_destroyer_medium
				
			}
		}
	}
	ship_hull_light_3 = {
		pool = {
			icons = { 
				GFX_JAP_improved_destroyer_medium
				
			}
		}
	}
	ship_hull_light_4 = {
		pool = {
			icons = { 
				GFX_JAP_advanced_destroyer_medium
				
			}
		}
	}
}

AST = {
	ship_hull_light = {
		pool = {
			icons = {
			}
		}
	}
	ship_hull_light_1 = {
		pool = {
			icons = { 
				GFX_AST_early_destroyer_medium
				
			}
		}
	}
	ship_hull_light_2 = {
		pool = {
			icons = { 
				GFX_AST_basic_destroyer_medium
				
			}
		}
	}
	ship_hull_light_3 = {
		pool = {
			icons = { 
				GFX_AST_improved_destroyer_medium
				
			}
		}
	}
	ship_hull_light_4 = {
		pool = {
			icons = { 
				GFX_AST_advanced_destroyer_medium
				
			}
		}
	}
}