### designer aircraft ###

SPR = {

### light tank 0 ###
	light_tank_chassis_0 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_SPR_gwtank_2_medium
			GFX_SPR_gwtank_td_medium
			GFX_SPR_gwtank_medium
			}
		}
	}

	light_tank_destroyer_chassis_0 = { 
		pool = {
			weight = 6
			icons = { 
			GFX_SPR_gwtank_td_medium
			}
		}
	}	

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

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

### light tank 2 ###
	light_tank_chassis_2 = { 
		pool = {
			weight = 5
			icons = { 
            GFX_SPR_improved_light_tank_medium
			}
		}
	}	

### light tank 3 ###
	light_tank_chassis_3 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_SPR_advanced_light_art_medium
			GFX_SPR_advanced_light_td_medium
            GFX_SPR_advanced_light_tank_medium
			}
		}
	}

	light_tank_destroyer_chassis_3 = { 
		pool = {
			weight = 6
			icons = { 
			GFX_SPR_advanced_light_td_medium
			}
		}
	}	
	
	light_tank_artillery_chassis_3 = { 
		pool = {
			weight = 6
			icons = { 
            GFX_SPR_advanced_light_art_medium
			}
		}
	}	

### MEDIUM tank 0 ###
	medium_tank_chassis_0 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_SPR_gw_medium_tank_medium
			}
		}
	}		

### medium tank 1 ###
	medium_tank_chassis_1 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_SPR_basic_medium_art_medium
			GFX_SPR_basic_medium_td_medium
			GFX_SPR_basic_medium_tank_medium_2
            GFX_SPR_basic_medium_tank_medium
			}
		}
	}

	light_tank_destroyer_chassis_1 = { 
		pool = {
			weight = 6
			icons = { 
			GFX_SPR_basic_medium_td_medium
			}
		}
	}	
	
	light_tank_artillery_chassis_1 = { 
		pool = {
			weight = 6
			icons = { 
            GFX_SPR_basic_medium_art_medium
			}
		}
	}	
	

### medium tank 2 ###
	medium_tank_chassis_2 = { 
		pool = {
			weight = 5
			icons = { 
            GFX_SPR_improved_medium_tank_medium
			}
		}
	}
	
	


}