### designer aircraft ###

ROM = {

### light tank 0 ###
	
	light_tank_chassis_0 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_ROM_gw_light_tank_medium
			}
		}
	}

### light tank 1 ###
	
	light_tank_chassis_1 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_ROM_basic_light_spaa_medium
			GFX_ROM_basic_light_tank_2_medium
            GFX_ROM_basic_light_tank_medium
			}
		}
	}

	light_tank_destroyer_chassis_1 = { 
		pool = {
			weight = 6
			icons = { 
			GFX_ROM_basic_light_td_medium
			}
		}
	}	

	light_tank_aa_chassis_1 = {
		pool = {
			weight = 6
			icons = {
			GFX_ROM_basic_light_spaa_medium
			}
		}
	}	

### light tank 2 ###
	
	light_tank_chassis_2 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_ROM_improved_light_spaa_medium
			GFX_ROM_improved_light_td_medium
            GFX_ROM_improved_light_tank_medium
			}
		}
	}	
	
	light_tank_destroyer_chassis_2 = { 
		pool = {
			weight = 6
			icons = { 
			GFX_ROM_improved_light_td_medium
			}
		}
	}	
	
	light_tank_aa_chassis_2 = {
		pool = {
			weight = 6
			icons = {
			GFX_ROM_improved_light_spaa_medium
			}
		}
	}	
	
	light_tank_artillery_chassis_2 = { 
		pool = {
			weight = 6
			icons = { 
			GFX_ROM_improved_light_td_medium
			}
		}
	}	
	
### light tank 3 ###
	
	light_tank_chassis_3 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_ROM_valentine_medium
			GFX_ROM_advanced_light_spaa_medium
            GFX_ROM_advanced_light_tank_medium
            GFX_ROM_advanced_light_td_medium
			}
		}
	}	
	
	light_tank_destroyer_chassis_3 = { 
		pool = {
			weight = 6
			icons = { 
			GFX_ROM_advanced_light_td_medium
			}
		}
	}	
	
	light_tank_aa_chassis_3 = {
		pool = {
			weight = 6
			icons = {
			GFX_ROM_advanced_light_spaa_medium
			}
		}
	}	
	
	light_tank_artillery_chassis_3 = { 
		pool = {
			weight = 6
			icons = { 
			GFX_ROM_advanced_light_tank_medium
			}
		}
	}	
	
### medium tank 1 ###

	medium_tank_chassis_1 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_ROM_basic_medium_tank_medium
			}
		}
	}	
	
	medium_tank_destroyer_chassis_1 = {
		pool = {
			weight = 6
			icons = {
			GFX_ROM_basic_medium_td_medium
			}
		}
	}	
	
### medium tank 2 ###

	medium_tank_chassis_2 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_ROM_improved_medium_art_medium
			GFX_ROM_improved_medium_tank_medium
			}
		}
	}	
	
	medium_tank_destroyer_chassis_2 = {
		pool = {
			weight = 6
			icons = {
			GFX_ROM_improved_medium_tank_medium
			}
		}
	}	
	
	medium_tank_artillery_chassis_2 = {
		pool = {
			weight = 6
			icons = {
			GFX_ROM_improved_medium_art_medium
			}
		}
	}	
		
### medium tank 3 ###

	medium_tank_chassis_3 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_ROM_advanced_medium_tank_medium
			}
		}
	}	
	
	medium_tank_destroyer_chassis_3 = {
		pool = {
			weight = 6
			icons = {
			GFX_ROM_advanced_medium_tank_medium
			}
		}
	}	
	
	medium_tank_artillery_chassis_3 = {
		pool = {
			weight = 6
			icons = {
			GFX_ROM_advanced_medium_tank_medium
			}
		}
	}	
	
	
### HEAVY tank 2 ###

	heavy_tank_chassis_2 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_ROM_improved_heavy_tank_medium
			}
		}
	}	
	

}