### designer aircraft ###

INS = {

### light tank 0 ###

	light_tank_chassis_0 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_INS_gwtank_medium
			}
		}
	}

### light tank 1 ###
	
	light_tank_chassis_1 = { 
		pool = {
			weight = 5
			icons = { 
            GFX_INS_basic_light_tank_medium
			}
		}
	}

### light tank 2 ###
	
	light_tank_chassis_2 = { 
		pool = {
			weight = 5
			icons = { 
            GFX_INS_improved_light_tank_medium
			}
		}
	}	
	
### light tank 3 ###
	
	light_tank_chassis_3 = { 
		pool = {
			weight = 5
			icons = { 
            GFX_INS_advanced_light_tank_medium
			}
		}
	}
	
### MEDIUM tank 0 ###
	
	medium_tank_chassis_0 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_INS_gw_medium_tank_medium
			}
		}
	}	

### medium tank 1 ###
	
	medium_tank_chassis_1 = { 
		pool = {
			weight = 5
			icons = { 
            GFX_INS_basic_medium_tank_medium
			}
		}
	}

}