### designer aircraft ###



ROM = {

### small_plane ###

	small_plane_airframe_0 = {
		pool = {
			weight = 5
			icons = {
			GFX_ROM_early_fighter_medium
			}
		}
	}
	
	small_plane_airframe_1 = {
		pool = {
			weight = 5
			icons = {
			GFX_ROM_fighter1_medium
			}
		}
	}

	small_plane_airframe_2 = {
		pool = {
			weight = 5
			icons = {
			GFX_ROM_fighter2_medium
			}
		}
	}

	small_plane_airframe_3 = {
		pool = {
			weight = 5
			icons = {
			GFX_ROM_fighter3_medium
			}
		}
	}

	small_plane_airframe_4 = {
		pool = {
			weight = 5
			icons = {
			GFX_ROM_jet_fighter1_medium
			}
		}
	}
	
	
    ### CAS ###

	small_plane_cas_airframe_1 = {
		pool = {
			weight = 6
			icons = {
			GFX_ROM_CAS1_medium
			}
		}
	}
	
	small_plane_cas_airframe_2 = {
		pool = {
			weight = 6
			icons = {
			GFX_ROM_CAS2_medium
			}
		}
	}

	small_plane_cas_airframe_3 = {
		pool = {
			weight = 6
			icons = {
			GFX_ROM_CAS3_medium
			}
		}
	}	

### medium_plane ###

	medium_plane_airframe_0 = {
		pool = {
			weight = 5
			icons = {
			GFX_ROM_early_bomber_medium
			}
		}
	}
	
	medium_plane_airframe_1 = {
		pool = {
			weight = 5
			icons = {
			GFX_ROM_tactical_bomber1_medium
			}
		}
	}

	medium_plane_airframe_2 = {
		pool = {
			weight = 5
			icons = {
			GFX_ROM_tactical_bomber2_medium
			}
		}
	}
	
### heavy fighters ###

	medium_plane_fighter_airframe_1 = {
		pool = {
			weight = 5
			icons = {
			GFX_ROM_heavy_fighter1_medium
			}
		}
	}	

### HEAVY_plane ###

	heavy_plane_airframe_1 = {
		pool = {
			weight = 5
			icons = {
			GFX_ROM_strategic_bomber1_medium
			}
		}
	}

}

