### designer aircraft ###

YUG = {

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

### light tank 1 ###
	
	light_tank_chassis_1 = { 
		pool = {
			weight = 5
			icons = { 
            GFX_YUG_basic_light_tank_medium
			}
		}
	}
	
light_tank_destroyer_chassis_1 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_YUG_basic_light_td_2_medium
			GFX_YUG_basic_light_td_medium
			}
		}
	}	

	light_tank_aa_chassis_1 = {
		pool = {
			weight = 5
			icons = {
			GFX_YUG_basic_light_spaa_medium
			}
		}
	}	
	
	light_tank_artillery_chassis_1 = { 
		pool = {
			weight = 5
			icons = { 
            GFX_YUG_basic_light_art_medium
			}
		}
	}
	

### light tank 2 ###
	
	light_tank_chassis_2 = { 
		pool = {
			weight = 5
			icons = { 
            GFX_YUG_improved_light_tank_medium
			}
		}
	}
	
light_tank_destroyer_chassis_2 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_YUG_improved_light_td_medium
			}
		}
	}	

	light_tank_aa_chassis_2 = {
		pool = {
			weight = 5
			icons = {
			GFX_YUG_improved_light_spaa_medium
			}
		}
	}	
	
	light_tank_artillery_chassis_2 = { 
		pool = {
			weight = 5
			icons = { 
            GFX_YUG_improved_light_art_medium
			}
		}
	}
	
### light tank 3 ###
	
	light_tank_chassis_3 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_YUG_advanced_light_tank_2_medium
            GFX_YUG_advanced_light_tank_medium
			}
		}
	}
	
light_tank_destroyer_chassis_3 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_YUG_advanced_light_td_medium
			}
		}
	}	

	light_tank_aa_chassis_3 = {
		pool = {
			weight = 5
			icons = {
			GFX_YUG_advanced_light_spaa_medium
			}
		}
	}	
	
	light_tank_artillery_chassis_3 = { 
		pool = {
			weight = 5
			icons = { 
            GFX_YUG_advanced_light_art_medium
			}
		}
	}

### amphibious light tank ###

	light_tank_amphibious_chassis = { 
		pool = {
			weight = 5
			icons = { 
			GFX_YUG_amphibious_tank_medium
			}
		}
	}	
	
### medium tank 1 ###
	
	medium_tank_chassis_1 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_YUG_basic_medium_td_medium
            GFX_YUG_basic_medium_tank_medium
			}
		}
	}
	
	medium_tank_artillery_chassis_1 = { 
		pool = {
			weight = 5
			icons = { 
            GFX_YUG_basic_medium_art_medium
			}
		}
	}

	medium_tank_destroyer_chassis_1 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_YUG_basic_medium_td_medium
			}
		}
	}	

	medium_tank_aa_chassis_1 = {
		pool = {
			weight = 5
			icons = {
		    GFX_YUG_basic_medium_spaa_medium
			}
		}
	}	

### medium tank 2 ###
	
	medium_tank_chassis_2 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_YUG_improved_medium_td_medium
            GFX_YUG_improved_medium_tank_medium
			}
		}
	}
	
	medium_tank_artillery_chassis_2 = { 
		pool = {
			weight = 5
			icons = { 
            GFX_YUG_improved_medium_art_medium
			}
		}
	}

	medium_tank_destroyer_chassis_2 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_YUG_improved_medium_art_medium
			GFX_YUG_improved_medium_td_medium
			}
		}
	}	

	medium_tank_aa_chassis_2 = {
		pool = {
			weight = 5
			icons = {
		    GFX_YUG_improved_medium_spaa_medium
			}
		}
	}	
	
### medium tank 3 ###
	
	medium_tank_chassis_3 = { 
		pool = {
			weight = 5
			icons = { 
            GFX_YUG_advanced_medium_tank_medium
			}
		}
	}
	
	medium_tank_artillery_chassis_3 = { 
		pool = {
			weight = 5
			icons = { 
            GFX_YUG_advanced_medium_art_medium
			}
		}
	}

	medium_tank_destroyer_chassis_3 = { 
		pool = {
			weight = 5
			icons = { 
			GFX_YUG_advanced_medium_art_medium
			GFX_YUG_advanced_medium_td_medium
			}
		}
	}	

	medium_tank_aa_chassis_2 = {
		pool = {
			weight = 5
			icons = {
		    GFX_YUG_advanced_medium_spaa_medium
			}
		}
	}	
	
	
### MODERN TANK ###
	
	modern_tank_chassis_1 = {
		pool = {
			weight = 5
			icons = { 
				GFX_YUG_main_battle_tank_medium
			}
		}
	}
	
	modern_tank_aa_chassis_1 = {
		pool = {
			weight = 5
			icons = {  
				GFX_YUG_modern_spaa_medium
			}
		}
	}
	
	modern_tank_destroyer_chassis_1 = {
		pool = {
			weight = 5
			icons = { 
				GFX_YUG_modern_td_medium
			}
		}
	}
	
	modern_tank_artillery_chassis_1 = {
		pool = {
			weight = 5
			icons = {  
				GFX_YUG_modern_art_medium
			}
		}
	}
	






}