struct String_Table_Entry
{
	char key_string[1500];				// The names of the build list
	char translation_string[1500];		// How important to build form this list
};
#define MAX_STRINGS 5000
#define ENGLISH 1
String_Table_Entry translations[MAX_STRINGS] =
{
	"GUI_COMM_MESSAGE_TEAM",	"t",
	"GUI_COMM_MESSAGE_ENEMY",	"e",
	"GUI_COMM_MESSAGE_ALL",		"a",
	"GUI_COMM_RENAME_COMMAND",	"rename",
	"GUI_SD_TEXT_OFF_REQ",		"This vessel requires",
	"GUI_SD_TEXT_OFF_OP",		"to operate.",
	"GUI_CV_MIN_TOOLTIP",		"Double click to return to strategic mode.",
	"GUI_CV_MAIN_TOOLTIP",		"Options Menu: Opens the options menu to change options, abort the mission, save the current game, or load a previously saved game.",
	"GUI_CV_COMM_TOOLTIP",		"Comm Menu: Opens the multiplayer options menu to change alliances, modify chat settings, and give resources or units to other players.",
	"GUI_BP_IDLE_TOOLTIP",		"Idle Ship",
	"GUI_BP_IDLE_VTOOLTIP",		"Idle Ship: Sets the focus to the next ship that has no orders.",
	"GUI_BP_TOGGLE_TOOLTIP",	"Toggle View",
	"GUI_BP_TOGGLE_VTOOLTIP",	"Toggle View: Switches the view between strategic and tactical modes.",
	"GUI_BP_OBJECTIVES_TOOLTIP", "Show Objectives",
	"GUI_BP_OBJECTIVES_VTOOLTIP", "Show Objectives: Show the current mission objectives.",
	"GUI_BP_HELP_TOOLTIP",		"Toggle Help",
	"GUI_BP_HELP_VTOOLTIP",		"Toggle Help: Turn on or off tooltip help messages.",
	"GUI_BP_PALETTE_TOOLTIP",	"Toggle Palette",
	"GUI_BP_PALETTE_VTOOLTIP",	"Toggle Palette: Switches between having the control palette always on, or in popup mode.",
   "GUI_BP_MORE_TOOLTIP",     "Advanced Buttons",
   "GUI_BP_MORE_VTOOLTIP",    "Advanced Buttons: Show more buttons, such as Toggle Help, Toggle Palette, and Options Menu.",

// Control Panel Button Tooltip and Verbose Tooltip Parts
	"GUI_CP_TOOLTIP_SEPARATE",	"",
	"GUI_CP_CLASS_SEPARATE",	"-",
	"GUI_CP_AMOUNT_SEPARATE",	"/",
	"GUI_CP_START_EXTRA",		"",
	"GUI_CP_END_EXTRA",		"",
	"GUI_CP_SENTENCE_END",		".",
	"GUI_CP_PERCENT",			"%%",
	"GUI_CP_REQUIRE",		"needs:",

// Control Panel Button Tooltip and Verbose Tooltips.
	"GUI_CP_MOVE_TOOLTIP",		"Move",
	"GUI_CP_MOVE_VTOOLTIP",		"Move: Order this vessel to set a course for a new location.",
	"GUI_CP_ATTACK_TOOLTIP",	"Attack",
	"GUI_CP_ATTACK_VTOOLTIP",	"Attack: Order this unit to attack a target or, if possible, go to a location and attack any enemies there.",
	"GUI_CP_STOP_TOOLTIP",		"Stop",
	"GUI_CP_STOP_VTOOLTIP",		"Stop: Order this vessel to stop its current action.",
	"GUI_CP_TRANS_TOOLTIP",		"Transport",
	"GUI_CP_TRANS_VTOOLTIP",	"Transport: Send a boarding party over to another ship or station.  The boarding party will fight the crew and take the ship or station over once the crew is eliminated.",
	"GUI_CP_STRANS_TOOLTIP",	"Special Transport[OBSOLETE]",
	"GUI_CP_STRANS_VTOOLTIP",	"Special Transport: Transport a special flag abooard target. [OBSOLETE]",
	"GUI_CP_RECREW_TOOLTIP",	"Recrew",
	"GUI_CP_RECREW_VTOOLTIP",	"Recrew: Reinforce the crew of the station with crew taken from the crew pool.  You can't recrew while under attack.",
	"GUI_CP_ORDER_TOOLTIP",		"Orders",
	"GUI_CP_ORDER_VTOOLTIP",	"Orders: Go to the orders menu to issue more detailed commands.",
	"GUI_CP_SDOWN_TOOLTIP",		"Stand Down",
	"GUI_CP_SDOWN_VTOOLTIP",	"Stand Down: Order the vessel to stop its current action and perform no further actions until it is so ordered.",
	"GUI_CP_REPAIR_TOOLTIP",	"Repair and Recrew",
	"GUI_CP_REPAIR_VTOOLTIP",	"Repair and Recrew: Send the vessel to the nearest shipyard for faster repair and recrewing from the crew pool.",
	"GUI_CP_REPAIR_OTHER_TOOLTIP", "Repair Other",
	"GUI_CP_REPAIR_OTHER_VTOOLTIP", "Repair Other: Repairs a ship or station.",
	"GUI_CP_GUARD_TOOLTIP",		"Guard",
	"GUI_CP_GUARD_VTOOLTIP",	"Guard: Follow and protect another vessel.",
	"GUI_CP_PATROL_TOOLTIP",	"Patrol",
	"GUI_CP_PATROL_VTOOLTIP",	"Patrol: Patrol an area of space.  To make more complex patrol routes hold down the TAB key and right click waypoints.",
	"GUI_CP_SCOUT_TOOLTIP",		"Explore",
	"GUI_CP_SCOUT_VTOOLTIP",	"Explore: Search unexplored areas of the map.",
	"GUI_CP_SANDD_TOOLTIP",		"Search and Destroy",
	"GUI_CP_SANDD_VTOOLTIP",	"Search and Destroy: Search for enemy vessels and destroy them.  This is particularly useful for cleaning up remaining enemy forces.",
	"GUI_CP_DECOM_TOOLTIP",		"Decommission",
	"GUI_CP_DECOM_VTOOLTIP",	"Decommission: Disassemble and recover resources from a ship or station.  All ships must return to a repair bay to be decommissioned.",
	"GUI_CP_GALERT_TOOLTIP",	"Green Alert",
	"GUI_CP_GALERT_VTOOLTIP",	"Green Alert: Do not fire weapons without an explicit attack order.",
	"GUI_CP_YALERT_TOOLTIP",	"Yellow Alert",
	"GUI_CP_YALERT_VTOOLTIP",	"Yellow Alert: Proceed with orders unless the enemy engages first.  If engaged, destroy the enemy forces.",
	"GUI_CP_RALERT_TOOLTIP",	"Red Alert",
	"GUI_CP_RALERT_VTOOLTIP",	"Red Alert: Engage the enemy upon sight.",
	"GUI_CP_BUILD_TOOLTIP",		"Build",
	"GUI_CP_BUILD_VTOOLTIP",	"Build: Go to the construction menu to select ships, upgrades and stations to build.",
	"GUI_CP_HARVEST_TOOLTIP",	"Harvest Dilithium or Tritanium",
	"GUI_CP_HARVEST_VTOOLTIP",	"Harvest Dilithium or Tritanium: Find the nearest resource that can be harvested and begin mining operations.",
	"GUI_CP_RALLY_TOOLTIP",		"Set Rally Point",
	"GUI_CP_RALLY_VTOOLTIP",	"Set Rally Point: Choose a location where vessels will collect after exiting the station.",
	"GUI_CP_RESEARCH_TOOLTIP",	"Research",
	"GUI_CP_RESEARCH_VTOOLTIP",	"Research: Go to the research menu to select ships, upgrades and stations to build.",
	"GUI_CP_BACK_TOOLTIP",		"Back",
	"GUI_CP_BACK_VTOOLTIP",		"Back: Return to the main menu.",
	"GUI_CP_CANCEL_TOOLTIP",	"Cancel",
	"GUI_CP_CANCEL_VTOOLTIP",	"Cancel: Cancel construction and regain the resources.",
	"GUI_CP_CLOSE_TOOLTIP",		"Close",
	"GUI_CP_CLOSE_VTOOLTIP",	"Close: Close the Popup Menu",
	"GUI_CP_STRADE_TOOLTIP",	"Start Trade",
	"GUI_CP_STRADE_VTOOLTIP",	"Start Trade: Set the starting point for a trade route.",
	"GUI_CP_ETRADE_TOOLTIP",	"End Trade",
	"GUI_CP_ETRADE_VTOOLTIP",	"End Trade: Set the ending point for a trade route.",
	"GUI_CP_TRADE_DILITHIUM_TOOLTIP",	"Load Dilithium",
	"GUI_CP_TRADE_DILITHIUM_VTOOLTIP",	"Load Dilithium: Fill ship with 500 dilithium to send to ally.",
	"GUI_CP_TRADE_LATINUM_TOOLTIP",	"Load Tritanium",
	"GUI_CP_TRADE_LATINUM_VTOOLTIP",	"Load Tritanium: Fill ship with 500 tritanium to send to ally.",
	"GUI_CP_TRADE_METAL_TOOLTIP",	"Load Energy",
	"GUI_CP_TRADE_METAL_VTOOLTIP",	"Load Energy: Fill ship with 500 metal to send to ally.",
	"GUI_CP_TRADE_CREW_TOOLTIP",	"Load Crew",
	"GUI_CP_TRADE_CREW_VTOOLTIP",	"Load Crew: Fill ship with 500 crew to send to ally.",
	"GUI_CP_TRADE_MENU_TOOLTIP",		"Trade Menu",
	"GUI_CP_TRADE_MENU_VTOOLTIP",	"Trade Menu: Go to the trade menu to conduct transactions and exchange resources.",
	"GUI_CP_SET_FORMATION",	"Formations Menu",
	"GUI_CP_SET_FORMATION_VTOOLTIP", "^Formations Menu: Go to the formations menu to issue more detailed orders.",
	"GUI_CP_EVOLVE_TOOLTIP",	"Build",
	"GUI_CP_EVOLVE_VTOOLTIP",	"Build: Go to the construction menu to select ships and stations to build.",
	"GUI_CP_TRANSPORT_ATTACK_TOOLTIP", "Transport Attack",
	"GUI_CP_TRANSPORT_ATTACK_VTOOLTIP", "Transport Attack: Attack a target vessel.  Send boarding parties to capture the ship when shields go down.",
	"GUI_CP_COLONIZE_TOOLTIP", "Colonize",
	"GUI_CP_COLONIZE_VTOOLTIP", "Colonize: Colonize a planet.",


// Trade tooltips
	"GUI_CP_BUY_DILITHIUM_TOOLTIP",	"Buy Dilithium",
	"GUI_CP_BUY_DILITHIUM_VTOOLTIP", "Buy Dilithium: Buy 100 units of Dilithium for 143 Latinum.",
	"GUI_CP_SELL_DILITHIUM_TOOLTIP", "Sell Dilithium",
	"GUI_CP_SELL_DILITHIUM_VTOOLTIP", "Sell Dilithium: Sell 100 units of Dilithium for 70 Latinum.",
	"GUI_CP_BUY_METAL_TOOLTIP",	"Buy Energy",
	"GUI_CP_BUY_METAL_VTOOLTIP", "Buy Energy: Buy 100 units of Energy for 143 Latinum.",
	"GUI_CP_SELL_METAL_TOOLTIP",	"Sell Energy",
	"GUI_CP_SELL_METAL_VTOOLTIP",	"Sell Energy: Sell 100 units of Energy for 70 Latinum.",

	"GUI_CP_SREPAIR_TOOLTIP",		"Priority Repair",
	"GUI_CP_SREPAIR_VTOOLTIP",		"Priority Repair: Ignore all further orders until ship is repaired.",

	// AI menu button tooltips
	"GUI_CP_AI_MENU_TOOLTIP",	"AI Menu",
	"GUI_CP_AI_MENU_VTOOLTIP",	"AI Menu: Go to the AI menu to set the autonomy level for the selected ship(s) or station.",

	"GUI_CP_SWNONE_TOOLTIP",	"No Special Weapon Autonomy",
	"GUI_CP_SWNONE_VTOOLTIP",	"No Special Weapon Autonomy: Ship(s) will not automatically fire special weapons.",
	"GUI_CP_SWMED_TOOLTIP",		"Medium Special Weapon Autonomy",
	"GUI_CP_SWMED_VTOOLTIP",	"Medium Special Weapon Autonomy: Ship(s) will automatically fire special weapons if it has more than half of its special energy.",
	"GUI_CP_SWHIGH_TOOLTIP",	"High Special Weapon Autonomy",
	"GUI_CP_SWHIGH_VTOOLTIP",	"High Special Weapon Autonomy: Ship(s) will fire special weapons automatically any time it can.",

	"GUI_CP_MOVELOW_TOOLTIP",	"Low Movement Autonomy",
	"GUI_CP_MOVELOW_VTOOLTIP",	"Low Movement Autonomy: Ship(s) will not move at all during combat.",
	"GUI_CP_MOVEMED_TOOLTIP",	"Medium Movement Autonomy",
	"GUI_CP_MOVEMED_VTOOLTIP",	"Medium Movement Autonomy: Ship(s) will maintain formation during combat, but the formation may move as a group.",
	"GUI_CP_MOVEHIGH_TOOLTIP",	"High Movement Autonomy",
	"GUI_CP_MOVEHIGH_VTOOLTIP",	"High Movement Autonomy: Ship(s) are free to move individually during combat, even if assigned to a formation for movement.",

	// Minimap tooltips
	"GUI_MM_SHIPS_TOOLTIP",		"Filter Ships",
	"GUI_MM_SHIPS_VTOOLTIP",	"Filter Ships: Show All, Friendly only, Enemy only, or Neutral only.",
	"GUI_MM_STATIONS_TOOLTIP",	"Filter Stations",
	"GUI_MM_STATIONS_VTOOLTIP",	"Filter Stations: Show All, Friendly only, Enemy only, or Neutral only.",

	// Minimap strings
	"GUI_MM_ALL_SHIPS_VISIBLE",       "Displaying all visible ships",
	"GUI_MM_ALLIED_SHIPS_VISIBLE",    "Displaying allied ships",
	"GUI_MM_ENEMY_SHIPS_VISIBLE",     "Displaying enemy ships",
	"GUI_MM_NEUTRAL_SHIPS_VISIBLE",   "Displaying neutral ships",
	"GUI_MM_ALL_STATIONS_VISIBLE",    "Displaying all visible stations",
	"GUI_MM_ALLIED_STATIONS_VISIBLE", "Displaying allied stations",
	"GUI_MM_ENEMY_STATIONS_VISIBLE",  "Displaying enemy stations",
	"GUI_MM_NEUTRAL_STATIONS_VISIBLE","Displaying neutral stations",


// Ship Display Tooltips and Verbose Tooltips, these have a good amount of
// dynamic information so they are broken in to little parts.
	"GUI_SD_PLANET",			"planet",
	"GUI_SD_PLANET_VERBOSE",	"",	//eventually should have one of these for each race
	"GUI_SD_RACE_VESSEL",		"vessel",
	"GUI_SD_RACE_REPAIR_BA",	"crew can repair their ships subsystems",
	"GUI_SD_RACE_REPAIR_A",		"crew can repair their ships subsystems",
	"GUI_SD_RACE_REPAIR_AA",	"crew can repair their ships subsystems",
	"GUI_SD_RACE_BOARD_BA",		"crew can try to board or be boarded by enemy ships",
	"GUI_SD_RACE_BOARD_A",		"crew can try to board or be boarded by enemy ships",
	"GUI_SD_RACE_BOARD_AA",		"crew can try to board or be boarded by enemy ships",
	"GUI_SD_RACE_CANT_BOARD",	"cannot board or be boarded by enemy ships.",
	"GUI_SD_REPAIR_SYS_ENG",	"Engines",
	"GUI_SD_REPAIR_SYS_LS",		"Life Support",
	"GUI_SD_REPAIR_SYS_WPN",	"Weapon Control",
	"GUI_SD_REPAIR_SYS_SHLD",	"Shield Generator",
	"GUI_SD_REPAIR_SYS_SENS",	"Sensors",
	"GUI_SD_REPAIR_SYSX_ENG",	"Engines are",
	"GUI_SD_REPAIR_SYSX_LS",	"Life Support is",
	"GUI_SD_REPAIR_SYSX_WPN",	"Weapon Control is",
	"GUI_SD_REPAIR_SYSX_SHLD",	"Shield Generator is",
	"GUI_SD_REPAIR_SYSX_SENS",	"Sensors are",
	"GUI_SD_REPAIR_FUNC_SYS",	"fully functional.",
	"GUI_SD_REPAIR_REP_SYS",	"under repair",
	"GUI_SD_REPAIR_LEFT_SYS",	"%% left",
	"GUI_SD_REPAIR_DIS_SYS",	"disabled.",
	"GUI_SD_REPAIR_NA_SYS",		"not available on this class.",
	"GUI_SD_BAR_HEALTH",		"Hull Integrity at",
	"GUI_SD_BAR_ENERGY",		"Special energy at",
	"GUI_SD_BAR_FREIGHT_IS",	"Freighter is",
	"GUI_SD_BAR_PERFULL",		"%% full.",
	"GUI_SD_BAR_CARGO_IS",		"Cargo Ship is",
	"GUI_SD_BAR_DLTH_INF",		"These source has infinite resources.",
	"GUI_SD_BAR_DLTH_MOON",		"Astroid has",
	"GUI_SD_BAR_DLTH_LEFT",		"dilithium left.",
	"GUI_SD_BAR_LATINUM",		"Astroid has",
	"GUI_SD_BAR_LAT_LEFT",		"tritanium left.",
	"GUI_SD_BAR_DLTHX_PERFULL",	"%% full with ",
	"GUI_SD_BAR_DLTHX_LEFT",	"dilithium left out of",
	"GUI_SD_BAR_LATX_LEFT",		"tritanium left out of",
	"GUI_SD_BAR_PLANET",		"Planet has",
	"GUI_SD_BAR_BIOMATTER_LEFT", "supplies left.",
	"GUI_SD_BAR_BIOMATTERX_LEFT", "supplies left out of",
	"GUI_SD_BAR_METAL_LEFT",	"energy left.",
	"GUI_SD_BAR_METALX_LEFT",	"energy left out of",
	"GUI_SD_BAR_RESEARCH",		"Research",
	"GUI_SD_BAR_CONST",			"Construction",
	"GUI_SD_BAR_PERCOMP",		"%% complete.",
	"GUI_SD_BAR_NO_RESEARCH",	"There is no current research.",
	"GUI_SD_BAR_NO_CONST",		"There is no current construction.",
	"GUI_SD_BAR_PERCOMPX",		"%% complete.  There are approximately",
	"GUI_SD_BAR_SECREMAIN",		"seconds remaining.",
	"GUI_SD_TEXT_VESSEL",		"Vessel Identification",
	"GUI_SD_TEXT_CREW_LABEL",	"CREW",
	"GUI_SD_TEXT_DERELICT",		"Derelict",
	"GUI_SD_TEXT_CREW",			"Crew",
	"GUI_SD_TEXT_SPECIAL_WEAPON_ENERGY", "Special Weapon Energy",
	"GUI_SD_TEXT_CREW_MIN",		"is at minimal operating level.",
	"GUI_SD_TEXT_CREW_RED",		"is at reduced operating level.",
	"GUI_SD_TEXT_CREW_NOR",		"is at normal operating level.",
	"GUI_SD_TEXT_DERELICT_ADV",	"Transport crew on to this vessel to reactivate ship systems.",
	"GUI_SD_TEXT_CREW_FIRE_UP",	"Crew has been directed to increase fire rate at the expense of other systems.",
	"GUI_SD_TEXT_CREW_FIRE_DN",	"Weapon fire rate is impaired.",
	"GUI_SD_TEXT_CREW_REP_UP",	"Crew has been directed to increase repair rate at the expense of other systems.",
	"GUI_SD_TEXT_CREW_REP_DN",	"Repair rate is impaired.",

// Ship Display Cargo types
	"GUI_SD_CARGO_DILITHIUM",	"Dilithium",
	"GUI_SD_CARGO_LATINUM",		"Tritanium",
	"GUI_SD_CARGO_METAL",		"???",
	"GUI_SD_CARGO_CREW",		"Crew",
	"GUI_SD_CARGO_BIOMATTER",	"Supply",
	"GUI_SD_CARGO_EMPTY",		"Empty",
	"GUI_SD_CARGO_SAURIAN_BRANDY", "Saurian Brandy",
	"GUI_SD_CARGO_TRIBBLES",		"Tribbles",
	"GUI_SD_CARGO_WARP_CORES",		"Warp Cores",
	"GUI_SD_TRADE_GOODS",		"Trade Goods",
	"GUI_SD_ROMULAN_ALE",		"Romulan Ale",
	"GUI_SD_REPLICATORS",		"Replicators",
	"GUI_SD_GAGH",				"Gagh",
	"GUI_SD_HOLOGENERATOR",		"Hologenerators",
	"GUI_SD_MEDICAL_SUPPLIES",	"Medical Supplies",
	"GUI_SD_ANTIGRAV",			"Antigrav Devices",
	"GUI_SD_QUADROTRITICALE",	"Quadrotriticale",
	"GUI_SD_RAKTAJINO",			"Raktajino",
	
	"GUI_WI_ANALYSIS",			"Analysis of",
	"GUI_WI_GRAVMINE",			"The movement speed of this vessel has been altered.",
	"GUI_WI_SPY",				"Unofficial transmission detected, indicating spy aboard.",

// tooltips for the metal bar that appear on the planet.
	"GUI_PLANET_METAL_BAR",			"Energy content.",
	"GUI_PLANET_METAL_BAR_VERBOSE",	"Energy content of planet. Energy can be extracted from the planet by building an orbital mining facility.",

// Objectives Pop Up.
	"GUI_POP_OBJ_BUTTON",		"OK",
	"GUI_POP_OBJ_TOOLTIP",		"Return to the game.",

// Comm Pop Up.
	"GUI_POP_COMM_TITLE",		"COMMS/ALLIANCES",
	"GUI_POP_COMM_PLAYER",		"PLAYER",
	"GUI_POP_COMM_CHAT",		"CHAT",
	"GUI_POP_COMM_TEAM",		"TEAM",
	"GUI_POP_COMM_ALLIANCE",	"ALLIANCE",
	"GUI_POP_COMM_MESSAGE",		"Chat to:",
	"GUI_POP_COMM_GIVE",		"GIVING",
	"GUI_POP_COMM_ALLIEDV",		"Allied Victory",
	"GUI_POP_COMM_LATENCY",		"High Latency",
	"GUI_POP_COMM_TEAM_PREFIX",	"Team",
	"GUI_POP_COMM_NAME_TT",		"Player name, click to select as current player.",
	"GUI_POP_COMM_CHAT_TT",		"Determines if you wish to send chat messages to this player.",
	"GUI_POP_COMM_ENEMY_TT",	"Enemy - Fire at will!",
	"GUI_POP_COMM_NEUTRAL_TT",	"Neutral - Do not fire on, but do not share line of sight.",
	"GUI_POP_COMM_ALLY_TT",		"Ally - Do not fire on, share line of sight.",
	"GUI_POP_COMM_SELECT_TT",	"Currently selected player.",
	"GUI_POP_COMM_CHAT_ALL",	"ALL",
	"GUI_POP_COMM_CHAT_ALL_TT",	"All players will receive your chat messages.",
	"GUI_POP_COMM_CHAT_ALY",	"ALLIES",
	"GUI_POP_COMM_CHAT_ALY_TT",	"Only your allies will receive your chat messages.",
	"GUI_POP_COMM_CHAT_EMY",	"ENEMIES",
	"GUI_POP_COMM_CHAT_EMY_TT",	"Only your enemies will receive your chat messages.",
	"GUI_POP_COMM_CHAT_PVT",	"PRIVATE",
	"GUI_POP_COMM_CHAT_PVT_TT",	"Only the currently selected player will receive your chat messages.",
	"GUI_POP_COMM_GIVE_UNT",	"Units",
	"GUI_POP_COMM_GIVE_UNT_TT",	"Give currently selected units to the currently selected player.",
	"GUI_POP_COMM_GIVE_DLT",	"Dilithium",
	"GUI_POP_COMM_GIVE_DLT_TT",	"Give dilithium to the currently selected player.",
	"GUI_POP_COMM_GIVE_CRW",	"Crew",
	"GUI_POP_COMM_GIVE_CRW_TT",	"Give crew to the currently selected player.",
	"GUI_POP_COMM_GIVE_MET",	"Energy",
	"GUI_POP_COMM_GIVE_MET_TT",	"Give energy to the currently selected player.",
	"GUI_POP_COMM_GIVE_LAT",	"Tritanium",
	"GUI_POP_COMM_GIVE_LAT_TT",	"Give tritanium to the currently selected player.",
	"GUI_POP_COMM_GIVE_BIO",	"Supply",
	"GUI_POP_COMM_GIVE_BIO_TT",	"Give supplies to the currently selected player.",
	"GUI_POP_COMM_DLTH_UP",		"Increase the amount of dilithium to transfer.",
	"GUI_POP_COMM_DLTH_DN",		"Decrease the amount of dilithium to transfer.",
	"GUI_POP_COMM_CREW_UP",		"Increase the amount of crew to transfer.",
	"GUI_POP_COMM_CREW_DN",		"Decrease the amount of crew to transfer.",
	"GUI_POP_COMM_METAL_UP",	"Increase the amount of energy to transfer.",
	"GUI_POP_COMM_METAL_DN",	"Decrease the amount of energy to transfer.",
	"GUI_POP_COMM_LATINUM_UP",	"Increase the amount of tritanium to transfer.",
	"GUI_POP_COMM_LATINUM_DN",	"Decrease the amount of tritanium to transfer.",
	"GUI_POP_COMM_BIOMATTER_UP",	"Increase the amount of supplies to transfer.",
	"GUI_POP_COMM_BIOMATTER_DN",	"Decrease the amount of supplies to transfer.",
	"GUI_POP_COMM_ALLIEDV_TT",	"When active an allied victory is sufficient to win the game.",
	"GUI_POP_COMM_LATENCY_TT",	"Click this box when playing over laggy Internet connections.",
	"GUI_POP_COMM_DONE",		"DONE",
	"GUI_POP_COMM_MSG_DLTH_TO",	"dilithium to",
	"GUI_POP_COMM_MSG_CREW_TO",	"crew to",
	"GUI_POP_COMM_MSG_METAL_TO",	"energy to",
	"GUI_POP_COMM_MSG_LATINUM_TO",	"tritanium to",
	"GUI_POP_COMM_MSG_BIOMATTER_TO","supplies to",

	"GUI_POP_COMM_MSG_GAVE",	"You gave",
	"GUI_POP_COMM_MSG_GAVE_U",	"gave you",
	"GUI_POP_COMM_MSG_CONSDR",	"You now consider",
	"GUI_POP_COMM_MSG_CON_U",	"now considers you",
	"GUI_POP_COMM_MSG_ENEMY",	"an enemy.",
	"GUI_POP_COMM_MSG_NEUTRAL",	"neutral.",
	"GUI_POP_COMM_MSG_ALLY",	"an ally.",
	"GUI_POP_COMM_MSG_UNITS",	"You gave units to",
	"GUI_POP_COMM_MSG_UNITS_U",	"gave you units.",

// Drop Player Pop Up.
	"GUI_POP_DROP_WAIT",		"Waiting for ",
	"GUI_POP_DROP_SECONDS",		"seconds:",
	"GUI_POP_DROP_BUTTON",		"Eliminate",
	"GUI_POP_DROP_TOOLTIP",		"Cast your vote to eliminate all currently listed players from the game.",
	"GUI_POP_AITAKEOVER_BUTTON","AI Takeover",
	"GUI_POP_AITAKEOVER_TOOLTIP","Cast your vote to replace all currently listed players with a computer player.",
	"GUI_POP_DROP_YES_QUIT",			" has quit.",
	"GUI_POP_DROP_YES_DISCONNECTED",	" is disconnected.",
	"GUI_POP_DROP_YES_SHELL",			" is in the shell.",
	"GUI_POP_DROP_YES_UNRESPONSIVE",	" is unresponsive.",
	"GUI_POP_DROP_VOTE_ELIMINATE",	" voted for Eliminate.",
	"GUI_POP_DROP_VOTE_AITAKEOVER",	" voted for AI Takeover.",
	"GUI_POP_DROP_VOTE_WAITING",	" is waiting.",


// Player Load Percentage Pop Up
	"GUI_POP_LOAD_WAIT",		"Waiting for loading players for",
	"GUI_POP_LOAD_SECONDS",		"seconds:",

// Pause Game Pop Up
	"GUI_POP_PAUSE_TEXT",		"",
	"GUI_POP_PAUSE_CONTINUE",	"",
	"GUI_POP_PAUSE_TOOLTIP",	"Unpause the game.",

// Planet stuff
	"PLANET_UNPOPULATED",	"Unpopulated",
	"PLANET_SPARSE",		"Sparse",
	"PLANET_LIGHT",			"Light",
	"PLANET_MEDIUM",		"Medium",
	"PLANET_HEAVY",			"Heavy",
	"PLANET_UNINHABITABLE",	"Uninhabitable",
	"PLANET_POPULATION",	"Population:",

// Versioning, the english has no funny suffix, we may version other parts of it later
	"VERSION_PREFIX",			"v",
	"VERSION_SEPARATOR",		".",
	"VERSION_SUFFIX",			"",

	"Computer Easy",			"AI Easy",
	"Computer Medium",			"AI Medium",
	"Computer Hard",			"AI Hard",
	"Computer Neural",			"AI Neural",

// Messages to print when players quit / are kicked / are dropped
	"DEPARTURE_REASON_QUIT",		" quit the game.",
	"DEPARTURE_REASON_LOST",		" was disconnected.",
	"DEPARTURE_REASON_DROPPED",		" was dropped.",
	"DEPARTURE_REASON_VOTED",		" voted you out of their game.",
	"DEPARTURE_ACTION_AITAKEOVER",	" An AI has taken over the game for them.",
	"DEPARTURE_ACTION_ELIMINATED",	" The player was eliminated.",

// General Multiplayer Messages
	"MULTIPLAYER_ONLY_PLAYER",		"You are in a single player game now.",

// General Multiplayer Messages, which are preceeded by a players name
	"MP_VOICE_RECEIVED",			" speaks.",
	"MP_GAME_PAUSED",				" paused the game.",
	"MP_GAME_UNPAUSED",				" unpaused the game.",
	"MP_GAME_SPEED_CHANGED",		" changed the game speed.",
	"MP_GAME_LATENCY_CHANGED",		" changed the network latency.",

// Let's hope we never actually have to print this message for the user.  That means their multiplayer game is ruined :(
	"MULTIPLAYER_SYNC_ERROR",		"out of sync",

// Announce that a multiplayer save occurred (all players see message) or that the request was denied (only requestor sees it)
	"MULTIPLAYER_SAVE",			"Multiplayer Save",
	"MULTIPLAYER_SAVE_DENIED",	"You need to wait 10 minutes between each multiplayer save.",

// Multiplayer Game Type Progress / End text that isn't part of a game message (usually because it has a player name in it)
	"GT_Victorious",				"Victorious Players Are:",
	"GT_Also_Victorious",			"Other Victorious Players Are:",
	"GT_Victorious_Player_Begin",	"    ",
	"GT_Victorious_Player_End",		"",

	"GT_Other_Eliminated_Begin",	"Player ",
	"GT_Other_Eliminated_End",		" was eliminated!",

	"GT_Attacker_Time_To_Kill_Left",	"You have ",
	"GT_Attacker_Time_To_Kill_Right",	" to eliminate the defenders and win.",
	"GT_Defender_Time_Remaining_Left",	"You must hold out for ",
	"GT_Defender_Time_Remaining_Right",	" to win the game.",
	"GT_Observer_Time_Remaining_Left",	"There are ",
	"GT_Observer_Time_Remaining_Right",	" minutes left in the game.",

	"GT_Flag_Being_Towed",	"Your flag is being towed!",
	"GT_Towing_A_Flag",	"You have taken an enemy flag! Return it to your starbase!",

	"GT_Assault_Location",	"400 105 1100 125",
	"GT_Towing_Location",	"400 805 1100 825",
	"GT_Towed_Location",	"400 705 1100 725",

	"GT_Latinum_Collect_A",	" has collected ",
	"GT_Latinum_Collect_AP"," have collected ",
	"GT_Latinum_Collect_B",	" tritanium.",
	

	// launch failure codes, as reported on the machine that had the launch failure
	// the OK code should never be printed to the console - it is just for debugging / logging completeness
	"LFR_OK",												"Launch Request Accepted",
	"LFR_LOCAL_ASSETS_VERSION_BAD",							"You cannot play this host because you have a different version of the game.",
	"LFR_LOCAL_ASSETS_MAP_BAD",								"You cannot launch while you don't have the host's map.",
	"LFR_LOCAL_CD_NEED_OWN",								"You need your own CD to play.",
	"LFR_LOCAL_LADDER_MATCH_GAMESPY_NEEDED",				"You need to be logged in with a GameSpy account to play a ladder match.",
	"LFR_LOCAL_ASSAULT_CHOSE_START_LOCATION",				"You need to choose a start location to play this Assault map.",
	"LFR_LOCAL_RACE_INVALID_FOR_COLONIZE",					"You need to choose a race that can colonize planets to play this Colonize Planets map.",
	"LFR_LOCAL_RACE_INVALID_FOR_DEFEND",					"You need to choose a race that can colonize planets, to play this Defend Planet map.",
	"LFR_LOCAL_RACE_INVALID_FOR_CTF",						"You need to choose a race that can capture flags, to play this Capture The Flag map.",
	"LFR_LOCAL_RACE_INVALID_FOR_LATINUM",					"You need to choose a race that can collect Latinum to play this Collect Latinum map.",
	"LFR_HOST_OVERLOADED",									"To launch, the host will need to choose a map with more start locations.  Alternately, some players could become observers, leave or be kicked out.",
	"LFR_HOST_TWO_TEAMS_NEEDED",							"The game cannot be launched until there are at least two teams.",
	"LFR_HOST_NEED_MORE_PLAYERS",							"The game cannot be launched with only one player.",
	"LFR_HOST_CD_NEED_MORE",								"More CD's are required to play with this many players.",
	"LFR_HOST_LADDER_MATCH_IS_2_PLAYERS",					"To play a ladder match, there must be exactly two players.",
	"LFR_HOST_LADDER_MATCH_GAMESPY_NEEDED",					"All ladder match players need to be logged in with a GameSpy account.",
	"LFR_HOST_ASSETS_BAD",									"This game cannot be launched while some players have a different version to the host.",
	"LFR_HOST_JOINERS_NOT_READY",							"The host wants to launch!  Press the Launch button when ready to start!",
	"LFR_HOST_ASSAULT_START_LOCATIONS_NEEDED",				"The host cannot launch this Assault map until all players have chosen a start location.",

	// special case message - host to self when joiners are not ready
	"LFR_HOST_JOINERS_NOT_READY_TO_SELF",					"The other players have been notified that you wish to launch.",


	// launch failure codes, as reported on the other machines (not the ones that had the launch failure)
	// the OK code should never be printed to the console - it is just for debugging / logging completeness
	// the players name (or "The Host") will be printed before this message)
	"LFR_OTHER_LOCAL_ASSETS_VERSION_BAD",					" has a different version of the game, so the host cannot launch.",
	"LFR_OTHER_LOCAL_ASSETS_MAP_BAD",						" does not have the required map, so the host cannot launch.",
	"LFR_OTHER_LOCAL_CD_NEED_OWN",							" does not have a CD of his or her own, so the host cannot launch.",
	"LFR_OTHER_LOCAL_LADDER_MATCH_GAMESPY_NEEDED",			" is not logged in with a GameSpy account, so the host cannot launch.",
	"LFR_OTHER_LOCAL_ASSAULT_CHOSE_START_LOCATION",			" needs to choose a start location before this Assault map can launch.",
	"LFR_OTHER_LOCAL_RACE_INVALID_FOR_COLONIZE",			" needs to choose a race that can colonize planets, before this Colonize Planets map can launch.",
	"LFR_OTHER_LOCAL_RACE_INVALID_FOR_DEFEND",				" needs to choose a race that can colonize planets, before this Defend Planet map can launch.",
	"LFR_OTHER_LOCAL_RACE_INVALID_FOR_CTF",					" needs to choose a race that can capture flags, before this map can launch.",
	"LFR_OTHER_LOCAL_RACE_INVALID_FOR_LATINUM",				" needs to choose a race that can collect latinum, before this Collect Latinum map can launch.",


	// for map objectives text for each play type
	"GT_TEAM_OBJECTIVES",									"Teams are locked.",
	"GT_ALLIANCE_OBJECTIVES",								"Alliances can be changed after launch.",
	"GT_CAPTURE_DERELICT_OBJECTIVES",						"Tow enemy flags to your starbase.",
	"GT_COLONIZE_PLANETS_OBJECTIVES",						"Colonize more than half the planets.",
	"GT_DEFEND_PLANET_OBJECTIVES",							"Defend your planet.",
	"GT_LADDER_2P_OBJECTIVES",								"Ladder Match.",
	"GT_ASSAULT_OBJECTIVES_LHS",							"Team 1 wins by lasting ",
	"GT_ASSAULT_OBJECTIVES_RHS",							" minutes.",
	"GT_COLLECT_LATINUM_LHS",								"Collect ",
	"GT_COLLECT_LATINUM_RHS",								" latinum.",

	//
	// TRADE STATUS DISPLAY
	//
	"TRADE_SENT_TO_TEAM",		"Sent to Team %d:",
	"TRADE_DILITHIUM_AMOUNT",	"Dilithium: %d",
	"TRADE_LATINUM_AMOUNT",		"Tritanium: %d",
	"TRADE_METAL_AMOUNT",		"Energy: %d",
	"TRADE_CREW_AMOUNT",		"Crew: %d",
	"TRADE_BIOMATTER_AMOUNT",	"Supply: %d",

	//
	// Replay system.  (Note - shell stuff is in label.map)
	//

	"REPLAY_CHAPTER_CREATED",	"Replay Chapter Created.",


	// Miscellanous
	"MISC_OMEGA",		"Omega Particle",
	"MISC_OMEGA_V",		"Omega Particle Verbose - This is from Armada 1",
	"FERENGI_CARGOCLASS", "Ferengi Cargo Ship",
	"FERENGI_CARGOCLASS_V", "The Ferengi operate cargo ships throughout the galaxy.  Each time a Ferengi Cargo Ship docks with a Trading Station a small amount of Latinum makes it way into the owner of the Trading Stations coffers.",
	"FERENGI_MARAUDER", "Ferengi Marauder - Tractor Beam",
	"FERENGI_MARAUDER_V", "The Ferengi are notorious for claiming derelict ships as their own.",
	"FERENGI_SCAVENGER", "Ferengi Scavenger - Tractor Beam",
	"FERENGI_SCAVENGER_V", "The Ferengi are notorious for claiming derelict ships as their own.",
	"Z_FLAG",			"Flag",
	"Z_FLAG_V",			"Protect your flag, and tow other player's flags to your starbase to eliminate them.",
	"Z_FLAG_OWNER_BEFORE_NAME",	"",
	"Z_FLAG_OWNER_AFTER_NAME",	"'s Flag",
	
	// Hotkeys
	"HOTKEY_F1", "<F1>",
	"HOTKEY_F2", "<F2>",
	"HOTKEY_F3", "<F3>",
	"HOTKEY_F4", "<F4>",
	"HOTKEY_F5", "<F5>",
	"HOTKEY_F6", "<F6>",
	"HOTKEY_F7", "<F7>",
	"HOTKEY_F8", "<F8>",
	"HOTKEY_F9", "<F9>",
	"HOTKEY_F10", "<F10>",
	"HOTKEY_F11", "<F11>",
	"HOTKEY_F12", "<F12>",
	"HOTKEY_U", "<U>",

	"HOTKEY_~", "<~>",
	"HOTKEY_BS", "<Backspace>",
	"HOTKEY_SBS", "<SHIFT+Backspace>",
	"HOTKEY_INS", "<Insert>",

	// tech tree display info
	"TECHTREE_WEAPONS",		"WEAPONS",
	"TECHTREE_SHIPS",		"SHIPS AND STATIONS",
	"TECHTREE_UNAVAILABLE",	"The Technology Tree is unavailable with the Free Tech selection.",

	// Admiral's Log localization info
	"ADLOG_FIRST_SUFFIX",	"st",
	"ADLOG_SECOND_SUFFIX",	"nd",
	"ADLOG_THIRD_SUFFIX",	"rd",
	"ADLOG_DEFAULT_SUFFIX",	"th",	// for 4th, 5th

	"ADLOG_BATTLE_VICTORY",	"Victory!",
	"ADLOG_BATTLE_DEFEAT",	"Defeat.",
	"ADLOG_BATTLE_DRAW",	"Draw.",
	"ADLOG_BATTLE_TITLE",	"The %d%s Battle of %s",		// ex, the 1st Battle of PlanetZ

	"ADLOG_MOST_EFFECTIVE",				"Most Effective Combat Ship Class",
	"ADLOG_LEAST_EFFECTIVE",			"Least Effective Combat Ship Class",
	"ADLOG_NONE_EFFECTIVE",				"No effective Combat ships.",
	"ADLOG_MOST_EFFECTIVE_AGAINST",		"Most Effective Combat Ship Class Used Against %s",
	"ADLOG_LEAST_EFFECTIVE_AGAINST",	"Least Effective Combat Ship Class Used Against %s",
	"ADLOG_NONE_EFFECTIVE_AGAINST",		"No effective Combat Ships used against %s.",
	"ADLOG_EFFECTIVENESS_RATING",		"Effectiveness Rating",

	"ADLOG_TEAM_LABEL",					"Team ",		// Team 1
	"ADLOG_WINNER_LABEL",				"Winner",
	"ADLOG_ALLY_LABEL",				"Ally",
	"ADLOG_NEUTRAL_LABEL",			"Neutral",
	"ADLOG_ENEMY_LABEL",			"Enemy",
	"ADLOG_NORELATION_LABEL",		"",

	"ADLOG_SAVE_FILE_TILE",          "Save to File",
	"ADLOG_SAVE_BUTTON_TEXT",        "OK",
	"ADLOG_SAVE_SUCCESS",            "File Saved to your 'My Documents' folder.",
	"ADLOG_SAVE_FAILURE",            "Could not save file.",

	"ADLOG_SCORE_TAB",               "",
	"ADLOG_MILITARY_TAB",            "",
	"ADLOG_ECONOMY_TAB",             "",
	"ADLOG_TIMELINE_TAB",            "",
	"ADLOG_BATTLES_TAB",             "",
	"ADLOG_SHIPS_TAB",               "",
	"ADLOG_BUILD_TAB",               "",
	"ADLOG_TALLY_TAB",               "",

	// Admiral's Log Economy Screen labels
	"ADLOG_RESOURCE_GATHERED",		"Gathered: ",		
	"ADLOG_RESOURCE_SPENT",			"Spent: ",
	"ADLOG_RESOURCE_BOUGHT",		"Bought: ",
	"ADLOG_RESOURCE_SOLD",			"Sold: ",
	"ADLOG_CREW_ENLISTED",			"Enlisted: ",
	"ADLOG_CREW_ASSIGNED",			"Assigned: ",
	"ADLOG_CREW_KILLED",			"Killed: ",
	"ADLOG_TRADE_PROFIT",			"Trade Profit: ",
	"ADLOG_BIOMATTER_CONVERTED",	"Supplies Converted: ",

	// timeline labels
	"ADLOG_TIMELINE_LABEL",			"Relative Power of Armadas",
	"ADLOG_TIMELINE_BATTLE_ICON",	" - Battle",
	"ADLOG_TIMELINE_PLANET_ICON",	" - Planet Colonization",

	// Ship filter buttons
	"ADLOG_FILTER_ALL",				"All",
	"ADLOG_FILTER_ASSAULT",			"Cruiser",
	"ADLOG_FILTER_BATTLESHIP",		"Battleship",
	"ADLOG_FILTER_DESTROYER",		"Destroyer",
	"ADLOG_FILTER_SCIENCE",			"Support",
	"ADLOG_FILTER_OTHER",			"Other",
	"ADLOG_SHIPS_LOST",				"...LOST",

	// Military screen
	"ADLOG_MILITARY_KILLED",		"Killed",
	"ADLOG_MILITARY_LOST",			"Lost",
	"ADLOG_MILITARY_RATIO",			"Ratio",
	"ADLOG_MILITARY_BUILT",			"Built",
	"ADLOG_MILITARY_MAX",			"Max",
	"ADLOG_MILITARY_COLONIZED",		"Colonized",


	// ADMIRALS LOG
	// Names for creation and destruction
	"ADM_COMMISSIONED",		"Commissioned",
	"ADM_ASSEMBLED",		"Assembled",
	"ADM_CREATED",			"Created",
	"ADM_WARPED",			"Warped in",
	"ADM_EVOLVED",			"Changed mode of operation",
	"ADM_REJOINED",			"Changed mode of operation",
	"ADM_SEPARATED",		"Separated",
	"ADM_DEFEATED",			"Defeated",
	"ADM_ENTERED_FLEET",		"Entered Fleet",
	"ADM_DESTROYED_BY",		"Destroyed by",
	"ADM_NEBULA",			"Nebula",
	"ADM_UNKNOWN",			"Unknown",
	"ADM_RECYCLED",			"Recycled",
	"ADM_DECOMMISSIONED",		"Decommissioned",
	"ADM_TAKEN_BY",			"Taken by",
	"ADM_ASSIM_BY",			"Assimilated by",
	"ADM_TAKEN_FROM",		"Taken from",
	"ADM_ASSIM_FROM",		"Assimilated from",
	"ADM_SALVAGED",			"Salvaged by Ferengi",


	"UI_GRAPHICS_INITIALIZATION_ERROR_MESSAGE", "Graphics initialization failed.  No compatible Direct3D8 hardware accelerator detected.",
	"UI_INITIALIZATION_ERROR_TITLE", "Star Trek Armada II: Initialization Failure",

	"GUI_CP_RECYCLE_METAL_TOOLTIP", "Transmute metal into dilithium <^M>",
	"GUI_CP_RECYCLE_METAL_VTOOLTIP", "Transmute 143 units of metal into 100 units of dilithium.",
	"GUI_CP_RECYCLE_DILITHIUM_TOOLTIP", "Transmute dilithium into metal <^D>",
	"GUI_CP_RECYCLE_DILITHIUM_VTOOLTIP", "Transmute 143 units of dilithium into 100 units of metal.",

	// *** [ EVENTS.ODF ] ***	
	"EVENTS_FERENGI_SCAVENGER",					"Ferengi have stolen one of your derelict vessels.",
	"EVENTS_NO_REPAIR_FACILITIES",				"You have no repair facilities. Build a shipyard.",
	"EVENTS_BEGINNING_SHIP_CONSTRUCTION",		"Beginning ship construction.",
	"EVENTS_SHIP_CONSTRUCTION_COMPLETE",		"Ship construction complete.",
	"EVENTS_BEGINNING_STATION_CONSTRUCTION",	"Beginning station construction.",
	"EVENTS_STATION_CONSTRUCTION_COMPLETED",	"Station construction completed.",
	"EVENTS_RESEARCH_BEGUN",						"Research begun.",
	"EVENTS_RESEARCH_COMPLETE",					"Research complete.",
	"EVENTS_ENEMY_ENGAGED",						"Enemy engaged.",
	"EVENTS_BASE_UNDER_ATTACK",					"Your base is under attack!",
	"EVENTS_PLANET_UNDER_ATTACK",				"Your planet is under attack!",
	"EVENTS_PLANET_DEPLETED_METAL",				"Planet has been depleted of metal.",
	"EVENTS_INSUFFICIENT_DILITHIUM",			"Insufficient dilithium to build.",
	"EVENTS_INSUFFICIENT_LATINUM",				"Insufficient tritanium to build.",
	"EVENTS_INSUFFICIENT_METAL",				"Insufficient energy to build.",
	"EVENTS_INSUFFICIENT_BIOMATTER",			"Insufficient supplies to build.",
	"EVENTS_INSUFFICIENT_LATINUM_BUY",			"Insufficient latinum to buy.",
	"EVENTS_INSUFFICIENT_METAL_BUY",			"Insufficient energy to buy.",
	"EVENTS_INSUFFICIENT_DILITHIUM_BUY",		"Insufficient dilithium to buy.",
	"EVENTS_GAINED_PLANET",						"You have gained a planet.",
	"EVENTS_CONQUERED_PLANET",					"You have conquered a planet.",
	"EVENTS_LOST_PLANET",						"You have lost a planet.",
	"EVENTS_INSUFFICIENT_CREW",					"Insufficient crew to build.",

	"EVENTS_INSUFFICIENT_FED_OFFICERS",				"Insufficient credits to build.",
	"EVENTS_INSUFFICIENT_BORG_OFFICERS",			"Insufficient credits to build.",
	"EVENTS_INSUFFICIENT_ROM_OFFICERS",				"Insufficient credits to build.",
	"EVENTS_INSUFFICIENT_KLING_OFFICERS",			"Insufficient credits to build.",
	"EVENTS_INSUFFICIENT_CARD_OFFICERS",			"Insufficient credits to build.",
	"EVENTS_INSUFFICIENT_SPECIES_OFFICERS",			"Insufficient credits to build.",

	"EVENTS_INSUFFICIENT_SPACE",				"Insufficient space for more upgrades. Build another starbase.",
	"EVENTS_CANNOT_BUILD_LOCATION",				"Cannot build at specified location.",
	"EVENTS_ENTERED_DANGEROUS_NEBULA",			"Your ship has entered a dangerous nebula!",
	"EVENTS_DESTROYED_DANGEROUS_NEBULA",		"Your ship is being destroyed in a nebula!",
	"EVENTS_PLANETARY_SHIELDS_FUNCTIONAL",		"Planetary shields are now functional.",
	"EVENTS_BORG_NANITES",						"Computer systems infected by Borg nanites.",
	"EVENTS_TRANSWARPGATE_DETECTED",			"Transwarp Gate detected.",
	"EVENTS_SUBSPACE_SHOCKWAVE_DETECTED",		"Subspace Shockwave detected.",
	"EVENTS_TEMPORAL_STASIS_FIELD_DETECTED",	"Temporal Stasis Field detected.",
	"EVENTS_SPATIAL_RIFT_DETECTED",				"Spatial Rift detected.",
	"EVENTS_DEPLETED_MOON",						"Asteroid has been depleted of dilithium.",
	"EVENTS_DEPLETED_LATINUM_NEBULA",			"Asteroid has been depleted of tritanium.",
	"EVENTS_COLONIZATION_BEGUN",				"Colonization has begun.",
	"EVENTS_VICTORY",								"You are victorious!",
	"EVENTS_FAILURE",								"You are vanquished.",
	"EVENTS_ELIMINATED",							"You were eliminated.",
	"EVENTS_PLAYER_ELIMINATED",					"A player has been eliminated.",
	"EVENTS_GAME_TIED",							"The game is tied!",
	"EVENTS_FLAG_TAKEN",							"Your flag was taken!",
	"EVENTS_FLAG_DROPPED",						"Your flag was dropped.",
	"EVENTS_FLAG_RETURNED",						"Your flag was returned.",
	"EVENTS_FLAG_CAPTURED",						"Your flag was captured!",
	"EVENTS_FLAG_TAKEN_GENERIC",				"A flag was taken!",
	"EVENTS_FLAG_DROPPED_GENERIC",				"A flag was dropped.",
	"EVENTS_FLAG_RETURNED_GENERIC",				"A flag was returned.",
	"EVENTS_FLAG_CAPTURED_GENERIC",				"A flag was captured!",
	"EVENTS_FLAG_RETURN_TO_BASE",				"You have taken an enemy flag!  Return it to your Starbase!",
	"EVENTS_FLAG_DROPPED_ENEMY",				"You dropped an enemy flag.",
	"EVENTS_FLAG_CAPTURED_ENEMY",				"You captured an enemy flag!",
	"EVENTS_FAILED_DEFEND_PLANET",				"You have failed to defend your planet.",
	"EVENTS_CIVILIZATION_DOMINATES",			"Your civilization dominates!",
	"EVENTS_HELD_BASE",							"You held your base!",
	"EVENTS_VANQUISHED",							"You are vanquished.",
	"EVENTS_LATINUM_STASH",						"You were first to collect the latinum stash!",
	"EVENTS_ENEMY_LATINUM_STASH",				"The enemy collected the latinum stash!",
	"EVENTS_TIME_REMAINING",						"There is one minute remaining until the cease fire ends!",
	"EVENTS_CEASE_FIRE_OVER",					"The Cease Fire is Over!",

	"HOLOGEN",			"Holo Generator - Incursion.",
	"HOLOGEN_V",		"Disguises ship as targeted ship of another team.  Cannot attack or be attacked by targeted team while disguised.",
	"MISSION_BORG_10_INCURSION_DESTROYED_TITLE", "THE INCURSION HAS BEEN DESTROYED",

	"GUI_CREDITSSCREEN_SKIP",					"Press [ESC] to exit",
	"GUI_BP_MAIN_MENU",							"Options Menu",
	"GUI_BP_COMM_MENU",							"Comm Menu",

	// Race names
	"GUI_RD_FERENGI",						"Ferengi",
	"GUI_RD_NORACE",						"Uninhabited",

	"UI_GRAPHICS_STARTUP_ERROR_MESSAGE",	"Graphics startup failed.  Reboot you computer, then run dxdiag.exe, select the Display tab, and test Direct3D",
	"UI_INSUFFICIENT_VIRTUAL_MEMORY", 		"There is insufficient virtual memory to run Armada2.  Increase the size of your windows swap file.",
	
	"GUI_OD_BRIEFING_SUMMARY",				"BRIEFING SUMMARY:",
	"GUI_OD_OBJECTIVES",					"OBJECTIVES:",

	"GUI_PLAYER",							"Player",
	"ADLOG_SAVE",							"Save",
	"ADLOG_DONE",							"Done",

	// Note to translators:
	// This is how you set the date/time format for saved games.
	// The format is taken from the Windows strftime() command.  The symbols
	// give you the following:
	// %b (month abbreviation) %d (day of month) 
	// %I (hour in 12-hour format) %M (Minutes) %p (am/pm) %H (hour in 24 hour format)
	// The format you choose should be equivalently small, ie, no weekday name, or year.
	"GUI_DATE_TIME_FORMAT",					"%b %d %I:%M %p",

	// new message per Doug Pearson for multiplayer setup screen.  Message is displayed when 5 or more players (including ai's) join a network game.  (not instant action games)
	"PLAYER_OVERLIMIT_WARNING",				"This game exceeds the recommended number of players (4) for network play. It is possible to exceed this number of players, but performance will vary depending on your hardware configuration, Internet connection type, and the performance of your opponent's machines.",




//############################################
//############################################
//######  Fleet Operations Stringtables  #####
//############################################
//############################################

	"emptylabel", "",

"FEDERATION-EXCELSIOR-ARRIVED", "An Excelsior Class vessel responded to your distress call",
"FEDERATION-GALAXY-ARRIVED", "A Galaxy Class vessel responded to your distress call",
"FEDERATION-AMBASSADOR-ARRIVED", "An Ambassador Class vessel responded to your distress call",
"FEDERATION-NEBULA-ARRIVED", "A Nebula Class vessel responded to your distress call",
"FEDERATION-STEAMRUNNER-ARRIVED", "A Steamrunner Class vessel responded to your distress call",
"FEDERATION-DESCENT-ARRIVED", "Starfleet grants you control of a Descent Class vessel",
"FEDERATION-PROMETHEUS-ARRIVED", "Starfleet grants you control of a Prometheus Class vessel",
"FEDERATION-CLASSIFIED-ARRIVED", "Starfleet grants you control of a Classified vessel",
"FEDERATION-AVALON-ARRIVED", "Starfleet grants you control of a Avalon Class vessel",

//######################
//######  Vessels  #####
//######################

"AUTOTOOLTIP-bor_adaptor_00.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Adaption - Federation 
     Damage reduced from Federation sources
     by 50 percent

      Medium
",
"AUTOTOOLTIP-bor_adaptor_01.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Adaption - Federation 
     Damage reduced from Federation sources
     by 25 percent
     Adaption - Klingon 
     Damage reduced from Klingon sources by
     25 percent

      Medium
",
"AUTOTOOLTIP-bor_adaptor_02.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Adaption - Federation 
     Damage reduced from Federation sources
     by 25 percent
     Adaption - Romulan 
     Damage reduced from Romulan sources by
     25 percent

      Medium
",
"AUTOTOOLTIP-bor_adaptor_03.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Adaption - Federation 
     Damage reduced from Federation sources
     by 25 percent
     Adaption - Dominion 
     Damage reduced from Dominion sources by
     25 percent

      Medium
",
"AUTOTOOLTIP-bor_adaptor_11.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Adaption - Klingon 
     Damage reduced from Klingon sources by
     50 percent

      Medium
",
"AUTOTOOLTIP-bor_adaptor_12.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Adaption - Klingon 
     Damage reduced from Klingon sources by
     25 percent
     Adaption - Romulan 
     Damage reduced from Romulan sources by
     25 percent

      Medium
",
"AUTOTOOLTIP-bor_adaptor_13.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Adaption - Klingon 
     Damage reduced from Klingon sources by
     25 percent
     Adaption - Dominion 
     Damage reduced from Dominion sources by
     25 percent

      Medium
",
"AUTOTOOLTIP-bor_adaptor_22.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Adaption - Romulan 
     Damage reduced from Romulan sources by
     50 percent

      Medium
",
"AUTOTOOLTIP-bor_adaptor_23.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Adaption - Romulan 
     Damage reduced from Romulan sources by
     25 percent
     Adaption - Dominion 
     Damage reduced from Dominion sources by
     25 percent

      Medium
",
"AUTOTOOLTIP-bor_adaptor_33.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Adaption - Dominion 
     Damage reduced from Dominion sources by
     50 percent

      Medium
",
"AUTOTOOLTIP-bor_adaptor_R0.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Adaption - Federation 
     Damage reduced from Federation sources
     by 25 percent

      Medium
",
"AUTOTOOLTIP-bor_adaptor_R1.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Adaption - Klingon 
     Damage reduced from Klingon sources by
     25 percent

      Medium
",
"AUTOTOOLTIP-bor_adaptor_R2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Adaption - Romulan 
     Damage reduced from Romulan sources by
     25 percent

      Medium
",
"AUTOTOOLTIP-bor_adaptor_R3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Adaption - Dominion 
     Damage reduced from Dominion sources by
     25 percent

      Medium
",
"AUTOTOOLTIP-bor_adaptor_T0.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Adaption - Federation 
     Damage reduced from Federation sources
     by 25 percent

      Medium
",
"AUTOTOOLTIP-bor_adaptor_T1.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Adaption - Klingon 
     Damage reduced from Klingon sources by
     25 percent

      Medium
",
"AUTOTOOLTIP-bor_adaptor_T2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Adaption - Romulan 
     Damage reduced from Romulan sources by
     25 percent

      Medium
",
"AUTOTOOLTIP-bor_adaptor_T3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Adaption - Dominion 
     Damage reduced from Dominion sources by
     25 percent

      Medium
",
"AUTOTOOLTIP-bor_adaptor_TR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent

      Medium
",
"AUTOTOOLTIP-bor_assimilatorZ_BRN.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Nanite Factory
     Reinforced Drones 
     Increased drone strength when boarding
     or being boarded

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilatorZ_BRZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Auto-Assimilator

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilatorZ_BTN.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Nanite Factory
     Reinforced Drones 
     Increased drone strength when boarding
     or being boarded

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilatorZ_BTR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilatorZ_BTT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     20 percent chance to deal direct hull
     damage on torpedo hit

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilatorZ_BTZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Auto-Assimilator

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilatorZ_BZN.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     Auto-Assimilator
     Nanite Factory
     Reinforced Drones 
     Increased drone strength when boarding
     or being boarded

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilatorZ_BZZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     Auto-Assimilator

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilatorZ_RZN.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Auto-Assimilator
     Nanite Factory
     Reinforced Drones 
     Increased drone strength when boarding
     or being boarded

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilatorZ_RZZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Auto-Assimilator

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilatorZ_TRN.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Nanite Factory
     Reinforced Drones 
     Increased drone strength when boarding
     or being boarded

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilatorZ_TRZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Auto-Assimilator

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilatorZ_TTN.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     20 percent chance to deal direct hull
     damage on torpedo hit
     Nanite Factory
     Reinforced Drones 
     Increased drone strength when boarding
     or being boarded

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilatorZ_TTR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     20 percent chance to deal direct hull
     damage on torpedo hit
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilatorZ_TTZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     20 percent chance to deal direct hull
     damage on torpedo hit
     Auto-Assimilator

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilatorZ_TZN.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Auto-Assimilator
     Nanite Factory
     Reinforced Drones 
     Increased drone strength when boarding
     or being boarded

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilatorZ_TZZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Auto-Assimilator

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilatorZ_ZZN.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Auto-Assimilator
     Nanite Factory
     Reinforced Drones 
     Increased drone strength when boarding
     or being boarded

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilator_AAA.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Auto-Assimilator

      Long
",
"AUTOTOOLTIP-bor_assimilator_BAA.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     Auto-Assimilator

      Long
",
"AUTOTOOLTIP-bor_assimilator_BRA.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Auto-Assimilator

      Long
",
"AUTOTOOLTIP-bor_assimilator_BTA.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Auto-Assimilator

      Long
",
"AUTOTOOLTIP-bor_assimilator_BTR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent

      Long
",
"AUTOTOOLTIP-bor_assimilator_BTT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     20 percent chance to deal direct hull
     damage on torpedo hit

      Long
",
"AUTOTOOLTIP-bor_assimilator_RAA.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Auto-Assimilator

      Long
",
"AUTOTOOLTIP-bor_assimilator_TAA.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Auto-Assimilator

      Long
",
"AUTOTOOLTIP-bor_assimilator_TRA.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Auto-Assimilator

      Long
",
"AUTOTOOLTIP-bor_assimilator_TTA.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     20 percent chance to deal direct hull
     damage on torpedo hit
     Auto-Assimilator

      Long
",
"AUTOTOOLTIP-bor_assimilator_TTR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     20 percent chance to deal direct hull
     damage on torpedo hit
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent

      Long
",
"AUTOTOOLTIP-bor_cube_BHHHMM.odf", "
     Offensive Value
   Defensive Value
   System Value

     2x Energy Phaser
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 20 percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_BRHHHM.odf", "
   Offensive Value
   Defensive Value
   System Value

     2x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 10 percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_BRHHMM.odf", "
   Offensive Value
   Defensive Value
   System Value

     2x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 20 percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_BTHHHM.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     2x Energy Phaser
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 10 percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_BTHHMM.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     2x Energy Phaser
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 20 percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_BTRHHH.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     2x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_BTRHHM.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     2x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 10 percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_BTRHMM.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     2x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 20 percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_BTTHHH.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     2x Energy Phaser
     Holding-Beam

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_BTTHHM.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     2x Energy Phaser
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 10 percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_BTTHMM.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     2x Energy Phaser
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 20 percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_BTTRHH.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     2x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_BTTRHM.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     2x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 10 percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_BTTRMM.odf", "
   Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     2x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 20 percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_BTTTHH.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     20 percent chance to deal direct hull
     damage on torpedo hit
     2x Energy Phaser
     Holding-Beam

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_BTTTHM.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     20 percent chance to deal direct hull
     damage on torpedo hit
     2x Energy Phaser
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 10 percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_BTTTMM.odf", "
   Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     20 percent chance to deal direct hull
     damage on torpedo hit
     2x Energy Phaser
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 20 percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_BTTTRH.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     20 percent chance to deal direct hull
     damage on torpedo hit
     2x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_BTTTRM.odf", "
   Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     20 percent chance to deal direct hull
     damage on torpedo hit
     2x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 10 percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_cube_RHHHMM.odf", "
     Offensive Value
   Defensive Value
   System Value

     Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 20 percent

      Medium
",
"AUTOTOOLTIP-bor_cube_THHHMM.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     Energy Phaser
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 20 percent

      Medium
",
"AUTOTOOLTIP-bor_cube_TRHHHM.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 10 percent

      Medium
",
"AUTOTOOLTIP-bor_cube_TRHHMM.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 20 percent

      Medium
",
"AUTOTOOLTIP-bor_cube_TTHHHM.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Energy Phaser
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 10 percent

      Medium
",
"AUTOTOOLTIP-bor_cube_TTHHMM.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Energy Phaser
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 20 percent

      Medium
",
"AUTOTOOLTIP-bor_cube_TTRHHH.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam

      Medium
",
"AUTOTOOLTIP-bor_cube_TTRHHM.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 10 percent

      Medium
",
"AUTOTOOLTIP-bor_cube_TTRHMM.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 20 percent

      Medium
",
"AUTOTOOLTIP-bor_cube_TTTHHH.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     20 percent chance to deal direct hull
     damage on torpedo hit
     Energy Phaser
     Holding-Beam

      Medium
",
"AUTOTOOLTIP-bor_cube_TTTHHM.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     20 percent chance to deal direct hull
     damage on torpedo hit
     Energy Phaser
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 10 percent

      Medium
",
"AUTOTOOLTIP-bor_cube_TTTHMM.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     20 percent chance to deal direct hull
     damage on torpedo hit
     Energy Phaser
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 20 percent

      Medium
",
"AUTOTOOLTIP-bor_cube_TTTRHH.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     20 percent chance to deal direct hull
     damage on torpedo hit
     Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam

      Medium
",
"AUTOTOOLTIP-bor_cube_TTTRHM.odf", "
   Offensive Value
   Defensive Value
   System Value

     Graviton Torpedo
     20 percent chance to deal direct hull
     damage on torpedo hit
     Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 10 percent

      Medium
",
"AUTOTOOLTIP-bor_cube_TTTRMM.odf", "
   Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     20 percent chance to deal direct hull
     damage on torpedo hit
     Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 20 percent

      Medium
",
"AUTOTOOLTIP-bor_diamond_BDDD.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     Bring order to chaos

      Long
",
"AUTOTOOLTIP-bor_diamond_BHDD.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     Holding-Beam
     Bring order to chaos

      Long
",
"AUTOTOOLTIP-bor_diamond_BRDD.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Bring order to chaos

      Long
",
"AUTOTOOLTIP-bor_diamond_BRHD.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Bring order to chaos

      Long
",
"AUTOTOOLTIP-bor_diamond_BRTD.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Bring order to chaos

      Long
",
"AUTOTOOLTIP-bor_diamond_BRTH.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam

      Long
",
"AUTOTOOLTIP-bor_diamond_BTDD.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Bring order to chaos

      Long
",
"AUTOTOOLTIP-bor_diamond_BTHD.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Holding-Beam
     Bring order to chaos

      Long
",
"AUTOTOOLTIP-bor_diamond_HDDD.odf", "
     Offensive Value
     Defensive Value
   System Value

     Graviton Torpedo
     Holding-Beam
     Bring order to chaos

      Long
",
"AUTOTOOLTIP-bor_diamond_RDDD.odf", "
     Offensive Value
     Defensive Value
   System Value

     Graviton Torpedo
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Bring order to chaos

      Long
",
"AUTOTOOLTIP-bor_diamond_RHDD.odf", "
     Offensive Value
     Defensive Value
   System Value

     Graviton Torpedo
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Bring order to chaos

      Long
",
"AUTOTOOLTIP-bor_diamond_RTDD.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Bring order to chaos

      Long
",
"AUTOTOOLTIP-bor_diamond_RTHD.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Bring order to chaos

      Long
",
"AUTOTOOLTIP-bor_diamond_TDDD.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Bring order to chaos

      Long
",
"AUTOTOOLTIP-bor_diamond_THDD.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Holding-Beam
     Bring order to chaos

      Long
",
"AUTOTOOLTIP-bor_pyramid_HHHH.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Holding-Beam

      Medium

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_pyramid_HHHN.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Holding-Beam
     Nanite Factory
     Reinforced Drones 
     Increased drone strength when boarding
     or being boarded

      Medium

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_pyramid_HHHT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Holding-Beam

      Medium

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_pyramid_HHTN.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Holding-Beam
     Nanite Factory
     Reinforced Drones 
     Increased drone strength when boarding
     or being boarded

      Medium

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_pyramid_RHHH.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam

      Medium

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_pyramid_RHHN.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Nanite Factory
     Reinforced Drones 
     Increased drone strength when boarding
     or being boarded

      Medium

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_pyramid_RHHT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam

      Medium

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_pyramid_RHTN.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Nanite Factory
     Reinforced Drones 
     Increased drone strength when boarding
     or being boarded

      Medium

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_pyramid_RRHH.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 20
     percent
     Holding-Beam

      Medium

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_pyramid_RRHN.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 20
     percent
     Holding-Beam
     Nanite Factory
     Reinforced Drones 
     Increased drone strength when boarding
     or being boarded

      Medium

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_pyramid_RRHT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 20
     percent
     Holding-Beam

      Medium

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_pyramid_RRTN.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     10 percent chance to deal direct hull
     damage on torpedo hit
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 20
     percent
     Nanite Factory
     Reinforced Drones 
     Increased drone strength when boarding
     or being boarded

      Medium

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_scoutcube_B.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Energy Phaser

      Short
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_scoutcube_I.odf", "
     Offensive Value
     Defensive Value
     System Value

     Adapted Photon Torpedo
     Does always hit
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Energy Phaser

      Short
",
"AUTOTOOLTIP-bor_scoutcube_R.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent

      Short
",
"AUTOTOOLTIP-bor_sphereY_BBBH.odf", "
     Offensive Value
     Defensive Value
     System Value

     4x Energy Phaser
     Holding-Beam

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BBBR.odf", "
     Offensive Value
     Defensive Value
     System Value

     4x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BBBS.odf", "
     Offensive Value
     Defensive Value
     System Value

     4x Energy Phaser
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BBBT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     4x Energy Phaser

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BBHS.odf", "
     Offensive Value
     Defensive Value
     System Value

     3x Energy Phaser
     Holding-Beam
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BBHT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     3x Energy Phaser
     Holding-Beam

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BBRH.odf", "
     Offensive Value
     Defensive Value
     System Value

     3x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BBRR.odf", "
     Offensive Value
     Defensive Value
     System Value

     3x Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 20
     percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BBRS.odf", "
     Offensive Value
     Defensive Value
     System Value

     3x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BBRT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     3x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BBSS.odf", "
     Offensive Value
     Defensive Value
     System Value

     3x Energy Phaser
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BBTS.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     3x Energy Phaser
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BHSS.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Energy Phaser
     Holding-Beam
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BHTS.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     2x Energy Phaser
     Holding-Beam
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BRHS.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BRHT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     2x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BRRH.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 20
     percent
     Holding-Beam

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BRRR.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 30
     percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BRRS.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 20
     percent
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BRRT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     2x Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 20
     percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BRSS.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BRTS.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     2x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BSSS.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Energy Phaser
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_BTSS.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     2x Energy Phaser
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphereY_HSSS.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Holding-Beam
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
",
"AUTOTOOLTIP-bor_sphereY_HTSS.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Energy Phaser
     Holding-Beam
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
",
"AUTOTOOLTIP-bor_sphereY_RHSS.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
",
"AUTOTOOLTIP-bor_sphereY_RHTS.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
",
"AUTOTOOLTIP-bor_sphereY_RRHS.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 20
     percent
     Holding-Beam
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
",
"AUTOTOOLTIP-bor_sphereY_RRHT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 20
     percent
     Holding-Beam

      Medium
",
"AUTOTOOLTIP-bor_sphereY_RRRH.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 30
     percent
     Holding-Beam

      Medium
",
"AUTOTOOLTIP-bor_sphereY_RRRS.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 30
     percent
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
",
"AUTOTOOLTIP-bor_sphereY_RRRT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 30
     percent

      Medium
",
"AUTOTOOLTIP-bor_sphereY_RRSS.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 20
     percent
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
",
"AUTOTOOLTIP-bor_sphereY_RRTS.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 20
     percent
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
",
"AUTOTOOLTIP-bor_sphereY_RSSS.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
",
"AUTOTOOLTIP-bor_sphereY_RTSS.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
",
"AUTOTOOLTIP-bor_sphereY_TSSS.odf", "
   Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Energy Phaser
     Deflector Domination 
     The primary target of the Sphere loses
     special energy while in combat

      Medium
",
"AUTOTOOLTIP-bor_sphere_BBBH.odf", "
     Offensive Value
     Defensive Value
     System Value

     4x Energy Phaser
     Holding-Beam

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphere_BBBR.odf", "
     Offensive Value
     Defensive Value
     System Value

     4x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphere_BBBT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     4x Energy Phaser

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphere_BBHT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     3x Energy Phaser
     Holding-Beam

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphere_BBRH.odf", "
     Offensive Value
     Defensive Value
     System Value

     3x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphere_BBRR.odf", "
     Offensive Value
     Defensive Value
     System Value

     3x Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 20
     percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphere_BBRT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     3x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphere_BRHT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     2x Energy Phaser
     Borg Microtech 
     Hull regeneration rate increased by 10
     percent
     Holding-Beam

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphere_BRRH.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 20
     percent
     Holding-Beam

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphere_BRRR.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 30
     percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphere_BRRT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     2x Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 20
     percent

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-bor_sphere_RRHT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 20
     percent
     Holding-Beam

      Medium
",
"AUTOTOOLTIP-bor_sphere_RRRH.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 30
     percent
     Holding-Beam

      Medium
",
"AUTOTOOLTIP-bor_sphere_RRRT.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     Energy Phaser
     Regeneration
     Borg Microtech 
     Hull regeneration rate increased by 30
     percent

      Medium
",
"AUTOTOOLTIP-map_nebula_crystalid.odf", "
     Disables cloak
     Regenerates shields
",
"AUTOTOOLTIP-map_nebula_fluid.odf", "
     Disables shields
     Disables cloak
     Vessels inside are hidden
",
"AUTOTOOLTIP-map_nebula_mutara.odf", "
     Disables shields
     Disables sensors
     Disables cloak
     Vessels inside are hidden
",
"AUTOTOOLTIP-map_nebula_nucleon.odf", "
     Disables cloak
     Causes damage
",
"AUTOTOOLTIP-map_nebula_organic.odf", "
     Disables shields
     Disables cloak
     Regenerates shields
",
"AUTOTOOLTIP-map_nebula_tetrion.odf", "
     Disables cloak
     Causes damage
",
"AUTOTOOLTIP-all_alliedrepair.odf", "
     Allows your allies to repair their
     vessels at this yard. You will have to
     research Service Contract on each yard
     you want your allies to repair at
",
"AUTOTOOLTIP-all_mixed_tech.odf", "
     The general analysis of alien
     technology allows you to incorporate
     foreign technology into your native
     starships. Unlocks access to Mixed-Tech
     units
",
"AUTOTOOLTIP-all_supply_routes.odf", "
     Improve your supply stock by extending
     your supply routes. Additional Supplies
     are required to build additional
     starships
     Increases your supply stock by 250 
",
"AUTOTOOLTIP-all_veteran.odf", "
     Greatly increases the attributes of
     this vessel and grants it a special
     veteran bonus
",
"AUTOTOOLTIP-borR_baseholding.odf", "
     Allows stations to use a Holding Beam

     Affected units:
     Assimilation Matrix
     Transmission Matrix
     Conduction Matrix
",
"AUTOTOOLTIP-borR_board.odf", "
     Transport Borg drones through the
     enemies shields
     The boarding party size increases with
     chassis size

      Long

     Affected units:
     Probe
     Scoutcube
     Adaptor
     Assimilator
     Sphere
     Diamond
     Cube
",
"AUTOTOOLTIP-borR_connections1.odf", "
     Integrate your Uni-Matrix into the
     collective's framework. Increases the
     rate at which collective connections
     accumulate
",
"AUTOTOOLTIP-borR_connections2.odf", "
     Integrate your Uni-Matrix into the
     collective's framework. Increases the
     rate at which collective connections
     accumulate
",
"AUTOTOOLTIP-borR_connections3.odf", "
     Integrate your Uni-Matrix into the
     collective's framework. Increases the
     rate at which collective connections
     accumulate
",
"AUTOTOOLTIP-borR_connections4.odf", "
     Integrate your Uni-Matrix into the
     collective's framework. Increases the
     rate at which collective connections
     accumulate
",
"AUTOTOOLTIP-borR_connections5.odf", "
     Integrate your Uni-Matrix into the
     collective's framework. Increases the
     rate at which collective connections
     accumulate
",
"AUTOTOOLTIP-borR_connectionsS.odf", "
     Integrate your Uni-Matrix into the
     collective's framework. Increases the
     rate at which collective connections
     accumulate
",
"AUTOTOOLTIP-borR_datamining.odf", "
     Combine the minds of the collective to
     increase the sensor range of all Borg
     vessels by 30 percent

     Affected units:
     Probe
     Scoutcube
     Adaptor
     Assimilator
     Sphere
     Diamond
     Cube
",
"AUTOTOOLTIP-borR_devestating.odf", "
     Fires a medium range torpedo at a
     hostile target. The torpedo will have a
     devestating influence on the targets
     shields
     Damage dealt increases with chassis size

      Medium

     Affected units:
     Probe
     Scoutcube
     Adaptor
     Assimilator
     Sphere
     Diamond
     Cube
",
"AUTOTOOLTIP-borR_futile.odf", "
     Instantly grants 20 
",
"AUTOTOOLTIP-borR_logistics.odf", "
     Allows to upgrade up to four Resource
     Assimilators to gain resources over time

     Affected units:
     Resource Assimilator
",
"AUTOTOOLTIP-borR_nanites.odf", "
     Creates a field of Borg nanites in
     space. The nanites will cause constant
     damage to all hostiles within the aera
     Damage is divided amongst all valid
     targets
     There is also a chance that a hostile
     unit might be infected with the
     nanites, causing this players GUI to be
     disturbed
     Special Energy cost decrease with
     chassis size
     Hits cloaked vessels
     Lasts 25 seconds

      Long

     Affected units:
     Diamond
     Cube
",
"AUTOTOOLTIP-borR_partadapt.odf", "
     Increases the damage of all Borg units
     by 10 percent

     Affected units:
     Probe
     Scoutcube
     Adaptor
     Assimilator
     Sphere
     Diamond
     Cube
",
"AUTOTOOLTIP-borR_sensor_relay.odf", "
     Places a permanent Sensor Relay nearby
     this Borg vessel. The Sensor Relay will
     detect all cloaked vessels nearby

     Affected units:
     Probe
     Scoutcube
     Adaptor
     Assimilator
     Sphere
     Diamond
     Cube
",
"AUTOTOOLTIP-borR_slizer.odf", "
     Fires a high energy cutting beam that
     will slice the enemies hull apart
     Deals double damage to small sized
     targets
     Total damage dealt increases with
     chassis size

      Short

     Affected units:
     Probe
     Scoutcube
     Adaptor
     Assimilator
     Sphere
     Diamond
     Cube
",
"AUTOTOOLTIP-borR_transwarp.odf", "
     Engage the Transwarp coils of this unit
     to maximum, allowing it to instantly
     travel to the target location
     Maximum distance decreases with chassis
     size

     Affected units:
     Detector
     Probe
     Scoutcube
",
"AUTOTOOLTIP-bor_adaptor.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo

      Medium
",
"AUTOTOOLTIP-bor_adaptorR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo

     2 Borg module slots
     May carry Mixed-Tech modules

      Medium
",
"AUTOTOOLTIP-bor_adaptorYR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo

     2 Borg module slots
     May carry Mixed-Tech modules

      Medium

     
     Construction costs reduced by 30 percent
",
"AUTOTOOLTIP-bor_adaptor_module0.odf", "Adaption Module - Federation

    Offensive Value
  Defensive Value

     You may install this module twice

     Adapts to Federation weapony, reducing
     the damage received from Federaton
     sources
",
"AUTOTOOLTIP-bor_adaptor_module1.odf", "Adaption Module - Klingon

    Offensive Value
  Defensive Value

     You may install this module twice

     Adapts to Klingon weapony, reducing the
     damage received from Klingon sources
",
"AUTOTOOLTIP-bor_adaptor_module2.odf", "Adaption Module - Romulan

    Offensive Value
  Defensive Value

     You may install this module twice

     Adapts to Romulan weapony, reducing the
     damage received from Romulan sources
",
"AUTOTOOLTIP-bor_adaptor_module3.odf", "Adaption Module - Dominion

    Offensive Value
  Defensive Value

     You may install this module twice

     Adapts to Dominion weapony, reducing
     the damage received from Dominion
     sources
",
"AUTOTOOLTIP-bor_adaptor_moduleR.odf", "Regeneration Module

    Offensive Value
    Defensive Value
    System Value

     You may install this module once

     Increases hull regeneration rate and
     reduces the chance of subsystem failure
",
"AUTOTOOLTIP-bor_adaptor_moduleT.odf", "Torpedo Module

  Offensive Value

     You may install this module once

     Modifies Graviton Torpedoes to deal a
     portion of their damage as direct hull
     damage
",
"AUTOTOOLTIP-bor_adap_matrix.odf", "
       Offensive Value
   Defensive Value
     System Value

     Repair Dock
     Required for Mixed-Tech modules
",
"AUTOTOOLTIP-bor_assembler.odf", "
       Offensive Value
     Defensive Value
     System Value

     Constructs Stations
",
"AUTOTOOLTIP-bor_assimilator.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo

      Long
",
"AUTOTOOLTIP-bor_assimilatorR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo

     3 Borg module slots

      Long
",
"AUTOTOOLTIP-bor_assimilatorYR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo

     3 Borg module slots

      Long

     
     Construction costs reduced by 30 percent
",
"AUTOTOOLTIP-bor_assimilatorZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo

      Long

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_assimilatorZR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo

     3 Borg module slots

      Long

     
     Defensive Value increased by 20
     Collective Connections costs reduced by
     50 percent
",
"AUTOTOOLTIP-bor_assimilatorZ_moduleB.odf", "Beam Module

    Offensive Value
    Defensive Value

     You may install this module once

     Adds a new beam weapon
",
"AUTOTOOLTIP-bor_assimilatorZ_moduleN.odf", "Nanite-Factory Module

  Defensive Value
    System Value

     You may install this module once

     Adds the Nanite Factory special ability
     to drain the crew on nearby hostile
     units
",
"AUTOTOOLTIP-bor_assimilatorZ_moduleR.odf", "Regeneration Module

    Offensive Value
    Defensive Value
    System Value

     You may install this module once

     Increases hull regeneration rate and
     reduces the chance of subsystem failure
",
"AUTOTOOLTIP-bor_assimilatorZ_moduleT.odf", "Torpedo Module

  Offensive Value

     You may install this module twice

     Modifies Graviton Torpedoes to deal a
     portion of their damage as direct hull
     damage
     Direct hull damage increases with
     additional modules of this type
",
"AUTOTOOLTIP-bor_assimilatorZ_moduleZ.odf", "Assimilation Module

  System Value

     You may install this module twice

     Adds the Auto-Assimilator special
     ability
     The number of crewmen assimilated per
     second increases with additional
     modules of this type

     
     Reaches is maximum effectiveness with
     just 2 modules installed
",
"AUTOTOOLTIP-bor_assimilator_moduleA.odf", "Assimilation Module

  System Value

     You may install this module three times

     Adds the Auto-Assimilator special
     ability
     The number of crewmen assimilated per
     second increases with additional
     modules of this type
",
"AUTOTOOLTIP-bor_assimilator_moduleB.odf", "Beam Module

    Offensive Value
    Defensive Value

     You may install this module once

     Adds a new beam weapon
",
"AUTOTOOLTIP-bor_assimilator_moduleR.odf", "Regeneration Module

    Offensive Value
    Defensive Value
    System Value

     You may install this module once

     Increases hull regeneration rate and
     reduces the chance of subsystem failure
",
"AUTOTOOLTIP-bor_assimilator_moduleT.odf", "Torpedo Module

  Offensive Value

     You may install this module twice

     Modifies Graviton Torpedoes to deal a
     portion of their damage as direct hull
     damage
     Direct hull damage increases with
     additional modules of this type
",
"AUTOTOOLTIP-bor_assi_matrix.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Assembly Node
     Resource Assimilator
     Probe

      Long
",
"AUTOTOOLTIP-bor_assi_matrixY_D.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Assembly Node
     Resource Assimilator
     Probe

      Long
",
"AUTOTOOLTIP-bor_assi_matrixY_DD.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Assembly Node
     Resource Assimilator
     Probe

      Long
",
"AUTOTOOLTIP-bor_assi_matrixY_DDW.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Adapted Photon Torpedo
     Does always hit
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Assembly Node
     Resource Assimilator
     Probe

      Long
",
"AUTOTOOLTIP-bor_assi_matrixY_DDWW.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Adapted Photon Torpedo
     Does always hit
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Energy Phaser
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Assembly Node
     Resource Assimilator
     Probe

      Long
",
"AUTOTOOLTIP-bor_assi_matrixY_DW.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Adapted Photon Torpedo
     Does always hit
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Assembly Node
     Resource Assimilator
     Probe

      Long
",
"AUTOTOOLTIP-bor_assi_matrixY_DWW.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Adapted Photon Torpedo
     Does always hit
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Energy Phaser
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Assembly Node
     Resource Assimilator
     Probe

      Long
",
"AUTOTOOLTIP-bor_assi_matrixY_W.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Adapted Photon Torpedo
     Does always hit
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Assembly Node
     Resource Assimilator
     Probe

      Long
",
"AUTOTOOLTIP-bor_assi_matrixY_WW.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Adapted Photon Torpedo
     Does always hit
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Energy Phaser
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Assembly Node
     Resource Assimilator
     Probe

      Long
",
"AUTOTOOLTIP-bor_assi_matrixZ_D.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Assembly Node
     Resource Assimilator
     Probe

      Long
",
"AUTOTOOLTIP-bor_assi_matrixZ_DD.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Assembly Node
     Resource Assimilator
     Probe

      Long
",
"AUTOTOOLTIP-bor_assi_matrixZ_DDW.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Adapted Photon Torpedo
     Does always hit
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Assembly Node
     Resource Assimilator
     Probe

      Long
",
"AUTOTOOLTIP-bor_assi_matrixZ_DDWW.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Adapted Photon Torpedo
     Does always hit
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Energy Phaser
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Assembly Node
     Resource Assimilator
     Probe

      Long
",
"AUTOTOOLTIP-bor_assi_matrixZ_DW.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Adapted Photon Torpedo
     Does always hit
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Assembly Node
     Resource Assimilator
     Probe

      Long
",
"AUTOTOOLTIP-bor_assi_matrixZ_DWW.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Adapted Photon Torpedo
     Does always hit
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Energy Phaser
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Assembly Node
     Resource Assimilator
     Probe

      Long
",
"AUTOTOOLTIP-bor_assi_matrixZ_W.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Adapted Photon Torpedo
     Does always hit
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Assembly Node
     Resource Assimilator
     Probe

      Long
",
"AUTOTOOLTIP-bor_assi_matrixZ_WW.odf", "
     Offensive Value
   Defensive Value
     System Value

     Graviton Torpedo
     Adapted Photon Torpedo
     Does always hit
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Energy Phaser
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Assembly Node
     Resource Assimilator
     Probe

      Long
",
"AUTOTOOLTIP-bor_assi_matrix_upgradeD.odf", "
  Defensive Value

     Power up the defense of your starbase
     to make it less vulnerable to enemy fire
",
"AUTOTOOLTIP-bor_assi_matrix_upgradeW.odf", "
  Offensive Value

     Improve the weapon systems of your
     starbase to deal increased amounts of
     damage with every shot
",
"AUTOTOOLTIP-bor_col_matrix.odf", "
       Offensive Value
   Defensive Value
     System Value

     Research Station

     Produces:
     Collective Feature: Devastating Attack
     Collective Feature: Sensor Relay
     Collective Feature: Nanites
     Collective Feature: Partial Adaption
     Collective Feature: Uni Complex
     Collective Feature: High Energy Slicer
     Collective Feature: Perfect Logistics
     Collective Feature: Data Mining
     Collective Feature: Boarding
     Collective Feature: Transwarp Drive
",
"AUTOTOOLTIP-bor_cube.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser

      Medium
",
"AUTOTOOLTIP-bor_cubeR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser

     6 Borg module slots

      Medium
",
"AUTOTOOLTIP-bor_cubeYR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser

     6 Borg module slots

      Medium

     
     Construction costs reduced by 30 percent
",
"AUTOTOOLTIP-bor_cube_moduleB.odf", "Beam Module

  Offensive Value
  Defensive Value

     You may install this module once

     Adds a new beam weapon and allows this
     unit to target two vessels
",
"AUTOTOOLTIP-bor_cube_moduleH.odf", "Holding-Beam Module

  Defensive Value
  System Value

     You may install this module three times

     Adds the Holding Beam special ability
     The number of drones transfered per
     second increases with additional
     modules of this type
",
"AUTOTOOLTIP-bor_cube_moduleM.odf", "Tactical Armor Module

  Defensive Value

     You may install this module twice

     Reduces damage received from beam
     weapons
",
"AUTOTOOLTIP-bor_cube_moduleR.odf", "Regeneration Module

  Offensive Value
  Defensive Value
  System Value

     You may install this module once

     Increases hull regeneration rate and
     reduces the chance of subsystem failure
",
"AUTOTOOLTIP-bor_cube_moduleT.odf", "Torpedo Module

  Offensive Value

     You may install this module three times

     Adds a Graviton Torpedo launcher or
     modifies existing Graviton Torpedoes to
     deal a portion of their damage as
     direct hull damage
     Direct hull damage increases with
     additional modules of this type
",
"AUTOTOOLTIP-bor_detector.odf", "
       Offensive Value
       Defensive Value
       System Value

     Adapted Photon Torpedo
     Does always hit
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations

      Long
",
"AUTOTOOLTIP-bor_diamond.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo

      Long
",
"AUTOTOOLTIP-bor_diamondR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo

     4 Borg module slots

      Long
",
"AUTOTOOLTIP-bor_diamondYR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo

     4 Borg module slots

      Long

     
     Construction costs reduced by 30 percent
",
"AUTOTOOLTIP-bor_diamond_moduleB.odf", "Beam Module

  Offensive Value
  Defensive Value

     You may install this module once

     Adds a new beam weapon
",
"AUTOTOOLTIP-bor_diamond_moduleD.odf", "Diamond Module

    Offensive Value
    Defensive Value
  System Value

     You may install this module three times

     Adds the Bring order to chaos special
     ability
     The duration increases with additional
     modules of this type
",
"AUTOTOOLTIP-bor_diamond_moduleH.odf", "Holding-Beam Module

    Defensive Value
  System Value

     You may install this module once

     Adds the Holding Beam special ability
",
"AUTOTOOLTIP-bor_diamond_moduleR.odf", "Regeneration Module

    Offensive Value
    Defensive Value
    System Value

     You may install this module once

     Increases hull regeneration rate and
     reduces the chance of subsystem failure
",
"AUTOTOOLTIP-bor_diamond_moduleT.odf", "Torpedo Module

  Offensive Value

     You may install this module once

     Modifies Graviton Torpedoes to deal a
     portion of their damage as direct hull
     damage
",
"AUTOTOOLTIP-bor_freighter.odf", "
       Offensive Value
     Defensive Value
     System Value

     Mines Dilithium and Tritanium
     Dilithium capacity: 600
     Tritanium capacity: 400
",
"AUTOTOOLTIP-bor_freighterU.odf", "
       Offensive Value
     Defensive Value
     System Value

     Mines Dilithium and Tritanium
     Dilithium capacity: 600
     Tritanium capacity: 400
",
"AUTOTOOLTIP-bor_freighterUR.odf", "
  Defensive Value

     Grants the Resource Assimilator the
     ability to refine dilithium or
     tritanium, slowly generating additional
     resources over time
",
"AUTOTOOLTIP-bor_freighterY.odf", "
       Offensive Value
     Defensive Value
     System Value

     Mines Dilithium and Tritanium
     Dilithium capacity: 600
     Tritanium capacity: 400

     
     Defensive Value increased by 5
",
"AUTOTOOLTIP-bor_freighterYU.odf", "
       Offensive Value
     Defensive Value
     System Value

     Mines Dilithium and Tritanium
     Dilithium capacity: 600
     Tritanium capacity: 400

     
     Defensive Value increased by 5
",
"AUTOTOOLTIP-bor_incubation.odf", "
       Offensive Value
     Defensive Value
     System Value

     Generates 1  every 10 seconds
",
"AUTOTOOLTIP-bor_incubationU.odf", "
       Offensive Value
     Defensive Value
     System Value

     Generates 1  every 6 seconds
",
"AUTOTOOLTIP-bor_incubationUR.odf", "
  Defensive Value

     Increases Supply generation per second
",
"AUTOTOOLTIP-bor_incubationY.odf", "
       Offensive Value
     Defensive Value
     System Value

     Generates 1  every 10 seconds

     
     May be upgraded to increase Supply
     generation per second
",
"AUTOTOOLTIP-bor_interceptor.odf", "
     Offensive Value
     Defensive Value
       System Value

     Energy Phaser

      Medium
",
"AUTOTOOLTIP-bor_pyramid.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo

      Medium

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_pyramidR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser

     4 Borg module slots

      Medium

     
     Defensive Value increased by 20
",
"AUTOTOOLTIP-bor_pyramid_moduleH.odf", "Holding-Beam Module

    Defensive Value
  System Value

     You may install this module four times

     Adds the Holding Beam special ability
     The number of drones transfered per
     second increases with additional
     modules of this type
",
"AUTOTOOLTIP-bor_pyramid_moduleN.odf", "Nanite-Factory Module

  Defensive Value
    System Value

     You may install this module once

     Adds the Nanite Factory special ability
     to drain the crew on nearby hostile
     units
",
"AUTOTOOLTIP-bor_pyramid_moduleR.odf", "Regeneration Module

    Offensive Value
    Defensive Value
    System Value

     You may install this module twice

     Increases hull regeneration rate and
     reduces the chance of subsystem failure
     Additional modules of this type grant
     the Regeneration special ability or
     improves it
",
"AUTOTOOLTIP-bor_pyramid_moduleT.odf", "Torpedo Module

  Offensive Value

     You may install this module once

     Modifies Graviton Torpedoes to deal a
     portion of their damage as direct hull
     damage
",
"AUTOTOOLTIP-bor_recycling_center.odf", "
       Offensive Value
   Defensive Value
     System Value

     Transmutes supplies into dilithium or
     tritanium
     You may only build one Recycling Center
",
"AUTOTOOLTIP-bor_resource_node.odf", "
       Offensive Value
     Defensive Value
     System Value

     Processes dilithium and tritanium
",
"AUTOTOOLTIP-bor_resource_nodeR.odf", "
     Creates a Resource Node near this
     vessel. A Resource Node processes
     dilithium and tritanium mined by
     freighters
",
"AUTOTOOLTIP-bor_scoutcube.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser

      Short
",
"AUTOTOOLTIP-bor_scoutcubeR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser

     1 Borg module slot

      Short
",
"AUTOTOOLTIP-bor_scoutcubeYR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser

     1 Borg module slot

      Short

     
     Construction costs reduced by 30 percent
",
"AUTOTOOLTIP-bor_scoutcube_moduleB.odf", "Beam Module

    Offensive Value
    Defensive Value

     You may install this module once

     Adds a new beam weapon and allows this
     unit to target two vessels
",
"AUTOTOOLTIP-bor_scoutcube_moduleI.odf", "Interception Module

    Offensive Value
    Defensive Value
    System Value

     You may install this module once

     Adds a Anti-Photon Torpedo launcher
     that will deal increased damage to
     small vessels
",
"AUTOTOOLTIP-bor_scoutcube_moduleR.odf", "Regeneration Module

    Offensive Value
    Defensive Value
    System Value

     You may install this module once

     Increases hull regeneration rate and
     reduces the chance of subsystem failure
",
"AUTOTOOLTIP-bor_sensor.odf", "
       Offensive Value
       Defensive Value
       System Value

     Tachyon Detection Grid 
",
"AUTOTOOLTIP-bor_sphere.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser

      Medium
",
"AUTOTOOLTIP-bor_sphereR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser

     4 Borg module slots

      Medium
",
"AUTOTOOLTIP-bor_sphereYR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Energy Phaser

     4 Borg module slots

      Medium

     
     Construction costs reduced by 30 percent
",
"AUTOTOOLTIP-bor_sphereY_moduleB.odf", "Beam Module

  Offensive Value
  Defensive Value

     You may install this module three times

     Adds a new beam weapon and allows this
     unit to target multiple vessels
     The number of targets increases with
     additional modules of this type
",
"AUTOTOOLTIP-bor_sphereY_moduleH.odf", "Holding-Beam Module

    Defensive Value
  System Value

     You may install this module once

     Adds the Holding Beam special ability
",
"AUTOTOOLTIP-bor_sphereY_moduleR.odf", "Regeneration Module

    Offensive Value
    Defensive Value
    System Value

     You may install this module three times

     Increases hull regeneration rate and
     reduces the chance of subsystem failure
     Additional modules of this type grant
     the Regeneration special ability or
     improves it
",
"AUTOTOOLTIP-bor_sphereY_moduleS.odf", "Prime Module

  Offensive Value
    Defensive Value
    System Value

     You may install this module three times

     Adds the Deflector Domination passive
     ability to drain special energy from
     hostile vessels
     Energy drained increases with
     additional modules of this type
",
"AUTOTOOLTIP-bor_sphereY_moduleT.odf", "Torpedo Module

  Offensive Value

     You may install this module once

     Adds a Graviton Torpedo launcher
",
"AUTOTOOLTIP-bor_sphere_moduleB.odf", "Beam Module

  Offensive Value
  Defensive Value

     You may install this module three times

     Adds a new beam weapon and allows this
     unit to target multiple vessels
     The number of targets increases with
     additional modules of this type
",
"AUTOTOOLTIP-bor_sphere_moduleH.odf", "Holding-Beam Module

    Defensive Value
  System Value

     You may install this module once

     Adds the Holding Beam special ability
",
"AUTOTOOLTIP-bor_sphere_moduleR.odf", "Regeneration Module

    Offensive Value
    Defensive Value
    System Value

     You may install this module three times

     Increases hull regeneration rate and
     reduces the chance of subsystem failure
     Additional modules of this type grant
     the Regeneration special ability or
     improve it
",
"AUTOTOOLTIP-bor_sphere_moduleT.odf", "Torpedo Module

  Offensive Value

     You may install this module once

     Adds a Graviton Torpedo launcher
",
"AUTOTOOLTIP-bor_turret.odf", "
     Offensive Value
     Defensive Value
     System Value

     Graviton Torpedo
     High Resolution Targeting 
     Torpedo weapons will always hit

      Long
",
"AUTOTOOLTIP-bor_uni_matrix.odf", "
       Offensive Value
   Defensive Value
     System Value

     Research Station

     Produces:
     Resistance is futile
     Establish Energy Nodes Level 1
     Establish Energy Nodes Level 2
     Establish Energy Nodes Level 3
     Establish Energy Nodes Level 4
     Establish Energy Nodes Level 5
",
"AUTOTOOLTIP-bor_uplink.odf", "
       Offensive Value
     Defensive Value
     System Value

     The basic node for vessel construction
",
"AUTOTOOLTIP-domR_active_tscan.odf", "
     Decloakes all enemies in a large area
     arround this station

     Affected units:
     Hyperspace Sensor System
",
"AUTOTOOLTIP-domR_alpha.odf", "
     A special version of Ketracel White
     increases the effectivity of all
     Jem'Hadar on nearby friendly targets,
     increasing the rate of fire by 45
     percent
     There might be small crew casualties on
     the affected vessels
     Lasts 15 seconds

      Short

     Affected units:
     S-2 Escort Cruiser
",
"AUTOTOOLTIP-domR_coreblast.odf", "
     Fires a concentrated blast of energy at
     a hostile unit killing its propulsion
     systems
     Lasts 10 seconds

      Medium

     Affected units:
     S-7 Defender
",
"AUTOTOOLTIP-domR_detection1.odf", "
     Decloakes all enemies at the target
     location

     Affected units:
     Cloning Facility
",
"AUTOTOOLTIP-domR_detection2.odf", "
     Allows this unit to detect all cloaked
     vessels within sensor range

     Affected units:
     Sensor Station
     Perimeter
",
"AUTOTOOLTIP-domR_excessive.odf", "
     Fires an immense volley of torpedos at
     up to 3 nearby hostile targets. The
     charged torpedos will crush through at
     the enemies shields causing high hull
     damage

      Medium

     Affected units:
     V-13 Battleship
",
"AUTOTOOLTIP-domR_fight.odf", "
     Allows to upgrade fighters at the
     Battle Cruiser

     Affected units:
     B-5 Battle Cruiser
",
"AUTOTOOLTIP-domR_interception1.odf", "
     Allows the C-11 Interception Destroyer
     to use its level 2 ability:

     Weapon Focus
     Increases the weaponrange of nearby
     allies by 25 percent

     Ɨ Medium
",
"AUTOTOOLTIP-domR_interception2.odf", "
     Allows the C-11 Interception Destroyer
     to use its level 3 ability:

     Cascade Feedback
     Causes a meta-static fluctuation at
     the targeted area. Cascading energy
     waves will rip through the systems of
     all hostile vessels in the area
     causing heavy damage to their systems
     with a chance to lose special weapon
     energy
     Damage dealt and the chance to lose
     special weapon energy are based on
     the maximum number of special
     abilities a unit may carry

     Ɨ Medium
",
"AUTOTOOLTIP-domR_isbomb.odf", "
     Drops an Isotopic Subspace Bomb that
     will detonate after 4 seconds
     Deals damage and shuts down the engines
     Lasts 13 seconds

      Short

     Affected units:
     B-8 War Frigate
",
"AUTOTOOLTIP-domR_siege1.odf", "
     Allows the C-17 Siege Cruiser to use
     its level 2 ability:

     EM Blast
     Fires an electromagnetic charge at
     the target location. The space
     fluctuations will make it much harder
     for hostile weapons to target you,
     increasing their weapon's cooldown
     times by 100 percent
     Lasts 12 seconds

     Ɨ Artillery
",
"AUTOTOOLTIP-domR_siege2.odf", "
     Allows the C-17 Siege Cruiser to use
     its level 3 ability:

     Tetryon Disruptor
     A Tetryon-focused disruptor volley is
     precise even on extreme distances

     Ɨ Artillery
",
"AUTOTOOLTIP-domR_tetphoton.odf", "
     Fires a Tetryon-loaded photon torpedo
     on a hostile unit
     Deals tripple damage to buildings

      Artillery

     Affected units:
     A-26 Bomber
",
"AUTOTOOLTIP-domU_engines1.odf", "
     Increases the movement speed for all of
     your units by 10 percent
",
"AUTOTOOLTIP-domU_engines2.odf", "
     Increases the movement speed for all of
     your units by an additional 10 percent
",
"AUTOTOOLTIP-domU_life1.odf", "
     Increases the effectivity of life
     support system for all of your units by
     20 percent
",
"AUTOTOOLTIP-domU_life1Z.odf", "
     Increases the effectivity of life
     support system for all of your units by
     20 percent

     
     Research costs reduced by 20 percent
",
"AUTOTOOLTIP-domU_life2.odf", "
     Increases the effectivity of life
     support system for all of your units by
     an additional 20 percent
",
"AUTOTOOLTIP-domU_life2Z.odf", "
     Increases the effectivity of life
     support system for all of your units by
     an additional 20 percent

     
     Research costs reduced by 20 percent
",
"AUTOTOOLTIP-domU_shields1.odf", "
     Increases the shield strength for all
     of your units by 8 percent
",
"AUTOTOOLTIP-domU_shields1Z.odf", "
     Increases the shield strength for all
     of your units by 8 percent

     
     Research costs reduced by 20 percent
",
"AUTOTOOLTIP-domU_shields2.odf", "
     Increases the shield strength for all
     of your units by an additional 8 percent
",
"AUTOTOOLTIP-domU_shields2Z.odf", "
     Increases the shield strength for all
     of your units by an additional 8 percent

     
     Research costs reduced by 20 percent
",
"AUTOTOOLTIP-domU_weapons1.odf", "
     Increases the damage for all of your
     units by 6 percent
",
"AUTOTOOLTIP-domU_weapons1Z.odf", "
     Increases the damage for all of your
     units by 6 percent

     
     Research costs reduced by 20 percent
",
"AUTOTOOLTIP-domU_weapons2.odf", "
     Increases the damage for all of your
     units by an additional 6 percent
",
"AUTOTOOLTIP-domU_weapons2Z.odf", "
     Increases the damage for all of your
     units by an additional 6 percent

     
     Research costs reduced by 20 percent
",
"AUTOTOOLTIP-dom_battleship.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Excessive Strike

      Medium
",
"AUTOTOOLTIP-dom_battleshipP.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Excessive Strike

     You require at least one prototype to
     build regular vessels of this class
     Prototypes have the same stats as their
     corresponding ship classes but may not
     use special abilities

      Medium
",
"AUTOTOOLTIP-dom_battleshipPY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Excessive Strike

     You require at least one prototype to
     build regular vessels of this class
     Prototypes have the same stats as their
     corresponding ship classes but may not
     use special abilities

      Medium

     
     All attributes increased by 6
",
"AUTOTOOLTIP-dom_battleshipPZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Excessive Strike

     You require at least one prototype to
     build regular vessels of this class
     Prototypes have the same stats as their
     corresponding ship classes but may not
     use special abilities

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_battleshipY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Excessive Strike

      Medium

     
     All attributes increased by 6
",
"AUTOTOOLTIP-dom_battleshipYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Excessive Strike

      Medium

     
     All attributes increased by 6
",
"AUTOTOOLTIP-dom_battleshipYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Excessive Strike

      Medium

     
     All attributes increased by 6
",
"AUTOTOOLTIP-dom_battleshipYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Excessive Strike
     Frontline Warship 
     All attributes increased by 3
     Movementspeed and hull repair rate
     increased by 10 percent

      Medium

     
     All attributes increased by 6
",
"AUTOTOOLTIP-dom_battleshipYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Excessive Strike
     Frontline Warship 
     All attributes increased by 6
     Movementspeed and hull repair rate
     increased by 20 percent

      Medium

     
     All attributes increased by 6
",
"AUTOTOOLTIP-dom_battleshipYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Excessive Strike
     Frontline Warship 
     All attributes increased by 6
     Movementspeed and hull repair rate
     increased by 20 percent
     Tetryon Spread 
     Allows the Excessive Strike to hit up
     to 12 targets and increases Offensive
     Value by 14

      Medium

     
     All attributes increased by 6
",
"AUTOTOOLTIP-dom_battleshipZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Excessive Strike

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_battleshipZr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Excessive Strike

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_battleshipZr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Excessive Strike

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_battleshipZr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Excessive Strike
     Frontline Warship 
     All attributes increased by 3
     Movementspeed and hull repair rate
     increased by 10 percent

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_battleshipZr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Excessive Strike
     Frontline Warship 
     All attributes increased by 6
     Movementspeed and hull repair rate
     increased by 20 percent

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_battleshipZr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Excessive Strike
     Frontline Warship 
     All attributes increased by 6
     Movementspeed and hull repair rate
     increased by 20 percent
     Tetryon Spread 
     Allows the Excessive Strike to hit up
     to 12 targets and increases Offensive
     Value by 14

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_battle_cruiser.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations by
     20 percent

     
     May launch fighters

      Short
",
"AUTOTOOLTIP-dom_battle_cruiserF2R.odf", "
     Launch 3 Attack Fighters

     Attack Fighter

         Offensive Value
         Defensive Value
         System Value

     Fighter Polaron Beam
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations
     by 20 percent
",
"AUTOTOOLTIP-dom_battle_cruiserF2Rr4.odf", "
     Launch 4 Attack Fighters

     Attack Fighter

         Offensive Value
         Defensive Value
         System Value

     Fighter Polaron Beam
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations
     by 20 percent
",
"AUTOTOOLTIP-dom_battle_cruiserF2Rr5.odf", "
     Launch 5 Attack Fighters

     Attack Fighter

         Offensive Value
         Defensive Value
         System Value

     Fighter Polaron Beam
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations
     by 20 percent
",
"AUTOTOOLTIP-dom_battle_cruiserFR.odf", "
     Launch 3 Attack Fighters

     Attack Fighter

         Offensive Value
         Defensive Value
         System Value

     Fighter Polaron Beam
",
"AUTOTOOLTIP-dom_battle_cruiserFRr4.odf", "
     Launch 4 Attack Fighters

     Attack Fighter

         Offensive Value
         Defensive Value
         System Value

     Fighter Polaron Beam
",
"AUTOTOOLTIP-dom_battle_cruiserFRr5.odf", "
     Launch 5 Attack Fighters

     Attack Fighter

         Offensive Value
         Defensive Value
         System Value

     Fighter Polaron Beam
",
"AUTOTOOLTIP-dom_battle_cruiserP.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations by
     20 percent

     
     May launch fighters

     You require at least one prototype to
     build regular vessels of this class
     Prototypes have the same stats as their
     corresponding ship classes but may not
     use special abilities

      Short
",
"AUTOTOOLTIP-dom_battle_cruiserPY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations by
     20 percent

     
     May launch fighters

     You require at least one prototype to
     build regular vessels of this class
     Prototypes have the same stats as their
     corresponding ship classes but may not
     use special abilities

      Medium

     
     All attributes increased by 6
     Weaponrange increased to Medium
",
"AUTOTOOLTIP-dom_battle_cruiserPZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations by
     20 percent

     
     May launch fighters

     You require at least one prototype to
     build regular vessels of this class
     Prototypes have the same stats as their
     corresponding ship classes but may not
     use special abilities

      Short

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_battle_cruiserY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations by
     20 percent

     
     May launch fighters

      Medium

     
     All attributes increased by 6
     Weaponrange increased to Medium
",
"AUTOTOOLTIP-dom_battle_cruiserYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations by
     20 percent

     
     May launch fighters

      Medium

     
     All attributes increased by 6
     Weaponrange increased to Medium
",
"AUTOTOOLTIP-dom_battle_cruiserYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations by
     20 percent

     
     May launch fighters

      Medium

     
     All attributes increased by 6
     Weaponrange increased to Medium
",
"AUTOTOOLTIP-dom_battle_cruiserYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations by
     20 percent
     Extended Hangars 
     Fighter squad size increased by 1 to a
     total of 4 fighters

     
     May launch fighters

      Medium

     
     All attributes increased by 6
     Weaponrange increased to Medium
",
"AUTOTOOLTIP-dom_battle_cruiserYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations by
     20 percent
     Extended Hangars 
     Fighter squad size increased by 2 to a
     total of 5 fighters

     
     May launch fighters

      Medium

     
     All attributes increased by 6
     Weaponrange increased to Medium
",
"AUTOTOOLTIP-dom_battle_cruiserYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations by
     20 percent
     Extended Hangars 
     Fighter squad size increased by 2 to a
     total of 5 fighters
     Conquest Loadout 
     Reduces damage received based on the
     Offensive Value of the attacking
     vessel. The lower the Offensive Value,
     the less damage will be dealt, down to
     a minimum of 25 percent

     
     May launch fighters

      Medium

     
     All attributes increased by 6
     Weaponrange increased to Medium
",
"AUTOTOOLTIP-dom_battle_cruiserZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations by
     20 percent

     
     May launch fighters

      Short

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_battle_cruiserZr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations by
     20 percent

     
     May launch fighters

      Short

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_battle_cruiserZr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations by
     20 percent

     
     May launch fighters

      Short

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_battle_cruiserZr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations by
     20 percent
     Extended Hangars 
     Fighter squad size increased by 1 to a
     total of 4 fighters

     
     May launch fighters

      Short

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_battle_cruiserZr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations by
     20 percent
     Extended Hangars 
     Fighter squad size increased by 2 to a
     total of 5 fighters

     
     May launch fighters

      Short

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_battle_cruiserZr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Fighter Energy Core Upgrade 
     Increases damage dealt to stations by
     20 percent
     Extended Hangars 
     Fighter squad size increased by 2 to a
     total of 5 fighters
     Conquest Loadout 
     Reduces damage received based on the
     Offensive Value of the attacking
     vessel. The lower the Offensive Value,
     the less damage will be dealt, down to
     a minimum of 25 percent

     
     May launch fighters

      Short

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_battle_cruiser_fed.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Double-Layer Shields 
     Increased Defensive Value

     
     May launch fighters

      Short

     
     Is equipped with the Double-Layer
     Shields passive ability
",
"AUTOTOOLTIP-dom_battle_cruiser_fedr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Double-Layer Shields 
     Increased Defensive Value

     
     May launch fighters

      Short

     
     Is equipped with the Double-Layer
     Shields passive ability
",
"AUTOTOOLTIP-dom_battle_cruiser_fedr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Double-Layer Shields 
     Increased Defensive Value

     
     May launch fighters

      Short

     
     Is equipped with the Double-Layer
     Shields passive ability
",
"AUTOTOOLTIP-dom_battle_cruiser_fedr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Double-Layer Shields 
     Increased Defensive Value
     Extended Hangars 
     Fighter squad size increased by 1 to a
     total of 4 fighters

     
     May launch fighters

      Short

     
     Is equipped with the Double-Layer
     Shields passive ability
",
"AUTOTOOLTIP-dom_battle_cruiser_fedr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Double-Layer Shields 
     Increased Defensive Value
     Extended Hangars 
     Fighter squad size increased by 2 to a
     total of 5 fighters

     
     May launch fighters

      Short

     
     Is equipped with the Double-Layer
     Shields passive ability
",
"AUTOTOOLTIP-dom_battle_cruiser_fedr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     2x Tetryon Torpedo
     Double-Layer Shields 
     Increased Defensive Value
     Extended Hangars 
     Fighter squad size increased by 2 to a
     total of 5 fighters
     Conquest Loadout 
     Reduces damage received based on the
     Offensive Value of the attacking
     vessel. The lower the Offensive Value,
     the less damage will be dealt, down to
     a minimum of 25 percent

     
     May launch fighters

      Short

     
     Is equipped with the Double-Layer
     Shields passive ability
",
"AUTOTOOLTIP-dom_bomber.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Tetryon-Photon Torpedo

      Long
",
"AUTOTOOLTIP-dom_bomberP.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Tetryon-Photon Torpedo

     You require at least one prototype to
     build regular vessels of this class
     Prototypes have the same stats as their
     corresponding ship classes but may not
     use special abilities

      Long
",
"AUTOTOOLTIP-dom_bomberPZ.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Tetryon-Photon Torpedo

     You require at least one prototype to
     build regular vessels of this class
     Prototypes have the same stats as their
     corresponding ship classes but may not
     use special abilities

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_bomberr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Tetryon-Photon Torpedo

      Long
",
"AUTOTOOLTIP-dom_bomberr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Tetryon-Photon Torpedo

      Long
",
"AUTOTOOLTIP-dom_bomberr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Tetryon-Photon Torpedo
     Siege Maneuvers 
     Increases damage dealt to stations by
     15 percent and decreases damage taken
     from stations by 22 percent

      Long
",
"AUTOTOOLTIP-dom_bomberr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Tetryon-Photon Torpedo
     Siege Maneuvers 
     Increases damage dealt to stations by
     30 percent and decreases damage taken
     from stations by 44 percent

      Long
",
"AUTOTOOLTIP-dom_bomberr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Tetryon-Photon Torpedo
     Siege Maneuvers 
     Increases damage dealt to stations by
     30 percent and decreases damage taken
     from stations by 44 percent
     Parallel Reload Bays 
     Doubles rate of fire, but increases the
     chance to miss

      Long
",
"AUTOTOOLTIP-dom_bomberZ.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Tetryon-Photon Torpedo

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_bomberZr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Tetryon-Photon Torpedo

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_bomberZr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Tetryon-Photon Torpedo

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_bomberZr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Tetryon-Photon Torpedo
     Siege Maneuvers 
     Increases damage dealt to stations by
     15 percent and decreases damage taken
     from stations by 22 percent

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_bomberZr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Tetryon-Photon Torpedo
     Siege Maneuvers 
     Increases damage dealt to stations by
     30 percent and decreases damage taken
     from stations by 44 percent

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_bomberZr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Tetryon-Photon Torpedo
     Siege Maneuvers 
     Increases damage dealt to stations by
     30 percent and decreases damage taken
     from stations by 44 percent
     Parallel Reload Bays 
     Doubles rate of fire, but increases the
     chance to miss

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_bomber_kli.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Compound Tetryon-Photon Torpedo

      Long

     
     Offensive Value increased by 2
     Tetrion-Photon Torpedo replaced by
     Compound Tetrion-Photon Torpedo
",
"AUTOTOOLTIP-dom_bomber_klir2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Compound Tetryon-Photon Torpedo

      Long

     
     Offensive Value increased by 2
     Tetrion-Photon Torpedo replaced by
     Compound Tetrion-Photon Torpedo
",
"AUTOTOOLTIP-dom_bomber_klir3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Compound Tetryon-Photon Torpedo

      Long

     
     Offensive Value increased by 2
     Tetrion-Photon Torpedo replaced by
     Compound Tetrion-Photon Torpedo
",
"AUTOTOOLTIP-dom_bomber_klir4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Compound Tetryon-Photon Torpedo
     Siege Maneuvers 
     Increases damage dealt to stations by
     15 percent and decreases damage taken
     from stations by 22 percent

      Long

     
     Offensive Value increased by 2
     Tetrion-Photon Torpedo replaced by
     Compound Tetrion-Photon Torpedo
",
"AUTOTOOLTIP-dom_bomber_klir5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Compound Tetryon-Photon Torpedo
     Siege Maneuvers 
     Increases damage dealt to stations by
     30 percent and decreases damage taken
     from stations by 44 percent

      Long

     
     Offensive Value increased by 2
     Tetrion-Photon Torpedo replaced by
     Compound Tetrion-Photon Torpedo
",
"AUTOTOOLTIP-dom_bomber_klir6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tetryon Torpedo
     Compound Tetryon-Photon Torpedo
     Siege Maneuvers 
     Increases damage dealt to stations by
     30 percent and decreases damage taken
     from stations by 44 percent
     Parallel Reload Bays 
     Doubles rate of fire, but increases the
     chance to miss

      Long

     
     Offensive Value increased by 2
     Tetrion-Photon Torpedo replaced by
     Compound Tetrion-Photon Torpedo
",
"AUTOTOOLTIP-dom_cloning_fac.odf", "
     Offensive Value
   Defensive Value
     System Value

     2x Polaronbeam
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Worker Ship - Construction Mode
     Worker Ship - Mining Mode
     A-4 Scout

      Long
",
"AUTOTOOLTIP-dom_cloning_facY_D.odf", "
     Offensive Value
   Defensive Value
     System Value

     2x Polaronbeam
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Worker Ship - Construction Mode
     Worker Ship - Mining Mode
     A-4 Scout

      Long
",
"AUTOTOOLTIP-dom_cloning_facY_DD.odf", "
     Offensive Value
   Defensive Value
     System Value

     2x Polaronbeam
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Worker Ship - Construction Mode
     Worker Ship - Mining Mode
     A-4 Scout

      Long
",
"AUTOTOOLTIP-dom_cloning_facY_DDW.odf", "
     Offensive Value
   Defensive Value
     System Value

     2x Polaronbeam
     Impulse Disruptor
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Worker Ship - Construction Mode
     Worker Ship - Mining Mode
     A-4 Scout

      Long
",
"AUTOTOOLTIP-dom_cloning_facY_DDWW.odf", "
   Offensive Value
   Defensive Value
     System Value

     2x Polaronbeam
     Impulse Disruptor
     Tetryon Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Worker Ship - Construction Mode
     Worker Ship - Mining Mode
     A-4 Scout

      Long
",
"AUTOTOOLTIP-dom_cloning_facY_DW.odf", "
     Offensive Value
   Defensive Value
     System Value

     2x Polaronbeam
     Impulse Disruptor
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Worker Ship - Construction Mode
     Worker Ship - Mining Mode
     A-4 Scout

      Long
",
"AUTOTOOLTIP-dom_cloning_facY_DWW.odf", "
   Offensive Value
   Defensive Value
     System Value

     2x Polaronbeam
     Impulse Disruptor
     Tetryon Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Worker Ship - Construction Mode
     Worker Ship - Mining Mode
     A-4 Scout

      Long
",
"AUTOTOOLTIP-dom_cloning_facY_W.odf", "
     Offensive Value
   Defensive Value
     System Value

     2x Polaronbeam
     Impulse Disruptor
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Worker Ship - Construction Mode
     Worker Ship - Mining Mode
     A-4 Scout

      Long
",
"AUTOTOOLTIP-dom_cloning_facY_WW.odf", "
   Offensive Value
   Defensive Value
     System Value

     2x Polaronbeam
     Impulse Disruptor
     Tetryon Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Worker Ship - Construction Mode
     Worker Ship - Mining Mode
     A-4 Scout

      Long
",
"AUTOTOOLTIP-dom_cloning_facZ_D.odf", "
     Offensive Value
   Defensive Value
     System Value

     2x Polaronbeam
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Worker Ship - Construction Mode
     Worker Ship - Mining Mode
     A-4 Scout

      Long
",
"AUTOTOOLTIP-dom_cloning_facZ_DD.odf", "
     Offensive Value
   Defensive Value
     System Value

     2x Polaronbeam
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Worker Ship - Construction Mode
     Worker Ship - Mining Mode
     A-4 Scout

      Long
",
"AUTOTOOLTIP-dom_cloning_facZ_DDW.odf", "
     Offensive Value
   Defensive Value
     System Value

     2x Polaronbeam
     Impulse Disruptor
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Worker Ship - Construction Mode
     Worker Ship - Mining Mode
     A-4 Scout

      Long
",
"AUTOTOOLTIP-dom_cloning_facZ_DDWW.odf", "
   Offensive Value
   Defensive Value
     System Value

     2x Polaronbeam
     Impulse Disruptor
     Tetryon Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Worker Ship - Construction Mode
     Worker Ship - Mining Mode
     A-4 Scout

      Long
",
"AUTOTOOLTIP-dom_cloning_facZ_DW.odf", "
     Offensive Value
   Defensive Value
     System Value

     2x Polaronbeam
     Impulse Disruptor
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Worker Ship - Construction Mode
     Worker Ship - Mining Mode
     A-4 Scout

      Long
",
"AUTOTOOLTIP-dom_cloning_facZ_DWW.odf", "
   Offensive Value
   Defensive Value
     System Value

     2x Polaronbeam
     Impulse Disruptor
     Tetryon Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Worker Ship - Construction Mode
     Worker Ship - Mining Mode
     A-4 Scout

      Long
",
"AUTOTOOLTIP-dom_cloning_facZ_W.odf", "
     Offensive Value
   Defensive Value
     System Value

     2x Polaronbeam
     Impulse Disruptor
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Worker Ship - Construction Mode
     Worker Ship - Mining Mode
     A-4 Scout

      Long
",
"AUTOTOOLTIP-dom_cloning_facZ_WW.odf", "
   Offensive Value
   Defensive Value
     System Value

     2x Polaronbeam
     Impulse Disruptor
     Tetryon Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Worker Ship - Construction Mode
     Worker Ship - Mining Mode
     A-4 Scout

      Long
",
"AUTOTOOLTIP-dom_cloning_fac_upgradeD.odf", "
  Defensive Value

     Power up the defense of your starbase
     to make it less vulnerable to enemy fire
",
"AUTOTOOLTIP-dom_cloning_fac_upgradeW.odf", "
  Offensive Value

     Improve the weapon systems of your
     starbase to deal increased amounts of
     damage with every shot
",
"AUTOTOOLTIP-dom_defender.odf", "
     Offensive Value
     Defensive Value
     System Value

     Charged Polaronbeam
     Deals increased damage to large sized
     vessels
     Coreblast

      Long
",
"AUTOTOOLTIP-dom_defenderP.odf", "
     Offensive Value
     Defensive Value
     System Value

     Charged Polaronbeam
     Deals increased damage to large sized
     vessels
     Coreblast

     You require at least one prototype to
     build regular vessels of this class
     Prototypes have the same stats as their
     corresponding ship classes but may not
     use special abilities

      Long
",
"AUTOTOOLTIP-dom_defenderr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Charged Polaronbeam
     Deals increased damage to large sized
     vessels
     Coreblast

      Long
",
"AUTOTOOLTIP-dom_defenderr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Charged Polaronbeam
     Deals increased damage to large sized
     vessels
     Coreblast

      Long
",
"AUTOTOOLTIP-dom_defenderr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Charged Polaronbeam
     Deals increased damage to large sized
     vessels
     Coreblast
     Bastion Shields 
     Damage reduced from all sources by 4
     percent

      Long
",
"AUTOTOOLTIP-dom_defenderr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Charged Polaronbeam
     Deals increased damage to large sized
     vessels
     Coreblast
     Bastion Shields 
     Damage reduced from all sources by 8
     percent

      Long
",
"AUTOTOOLTIP-dom_defenderr6.odf", "
     Offensive Value
   Defensive Value
     System Value

     Charged Polaronbeam
     Deals increased damage to large sized
     vessels
     Coreblast
     Bastion Shields 
     Damage reduced from all sources by 8
     percent
     Conquest Loadout 
     Reduces damage received based on the
     Offensive Value of the attacking
     vessel. The lower the Offensive Value,
     the less damage will be dealt, down to
     a minimum of 25 percent

      Long
",
"AUTOTOOLTIP-dom_destroyer.odf", "
     Offensive Value
     Defensive Value
       System Value

     Polaron Beam
     Collision

      Medium
",
"AUTOTOOLTIP-dom_destroyerr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Polaron Beam
     Collision

      Medium
",
"AUTOTOOLTIP-dom_destroyerr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Polaron Beam
     Collision

      Medium
",
"AUTOTOOLTIP-dom_destroyerr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Polaron Beam
     Tetryon Torpedo
     Collision

      Medium
",
"AUTOTOOLTIP-dom_destroyerr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Polaron Beam
     Tetryon Torpedo
     Collision

      Medium
",
"AUTOTOOLTIP-dom_destroyerr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Polaron Beam
     Tetryon Torpedo
     Collision
     Parallel Reload Bays 
     Doubles rate of fire, but increases the
     chance to miss or to deal lesser damage

      Medium
",
"AUTOTOOLTIP-dom_destroyer_kli.odf", "
     Offensive Value
     Defensive Value
       System Value

     Polaron Beam
     Collision
     Superiority Destroyer 
     This unit deals increased damage to
     other destroyers

      Medium

     
     Offensive Value increased by 1
     Is equipped with the Superiority
     Destroyer passive ability
",
"AUTOTOOLTIP-dom_destroyer_klir2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Polaron Beam
     Collision
     Superiority Destroyer 
     This unit deals increased damage to
     other destroyers

      Medium

     
     Offensive Value increased by 1
     Is equipped with the Superiority
     Destroyer passive ability
",
"AUTOTOOLTIP-dom_destroyer_klir3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Polaron Beam
     Collision
     Superiority Destroyer 
     This unit deals increased damage to
     other destroyers

      Medium

     
     Offensive Value increased by 1
     Is equipped with the Superiority
     Destroyer passive ability
",
"AUTOTOOLTIP-dom_destroyer_klir4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Polaron Beam
     Tetryon Torpedo
     Collision

      Medium

     
     Offensive Value increased by 1
     Is equipped with the Superiority
     Destroyer passive ability
",
"AUTOTOOLTIP-dom_destroyer_klir5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Polaron Beam
     Tetryon Torpedo
     Collision

      Medium

     
     Offensive Value increased by 1
     Is equipped with the Superiority
     Destroyer passive ability
",
"AUTOTOOLTIP-dom_destroyer_klir6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Polaron Beam
     Tetryon Torpedo
     Collision
     Parallel Reload Bays 
     Doubles rate of fire, but increases the
     chance to miss or to deal lesser damage

      Medium

     
     Offensive Value increased by 1
     Is equipped with the Superiority
     Destroyer passive ability
",
"AUTOTOOLTIP-dom_dreadnought.odf", "
   Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization

      Long
",
"AUTOTOOLTIP-dom_dreadnought_bor.odf", "
   Offensive Value
   Defensive Value
     System Value

     6x Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization

      Long

     
     All attributes increased by 15
",
"AUTOTOOLTIP-dom_dreadnought_borr2.odf", "
   Offensive Value
   Defensive Value
     System Value

     6x Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization

      Long

     
     All attributes increased by 15
",
"AUTOTOOLTIP-dom_dreadnought_borr3.odf", "
   Offensive Value
   Defensive Value
     System Value

     6x Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization

      Long

     
     All attributes increased by 15
",
"AUTOTOOLTIP-dom_dreadnought_borr4.odf", "
   Offensive Value
   Defensive Value
     System Value

     6x Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization
     Command Vessel 
     Increases the effect radius of the Mass
     Polarization ability by 20 percent and
     decreases the damage received from
     destroyers by 25 percent

      Long

     
     All attributes increased by 15
",
"AUTOTOOLTIP-dom_dreadnought_borr5.odf", "
   Offensive Value
   Defensive Value
     System Value

     6x Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization
     Command Vessel 
     Increases the effect radius of the Mass
     Polarization ability by 40 percent and
     decreases the damage received from
     destroyers and cruisers by 25 percent

      Long

     
     All attributes increased by 15
",
"AUTOTOOLTIP-dom_dreadnought_borr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     6x Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization
     Tetryon Singularity
     Command Vessel 
     Increases the effect radius of the Mass
     Polarization ability by 40 percent and
     decreases the damage received from
     destroyers and cruisers by 25 percent

      Long

     
     All attributes increased by 15
",
"AUTOTOOLTIP-dom_dreadnought_fed.odf", "
   Offensive Value
   Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization

      Long

     
     Defensive Value increased by 25
",
"AUTOTOOLTIP-dom_dreadnought_fedr2.odf", "
   Offensive Value
   Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization

      Long

     
     Defensive Value increased by 25
",
"AUTOTOOLTIP-dom_dreadnought_fedr3.odf", "
   Offensive Value
   Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization

      Long

     
     Defensive Value increased by 25
",
"AUTOTOOLTIP-dom_dreadnought_fedr4.odf", "
   Offensive Value
   Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization
     Command Vessel 
     Increases the effect radius of the Mass
     Polarization ability by 20 percent and
     decreases the damage received from
     destroyers by 25 percent

      Long

     
     Defensive Value increased by 25
",
"AUTOTOOLTIP-dom_dreadnought_fedr5.odf", "
   Offensive Value
   Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization
     Command Vessel 
     Increases the effect radius of the Mass
     Polarization ability by 40 percent and
     decreases the damage received from
     destroyers and cruisers by 25 percent

      Long

     
     Defensive Value increased by 25
",
"AUTOTOOLTIP-dom_dreadnought_fedr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization
     Tetryon Singularity
     Command Vessel 
     Increases the effect radius of the Mass
     Polarization ability by 40 percent and
     decreases the damage received from
     destroyers and cruisers by 25 percent

      Long

     
     Defensive Value increased by 25
",
"AUTOTOOLTIP-dom_dreadnought_kli.odf", "
   Offensive Value
     Defensive Value
     System Value

     6x Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization

      Long

     
     Offensive Value increased by 25
",
"AUTOTOOLTIP-dom_dreadnought_klir2.odf", "
   Offensive Value
     Defensive Value
     System Value

     6x Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization

      Long

     
     Offensive Value increased by 25
",
"AUTOTOOLTIP-dom_dreadnought_klir3.odf", "
   Offensive Value
     Defensive Value
     System Value

     6x Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization

      Long

     
     Offensive Value increased by 25
",
"AUTOTOOLTIP-dom_dreadnought_klir4.odf", "
   Offensive Value
   Defensive Value
     System Value

     6x Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization
     Command Vessel 
     Increases the effect radius of the Mass
     Polarization ability by 20 percent and
     decreases the damage received from
     destroyers by 25 percent

      Long

     
     Offensive Value increased by 25
",
"AUTOTOOLTIP-dom_dreadnought_klir5.odf", "
   Offensive Value
   Defensive Value
     System Value

     6x Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization
     Command Vessel 
     Increases the effect radius of the Mass
     Polarization ability by 40 percent and
     decreases the damage received from
     destroyers and cruisers by 25 percent

      Long

     
     Offensive Value increased by 25
",
"AUTOTOOLTIP-dom_dreadnought_klir6.odf", "
   Offensive Value
   Defensive Value
     System Value

     6x Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization
     Tetryon Singularity
     Command Vessel 
     Increases the effect radius of the Mass
     Polarization ability by 40 percent and
     decreases the damage received from
     destroyers and cruisers by 25 percent

      Long

     
     Offensive Value increased by 25
",
"AUTOTOOLTIP-dom_dreadnought_rom.odf", "
   Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization

      Long

     
     System Value increased by 25
",
"AUTOTOOLTIP-dom_dreadnought_romr2.odf", "
   Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization

      Long

     
     System Value increased by 25
",
"AUTOTOOLTIP-dom_dreadnought_romr3.odf", "
   Offensive Value
     Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization

      Long

     
     System Value increased by 25
",
"AUTOTOOLTIP-dom_dreadnought_romr4.odf", "
   Offensive Value
   Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization
     Command Vessel 
     Increases the effect radius of the Mass
     Polarization ability by 20 percent and
     decreases the damage received from
     destroyers by 25 percent

      Long

     
     System Value increased by 25
",
"AUTOTOOLTIP-dom_dreadnought_romr5.odf", "
   Offensive Value
   Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization
     Command Vessel 
     Increases the effect radius of the Mass
     Polarization ability by 40 percent and
     decreases the damage received from
     destroyers and cruisers by 25 percent

      Long

     
     System Value increased by 25
",
"AUTOTOOLTIP-dom_dreadnought_romr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     Polaron Beam
     Tetryon Torpedo
     Hyperspace Disruptor
     Deals double damage to buildings
     Mass Polarization
     Tetryon Singularity
     Command Vessel 
     Increases the effect radius of the Mass
     Polarization ability by 40 percent and
     decreases the damage received from
     destroyers and cruisers by 25 percent

      Long

     
     System Value increased by 25
",
"AUTOTOOLTIP-dom_escort_cruiser.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Alpha Ketracel White

      Short
",
"AUTOTOOLTIP-dom_escort_cruiserP.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Alpha Ketracel White

     You require at least one prototype to
     build regular vessels of this class
     Prototypes have the same stats as their
     corresponding ship classes but may not
     use special abilities

      Short
",
"AUTOTOOLTIP-dom_escort_cruiserPZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Alpha Ketracel White

     You require at least one prototype to
     build regular vessels of this class
     Prototypes have the same stats as their
     corresponding ship classes but may not
     use special abilities

      Short

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_escort_cruiserr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Alpha Ketracel White

      Short
",
"AUTOTOOLTIP-dom_escort_cruiserr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Alpha Ketracel White

      Short
",
"AUTOTOOLTIP-dom_escort_cruiserr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Impulse Disruptor
     Alpha Ketracel White

      Short
",
"AUTOTOOLTIP-dom_escort_cruiserr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Impulse Disruptor
     Alpha Ketracel White

      Short
",
"AUTOTOOLTIP-dom_escort_cruiserr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Impulse Disruptor
     Alpha Ketracel White
     Ammunition Lock-On 
     Special targeting systems allow Tetryon
     Torpedoes to lock on the ammunition
     depots of hostile vessels, dealing
     increased damage against vessel with
     torpedoes and disabling their weapons

      Short
",
"AUTOTOOLTIP-dom_escort_cruiserZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Alpha Ketracel White

      Short

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_escort_cruiserZr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Alpha Ketracel White

      Short

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_escort_cruiserZr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Alpha Ketracel White

      Short

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_escort_cruiserZr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Impulse Disruptor
     Alpha Ketracel White

      Short

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_escort_cruiserZr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Impulse Disruptor
     Alpha Ketracel White

      Short

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_escort_cruiserZr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Impulse Disruptor
     Alpha Ketracel White
     Ammunition Lock-On 
     Special targeting systems allow Tetryon
     Torpedoes to lock on the ammunition
     depots of hostile vessels, dealing
     increased damage against vessel with
     torpedoes and disabling their weapons

      Short

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_escort_cruiser_bor.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Gamma Ketracel White

      Short

     
     All attributes increased by 1
     Alpha Ketracel White replaced by Gamma
     Ketracel White which will last longer
     and will not cause crew casualties
",
"AUTOTOOLTIP-dom_escort_cruiser_borr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Gamma Ketracel White

      Short

     
     All attributes increased by 1
     Alpha Ketracel White replaced by Gamma
     Ketracel White which will last longer
     and will not cause crew casualties
",
"AUTOTOOLTIP-dom_escort_cruiser_borr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Gamma Ketracel White

      Short

     
     All attributes increased by 1
     Alpha Ketracel White replaced by Gamma
     Ketracel White which will last longer
     and will not cause crew casualties
",
"AUTOTOOLTIP-dom_escort_cruiser_borr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Impulse Disruptor
     Alpha Ketracel White

      Short

     
     All attributes increased by 1
     Alpha Ketracel White replaced by Gamma
     Ketracel White which will last longer
     and will not cause crew casualties
",
"AUTOTOOLTIP-dom_escort_cruiser_borr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Impulse Disruptor
     Alpha Ketracel White

      Short

     
     All attributes increased by 1
     Alpha Ketracel White replaced by Gamma
     Ketracel White which will last longer
     and will not cause crew casualties
",
"AUTOTOOLTIP-dom_escort_cruiser_borr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Impulse Disruptor
     Alpha Ketracel White
     Ammunition Lock-On 
     Special targeting systems allow Tetryon
     Torpedoes to lock on the ammunition
     depots of hostile vessels, dealing
     increased damage against vessel with
     torpedoes and disabling their weapons

      Short

     
     All attributes increased by 1
     Alpha Ketracel White replaced by Gamma
     Ketracel White which will last longer
     and will not cause crew casualties
",
"AUTOTOOLTIP-dom_heavy_cruiser.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close

      Long
",
"AUTOTOOLTIP-dom_heavy_cruiserr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close

      Long
",
"AUTOTOOLTIP-dom_heavy_cruiserr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close

      Long
",
"AUTOTOOLTIP-dom_heavy_cruiserr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close
     Impulse Implosion 
     Every 25 seconds vessels in very close
     range to the target take pulse damage

      Long
",
"AUTOTOOLTIP-dom_heavy_cruiserr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close
     Impulse Implosion 
     Every 25 seconds vessels in close range
     to the target take pulse damage

      Long
",
"AUTOTOOLTIP-dom_heavy_cruiserr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Counter-Weaponry
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close
     Impulse Implosion 
     Every 25 seconds vessels in close range
     to the target take pulse damage

      Long
",
"AUTOTOOLTIP-dom_heavy_cruiser_bor.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Assault 
     Fires an additional Tetryon Torpedo

      Long

     
     All attributes increased by 2
     Assault will fire over long range
     instead of short range
",
"AUTOTOOLTIP-dom_heavy_cruiser_borr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Assault 
     Fires an additional Tetryon Torpedo

      Long

     
     All attributes increased by 2
     Assault will fire over long range
     instead of short range
",
"AUTOTOOLTIP-dom_heavy_cruiser_borr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Assault 
     Fires an additional Tetryon Torpedo

      Long

     
     All attributes increased by 2
     Assault will fire over long range
     instead of short range
",
"AUTOTOOLTIP-dom_heavy_cruiser_borr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Assault 
     Fires an additional Tetryon Torpedo
     Impulse Implosion 
     Every 25 seconds vessels in very close
     range to the target take pulse damage

      Long

     
     All attributes increased by 2
     Assault will fire over long range
     instead of short range
",
"AUTOTOOLTIP-dom_heavy_cruiser_borr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Assault 
     Fires an additional Tetryon Torpedo
     Impulse Implosion 
     Every 25 seconds vessels in close range
     to the target take pulse damage

      Long

     
     All attributes increased by 2
     Assault will fire over long range
     instead of short range
",
"AUTOTOOLTIP-dom_heavy_cruiser_borr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Counter-Weaponry
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close
     Impulse Implosion 
     Every 25 seconds vessels in close range
     to the target take pulse damage

      Long

     
     All attributes increased by 2
     Assault will fire over long range
     instead of short range
",
"AUTOTOOLTIP-dom_heavy_cruiser_rom.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close

      Long

     
     System Value increased by 2
     May be refitted
",
"AUTOTOOLTIP-dom_heavy_cruiser_romr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close

      Long

     
     System Value increased by 2
     May be refitted
",
"AUTOTOOLTIP-dom_heavy_cruiser_romr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close

      Long

     
     System Value increased by 2
     May be refitted
",
"AUTOTOOLTIP-dom_heavy_cruiser_romr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close
     Impulse Implosion 
     Every 25 seconds vessels in very close
     range to the target take pulse damage

      Long

     
     System Value increased by 2
     May be refitted
",
"AUTOTOOLTIP-dom_heavy_cruiser_romr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close
     Impulse Implosion 
     Every 25 seconds vessels in close range
     to the target take pulse damage

      Long

     
     System Value increased by 2
     May be refitted
",
"AUTOTOOLTIP-dom_heavy_cruiser_romr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Counter-Weaponry
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close
     Impulse Implosion 
     Every 25 seconds vessels in close range
     to the target take pulse damage

      Long

     
     System Value increased by 2
     May be refitted
",
"AUTOTOOLTIP-dom_heavy_cruiser_r_rom.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Polaron Beam
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close

      Long

     
     System Value increased by 2
",
"AUTOTOOLTIP-dom_heavy_cruiser_r_romR.odf", "
    Offensive Value
    Defensive Value

     Adds a Polaron weapon

     
     System Value increased by 2
",
"AUTOTOOLTIP-dom_heavy_cruiser_r_romr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Polaron Beam
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close

      Long

     
     System Value increased by 2
",
"AUTOTOOLTIP-dom_heavy_cruiser_r_romr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Polaron Beam
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close

      Long

     
     System Value increased by 2
",
"AUTOTOOLTIP-dom_heavy_cruiser_r_romr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Polaron Beam
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close
     Impulse Implosion 
     Every 25 seconds vessels in very close
     range to the target take pulse damage

      Long

     
     System Value increased by 2
",
"AUTOTOOLTIP-dom_heavy_cruiser_r_romr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Polaron Beam
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close
     Impulse Implosion 
     Every 25 seconds vessels in close range
     to the target take pulse damage

      Long

     
     System Value increased by 2
",
"AUTOTOOLTIP-dom_heavy_cruiser_r_romr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Impulse Disruptor
     Polaron Beam
     Counter-Weaponry
     Assault 
     Fires an additional Tetryon Torpedo if
     the target is very close
     Impulse Implosion 
     Every 25 seconds vessels in close range
     to the target take pulse damage

      Long

     
     System Value increased by 2
",
"AUTOTOOLTIP-dom_hyper_artillery.odf", "
     Offensive Value
     Defensive Value
     System Value

     Hyperspace Bombardment

      more than artillery
",
"AUTOTOOLTIP-dom_hyper_artilleryY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Hyperspace Bombardment

      more than artillery

     
     You may build two Hyperspace Artilleries
",
"AUTOTOOLTIP-dom_intercept_dest.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam

     
     ƙ Energy Beacon
     ƚ Weapon Focus
     ƛ Cascade Feedback

      Medium
",
"AUTOTOOLTIP-dom_intercept_destP.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam

     
     ƙ Energy Beacon
     ƚ Weapon Focus
     ƛ Cascade Feedback

     You require at least one prototype to
     build regular vessels of this class
     Prototypes have the same stats as their
     corresponding ship classes but may not
     use special abilities

      Medium
",
"AUTOTOOLTIP-dom_intercept_destr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam

     
     ƙ Energy Beacon
     ƚ Weapon Focus
     ƛ Cascade Feedback

      Medium
",
"AUTOTOOLTIP-dom_intercept_destr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam

     
     ƙ Energy Beacon
     ƚ Weapon Focus
     ƛ Cascade Feedback

      Medium
",
"AUTOTOOLTIP-dom_intercept_destr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Experimental Phasic Emitters 
     Increases the damage taken from Support
     Vessels by 11 percent and decreases the
     damage taken from all other sources by
     33 percent

     
     ƙ Energy Beacon
     ƚ Weapon Focus
     ƛ Cascade Feedback

      Medium
",
"AUTOTOOLTIP-dom_intercept_destr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Experimental Phasic Emitters 
     Increases the damage taken from Support
     Vessels by 22 percent and decreases the
     damage taken from all other sources by
     66 percent

     
     ƙ Energy Beacon
     ƚ Weapon Focus
     ƛ Cascade Feedback

      Medium
",
"AUTOTOOLTIP-dom_intercept_destr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Experimental Phasic Emitters 
     Increases the damage taken from Support
     Vessels by 22 percent and decreases the
     damage taken from all other sources by
     66 percent
     Milticore Energy Generators 
     System Value increased by 50 percent
     and shield regeneration rate trippled

     
     ƙ Energy Beacon
     ƚ Weapon Focus
     ƛ Cascade Feedback

      Medium
",
"AUTOTOOLTIP-dom_intercept_dest_rom.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam

     
     ƙ Energy Beacon
     ƚ Weapon Focus
     ƛ Shield Recharge

      Medium

     
     System Value increased by 3
     Cascade Feedback replaced by Shield
     Recharge
",
"AUTOTOOLTIP-dom_intercept_dest_romr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam

     
     ƙ Energy Beacon
     ƚ Weapon Focus
     ƛ Shield Recharge

      Medium

     
     System Value increased by 3
     Cascade Feedback replaced by Shield
     Recharge
",
"AUTOTOOLTIP-dom_intercept_dest_romr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam

     
     ƙ Energy Beacon
     ƚ Weapon Focus
     ƛ Shield Recharge

      Medium

     
     System Value increased by 3
     Cascade Feedback replaced by Shield
     Recharge
",
"AUTOTOOLTIP-dom_intercept_dest_romr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Experimental Phasic Emitters 
     Increases the damage taken from Support
     Vessels by 11 percent and decreases the
     damage taken from all other sources by
     33 percent

     
     ƙ Energy Beacon
     ƚ Weapon Focus
     ƛ Shield Recharge

      Medium

     
     System Value increased by 3
     Cascade Feedback replaced by Shield
     Recharge
",
"AUTOTOOLTIP-dom_intercept_dest_romr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Experimental Phasic Emitters 
     Increases the damage taken from Support
     Vessels by 22 percent and decreases the
     damage taken from all other sources by
     66 percent

     
     ƙ Energy Beacon
     ƚ Weapon Focus
     ƛ Shield Recharge

      Medium

     
     System Value increased by 3
     Cascade Feedback replaced by Shield
     Recharge
",
"AUTOTOOLTIP-dom_intercept_dest_romr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Experimental Phasic Emitters 
     Increases the damage taken from Support
     Vessels by 22 percent and decreases the
     damage taken from all other sources by
     66 percent
     Milticore Energy Generators 
     System Value increased by 50 percent
     and shield regeneration rate trippled

     
     ƙ Energy Beacon
     ƚ Weapon Focus
     ƛ Shield Recharge

      Medium

     
     System Value increased by 3
     Cascade Feedback replaced by Shield
     Recharge
",
"AUTOTOOLTIP-dom_ketracel_fac.odf", "
       Offensive Value
     Defensive Value
     System Value

     Research Station

     Produces:
     Improved Weapons
     Advanced Weapons
     Improved Shielding
     Advanced Shielding
     Improved Ketracel White
     Advanced Ketracel White
",
"AUTOTOOLTIP-dom_ketracel_facZ.odf", "
       Offensive Value
     Defensive Value
     System Value

     Research Station

     Produces:
     Improved Weapons
     Advanced Weapons
     Improved Shielding
     Advanced Shielding
     Improved Ketracel White
     Advanced Ketracel White
     Improved Breen Engines
     Advanced Breen Engines
",
"AUTOTOOLTIP-dom_ketracel_synth.odf", "
       Offensive Value
     Defensive Value
     System Value

     Processes supply
",
"AUTOTOOLTIP-dom_large_yard.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Repair Dock

     Produces:
     T-15 Heavy Cruiser
     C-17 Siege Cruiser
     B-5 Battle Cruiser
     V-13 Battleship
     C-17 Siege Cruiser Prototype
     B-5 Battle Cruiser Prototype
     V-13 Battleship Prototype
",
"AUTOTOOLTIP-dom_large_yardY.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Repair Dock

     Produces:
     T-15 Heavy Cruiser
     C-17 Siege Cruiser
     B-5 Battle Cruiser
     V-13 Battleship
     S-7 Defender
     C-17 Siege Cruiser Prototype
     B-5 Battle Cruiser Prototype
     V-13 Battleship Prototype
     S-7 Defender Prototype
",
"AUTOTOOLTIP-dom_large_yardZ.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Repair Dock

     Produces:
     T-15 Heavy Cruiser
     C-17 Siege Cruiser
     B-5 Battle Cruiser
     V-13 Battleship
     Breen Battleship
     C-17 Siege Cruiser Prototype
     B-5 Battle Cruiser Prototype
     V-13 Battleship Prototype
     Breen Battleship Prototype
",
"AUTOTOOLTIP-dom_mixedtech_yard.odf", "
       Offensive Value
     Defensive Value
     System Value

     Yard
     Constructs Mixed-Tech units
",
"AUTOTOOLTIP-dom_mixedtech_yard_bor.odf", "
       Offensive Value
     Defensive Value
     System Value

     Yard
     Constructs Mixed-Tech units

     Produces:
     S-2 Escort Cruiser
     T-15 Heavy Cruiser
     V-15 Dreadnought
",
"AUTOTOOLTIP-dom_mixedtech_yard_fed.odf", "
       Offensive Value
     Defensive Value
     System Value

     Yard
     Constructs Mixed-Tech units

     Produces:
     C-17 Siege Cruiser
     B-5 Battle Cruiser
     V-15 Dreadnought
",
"AUTOTOOLTIP-dom_mixedtech_yard_kli.odf", "
       Offensive Value
     Defensive Value
     System Value

     Yard
     Constructs Mixed-Tech units

     Produces:
     A-20 Attack Destroyer
     A-26 Bomber
     V-15 Dreadnought
",
"AUTOTOOLTIP-dom_mixedtech_yard_rom.odf", "
       Offensive Value
     Defensive Value
     System Value

     Yard
     Constructs Mixed-Tech units

     Produces:
     C-11 Interception Destroyer
     T-15 Heavy Cruiser
     V-15 Dreadnought
",
"AUTOTOOLTIP-dom_perimeter.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phased Polaronbeam
     Tachyon Detection Grid 

      Artillery
",
"AUTOTOOLTIP-dom_perimeter_A.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phased Polaronbeam
     AT-Charges
     Area damage charges. Deals impressive
     damage to small sized targets
     Each volley consumes  
     Tachyon Detection Grid 

      Artillery
",
"AUTOTOOLTIP-dom_perimeter_D.odf", "
     Offensive Value
   Defensive Value
     System Value

     Phased Polaronbeam
     Tachyon Detection Grid 

      Artillery
",
"AUTOTOOLTIP-dom_perimeter_DA.odf", "
     Offensive Value
   Defensive Value
     System Value

     Phased Polaronbeam
     AT-Charges
     Area damage charges. Deals impressive
     damage to small sized targets
     Each volley consumes  
     Tachyon Detection Grid 

      Artillery
",
"AUTOTOOLTIP-dom_perimeter_DW.odf", "
   Offensive Value
   Defensive Value
     System Value

     Phased Polaronbeam
     Tachyon Detection Grid 

      Artillery
",
"AUTOTOOLTIP-dom_perimeter_DWA.odf", "
   Offensive Value
   Defensive Value
     System Value

     Phased Polaronbeam
     AT-Charges
     Area damage charges. Deals impressive
     damage to small sized targets
     Each volley consumes  
     Tachyon Detection Grid 

      Artillery
",
"AUTOTOOLTIP-dom_perimeter_upgradeA.odf", "
    System Value

     Equippes your Perimeter with
     Antimatter-Tetryon Charges. These
     Charges will deal area damage
     They are very effective against small
     units
     Each volley consumes  
",
"AUTOTOOLTIP-dom_perimeter_upgradeD.odf", "
  Defensive Value

     Power up the defense of your Perimeter
     to make it less vulnerable to enemy fire
",
"AUTOTOOLTIP-dom_perimeter_upgradeW.odf", "
  Offensive Value

     Improve the weapon systems of your
     Perimeter to deal increased amounts of
     damage with every shot
",
"AUTOTOOLTIP-dom_perimeter_W.odf", "
   Offensive Value
     Defensive Value
     System Value

     Phased Polaronbeam
     Tachyon Detection Grid 

      Artillery
",
"AUTOTOOLTIP-dom_perimeter_WA.odf", "
   Offensive Value
     Defensive Value
     System Value

     Phased Polaronbeam
     AT-Charges
     Area damage charges. Deals impressive
     damage to small sized targets
     Each volley consumes  
     Tachyon Detection Grid 

      Artillery
",
"AUTOTOOLTIP-dom_phaser_sentry.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam

      Long
",
"AUTOTOOLTIP-dom_scout.odf", "
       Offensive Value
       Defensive Value
       System Value

     Polaron Beam

      Medium
",
"AUTOTOOLTIP-dom_sensor.odf", "
       Offensive Value
     Defensive Value
     System Value

     Tachyon Detection Grid 
",
"AUTOTOOLTIP-dom_siege_cruiser.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium
",
"AUTOTOOLTIP-dom_siege_cruiserM.odf", "
     Offensive Value
   Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium
",
"AUTOTOOLTIP-dom_siege_cruiserMr2.odf", "
     Offensive Value
   Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium
",
"AUTOTOOLTIP-dom_siege_cruiserMr3.odf", "
     Offensive Value
   Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium
",
"AUTOTOOLTIP-dom_siege_cruiserMr4.odf", "
     Offensive Value
   Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Bombardement Loadout 
     Increases damage dealt to stations by
     21 percent and increases the damage
     output of the Tetryon Disruptor by 10
     percent

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium
",
"AUTOTOOLTIP-dom_siege_cruiserMr5.odf", "
     Offensive Value
   Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Bombardement Loadout 
     Increases damage dealt to stations by
     42 percent and increases the damage
     output of the Tetryon Disruptor by 20
     percent

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium
",
"AUTOTOOLTIP-dom_siege_cruiserMr6.odf", "
     Offensive Value
   Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Counter-Weaponry
     Bombardement Loadout 
     Increases damage dealt to stations by
     42 percent and increases the damage
     output of the Tetryon Disruptor by 20
     percent

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium
",
"AUTOTOOLTIP-dom_siege_cruiserP.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

     You require at least one prototype to
     build regular vessels of this class
     Prototypes have the same stats as their
     corresponding ship classes but may not
     use special abilities

      Medium
",
"AUTOTOOLTIP-dom_siege_cruiserPZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

     You require at least one prototype to
     build regular vessels of this class
     Prototypes have the same stats as their
     corresponding ship classes but may not
     use special abilities

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_siege_cruiserr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium
",
"AUTOTOOLTIP-dom_siege_cruiserr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium
",
"AUTOTOOLTIP-dom_siege_cruiserr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Bombardement Loadout 
     Increases damage dealt to stations by
     21 percent and increases the damage
     output of the Tetryon Disruptor by 10
     percent

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium
",
"AUTOTOOLTIP-dom_siege_cruiserr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Bombardement Loadout 
     Increases damage dealt to stations by
     42 percent and increases the damage
     output of the Tetryon Disruptor by 20
     percent

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium
",
"AUTOTOOLTIP-dom_siege_cruiserr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Counter-Weaponry
     Bombardement Loadout 
     Increases damage dealt to stations by
     42 percent and increases the damage
     output of the Tetryon Disruptor by 20
     percent

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium
",
"AUTOTOOLTIP-dom_siege_cruiserZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_siege_cruiserZM.odf", "
     Offensive Value
   Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_siege_cruiserZMr2.odf", "
     Offensive Value
   Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_siege_cruiserZMr3.odf", "
     Offensive Value
   Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_siege_cruiserZMr4.odf", "
     Offensive Value
   Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Bombardement Loadout 
     Increases damage dealt to stations by
     21 percent and increases the damage
     output of the Tetryon Disruptor by 10
     percent

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_siege_cruiserZMr5.odf", "
     Offensive Value
   Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Bombardement Loadout 
     Increases damage dealt to stations by
     42 percent and increases the damage
     output of the Tetryon Disruptor by 20
     percent

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_siege_cruiserZMr6.odf", "
     Offensive Value
   Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Counter-Weaponry
     Bombardement Loadout 
     Increases damage dealt to stations by
     42 percent and increases the damage
     output of the Tetryon Disruptor by 20
     percent

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_siege_cruiserZr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_siege_cruiserZr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_siege_cruiserZr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Bombardement Loadout 
     Increases damage dealt to stations by
     21 percent and increases the damage
     output of the Tetryon Disruptor by 10
     percent

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_siege_cruiserZr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Bombardement Loadout 
     Increases damage dealt to stations by
     42 percent and increases the damage
     output of the Tetryon Disruptor by 20
     percent

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_siege_cruiserZr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Counter-Weaponry
     Bombardement Loadout 
     Increases damage dealt to stations by
     42 percent and increases the damage
     output of the Tetryon Disruptor by 20
     percent

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_siege_cruiser_fed.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Defensive Value increased by 3
     The EM-Blast special ability will shot
     down the engines of affected units in
     addition to the normal effect
",
"AUTOTOOLTIP-dom_siege_cruiser_fedM.odf", "
     Offensive Value
   Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Defensive Value increased by 3
     The EM-Blast special ability will shot
     down the engines of affected units in
     addition to the normal effect
",
"AUTOTOOLTIP-dom_siege_cruiser_fedMr2.odf", "
     Offensive Value
   Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Defensive Value increased by 3
     The EM-Blast special ability will shot
     down the engines of affected units in
     addition to the normal effect
",
"AUTOTOOLTIP-dom_siege_cruiser_fedMr3.odf", "
     Offensive Value
   Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Defensive Value increased by 3
     The EM-Blast special ability will shot
     down the engines of affected units in
     addition to the normal effect
",
"AUTOTOOLTIP-dom_siege_cruiser_fedMr4.odf", "
     Offensive Value
   Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Bombardement Loadout 
     Increases damage dealt to stations by
     21 percent and increases the damage
     output of the Tetryon Disruptor by 10
     percent

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Defensive Value increased by 3
     The EM-Blast special ability will shot
     down the engines of affected units in
     addition to the normal effect
",
"AUTOTOOLTIP-dom_siege_cruiser_fedMr5.odf", "
     Offensive Value
   Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Bombardement Loadout 
     Increases damage dealt to stations by
     42 percent and increases the damage
     output of the Tetryon Disruptor by 20
     percent

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Defensive Value increased by 3
     The EM-Blast special ability will shot
     down the engines of affected units in
     addition to the normal effect
",
"AUTOTOOLTIP-dom_siege_cruiser_fedMr6.odf", "
     Offensive Value
   Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Counter-Weaponry
     Bombardement Loadout 
     Increases damage dealt to stations by
     42 percent and increases the damage
     output of the Tetryon Disruptor by 20
     percent

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Defensive Value increased by 3
     The EM-Blast special ability will shot
     down the engines of affected units in
     addition to the normal effect
",
"AUTOTOOLTIP-dom_siege_cruiser_fedr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Defensive Value increased by 3
     The EM-Blast special ability will shot
     down the engines of affected units in
     addition to the normal effect
",
"AUTOTOOLTIP-dom_siege_cruiser_fedr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Defensive Value increased by 3
     The EM-Blast special ability will shot
     down the engines of affected units in
     addition to the normal effect
",
"AUTOTOOLTIP-dom_siege_cruiser_fedr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Bombardement Loadout 
     Increases damage dealt to stations by
     21 percent and increases the damage
     output of the Tetryon Disruptor by 10
     percent

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Defensive Value increased by 3
     The EM-Blast special ability will shot
     down the engines of affected units in
     addition to the normal effect
",
"AUTOTOOLTIP-dom_siege_cruiser_fedr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Bombardement Loadout 
     Increases damage dealt to stations by
     42 percent and increases the damage
     output of the Tetryon Disruptor by 20
     percent

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Defensive Value increased by 3
     The EM-Blast special ability will shot
     down the engines of affected units in
     addition to the normal effect
",
"AUTOTOOLTIP-dom_siege_cruiser_fedr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Polaronbeam
     Tetryon Torpedo
     Counter-Weaponry
     Bombardement Loadout 
     Increases damage dealt to stations by
     42 percent and increases the damage
     output of the Tetryon Disruptor by 20
     percent

     
     ƙ Phaseshield
     ƚ EM Blast
     ƛ Tetryon Disruptor

      Medium

     
     Defensive Value increased by 3
     The EM-Blast special ability will shot
     down the engines of affected units in
     addition to the normal effect
",
"AUTOTOOLTIP-dom_space_refinery.odf", "
       Offensive Value
     Defensive Value
     System Value

     Processes dilithium and tritanium
",
"AUTOTOOLTIP-dom_supersensor.odf", "
       Offensive Value
     Defensive Value
     System Value

     Hyperspace Sensor Array
     Deep Space Scan
     Tachyon Detection Grid 
     Active Tachyon Defense

     Research Station

     Produces:
     Research Active Tachyon Scan
",
"AUTOTOOLTIP-dom_technology_lab.odf", "
       Offensive Value
     Defensive Value
     System Value

     Research Station

     Produces:
     Basic Interception System Upgrade
     Advanced Interception System Upgrade
     Basic Siege System Upgrade
     Advanced Siege System Upgrade
     Research Simple Detection Grid
     Research Tachyon Detection Grid
     Research Tetryon-Photon Torpedo
     Research Alpha Ketracel White
     Research IS Bomb
     Research Fighter Energy Core Upgrade
     Research Excessive Strike
",
"AUTOTOOLTIP-dom_technology_labY.odf", "
       Offensive Value
     Defensive Value
     System Value

     Research Station

     Produces:
     Basic Interception System Upgrade
     Advanced Interception System Upgrade
     Basic Siege System Upgrade
     Advanced Siege System Upgrade
     Research Simple Detection Grid
     Research Tachyon Detection Grid
     Research Tetryon-Photon Torpedo
     Research Alpha Ketracel White
     Research IS Bomb
     Research Fighter Energy Core Upgrade
     Research Excessive Strike
     Research Coreblast
",
"AUTOTOOLTIP-dom_technology_labZ.odf", "
       Offensive Value
     Defensive Value
     System Value

     Research Station

     Produces:
     Basic Interception System Upgrade
     Advanced Interception System Upgrade
     Basic Siege System Upgrade
     Advanced Siege System Upgrade
     Research Simple Detection Grid
     Research Tachyon Detection Grid
     Research Tetryon-Photon Torpedo
     Research Alpha Ketracel White
     Research Breen Cruiser Cloak
     Research IS Bomb
     Research Fighter Energy Core Upgrade
     Research Excessive Strike
     Research Dampening Missile
",
"AUTOTOOLTIP-dom_warfrigate.odf", "
     Offensive Value
     Defensive Value
     System Value

     Tetryon Torpedo
     4x Impulse Disruptor
     IS Bomb

     
     May use transporter assault
     Increased boarding party strength

      Long
",
"AUTOTOOLTIP-dom_warfrigateP.odf", "
     Offensive Value
     Defensive Value
     System Value

     Tetryon Torpedo
     4x Impulse Disruptor
     IS Bomb

     
     May use transporter assault
     Increased boarding party strength

     You require at least one prototype to
     build regular vessels of this class
     Prototypes have the same stats as their
     corresponding ship classes but may not
     use special abilities

      Long
",
"AUTOTOOLTIP-dom_warfrigatePZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Tetryon Torpedo
     4x Impulse Disruptor
     IS Bomb

     
     May use transporter assault
     Increased boarding party strength

     You require at least one prototype to
     build regular vessels of this class
     Prototypes have the same stats as their
     corresponding ship classes but may not
     use special abilities

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_warfrigater2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Tetryon Torpedo
     4x Impulse Disruptor
     IS Bomb

     
     May use transporter assault
     Increased boarding party strength

      Long
",
"AUTOTOOLTIP-dom_warfrigater3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Tetryon Torpedo
     4x Impulse Disruptor
     IS Bomb

     
     May use transporter assault
     Increased boarding party strength

      Long
",
"AUTOTOOLTIP-dom_warfrigater4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Tetryon Torpedo
     4x Impulse Disruptor
     IS Bomb
     Breaching Strikes 
     4 percent chance for each Impulse
     Disruptor to deal double damage

     
     May use transporter assault
     Increased boarding party strength

      Long
",
"AUTOTOOLTIP-dom_warfrigater5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Tetryon Torpedo
     4x Impulse Disruptor
     IS Bomb
     Breaching Strikes 
     8 percent chance for each Impulse
     Disruptor to deal double damage

     
     May use transporter assault
     Increased boarding party strength

      Long
",
"AUTOTOOLTIP-dom_warfrigater6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Tetryon Torpedo
     4x Impulse Disruptor
     IS Bomb
     Breaching Strikes 
     8 percent chance for each Impulse
     Disruptor to deal double damage
     Field Cloning 
     Crew capacity increased by 250 and
     greatly increases boarding party fight
     power

     
     May use transporter assault
     Increased boarding party strength

      Long
",
"AUTOTOOLTIP-dom_warfrigateZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Tetryon Torpedo
     4x Impulse Disruptor
     IS Bomb

     
     May use transporter assault
     Increased boarding party strength

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_warfrigateZr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Tetryon Torpedo
     4x Impulse Disruptor
     IS Bomb

     
     May use transporter assault
     Increased boarding party strength

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_warfrigateZr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Tetryon Torpedo
     4x Impulse Disruptor
     IS Bomb

     
     May use transporter assault
     Increased boarding party strength

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_warfrigateZr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Tetryon Torpedo
     4x Impulse Disruptor
     IS Bomb
     Breaching Strikes 
     4 percent chance for each Impulse
     Disruptor to deal double damage

     
     May use transporter assault
     Increased boarding party strength

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_warfrigateZr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Tetryon Torpedo
     4x Impulse Disruptor
     IS Bomb
     Breaching Strikes 
     8 percent chance for each Impulse
     Disruptor to deal double damage

     
     May use transporter assault
     Increased boarding party strength

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_warfrigateZr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Tetryon Torpedo
     4x Impulse Disruptor
     IS Bomb
     Breaching Strikes 
     8 percent chance for each Impulse
     Disruptor to deal double damage
     Field Cloning 
     Crew capacity increased by 250 and
     greatly increases boarding party fight
     power

     
     May use transporter assault
     Increased boarding party strength

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-dom_worker_ship_b.odf", "
       Offensive Value
     Defensive Value
     System Value

     This vessels has several modes of
     operation
     Construction Mode - Constructs Stations
",
"AUTOTOOLTIP-dom_worker_ship_m.odf", "
       Offensive Value
     Defensive Value
     System Value

     This vessels has several modes of
     operation
     Mining Mode - Mines Dilithium,
     Tritanium and Supply
     Dilithium capacity: 150
     Tritanium capacity: 100
     Supply capacity: 25
",
"AUTOTOOLTIP-dom_yard.odf", "
       Offensive Value
     Defensive Value
     System Value

     Yard
     Repair Dock

     Produces:
     A-20 Attack Destroyer
     A-26 Bomber
     S-2 Escort Cruiser
     C-11 Interception Destroyer
     B-8 War Frigate
     A-26 Bomber Prototype
     S-2 Escort Cruiser Prototype
     C-11 Interception Destroyer Prototype
     B-8 War Frigate Prototype
",
"AUTOTOOLTIP-dom_yardY.odf", "
       Offensive Value
     Defensive Value
     System Value

     Yard
     Repair Dock

     Produces:
     A-20 Attack Destroyer
     A-26 Bomber
     S-2 Escort Cruiser
     C-11 Interception Destroyer
     B-8 War Frigate
     A-26 Bomber Prototype
     S-2 Escort Cruiser Prototype
     C-11 Interception Destroyer Prototype
     B-8 War Frigate Prototype

     
     Constructiontime for all vessels
     reduced by 25 percent
",
"AUTOTOOLTIP-dom_yardZ.odf", "
       Offensive Value
     Defensive Value
     System Value

     Yard
     Repair Dock

     Produces:
     A-20 Attack Destroyer
     A-26 Bomber
     S-2 Escort Cruiser
     C-11 Interception Destroyer
     Breen Cruiser
     B-8 War Frigate
     A-26 Bomber Prototype
     S-2 Escort Cruiser Prototype
     C-11 Interception Destroyer Prototype
     Breen Cruiser Prototype
     B-8 War Frigate Prototype
",
"AUTOTOOLTIP-fedR_acs_torpedo.odf", "
     Fires a Anti Capital Ship torpedo on a
     hostile target. The Anti Capital Ship
     Torpedo deals highly increased damage
     to battleships

      Long

     Affected units:
     Excelsior-II Class
",
"AUTOTOOLTIP-fedR_adv_magnan.odf", "
     Hypercharge the Magnan Phaser Coils.
     This allows to fire several shots with
     the Magnan Phaser Array in very short
     amount of time
     Magnan Phaser Recharge rate reduced to
     20 percent
     Lasts until canceled

     Affected units:
     Phalanx Class
",
"AUTOTOOLTIP-fedR_canaveral1.odf", "
     Allows the Canaveral Class to use its
     level 2 ability:

     Tachyon Scan
     Decloakes all enemies nearby
     May only be used once every 30 seconds

     Ɨ Short
",
"AUTOTOOLTIP-fedR_canaveral2.odf", "
     Allows the Canaveral Class to use its
     level 3 ability:

     Sensor Blackout
     Overloads the enemies targeting
     systems on all hostile units at the
     target area decreasing their rate of
     fire by 75 percent
     Lasts 25 seconds

     Ɨ Medium
",
"AUTOTOOLTIP-fedR_critical.odf", "
     A direct hit kills the enemies weapon
     systems and deals high damage
     Lasts 12 seconds

      Short

     Affected units:
     Defiant Class
",
"AUTOTOOLTIP-fedR_defpatterns.odf", "
     Reroute all emergency-power to the
     shields, increasing the shield
     regeneration rate by 500 percent and
     the hull repair rate by 250 percent
     Special weapon energy does not
     regenerate while the effect of
     Defensive Patterns is active
     Lasts 30 seconds

     Affected units:
     Akira Class
",
"AUTOTOOLTIP-fedR_detection1.odf", "
     Decloakes all enemies at the target
     location

     Affected units:
     Outpost
",
"AUTOTOOLTIP-fedR_detection2.odf", "
     Allows this unit to detect all cloaked
     vessels within sensor range

     Affected units:
     Sensor Platform
",
"AUTOTOOLTIP-fedR_distortion.odf", "
     Creates a field of zero-energy
     fluctuation. The engines of all nearby
     enemies will stop functioning
     Engine overload effects will deal a
     portion of damage to the affected units
     based on their movement speed
     Lasts 6 seconds

      Short

     Affected units:
     Sovereign Class
",
"AUTOTOOLTIP-fedR_impulse.odf", "
     Engage the Hyper Impulse Drive to
     greatly increase the movement speed and
     dodge chance of this vessel
     Lowers the Offensive Value by 2
     Lasts until canceled

     Affected units:
     Saber Class
",
"AUTOTOOLTIP-fedR_newtonupgrade.odf", "
     Allows to upgrade Newton Class repair
     vessels several times to operate more
     effectively in combat

     Affected units:
     Newton Class
",
"AUTOTOOLTIP-fedR_norway1.odf", "
     Allows the Norway Class to use its
     level 2 ability:

     Plasma Coil
     Creates a field of super-hot warp
     plasma
     Deals increased damage to small and
     medium sized targets
     Damage is divided amongst all valid
     targets
     Lasts 5 seconds

     Ɨ Medium
",
"AUTOTOOLTIP-fedR_norway2.odf", "
     Allows the Norway Class to use its
     level 3 ability:

     Assault Mode
     Power up all of the Norways systems
     to maximum, greatly increasing her
     siege capability
     Increases shield and hull repair rate
     by 100 percent
     Reduces damage received from stations
     by 50 percent
     The Norway may not use special
     abilities while the effect of Assault
     Mode is active
     Lasts 25 seconds
",
"AUTOTOOLTIP-fedR_organize.odf", "
     Reorganizes your nearby defense. The
     rate of fire of hostile units nearby is
     decreased by 40 percent
     Lasts 10 seconds

      Long

     Affected units:
     Torpedo Platform
",
"AUTOTOOLTIP-fedR_proximity.odf", "
     Fires a special torpedo at an opponent
     unit. This torpedo is not set on the
     normal detonate-on-impact setting,
     making it easier to damage small and
     fast vessels

      Medium

     Affected units:
     Monsoon Class
",
"AUTOTOOLTIP-fedR_remoore1.odf", "
     Allows the Remore Class to use its
     level 2 ability:

     Vector Calculation
     Calculates the projectile vectors for
     an allied vessel, allowing the target
     to fire 40 percent more shots per
     second
     Lasts 60 seconds

     Ɨ Medium
",
"AUTOTOOLTIP-fedR_remoore2.odf", "
     Allows the Remore Class to use its
     level 3 ability:

     ECM
     Greatly decreases the chance that
     weapons will hit friendly targets
     nearby

     Ɨ Medium
",
"AUTOTOOLTIP-fedR_tricobalt.odf", "
     A tricobalt loaded torpedo deals double
     damage to hostile buildings

      Artillery

     Affected units:
     Intrepid Class
",
"AUTOTOOLTIP-fedU_chassis1.odf", "
     Allows to build more advanced starfleet
     units
",
"AUTOTOOLTIP-fedU_chassis1Y.odf", "
     Allows to build more advanced starfleet
     units

     
     Research costs reduced by 25 percent
",
"AUTOTOOLTIP-fedU_chassis2.odf", "
     Allows to build more advanced starfleet
     units
",
"AUTOTOOLTIP-fedU_chassis2Y.odf", "
     Allows to build more advanced starfleet
     units

     
     Research costs reduced by 25 percent
",
"AUTOTOOLTIP-fedU_chassis3.odf", "
     Allows to build more advanced starfleet
     units
",
"AUTOTOOLTIP-fedU_chassis3Y.odf", "
     Allows to build more advanced starfleet
     units

     
     Research costs reduced by 25 percent
",
"AUTOTOOLTIP-fedU_sensors1.odf", "
     Increases the sensor range for all of
     your units by 15 percent
",
"AUTOTOOLTIP-fedU_sensors2.odf", "
     Increases the sensor range for all of
     your units by an additional 15 percent
",
"AUTOTOOLTIP-fedU_shields1.odf", "
     Increases the shield strength for all
     of your units by 8 percent
",
"AUTOTOOLTIP-fedU_shields2.odf", "
     Increases the shield strength for all
     of your units by an additional 8 percent
",
"AUTOTOOLTIP-fedU_weapons1.odf", "
     Increases the damage for all of your
     units by 6 percent
",
"AUTOTOOLTIP-fedU_weapons2.odf", "
     Increases the damage for all of your
     units by an additional 6 percent
",
"AUTOTOOLTIP-fed_akira.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Defense Patterns

      Medium
",
"AUTOTOOLTIP-fed_akiraY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Defense Patterns

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-fed_akiraYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Defense Patterns

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-fed_akiraYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Defense Patterns

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-fed_akiraYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Defense Patterns
     Torpedo Barrage 
     Might cause explosions while fighting
     which cause a certain percentage of the
     torpedo damage as area damage

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-fed_akiraYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Defense Patterns
     Torpedo Barrage 
     Might cause explosions while fighting
     which cause a certain percentage of the
     torpedo damage as hull area damage

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-fed_akiraYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Modified Photon Torpedo
     Breaks through shields and deals direct
     hull damage
     Defense Patterns
     Torpedo Barrage 
     Might cause explosions while fighting
     which cause a certain percentage of the
     torpedo damage as hull area damage

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-fed_akiraZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Defense Patterns

      Medium

     
     Defensive Value increased by 4
",
"AUTOTOOLTIP-fed_akiraZr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Defense Patterns

      Medium

     
     Defensive Value increased by 4
",
"AUTOTOOLTIP-fed_akiraZr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Defense Patterns

      Medium

     
     Defensive Value increased by 4
",
"AUTOTOOLTIP-fed_akiraZr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Defense Patterns
     Torpedo Barrage 
     Might cause explosions while fighting
     which cause a certain percentage of the
     torpedo damage as area damage

      Medium

     
     Defensive Value increased by 4
",
"AUTOTOOLTIP-fed_akiraZr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Defense Patterns
     Torpedo Barrage 
     Might cause explosions while fighting
     which cause a certain percentage of the
     torpedo damage as hull area damage

      Medium

     
     Defensive Value increased by 4
",
"AUTOTOOLTIP-fed_akiraZr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Modified Photon Torpedo
     Breaks through shields and deals direct
     hull damage
     Defense Patterns
     Torpedo Barrage 
     Might cause explosions while fighting
     which cause a certain percentage of the
     torpedo damage as hull area damage

      Medium

     
     Defensive Value increased by 4
",
"AUTOTOOLTIP-fed_akira_dom.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Photon Torpedo
     Defense Patterns

      Medium

     
     Offensive Value increased by 2
     Defensive Value increased by 2
     Is equipped with an additional photon
     torpedo launcher
",
"AUTOTOOLTIP-fed_akira_domr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Photon Torpedo
     Defense Patterns

      Medium

     
     Offensive Value increased by 2
     Defensive Value increased by 2
     Is equipped with an additional photon
     torpedo launcher
",
"AUTOTOOLTIP-fed_akira_domr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Photon Torpedo
     Defense Patterns

      Medium

     
     Offensive Value increased by 2
     Defensive Value increased by 2
     Is equipped with an additional photon
     torpedo launcher
",
"AUTOTOOLTIP-fed_akira_domr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Photon Torpedo
     Defense Patterns
     Torpedo Barrage 
     Might cause explosions while fighting
     which cause a certain percentage of the
     torpedo damage as area damage

      Medium

     
     Offensive Value increased by 2
     Defensive Value increased by 2
     Is equipped with an additional photon
     torpedo launcher
",
"AUTOTOOLTIP-fed_akira_domr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Photon Torpedo
     Defense Patterns
     Torpedo Barrage 
     Might cause explosions while fighting
     which cause a certain percentage of the
     torpedo damage as hull area damage

      Medium

     
     Offensive Value increased by 2
     Defensive Value increased by 2
     Is equipped with an additional photon
     torpedo launcher
",
"AUTOTOOLTIP-fed_akira_domr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Modified Photon Torpedo
     Breaks through shields and deals direct
     hull damage
     Defense Patterns
     Torpedo Barrage 
     Might cause explosions while fighting
     which cause a certain percentage of the
     torpedo damage as hull area damage

      Medium

     
     Offensive Value increased by 2
     Defensive Value increased by 2
     Is equipped with an additional photon
     torpedo launcher
",
"AUTOTOOLTIP-fed_ambassador.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Energy Rerouting

      Short
",
"AUTOTOOLTIP-fed_ambassadorM.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Energy Rerouting

      Short
",
"AUTOTOOLTIP-fed_ambassadorMr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Energy Rerouting

      Short
",
"AUTOTOOLTIP-fed_ambassadorMr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Energy Rerouting

      Short
",
"AUTOTOOLTIP-fed_ambassadorMr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Energy Rerouting
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation

      Short
",
"AUTOTOOLTIP-fed_ambassadorMr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Energy Rerouting
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation
     All attributes increased by 2

      Short
",
"AUTOTOOLTIP-fed_ambassadorMr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Energy Rerouting
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation
     All attributes increased by 2
     Optimized Shield Geometry 
     Reduced damage received from beam
     weapons by 30 percent, damage from
     pulse weapons by 20 percent and damage
     from torpedoes by 10 percent

      Short
",
"AUTOTOOLTIP-fed_ambassadorr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Energy Rerouting

      Short
",
"AUTOTOOLTIP-fed_ambassadorr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Energy Rerouting

      Short
",
"AUTOTOOLTIP-fed_ambassadorr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Energy Rerouting
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation

      Short
",
"AUTOTOOLTIP-fed_ambassadorr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Energy Rerouting
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation
     All attributes increased by 2

      Short
",
"AUTOTOOLTIP-fed_ambassadorr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Energy Rerouting
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation
     All attributes increased by 2
     Optimized Shield Geometry 
     Reduced damage received from beam
     weapons by 30 percent, damage from
     pulse weapons by 20 percent and damage
     from torpedoes by 10 percent

      Short
",
"AUTOTOOLTIP-fed_antares_yard.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Repair Dock

     Produces:
     Saber Class
     Monsoon Class
     Intrepid Class
     Akira Class
     Canaveral Class
     Research Hyper Impulse Drive
     Research Proximity Photon Torpedo
     Research Tricobalt Torpedo
     Research Defense Patterns
",
"AUTOTOOLTIP-fed_antares_yardZ.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Repair Dock

     Produces:
     Saber Class
     Monsoon Class
     Intrepid Class
     Akira Class
     Canaveral Class
     Norway Class
     Research Hyper Impulse Drive
     Research Proximity Photon Torpedo
     Research Tricobalt Torpedo
     Research Defense Patterns
",
"AUTOTOOLTIP-fed_avalon.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser

     
     May launch fighters

      Long

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_avalonF2R.odf", "
     Launch 3 Peregrine Bombers

     Peregrine Bomber

           Offensive Value
           Defensive Value
           System Value

     Fighter Quantum Torpedo
",
"AUTOTOOLTIP-fed_avalonFR.odf", "
     Launch 3 Peregrine Fighters

     Peregrine Fighter

           Offensive Value
           Defensive Value
           System Value

     Fighter Pulse Phaser
",
"AUTOTOOLTIP-fed_avalonr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser

     
     May launch fighters

      Long

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_avalonr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser

     
     May launch fighters

      Long

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_avalonr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Elite Squadrons 
     Decreases the time it takes to ready up
     the fighter hangars by 20 percent

     
     May launch fighters

      Long

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_avalonr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Elite Squadrons 
     Decreases the time it takes to ready up
     the fighter hangars by 40 percent

     
     May launch fighters

      Long

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_avalonr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Elite Squadrons 
     Decreases the time it takes to ready up
     the fighter hangars by 40 percent
     Starfleet Engineers 
     Shields, hull and subsystems repair
     twice as fast. Subsystem durability
     increased and reduces the duration of
     all subsystem disabling effects by 25
     percent

     
     May launch fighters

      Long

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_canaveral.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship

     
     ƙ Probe
     ƚ Tachyon Scan
     ƛ Sensor Blackout

      Long
",
"AUTOTOOLTIP-fed_canaveralr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship

     
     ƙ Probe
     ƚ Tachyon Scan
     ƛ Sensor Blackout

      Long
",
"AUTOTOOLTIP-fed_canaveralr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship

     
     ƙ Probe
     ƚ Tachyon Scan
     ƛ Sensor Blackout

      Long
",
"AUTOTOOLTIP-fed_canaveralr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Strategical Support 
     Weaponrange and area of effect for all
     special abilities increased

     
     ƙ Probe
     ƚ Tachyon Scan
     ƛ Sensor Blackout

      Long
",
"AUTOTOOLTIP-fed_canaveralr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Strategical Support 
     Weaponrange and area of effect for all
     special abilities increased

     
     ƙ Probe
     ƚ Tachyon Scan
     ƛ Sensor Blackout

      Long
",
"AUTOTOOLTIP-fed_canaveralr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Type XV Phaser
     Deals up to double damage
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Strategical Support 
     Weaponrange and area of effect for all
     special abilities increased

     
     ƙ Probe
     ƚ Tachyon Scan
     ƛ Sensor Blackout

      Long
",
"AUTOTOOLTIP-fed_canaveralZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship

     
     ƙ Probe
     ƚ Tachyon Scan
     ƛ Sensor Blackout

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_canaveralZr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship

     
     ƙ Probe
     ƚ Tachyon Scan
     ƛ Sensor Blackout

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_canaveralZr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship

     
     ƙ Probe
     ƚ Tachyon Scan
     ƛ Sensor Blackout

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_canaveralZr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Strategical Support 
     Weaponrange and area of effect for all
     special abilities increased

     
     ƙ Probe
     ƚ Tachyon Scan
     ƛ Sensor Blackout

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_canaveralZr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Strategical Support 
     Weaponrange and area of effect for all
     special abilities increased

     
     ƙ Probe
     ƚ Tachyon Scan
     ƛ Sensor Blackout

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_canaveralZr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Type XV Phaser
     Deals up to double damage
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Strategical Support 
     Weaponrange and area of effect for all
     special abilities increased

     
     ƙ Probe
     ƚ Tachyon Scan
     ƛ Sensor Blackout

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_canaveral_rom.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship

     
     ƙ Probe
     ƚ Plasma Bolt
     ƛ Sensor Blackout

      Long

     
     System Value increased by 4
     The Probe special ability will reveal
     cloaked units
     Tachyon Scan replaced by Plasma Bolt
",
"AUTOTOOLTIP-fed_canaveral_romr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship

     
     ƙ Probe
     ƚ Plasma Bolt
     ƛ Sensor Blackout

      Long

     
     System Value increased by 4
     The Probe special ability will reveal
     cloaked units
     Tachyon Scan replaced by Plasma Bolt
",
"AUTOTOOLTIP-fed_canaveral_romr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship

     
     ƙ Probe
     ƚ Plasma Bolt
     ƛ Sensor Blackout

      Long

     
     System Value increased by 4
     The Probe special ability will reveal
     cloaked units
     Tachyon Scan replaced by Plasma Bolt
",
"AUTOTOOLTIP-fed_canaveral_romr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Strategical Support 
     Weaponrange and area of effect for all
     special abilities increased

     
     ƙ Probe
     ƚ Plasma Bolt
     ƛ Sensor Blackout

      Long

     
     System Value increased by 4
     The Probe special ability will reveal
     cloaked units
     Tachyon Scan replaced by Plasma Bolt
",
"AUTOTOOLTIP-fed_canaveral_romr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Strategical Support 
     Weaponrange and area of effect for all
     special abilities increased

     
     ƙ Probe
     ƚ Plasma Bolt
     ƛ Sensor Blackout

      Long

     
     System Value increased by 4
     The Probe special ability will reveal
     cloaked units
     Tachyon Scan replaced by Plasma Bolt
",
"AUTOTOOLTIP-fed_canaveral_romr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Type XV Phaser
     Deals up to double damage
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Strategical Support 
     Weaponrange and area of effect for all
     special abilities increased

     
     ƙ Probe
     ƚ Plasma Bolt
     ƛ Sensor Blackout

      Long

     
     System Value increased by 4
     The Probe special ability will reveal
     cloaked units
     Tachyon Scan replaced by Plasma Bolt
",
"AUTOTOOLTIP-fed_defiant.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     Critical Shot

      Short
",
"AUTOTOOLTIP-fed_defiantr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     Critical Shot

      Short
",
"AUTOTOOLTIP-fed_defiantr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     Critical Shot

      Short
",
"AUTOTOOLTIP-fed_defiantr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     2x Quantum Torpedo
     Critical Shot

      Short
",
"AUTOTOOLTIP-fed_defiantr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     2x Quantum Torpedo
     Critical Shot

      Short
",
"AUTOTOOLTIP-fed_defiantr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     2x Quantum Torpedo
     Critical Shot
     Chenfield Plasma Collider 
     Occasionally fires an additional pulse
     and causes all pulse weapons to deal
     double damage do small targets

      Short
",
"AUTOTOOLTIP-fed_defiantY.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     Critical Shot

      Short

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_defiantYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     Critical Shot

      Short

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_defiantYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     Critical Shot

      Short

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_defiantYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     2x Quantum Torpedo
     Critical Shot

      Short

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_defiantYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     2x Quantum Torpedo
     Critical Shot

      Short

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_defiantYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     2x Quantum Torpedo
     Critical Shot
     Chenfield Plasma Collider 
     Occasionally fires an additional pulse
     and causes all pulse weapons to deal
     double damage do small targets

      Short

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_defiant_kli.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     Critical Shot
     Antimatter Mines

      Short

     
     Offensive Value increased by 3
     Is equipped with the Antimatter Mines
     special ability
",
"AUTOTOOLTIP-fed_defiant_klir2.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     Critical Shot
     Antimatter Mines

      Short

     
     Offensive Value increased by 3
     Is equipped with the Antimatter Mines
     special ability
",
"AUTOTOOLTIP-fed_defiant_klir3.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     Critical Shot
     Antimatter Mines

      Short

     
     Offensive Value increased by 3
     Is equipped with the Antimatter Mines
     special ability
",
"AUTOTOOLTIP-fed_defiant_klir4.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     2x Quantum Torpedo
     Critical Shot
     Antimatter Mines

      Short

     
     Offensive Value increased by 3
     Is equipped with the Antimatter Mines
     special ability
",
"AUTOTOOLTIP-fed_defiant_klir5.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     2x Quantum Torpedo
     Critical Shot
     Antimatter Mines

      Short

     
     Offensive Value increased by 3
     Is equipped with the Antimatter Mines
     special ability
",
"AUTOTOOLTIP-fed_defiant_klir6.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     2x Quantum Torpedo
     Critical Shot
     Chenfield Plasma Collider 
     Occasionally fires an additional pulse
     and causes all pulse weapons to deal
     double damage do small targets

      Short

     
     Offensive Value increased by 3
     Is equipped with the Antimatter Mines
     special ability
",
"AUTOTOOLTIP-fed_defiant_rom.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     Critical Shot
     Cloaking Device

      Short

     
     System Value increased by 3
     Is equipped with a Cloaking Device
",
"AUTOTOOLTIP-fed_defiant_romr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     Critical Shot
     Cloaking Device

      Short

     
     System Value increased by 3
     Is equipped with a Cloaking Device
",
"AUTOTOOLTIP-fed_defiant_romr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     Critical Shot
     Cloaking Device

      Short

     
     System Value increased by 3
     Is equipped with a Cloaking Device
",
"AUTOTOOLTIP-fed_defiant_romr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     2x Quantum Torpedo
     Critical Shot
     Cloaking Device

      Short

     
     System Value increased by 3
     Is equipped with a Cloaking Device
",
"AUTOTOOLTIP-fed_defiant_romr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     2x Quantum Torpedo
     Critical Shot
     Cloaking Device

      Short

     
     System Value increased by 3
     Is equipped with a Cloaking Device
",
"AUTOTOOLTIP-fed_defiant_romr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Rapid Fire Pulse Phaser
     2x Quantum Torpedo
     Critical Shot
     Chenfield Plasma Collider 
     Occasionally fires an additional pulse
     and causes all pulse weapons to deal
     double damage do small targets

      Short

     
     System Value increased by 3
     Is equipped with a Cloaking Device
",
"AUTOTOOLTIP-fed_descent.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Quantum Torpedo
     Multi-Layer Shields 
     Highly increased Defensive Value

      Medium
",
"AUTOTOOLTIP-fed_descentr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Quantum Torpedo
     Multi-Layer Shields 
     Highly increased Defensive Value

      Medium
",
"AUTOTOOLTIP-fed_descentr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Quantum Torpedo
     Multi-Layer Shields 
     Highly increased Defensive Value

      Medium
",
"AUTOTOOLTIP-fed_descentr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Quantum Torpedo
     Multi-Layer Shields 
     Highly increased Defensive Value
     Field Command 
     This vessel consumes one slot less of
     the Warp-In limitation

      Medium
",
"AUTOTOOLTIP-fed_descentr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Quantum Torpedo
     Multi-Layer Shields 
     Highly increased Defensive Value
     Field Command 
     This vessel consumes one slot less of
     the Warp-In limitation
     All attributes increased by 3

      Medium
",
"AUTOTOOLTIP-fed_descentr6.odf", "
     Offensive Value
   Defensive Value
     System Value

     Phaser
     2x Quantum Torpedo
     Multi-Layer Shields 
     Highly increased Defensive Value
     Field Command 
     This vessel consumes one slot less of
     the Warp-In limitation
     All attributes increased by 3
     Battle-Tested Technology 
     All attributes increased by 10 and
     reduced the cooldown of Shield Reset by
     60 percent

      Medium
",
"AUTOTOOLTIP-fed_eraudi_yard.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Repair Dock

     Produces:
     Excelsior-II Class
     Remore Class
     Defiant Class
     Sovereign Class
     Research Critical Shot
     Research Distortion Field
",
"AUTOTOOLTIP-fed_eraudi_yardY.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Repair Dock

     Produces:
     Excelsior-II Class
     Remore Class
     Defiant Class
     Sovereign Class
     Phalanx Class
     Research Critical Shot
     Research Distortion Field
     Research Hypercharge Magnan Emitter
",
"AUTOTOOLTIP-fed_eraudi_yardZ.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Repair Dock

     Produces:
     Excelsior-II Class
     Remore Class
     Defiant Class
     Sovereign Class
     Research ACS Torpedo
     Research Critical Shot
     Research Distortion Field
",
"AUTOTOOLTIP-fed_excelsior.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Photon Torpedo
     Weaponry Refit 
     Fires an additional photon torpedo for
     each   available

      long
",
"AUTOTOOLTIP-fed_excelsiorii.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets

      Long
",
"AUTOTOOLTIP-fed_excelsioriiY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets

      Long

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_excelsioriiYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets

      Long

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_excelsioriiYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets

      Long

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_excelsioriiYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets
     Strategical Offense 
     Weaponrange increased to Artillery

      Artillery

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_excelsioriiYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets
     Strategical Offense 
     Weaponrange increased to Artillery
     Offensive Value increased by 2

      Artillery

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_excelsioriiYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets
     Strategical Offense 
     Weaponrange increased to Artillery
     Offensive Value increased by 2
     Superior ECM 
     Decreases the chance to be hit by
     torpedos and pulse weapons

      Artillery

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_excelsioriiZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets
     ACS Torpedo

      Long

     
     Offensive Value increased by 4
     Defensive Value increased by 4
",
"AUTOTOOLTIP-fed_excelsioriiZr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets
     ACS Torpedo

      Long

     
     Offensive Value increased by 4
     Defensive Value increased by 4
",
"AUTOTOOLTIP-fed_excelsioriiZr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets
     ACS Torpedo

      Long

     
     Offensive Value increased by 4
     Defensive Value increased by 4
",
"AUTOTOOLTIP-fed_excelsioriiZr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets
     ACS Torpedo
     Strategical Offense 
     Weaponrange increased to Artillery

      Artillery

     
     Offensive Value increased by 4
     Defensive Value increased by 4
",
"AUTOTOOLTIP-fed_excelsioriiZr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets
     ACS Torpedo
     Strategical Offense 
     Weaponrange increased to Artillery
     Offensive Value increased by 2

      Artillery

     
     Offensive Value increased by 4
     Defensive Value increased by 4
",
"AUTOTOOLTIP-fed_excelsioriiZr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets
     ACS Torpedo
     Strategical Offense 
     Weaponrange increased to Artillery
     Offensive Value increased by 2
     Superior ECM 
     Decreases the chance to be hit by
     torpedos and pulse weapons

      Artillery

     
     Offensive Value increased by 4
     Defensive Value increased by 4
",
"AUTOTOOLTIP-fed_excelsiorii_rom.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets
     Vector Torpedo

      Long

     
     Offensive Value increased by 1
     System Value increased by 2
     Is equipped with the Vector Torpedo
     special ability
",
"AUTOTOOLTIP-fed_excelsiorii_romr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets
     Vector Torpedo

      Long

     
     Offensive Value increased by 1
     System Value increased by 2
     Is equipped with the Vector Torpedo
     special ability
",
"AUTOTOOLTIP-fed_excelsiorii_romr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets
     Vector Torpedo

      Long

     
     Offensive Value increased by 1
     System Value increased by 2
     Is equipped with the Vector Torpedo
     special ability
",
"AUTOTOOLTIP-fed_excelsiorii_romr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets
     Vector Torpedo
     Strategical Offense 
     Weaponrange increased to Artillery

      Artillery

     
     Offensive Value increased by 1
     System Value increased by 2
     Is equipped with the Vector Torpedo
     special ability
",
"AUTOTOOLTIP-fed_excelsiorii_romr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets
     Vector Torpedo
     Strategical Offense 
     Weaponrange increased to Artillery
     Offensive Value increased by 2

      Artillery

     
     Offensive Value increased by 1
     System Value increased by 2
     Is equipped with the Vector Torpedo
     special ability
",
"AUTOTOOLTIP-fed_excelsiorii_romr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Guided Quantum Torpedos 
     Increases hitchance on medium sized
     targets
     Vector Torpedo
     Strategical Offense 
     Weaponrange increased to Artillery
     Offensive Value increased by 2
     Superior ECM 
     Decreases the chance to be hit by
     torpedos and pulse weapons

      Artillery

     
     Offensive Value increased by 1
     System Value increased by 2
     Is equipped with the Vector Torpedo
     special ability
",
"AUTOTOOLTIP-fed_excelsiorr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Photon Torpedo
     Weaponry Refit 
     Fires an additional photon torpedo for
     each   available

      long
",
"AUTOTOOLTIP-fed_excelsiorr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Photon Torpedo
     Weaponry Refit 
     Fires an additional photon torpedo for
     each   available

      long
",
"AUTOTOOLTIP-fed_excelsiorr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Photon Torpedo
     Weaponry Refit 
     Fires an additional photon torpedo for
     each   available
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation

      long
",
"AUTOTOOLTIP-fed_excelsiorr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Weaponry Refit 
     Fires an additional photon torpedo for
     each   available
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation
     All attributes increased by 1

      long
",
"AUTOTOOLTIP-fed_excelsiorr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Weaponry Refit 
     Fires an additional photon torpedo for
     each   available
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation
     All attributes increased by 1
     Additional Antimater Containers 
     Increases special weapon energy by 300
     and improves the rate of fire for
     photon torpedoes

      long
",
"AUTOTOOLTIP-fed_galaxy.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Type 3 Torpedoes

      Medium
",
"AUTOTOOLTIP-fed_galaxyM.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Type 3 Torpedoes

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-fed_galaxyMr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Type 3 Torpedoes

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-fed_galaxyMr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Type 3 Torpedoes

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-fed_galaxyMr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Type 3 Torpedoes
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-fed_galaxyMr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Type 3 Torpedoes
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation
     All attributes increased by 2

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-fed_galaxyMr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Modified Photon Torpedo
     Breaks through shields and deals direct
     hull damage
     Type 3 Torpedoes
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation
     All attributes increased by 2

      Medium
     This vessel may attack up to  targets
",
"AUTOTOOLTIP-fed_galaxyr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Type 3 Torpedoes

      Medium
",
"AUTOTOOLTIP-fed_galaxyr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Type 3 Torpedoes

      Medium
",
"AUTOTOOLTIP-fed_galaxyr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Type 3 Torpedoes
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation

      Medium
",
"AUTOTOOLTIP-fed_galaxyr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Type 3 Torpedoes
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation
     All attributes increased by 2

      Medium
",
"AUTOTOOLTIP-fed_galaxyr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Modified Photon Torpedo
     Breaks through shields and deals direct
     hull damage
     Type 3 Torpedoes
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation
     All attributes increased by 2

      Medium
",
"AUTOTOOLTIP-fed_intrepid.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Photon Torpedo
     Tricobalt Torpedo

      Short
",
"AUTOTOOLTIP-fed_intrepidY.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Photon Torpedo
     Tricobalt Torpedo

      Short

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-fed_intrepidYr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Photon Torpedo
     Tricobalt Torpedo

      Short

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-fed_intrepidYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Tricobalt Torpedo

      Short

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-fed_intrepidYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Tricobalt Torpedo
     Bioneural Gel Packs 
     Weapons are fired 11 percent faster

      Short

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-fed_intrepidYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Tricobalt Torpedo
     Bioneural Gel Packs 
     Weapons are fired 22 percent faster

      Short

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-fed_intrepidYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Tricobalt Torpedo
     Bioneural Gel Packs 
     Weapons are fired 22 percent faster
     Optimized Shield Geometry 
     Reduced damage received from beam
     weapons by 30 percent, damage from
     pulse weapons by 20 percent and damage
     from torpedoes by 10 percent

      Short

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-fed_intrepidZ.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Photon Torpedo
     Tricobalt Torpedo

      Short

     
     Defensive Value increased by 4
",
"AUTOTOOLTIP-fed_intrepidZr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Photon Torpedo
     Tricobalt Torpedo

      Short

     
     Defensive Value increased by 4
",
"AUTOTOOLTIP-fed_intrepidZr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Tricobalt Torpedo

      Short

     
     Defensive Value increased by 4
",
"AUTOTOOLTIP-fed_intrepidZr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Tricobalt Torpedo
     Bioneural Gel Packs 
     Weapons are fired 11 percent faster

      Short

     
     Defensive Value increased by 4
",
"AUTOTOOLTIP-fed_intrepidZr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Tricobalt Torpedo
     Bioneural Gel Packs 
     Weapons are fired 22 percent faster

      Short

     
     Defensive Value increased by 4
",
"AUTOTOOLTIP-fed_intrepidZr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Tricobalt Torpedo
     Bioneural Gel Packs 
     Weapons are fired 22 percent faster
     Optimized Shield Geometry 
     Reduced damage received from beam
     weapons by 30 percent, damage from
     pulse weapons by 20 percent and damage
     from torpedoes by 10 percent

      Short

     
     Defensive Value increased by 4
",
"AUTOTOOLTIP-fed_intrepid_bor.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Graviton-Loaded Torpedo

      Short

     
     All attributes increased by 2
     Is equipped with the Graviton-Loaded
     Torpedo special ability
",
"AUTOTOOLTIP-fed_intrepid_borr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Graviton-Loaded Torpedo

      Short

     
     All attributes increased by 2
     Is equipped with the Graviton-Loaded
     Torpedo special ability
",
"AUTOTOOLTIP-fed_intrepid_borr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Graviton-Loaded Torpedo

      Short

     
     All attributes increased by 2
     Is equipped with the Graviton-Loaded
     Torpedo special ability
",
"AUTOTOOLTIP-fed_intrepid_borr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Graviton-Loaded Torpedo
     Bioneural Gel Packs 
     Weapons are fired 11 percent faster

      Short

     
     All attributes increased by 2
     Is equipped with the Graviton-Loaded
     Torpedo special ability
",
"AUTOTOOLTIP-fed_intrepid_borr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Graviton-Loaded Torpedo
     Bioneural Gel Packs 
     Weapons are fired 22 percent faster

      Short

     
     All attributes increased by 2
     Is equipped with the Graviton-Loaded
     Torpedo special ability
",
"AUTOTOOLTIP-fed_intrepid_borr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Graviton-Loaded Torpedo
     Bioneural Gel Packs 
     Weapons are fired 22 percent faster
     Optimized Shield Geometry 
     Reduced damage received from beam
     weapons by 30 percent, damage from
     pulse weapons by 20 percent and damage
     from torpedoes by 10 percent

      Short

     
     All attributes increased by 2
     Is equipped with the Graviton-Loaded
     Torpedo special ability
",
"AUTOTOOLTIP-fed_mandril.odf", "
       Offensive Value
     Defensive Value
       System Value

     Mines Dilithium and Tritanium
     Dilithium capacity: 150
     Tritanium capacity: 100
",
"AUTOTOOLTIP-fed_mandril_dom.odf", "
       Offensive Value
     Defensive Value
       System Value

     Mines Dilithium and Tritanium
     Dilithium capacity: 188
     Tritanium capacity: 125

     
     Defensive Value increased by 2
     Dilithium and Tritanium storage
     capacity increased by 25 percent
",
"AUTOTOOLTIP-fed_mckinley_yard.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Repair Dock
",
"AUTOTOOLTIP-fed_mediterranean.odf", "
       Offensive Value
     Defensive Value
     System Value

     Constructs Stations
",
"AUTOTOOLTIP-fed_mediterraneanZ.odf", "
       Offensive Value
     Defensive Value
     System Value

     Constructs Stations

     
     Constructiontime for all stations
     reduced by 25 percent
",
"AUTOTOOLTIP-fed_mirandaii.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Heavy Quantum Pulse
     Deals increased damage if the target is
     not a battleship
     Blockade Breaker
     Backbone Shielding 
     Slightly increased Defensive Value
     The Miranda-II will receive reduced
     damage from vessels with an Offensive
     Value below her Defensive Value

      Long

     
     Offensive Value increased by 2
     Defensive Value increased by 2
",
"AUTOTOOLTIP-fed_miranda.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Deals increased damage if the target is
     not a battleship
    
      Long

",
"AUTOTOOLTIP-fed_mirandar2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Deals increased damage if the target is
     not a battleship
     Slightly increased Defensive Value
     Speed greatly increased

      Long

",
"AUTOTOOLTIP-fed_mirandar3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Deals increased damage if the target is
     not a battleship
     Speed greatly increased
     Slightly increased Defensive Value
     Hull repair rate increased

      Long
",
"AUTOTOOLTIP-fed_mirandar4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Deals increased damage if the target is
     not a battleship
     Speed greatly increased
     Hull repair rate increased
     Stand-Alone Shield System 
     Defensive Value increased by 10

      Long

",
"AUTOTOOLTIP-fed_mirandar5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Deals increased damage if the target is
     not a battleship
     Speed greatly increased
     Hull repair rate increased
     Stand-Alone Shield System 
     Defensive Value increased by 20
     Duel phasers

      Long

",
"AUTOTOOLTIP-fed_mirandar6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Deals increased damage if the target is
     not a battleship
     Speed greatly increased
     Hull repair rate increased
     Stand-Alone Shield System 
     Defensive Value increased by 20
     Duel phasers
     Superior ECM 
     Decreases the chance to be hit by
     torpedos and pulse weapons

      Long

",
"AUTOTOOLTIP-fed_mirandaiiM.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Heavy Quantum Pulse
     Deals increased damage if the target is
     not a battleship
     Blockade Breaker
     Backbone Shielding 
     Slightly increased Defensive Value
     The Miranda-II will receive reduced
     damage from vessels with an Offensive
     Value below her Defensive Value

      Long

     
     Offensive Value increased by 2
     Defensive Value increased by 2
",
"AUTOTOOLTIP-fed_mirandaiiMr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Heavy Quantum Pulse
     Deals increased damage if the target is
     not a battleship
     Blockade Breaker
     Backbone Shielding 
     Slightly increased Defensive Value
     The Miranda-II will receive reduced
     damage from vessels with an Offensive
     Value below her Defensive Value

      Long

     
     Offensive Value increased by 2
     Defensive Value increased by 2
",
"AUTOTOOLTIP-fed_mirandaiiMr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Heavy Quantum Pulse
     Deals increased damage if the target is
     not a battleship
     Blockade Breaker
     Backbone Shielding 
     Slightly increased Defensive Value
     The Miranda-II will receive reduced
     damage from vessels with an Offensive
     Value below her Defensive Value

      Long

     
     Offensive Value increased by 2
     Defensive Value increased by 2
",
"AUTOTOOLTIP-fed_mirandaiiMr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Heavy Quantum Pulse
     Deals increased damage if the target is
     not a battleship
     Blockade Breaker
     Backbone Shielding 
     Slightly increased Defensive Value
     The Miranda-II will receive reduced
     damage from vessels with an Offensive
     Value below her Defensive Value
     Stand-Alone Shield System 
     Defensive Value increased by 10

      Long

     
     Offensive Value increased by 2
     Defensive Value increased by 2
",
"AUTOTOOLTIP-fed_mirandaiiMr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Heavy Quantum Pulse
     Deals increased damage if the target is
     not a battleship
     Blockade Breaker
     Backbone Shielding 
     Slightly increased Defensive Value
     The Miranda-II will receive reduced
     damage from vessels with an Offensive
     Value below her Defensive Value
     Stand-Alone Shield System 
     Defensive Value increased by 20

      Long

     
     Offensive Value increased by 2
     Defensive Value increased by 2
",
"AUTOTOOLTIP-fed_mirandaiiMr6.odf", "
     Offensive Value
   Defensive Value
     System Value

     Phaser
     2x Heavy Quantum Pulse
     Deals increased damage if the target is
     not a battleship
     Blockade Breaker
     Backbone Shielding 
     Slightly increased Defensive Value
     The Miranda-II will receive reduced
     damage from vessels with an Offensive
     Value below her Defensive Value
     Stand-Alone Shield System 
     Defensive Value increased by 20
     Superior ECM 
     Decreases the chance to be hit by
     torpedos and pulse weapons

      Long

     
     Offensive Value increased by 2
     Defensive Value increased by 2
",
"AUTOTOOLTIP-fed_mirandaiir2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Heavy Quantum Pulse
     Deals increased damage if the target is
     not a battleship
     Blockade Breaker
     Backbone Shielding 
     Slightly increased Defensive Value
     The Miranda-II will receive reduced
     damage from vessels with an Offensive
     Value below her Defensive Value

      Long

     
     Offensive Value increased by 2
     Defensive Value increased by 2
",
"AUTOTOOLTIP-fed_mirandaiir3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Heavy Quantum Pulse
     Deals increased damage if the target is
     not a battleship
     Blockade Breaker
     Backbone Shielding 
     Slightly increased Defensive Value
     The Miranda-II will receive reduced
     damage from vessels with an Offensive
     Value below her Defensive Value

      Long

     
     Offensive Value increased by 2
     Defensive Value increased by 2
",
"AUTOTOOLTIP-fed_mirandaiir4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Heavy Quantum Pulse
     Deals increased damage if the target is
     not a battleship
     Blockade Breaker
     Backbone Shielding 
     Slightly increased Defensive Value
     The Miranda-II will receive reduced
     damage from vessels with an Offensive
     Value below her Defensive Value
     Stand-Alone Shield System 
     Defensive Value increased by 10

      Long

     
     Offensive Value increased by 2
     Defensive Value increased by 2
",
"AUTOTOOLTIP-fed_mirandaiir5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Heavy Quantum Pulse
     Deals increased damage if the target is
     not a battleship
     Blockade Breaker
     Backbone Shielding 
     Slightly increased Defensive Value
     The Miranda-II will receive reduced
     damage from vessels with an Offensive
     Value below her Defensive Value
     Stand-Alone Shield System 
     Defensive Value increased by 20

      Long

     
     Offensive Value increased by 2
     Defensive Value increased by 2
",
"AUTOTOOLTIP-fed_mirandaiir6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Heavy Quantum Pulse
     Deals increased damage if the target is
     not a battleship
     Blockade Breaker
     Backbone Shielding 
     Slightly increased Defensive Value
     The Miranda-II will receive reduced
     damage from vessels with an Offensive
     Value below her Defensive Value
     Stand-Alone Shield System 
     Defensive Value increased by 20
     Superior ECM 
     Decreases the chance to be hit by
     torpedos and pulse weapons

      Long

     
     Offensive Value increased by 2
     Defensive Value increased by 2
",
"AUTOTOOLTIP-fed_mixedtech_yard.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Constructs Mixed-Tech units
",
"AUTOTOOLTIP-fed_mixedtech_yard_bor.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Constructs Mixed-Tech units

     Produces:
     Monsoon Class
     Intrepid Class
     Remore Class
",
"AUTOTOOLTIP-fed_mixedtech_yard_dom.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Constructs Mixed-Tech units

     Produces:
     Mandril Class
     Akira Class
     Miranda-II Class
",
"AUTOTOOLTIP-fed_mixedtech_yard_kli.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Constructs Mixed-Tech units

     Produces:
     Newton Class
     Monsoon Class
     Defiant Class
",
"AUTOTOOLTIP-fed_mixedtech_yard_rom.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Constructs Mixed-Tech units

     Produces:
     Canaveral Class
     Excelsior-II Class
     Defiant Class
",
"AUTOTOOLTIP-fed_monsoon.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo

      Short
",
"AUTOTOOLTIP-fed_monsoonr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo

      Short
",
"AUTOTOOLTIP-fed_monsoonr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo

      Short
",
"AUTOTOOLTIP-fed_monsoonr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo
     Sixth Generation Shields 
     Pulse and Beam weapon damage reduced by
     12 percent

      Short
",
"AUTOTOOLTIP-fed_monsoonr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo
     Sixth Generation Shields 
     Pulse and Beam weapon damage reduced by
     24 percent

      Short
",
"AUTOTOOLTIP-fed_monsoonr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo
     Sixth Generation Shields 
     Pulse and Beam weapon damage reduced by
     24 percent
     Optimized Shield Geometry 
     Reduced damage received from beam
     weapons by 30 percent, damage from
     pulse weapons by 20 percent and damage
     from torpedoes by 10 percent

      Short
",
"AUTOTOOLTIP-fed_monsoonZ.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo

      Short

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_monsoonZr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo

      Short

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_monsoonZr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo

      Short

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_monsoonZr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo
     Sixth Generation Shields 
     Pulse and Beam weapon damage reduced by
     12 percent

      Short

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_monsoonZr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo
     Sixth Generation Shields 
     Pulse and Beam weapon damage reduced by
     24 percent

      Short

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_monsoonZr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo
     Sixth Generation Shields 
     Pulse and Beam weapon damage reduced by
     24 percent
     Optimized Shield Geometry 
     Reduced damage received from beam
     weapons by 30 percent, damage from
     pulse weapons by 20 percent and damage
     from torpedoes by 10 percent

      Short

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_monsoon_bor.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 10 percent

      Short

     
     All attributes increased by 1
     Is equipped with the Tactical Armor
     passive ability
",
"AUTOTOOLTIP-fed_monsoon_borr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 10 percent

      Short

     
     All attributes increased by 1
     Is equipped with the Tactical Armor
     passive ability
",
"AUTOTOOLTIP-fed_monsoon_borr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 10 percent

      Short

     
     All attributes increased by 1
     Is equipped with the Tactical Armor
     passive ability
",
"AUTOTOOLTIP-fed_monsoon_borr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 10 percent
     Sixth Generation Shields 
     Pulse and Beam weapon damage reduced by
     12 percent

      Short

     
     All attributes increased by 1
     Is equipped with the Tactical Armor
     passive ability
",
"AUTOTOOLTIP-fed_monsoon_borr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 10 percent
     Sixth Generation Shields 
     Pulse and Beam weapon damage reduced by
     24 percent

      Short

     
     All attributes increased by 1
     Is equipped with the Tactical Armor
     passive ability
",
"AUTOTOOLTIP-fed_monsoon_borr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo
     Tactical Armor 
     Decreases damage taken from beam
     weapons by 10 percent
     Sixth Generation Shields 
     Pulse and Beam weapon damage reduced by
     24 percent
     Optimized Shield Geometry 
     Reduced damage received from beam
     weapons by 30 percent, damage from
     pulse weapons by 20 percent and damage
     from torpedoes by 10 percent

      Short

     
     All attributes increased by 1
     Is equipped with the Tactical Armor
     passive ability
",
"AUTOTOOLTIP-fed_monsoon_kli.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo

      Short

     
     Offensive Value increased by 2
     Proximity Torpedo special energy costs
     reduced by 50 percent
",
"AUTOTOOLTIP-fed_monsoon_klir2.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo

      Short

     
     Offensive Value increased by 2
     Proximity Torpedo special energy costs
     reduced by 50 percent
",
"AUTOTOOLTIP-fed_monsoon_klir3.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo

      Short

     
     Offensive Value increased by 2
     Proximity Torpedo special energy costs
     reduced by 50 percent
",
"AUTOTOOLTIP-fed_monsoon_klir4.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo
     Sixth Generation Shields 
     Pulse and Beam weapon damage reduced by
     12 percent

      Short

     
     Offensive Value increased by 2
     Proximity Torpedo special energy costs
     reduced by 50 percent
",
"AUTOTOOLTIP-fed_monsoon_klir5.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo
     Sixth Generation Shields 
     Pulse and Beam weapon damage reduced by
     24 percent

      Short

     
     Offensive Value increased by 2
     Proximity Torpedo special energy costs
     reduced by 50 percent
",
"AUTOTOOLTIP-fed_monsoon_klir6.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Phaser
     Proximity Torpedo
     Sixth Generation Shields 
     Pulse and Beam weapon damage reduced by
     24 percent
     Optimized Shield Geometry 
     Reduced damage received from beam
     weapons by 30 percent, damage from
     pulse weapons by 20 percent and damage
     from torpedoes by 10 percent

      Short

     
     Offensive Value increased by 2
     Proximity Torpedo special energy costs
     reduced by 50 percent
",
"AUTOTOOLTIP-fed_nebula.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Dual Pulse Phaser
     Full Scan

      Medium
",
"AUTOTOOLTIP-fed_nebulaM.odf", "
       Offensive Value
     Defensive Value
     System Value

     Phaser
     Dual Pulse Phaser
     Full Scan

      Medium
",
"AUTOTOOLTIP-fed_nebulaMr2.odf", "
       Offensive Value
     Defensive Value
     System Value

     Phaser
     Dual Pulse Phaser
     Full Scan

      Medium
",
"AUTOTOOLTIP-fed_nebulaMr3.odf", "
       Offensive Value
     Defensive Value
     System Value

     Phaser
     Dual Pulse Phaser
     Full Scan

      Medium
",
"AUTOTOOLTIP-fed_nebulaMr4.odf", "
       Offensive Value
     Defensive Value
     System Value

     Phaser
     Dual Pulse Phaser
     Full Scan
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation

      Medium
",
"AUTOTOOLTIP-fed_nebulaMr5.odf", "
       Offensive Value
     Defensive Value
     System Value

     Phaser
     Dual Pulse Phaser
     Full Scan
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation
     All attributes increased by 2

      Medium
",
"AUTOTOOLTIP-fed_nebulaMr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Dual Pulse Phaser
     Full Scan
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation
     All attributes increased by 2
     Superior ECM 
     Decreases the chance to be hit by
     torpedos and pulse weapons

      Medium
",
"AUTOTOOLTIP-fed_nebular2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Dual Pulse Phaser
     Full Scan

      Medium
",
"AUTOTOOLTIP-fed_nebular3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Dual Pulse Phaser
     Full Scan

      Medium
",
"AUTOTOOLTIP-fed_nebular4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Dual Pulse Phaser
     Full Scan
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation

      Medium
",
"AUTOTOOLTIP-fed_nebular5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Dual Pulse Phaser
     Full Scan
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation
     All attributes increased by 2

      Medium
",
"AUTOTOOLTIP-fed_nebular6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Dual Pulse Phaser
     Full Scan
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation
     All attributes increased by 2
     Superior ECM 
     Decreases the chance to be hit by
     torpedos and pulse weapons

      Medium
",
"AUTOTOOLTIP-fed_newton.odf", "
       Offensive Value
     Defensive Value
       System Value

     Phaser
     Field Diagnostics Upgrade

     Repairs vessels and stations

      Medium
",
"AUTOTOOLTIP-fed_newtonU.odf", "
       Offensive Value
     Defensive Value
       System Value

     Phaser
     Field Diagnostics Upgrade
     Field Diagnostics 
     Increases the repairrate by 3 percent

     Repairs vessels and stations

      Medium
",
"AUTOTOOLTIP-fed_newtonUR.odf", "
    Defensive Value
    System Value

     Increases the repairrate by 3 percent
",
"AUTOTOOLTIP-fed_newtonUU.odf", "
       Offensive Value
     Defensive Value
     System Value

     Phaser
     Field Diagnostics Upgrade
     Field Diagnostics 
     Increases the repairrate by 6 percent

     Repairs vessels and stations

      Medium
",
"AUTOTOOLTIP-fed_newtonUUR.odf", "
    Defensive Value
    System Value

     Increases the repairrate by an
     additional 3 percent
",
"AUTOTOOLTIP-fed_newtonUUU.odf", "
       Offensive Value
     Defensive Value
     System Value

     Phaser
     Field Diagnostics Upgrade
     Field Diagnostics 
     Increases the repairrate by 9 percent

     Repairs vessels and stations

      Medium
",
"AUTOTOOLTIP-fed_newtonUUUR.odf", "
    Defensive Value
    System Value

     Increases the repairrate by an
     additional 3 percent
",
"AUTOTOOLTIP-fed_newton_kli.odf", "
       Offensive Value
     Defensive Value
       System Value

     Phaser
     Field Diagnostics Upgrade

     Repairs vessels and stations

      Medium

     
     Offensive Value increased by 1
     Is equipped with the Combat Tractor
     Beam special ability
",
"AUTOTOOLTIP-fed_newton_kliU.odf", "
       Offensive Value
     Defensive Value
       System Value

     Phaser
     Field Diagnostics Upgrade
     Field Diagnostics 
     Increases the repairrate by 3 percent

     Repairs vessels and stations

      Medium

     
     Offensive Value increased by 1
     Is equipped with the Combat Tractor
     Beam special ability
",
"AUTOTOOLTIP-fed_newton_kliUU.odf", "
       Offensive Value
     Defensive Value
       System Value

     Phaser
     Field Diagnostics Upgrade
     Field Diagnostics 
     Increases the repairrate by 6 percent

     Repairs vessels and stations

      Medium

     
     Offensive Value increased by 1
     Is equipped with the Combat Tractor
     Beam special ability
",
"AUTOTOOLTIP-fed_newton_kliUUU.odf", "
       Offensive Value
     Defensive Value
       System Value

     Phaser
     Field Diagnostics Upgrade
     Field Diagnostics 
     Increases the repairrate by 9 percent

     Repairs vessels and stations

      Medium

     
     Offensive Value increased by 1
     Is equipped with the Combat Tractor
     Beam special ability
",
"AUTOTOOLTIP-fed_norway.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser

     
     ƙ Emergency Power
     ƚ Plasma Coil
     ƛ Assault Mode

      Short

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_norwayM.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser

     
     ƙ Emergency Power
     ƚ Plasma Coil
     ƛ Assault Mode

      Short

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_norwayMr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser

     
     ƙ Emergency Power
     ƚ Plasma Coil
     ƛ Assault Mode

      Short

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_norwayMr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser

     
     ƙ Emergency Power
     ƚ Plasma Coil
     ƛ Assault Mode

      Short

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_norwayMr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Special Purpose Cruiser 
     Deals 14 percent increased damage to
     battleships

     
     ƙ Emergency Power
     ƚ Plasma Coil
     ƛ Assault Mode

      Short

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_norwayMr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Special Purpose Cruiser 
     Deals 28 percent increased damage to
     battleships

     
     ƙ Emergency Power
     ƚ Plasma Coil
     ƛ Assault Mode

      Short

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_norwayMr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Type XV Phaser
     Deals up to double damage
     Special Purpose Cruiser 
     Deals 28 percent increased damage to
     battleships

     
     ƙ Emergency Power
     ƚ Plasma Coil
     ƛ Assault Mode

      Short

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_norwayr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser

     
     ƙ Emergency Power
     ƚ Plasma Coil
     ƛ Assault Mode

      Short

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_norwayr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser

     
     ƙ Emergency Power
     ƚ Plasma Coil
     ƛ Assault Mode

      Short

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_norwayr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Special Purpose Cruiser 
     Deals 14 percent increased damage to
     battleships

     
     ƙ Emergency Power
     ƚ Plasma Coil
     ƛ Assault Mode

      Short

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_norwayr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Special Purpose Cruiser 
     Deals 28 percent increased damage to
     battleships

     
     ƙ Emergency Power
     ƚ Plasma Coil
     ƛ Assault Mode

      Short

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_norwayr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Type XV Phaser
     Deals up to double damage
     Special Purpose Cruiser 
     Deals 28 percent increased damage to
     battleships

     
     ƙ Emergency Power
     ƚ Plasma Coil
     ƛ Assault Mode

      Short

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_outpost.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Rapid Fire Pulse Phaser
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Mediterranean Class
     Mandril Class
     Venture Class
     Newton Class

      Long
",
"AUTOTOOLTIP-fed_outpostY_D.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Rapid Fire Pulse Phaser
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Mediterranean Class
     Mandril Class
     Venture Class
     Newton Class

      Long
",
"AUTOTOOLTIP-fed_outpostY_DD.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Rapid Fire Pulse Phaser
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Mediterranean Class
     Mandril Class
     Venture Class
     Newton Class

      Long
",
"AUTOTOOLTIP-fed_outpostY_DDW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Rapid Fire Pulse Phaser
     Phaser
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Mediterranean Class
     Mandril Class
     Venture Class
     Newton Class

      Long
",
"AUTOTOOLTIP-fed_outpostY_DDWW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Rapid Fire Pulse Phaser
     Phaser
     Quantum Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Mediterranean Class
     Mandril Class
     Venture Class
     Newton Class

      Long
",
"AUTOTOOLTIP-fed_outpostY_DW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Rapid Fire Pulse Phaser
     Phaser
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Mediterranean Class
     Mandril Class
     Venture Class
     Newton Class

      Long
",
"AUTOTOOLTIP-fed_outpostY_DWW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Rapid Fire Pulse Phaser
     Phaser
     Quantum Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Mediterranean Class
     Mandril Class
     Venture Class
     Newton Class

      Long
",
"AUTOTOOLTIP-fed_outpostY_W.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Rapid Fire Pulse Phaser
     Phaser
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Mediterranean Class
     Mandril Class
     Venture Class
     Newton Class

      Long
",
"AUTOTOOLTIP-fed_outpostY_WW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Rapid Fire Pulse Phaser
     Phaser
     Quantum Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Mediterranean Class
     Mandril Class
     Venture Class
     Newton Class

      Long
",
"AUTOTOOLTIP-fed_outpostZ_D.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Rapid Fire Pulse Phaser
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Mediterranean Class
     Mandril Class
     Venture Class
     Newton Class

      Long
",
"AUTOTOOLTIP-fed_outpostZ_DD.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Rapid Fire Pulse Phaser
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Mediterranean Class
     Mandril Class
     Venture Class
     Newton Class

      Long
",
"AUTOTOOLTIP-fed_outpostZ_DDW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Rapid Fire Pulse Phaser
     Phaser
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Mediterranean Class
     Mandril Class
     Venture Class
     Newton Class

      Long
",
"AUTOTOOLTIP-fed_outpostZ_DDWW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Rapid Fire Pulse Phaser
     Phaser
     Quantum Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Mediterranean Class
     Mandril Class
     Venture Class
     Newton Class

      Long
",
"AUTOTOOLTIP-fed_outpostZ_DW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Rapid Fire Pulse Phaser
     Phaser
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Mediterranean Class
     Mandril Class
     Venture Class
     Newton Class

      Long
",
"AUTOTOOLTIP-fed_outpostZ_DWW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Rapid Fire Pulse Phaser
     Phaser
     Quantum Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Mediterranean Class
     Mandril Class
     Venture Class
     Newton Class

      Long
",
"AUTOTOOLTIP-fed_outpostZ_W.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Rapid Fire Pulse Phaser
     Phaser
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Mediterranean Class
     Mandril Class
     Venture Class
     Newton Class

      Long
",
"AUTOTOOLTIP-fed_outpostZ_WW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Rapid Fire Pulse Phaser
     Phaser
     Quantum Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Mediterranean Class
     Mandril Class
     Venture Class
     Newton Class

      Long
",
"AUTOTOOLTIP-fed_outpost_upgradeD.odf", "
  Defensive Value

     Power up the defense of your starbase
     to make it less vulnerable to enemy fire
",
"AUTOTOOLTIP-fed_outpost_upgradeW.odf", "
  Offensive Value

     Improve the weapon systems of your
     starbase to deal increased amounts of
     damage with every shot
",
"AUTOTOOLTIP-fed_phalanx.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Pulse Phaser
     Magnan Phaser Array

      Long

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_phalanxr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Pulse Phaser
     Magnan Phaser Array

      Long

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_phalanxr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Pulse Phaser
     Magnan Phaser Array

      Long

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_phalanxr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Pulse Phaser
     Magnan Phaser Array
     Empowered Magnan Phaser 
     Increases damage dealt by the Magnan
     Phaser by 15 percent

      Long

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_phalanxr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     2x Pulse Phaser
     Magnan Phaser Array
     Empowered Magnan Phaser 
     Increases damage dealt by the Magnan
     Phaser by 30 percent

      Long

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_phalanxr6.odf", "
     Offensive Value
   Defensive Value
     System Value

     Phaser
     2x Pulse Phaser
     Magnan Phaser Array
     Empowered Magnan Phaser 
     Increases damage dealt by the Magnan
     Phaser by 30 percent
     Chenfield Plasma Collider 
     Occasionally fires an additional pulse
     and causes all pulse weapons to deal
     double damage do small targets

      Long

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_platform.odf", "
       Offensive Value
     Defensive Value
       System Value

     Can be used to construct defense
     platforms and sensor systems

     Produces:
     Phaser Platform
     Pulse Platform
     Sensor Platform
",
"AUTOTOOLTIP-fed_platformZ.odf", "
       Offensive Value
     Defensive Value
       System Value

     Can be used to construct defense
     platforms and sensor systems

     Produces:
     Phaser Platform
     Pulse Platform
     Torpedo Platform
     Sensor Platform
",
"AUTOTOOLTIP-fed_platform_phaser.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser

      Medium
",
"AUTOTOOLTIP-fed_platform_phaserR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser

      Medium
",
"AUTOTOOLTIP-fed_platform_pulse.odf", "
     Offensive Value
     Defensive Value
     System Value

     Dual Pulse Phaser

      Long
",
"AUTOTOOLTIP-fed_platform_pulseR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Dual Pulse Phaser

      Long
",
"AUTOTOOLTIP-fed_platform_sensor.odf", "
       Offensive Value
     Defensive Value
     System Value

     Tachyon Detection Grid 
",
"AUTOTOOLTIP-fed_platform_sensorR.odf", "
       Offensive Value
     Defensive Value
     System Value

     Tachyon Detection Grid 
",
"AUTOTOOLTIP-fed_platform_torpedo.odf", "
     Offensive Value
     Defensive Value
     System Value

     Quantum Torpedo
     Organize Defense
     High Resolution Targeting 
     Torpedo weapons will always hit

      Artillery
",
"AUTOTOOLTIP-fed_platform_torpedoR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Quantum Torpedo
     Organize Defense
     High Resolution Targeting 
     Torpedo weapons will always hit

      Artillery
",
"AUTOTOOLTIP-fed_premonition.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Temporal Stasis

      Medium
",
"AUTOTOOLTIP-fed_prometheus.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Critical Shot

      Medium
",
"AUTOTOOLTIP-fed_prometheusr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Critical Shot

      Medium
",
"AUTOTOOLTIP-fed_prometheusr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Critical Shot

      Medium
",
"AUTOTOOLTIP-fed_prometheusr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Critical Shot
     Field Command 
     This vessel consumes one slot less of
     the Warp-In limitation

      Medium
",
"AUTOTOOLTIP-fed_prometheusr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Critical Shot
     Field Command 
     This vessel consumes one slot less of
     the Warp-In limitation
     Upgraded Engines 
     Impulse engine speed increased
     by 20 percent

      Medium
",
"AUTOTOOLTIP-fed_prometheusr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Critical Shot
     Field Command 
     This vessel consumes one slot less of
     the Warp-In limitation
     Upgraded Engines 
     Impulse engine speed increased
     by 40 percent
     Starfleet Engineers 
     Shields, hull and subsystems repair
     twice as fast. Subsystem durability
     increased and reduces the duration of
     all subsystem disabling effects by 25
     percent

      Medium
",
"AUTOTOOLTIP-fed_remoore.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo

     
     ƙ Precise Volley
     ƚ Vector Calculation
     ƛ ECM

      Medium
",
"AUTOTOOLTIP-fed_remoorer2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo

     
     ƙ Precise Volley
     ƚ Vector Calculation
     ƛ ECM

      Medium
",
"AUTOTOOLTIP-fed_remoorer3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo

     
     ƙ Precise Volley
     ƚ Vector Calculation
     ƛ ECM

      Medium
",
"AUTOTOOLTIP-fed_remoorer4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Rapid Processing 
     Damage reduced from special weapons by
     40 percent

     
     ƙ Precise Volley
     ƚ Vector Calculation
     ƛ ECM

      Medium
",
"AUTOTOOLTIP-fed_remoorer5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Rapid Processing 
     Damage reduced from special weapons by
     80 percent

     
     ƙ Precise Volley
     ƚ Vector Calculation
     ƛ ECM

      Medium
",
"AUTOTOOLTIP-fed_remoorer6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Rapid Processing 
     Damage reduced from special weapons by
     80 percent
     Additional Antimater Containers 
     Increases special weapon energy by 300
     and improves the rate of fire for
     photon torpedoes

     
     ƙ Precise Volley
     ƚ Vector Calculation
     ƛ ECM

      Medium
",
"AUTOTOOLTIP-fed_remooreY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo

     
     ƙ Precise Volley
     ƚ Vector Calculation
     ƛ ECM

      Medium

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_remooreYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo

     
     ƙ Precise Volley
     ƚ Vector Calculation
     ƛ ECM

      Medium

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_remooreYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo

     
     ƙ Precise Volley
     ƚ Vector Calculation
     ƛ ECM

      Medium

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_remooreYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Rapid Processing 
     Damage reduced from special weapons by
     40 percent

     
     ƙ Precise Volley
     ƚ Vector Calculation
     ƛ ECM

      Medium

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_remooreYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Rapid Processing 
     Damage reduced from special weapons by
     80 percent

     
     ƙ Precise Volley
     ƚ Vector Calculation
     ƛ ECM

      Medium

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_remooreYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Rapid Processing 
     Damage reduced from special weapons by
     80 percent
     Additional Antimater Containers 
     Increases special weapon energy by 300
     and improves the rate of fire for
     photon torpedoes

     
     ƙ Precise Volley
     ƚ Vector Calculation
     ƛ ECM

      Medium

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_remoore_bor.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo

     
     ƙ Precise Volley
     ƚ Vector Calculation
     ƛ ECM

      Medium

     
     All attributes increased by 4
",
"AUTOTOOLTIP-fed_remoore_borr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo

     
     ƙ Precise Volley
     ƚ Vector Calculation
     ƛ ECM

      Medium

     
     All attributes increased by 4
",
"AUTOTOOLTIP-fed_remoore_borr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo

     
     ƙ Precise Volley
     ƚ Vector Calculation
     ƛ ECM

      Medium

     
     All attributes increased by 4
",
"AUTOTOOLTIP-fed_remoore_borr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Rapid Processing 
     Damage reduced from special weapons by
     40 percent

     
     ƙ Precise Volley
     ƚ Vector Calculation
     ƛ ECM

      Medium

     
     All attributes increased by 4
",
"AUTOTOOLTIP-fed_remoore_borr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Rapid Processing 
     Damage reduced from special weapons by
     80 percent

     
     ƙ Precise Volley
     ƚ Vector Calculation
     ƛ ECM

      Medium

     
     All attributes increased by 4
",
"AUTOTOOLTIP-fed_remoore_borr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Photon Torpedo
     Rapid Processing 
     Damage reduced from special weapons by
     80 percent
     Additional Antimater Containers 
     Increases special weapon energy by 300
     and improves the rate of fire for
     photon torpedoes

     
     ƙ Precise Volley
     ƚ Vector Calculation
     ƛ ECM

      Medium

     
     All attributes increased by 4
",
"AUTOTOOLTIP-fed_saber.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long
",
"AUTOTOOLTIP-fed_saberM.odf", "
       Offensive Value
     Defensive Value
       System Value

     Phaser
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long
",
"AUTOTOOLTIP-fed_saberMr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long
",
"AUTOTOOLTIP-fed_saberMr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long
",
"AUTOTOOLTIP-fed_saberMr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long
",
"AUTOTOOLTIP-fed_saberMr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long
",
"AUTOTOOLTIP-fed_saberMr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Type XV Phaser
     Deals up to double damage
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_saberr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long
",
"AUTOTOOLTIP-fed_saberr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long
",
"AUTOTOOLTIP-fed_saberr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long
",
"AUTOTOOLTIP-fed_saberr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long
",
"AUTOTOOLTIP-fed_saberr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Type XV Phaser
     Deals up to double damage
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long
",
"AUTOTOOLTIP-fed_saberZ.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_saberZM.odf", "
       Offensive Value
     Defensive Value
       System Value

     Phaser
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_saberZMr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_saberZMr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_saberZMr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_saberZMr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_saberZMr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Type XV Phaser
     Deals up to double damage
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_saberZr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_saberZr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_saberZr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_saberZr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Phaser
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_saberZr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Type XV Phaser
     Deals up to double damage
     Light Quantum Pulse
     Deals increased damage if the target is
     neither a cruiser nor a battleship
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Hyper Impulse Drive

      Long

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-fed_sf_command.odf", "
       Offensive Value
     Defensive Value
     System Value

     Relocates vessels into this sector
",
"AUTOTOOLTIP-fed_sf_engineering.odf", "
       Offensive Value
     Defensive Value
     System Value

     Research Station

     Produces:
     Starship Chassis Level 1
     Starship Chassis Level 2
     Starship Chassis Level 3
     Improved Weapons
     Advanced Weapons
     Improved Shielding
     Advanced Shielding
     Research Field Diagnostics Upgrades
",
"AUTOTOOLTIP-fed_sf_science.odf", "
       Offensive Value
     Defensive Value
     System Value

     Research Station

     Produces:
     Basic Canaveral System Upgrade
     Advanced Canaveral System Upgrade
     Basic Remore System Upgrade
     Advanced Remore System Upgrade
     Research Simple Detection Grid
     Research Tachyon Detection Grid
     Improved Sensors
     Advanced Sensors
",
"AUTOTOOLTIP-fed_sf_scienceZ.odf", "
       Offensive Value
     Defensive Value
     System Value

     Research Station

     Produces:
     Basic Canaveral System Upgrade
     Advanced Canaveral System Upgrade
     Basic Remore System Upgrade
     Advanced Remore System Upgrade
     Basic Norway System Upgrade
     Advanced Norway System Upgrade
     Research Simple Detection Grid
     Research Tachyon Detection Grid
     Research Organize Defense
     Improved Sensors
     Advanced Sensors
",
"AUTOTOOLTIP-fed_sovereign.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Distortion Field

      Medium
",
"AUTOTOOLTIP-fed_sovereignr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Distortion Field

      Medium
",
"AUTOTOOLTIP-fed_sovereignr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Distortion Field

      Medium
",
"AUTOTOOLTIP-fed_sovereignr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Distortion Field
     Flagship 
     Damage reduced from vessels which did
     not yet reach an officer rank by 16
     percent

      Medium
",
"AUTOTOOLTIP-fed_sovereignr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Distortion Field
     Flagship 
     Damage reduced from vessels which did
     not yet reach an officer rank by 32
     percent

      Medium
",
"AUTOTOOLTIP-fed_sovereignr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Distortion Field
     Flagship 
     Damage reduced from vessels which did
     not yet reach an officer rank by 32
     percent
     Starfleet Engineers 
     Shields, hull and subsystems repair
     twice as fast. Subsystem durability
     increased and reduces the duration of
     all subsystem disabling effects by 25
     percent

      Medium
",
"AUTOTOOLTIP-fed_sovereignY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Distortion Field

      Medium

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_sovereignYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Distortion Field

      Medium

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_sovereignYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Distortion Field

      Medium

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_sovereignYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Distortion Field
     Flagship 
     Damage reduced from vessels which did
     not yet reach an officer rank by 16
     percent

      Medium

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_sovereignYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Distortion Field
     Flagship 
     Damage reduced from vessels which did
     not yet reach an officer rank by 32
     percent

      Medium

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_sovereignYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Quantum Torpedo
     Distortion Field
     Flagship 
     Damage reduced from vessels which did
     not yet reach an officer rank by 32
     percent
     Starfleet Engineers 
     Shields, hull and subsystems repair
     twice as fast. Subsystem durability
     increased and reduces the duration of
     all subsystem disabling effects by 25
     percent

      Medium

     
     System Value increased by 5
",
"AUTOTOOLTIP-fed_spacedock.odf", "
     Offensive Value
   Defensive Value
     System Value

     4x Pulse Phaser
     Tachyon Scan

     Yard

      Long
",
"AUTOTOOLTIP-fed_steamrunner.odf", "
     Offensive Value
     Defensive Value
       System Value

     Light Tricobalt Torpedo
     Deals double damage to buildings
     Tricobalt Triloader

      Artillery
",
"AUTOTOOLTIP-fed_steamrunnerr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Light Tricobalt Torpedo
     Deals double damage to buildings
     Tricobalt Triloader

      Artillery
",
"AUTOTOOLTIP-fed_steamrunnerr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Light Tricobalt Torpedo
     Deals double damage to buildings
     Tricobalt Triloader

      Artillery
",
"AUTOTOOLTIP-fed_steamrunnerr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Light Tricobalt Torpedo
     Deals double damage to buildings
     Tricobalt Triloader
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation

      Artillery
",
"AUTOTOOLTIP-fed_steamrunnerr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Light Tricobalt Torpedo
     Deals double damage to buildings
     Tricobalt Triloader
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation
     All attributes increased by 1

      Artillery
",
"AUTOTOOLTIP-fed_steamrunnerr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Modified Light Tricobalt Torpedo
     Breaks through shields and deals direct
     hull damage
     Tricobalt Triloader
     Field Command 
     This vessel no longer counts towards
     the Warp-In limitation
     All attributes increased by 1

      Artillery
",
"AUTOTOOLTIP-fed_storage_dock.odf", "
       Offensive Value
     Defensive Value
     System Value

     Processes dilithium and tritanium
",
"AUTOTOOLTIP-fed_venture.odf", "
       Offensive Value
       Defensive Value
       System Value

     Pulse Phaser

      Medium
",
"AUTOTOOLTIP-kliR_alt_armament.odf", "
     Alternative ammunition will increase
     the time between shots by 250 percent
     but attacks will cause the target to
     lose its engines
     Lasts until canceled

     Affected units:
     Veqlaragh Class
",
"AUTOTOOLTIP-kliR_bortas1.odf", "
     Allows the BortaS Class to use its
     level 2 ability:

     Attack Probe
     Transports an automated attack probe
     into space which will attack an
     hostile target nearby
     May be used while Advanced Cloak is
     active
     Lasts 15 seconds

     Ɨ Long
",
"AUTOTOOLTIP-kliR_bortas2.odf", "
     Allows the BortaS Class to use its
     level 3 ability:

     Advanced Cloak
     Hides this unit from the enemies
     sensors
     Cloaking and decloaking will take 4
     seconds
     Special weapon energy does not
     regenerate while cloaked
",
"AUTOTOOLTIP-kliR_calltoarms.odf", "
     Allows to upgrade Vutpa' Class cruisers
     to Troopships

     Affected units:
     Vutpa' Class
",
"AUTOTOOLTIP-kliR_compound.odf", "
     Fires a volley of micro photon torpedos
     at up to three independent targets

      Long

     Affected units:
     Sang' Class
",
"AUTOTOOLTIP-kliR_ctractor.odf", "
     Allows to be locked on a target even
     while shields are active

      Medium

     Affected units:
     Chargh Class
",
"AUTOTOOLTIP-kliR_detection1.odf", "
     Decloakes all enemies at the target
     location

     Affected units:
     Kahless Station
",
"AUTOTOOLTIP-kliR_detection2.odf", "
     Allows this unit to detect all cloaked
     vessels within sensor range

     Affected units:
     Scout Station
",
"AUTOTOOLTIP-kliR_energybuffer.odf", "
     An energy buffering system connected to
     the Assault Disruptor will reduce its
     energy usage by 50 percent but will
     also cut down movement speed due to
     lesser total starship energy available
     Lasts until canceled

     Affected units:
     Cho'naQ Class
",
"AUTOTOOLTIP-kliR_fieldoffire.odf", "
     Transport a charge of heavy explosives
     at the target location. The resulting
     fireball will cause internal explosions
     on all vessels in the affected area
     The internal explosions will last twice
     as long as the effect of normal Cluster
     Torpedoes
     Hits cloaked vessels

      Long

     Affected units:
     LuSpet Class
",
"AUTOTOOLTIP-kliR_graviton_marker.odf", "
     Drops a graviton marker at the current
     location. If an hostile unit gets
     locked by the graviton marker its
     movement speed will drastically be cut
     down

     Affected units:
     B'rel Class
",
"AUTOTOOLTIP-kliR_heavy_disruptor.odf", "
     Fires an over-energized disruptor shot
     at a hostile target
     Heavy disruptors deal increased damage
     to destroyers

      Medium

     Affected units:
     K'beajQ Class
",
"AUTOTOOLTIP-kliR_lastditch.odf", "
     Surcharges the primary systems, causing
     high stress to the weapons. Increases
     the Offensive Value of this unit by 8
     and shortens the weapon reload times
     for 35 seconds
     After this effect ends the Offensive
     Value will be reduced by 4 for
     additional 10 seconds
     The cloaking device cannot be used
     while effects of Last Ditch Assault are
     active

     Affected units:
     SuS'a' Class
",
"AUTOTOOLTIP-kliR_overload.odf", "
     A concentrated ion-burst will deal
     incredible amounts of damage to a
     single hostile target, enough to blast
     away a smaller unit with a single shot
     The ion torpedo launcher will have a
     cooldown period for 30 seconds

      Long

     Affected units:
     Negh'var Class
",
"AUTOTOOLTIP-kliR_polaron.odf", "
     Fires a polaron-charged torpedo at a
     hostile unit, breaking through the
     shields causing direct hull damage and
     crushing a subsystem
     Lasts 10 seconds

      Medium

     Affected units:
     Vor'cha Class
",
"AUTOTOOLTIP-kliR_qawduj1.odf", "
     Allows the Qaw'Duj Class to use its
     level 2 ability:

     Ionizing Torpedo
     Ionizing energies will cause system
     failures on a hostile unit, draining
     80 special weapon energy

     Ɨ Medium
",
"AUTOTOOLTIP-kliR_qawduj2.odf", "
     Allows the Qaw'Duj Class to use its
     level 3 ability:

     Polaron Field
     Disables a random subsystem each
     second on all vessels in the target
     area
     Lasts 5 seconds

     Ɨ Long
",
"AUTOTOOLTIP-kliR_sbtorp.odf", "
     This torpedo is especially adjusted to
     break through the shields of a hostile
     and deals direct hull damage
     May be used while cloaked

      Short

     Affected units:
     K'Vort Class
",
"AUTOTOOLTIP-kliR_torpedo_drone.odf", "
     Fires an homing torpedo drone at a
     hostile vessel
     The torpedo drone will always hit its
     target

      Medium

     Affected units:
     K'beajQ Class
",
"AUTOTOOLTIP-kliU_engines1.odf", "
     Increases the movement speed for all of
     your units by 10 percent
",
"AUTOTOOLTIP-kliU_engines2.odf", "
     Increases the movement speed for all of
     your units by an additional 10 percent
",
"AUTOTOOLTIP-kliU_shields1.odf", "
     Increases the shield strength for all
     of your units by 8 percent
",
"AUTOTOOLTIP-kliU_shields2.odf", "
     Increases the shield strength for all
     of your units by an additional 8 percent
",
"AUTOTOOLTIP-kliU_weapons1.odf", "
     Increases the damage for all of your
     units by 6 percent
",
"AUTOTOOLTIP-kliU_weapons2.odf", "
     Increases the damage for all of your
     units by an additional 6 percent
",
"AUTOTOOLTIP-kli_armory.odf", "
       Offensive Value
     Defensive Value
     System Value

     Research Station

     Produces:
     Basic Qaw'Duj System Upgrade
     Advanced Qaw'Duj System Upgrade
     Improved Weapons
     Advanced Weapons
     Research Compound Torpedos
     Research Polaron Torpedo
",
"AUTOTOOLTIP-kli_armoryZ.odf", "
       Offensive Value
     Defensive Value
     System Value

     Research Station

     Produces:
     Basic Qaw'Duj System Upgrade
     Advanced Qaw'Duj System Upgrade
     Improved Weapons
     Advanced Weapons
     Research Compound Torpedos
     Research Combat Tractorbeam
     Research Polaron Torpedo
",
"AUTOTOOLTIP-kli_battle_yard.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Repair Dock

     Produces:
     Sang' Class
     Qaw'Duj Class
     Vor'cha Class
     Vutpa' Class
",
"AUTOTOOLTIP-kli_battle_yardY.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Repair Dock

     Produces:
     Sang' Class
     Qaw'Duj Class
     Vor'cha Class
     Vutpa' Class
     LuSpet Class

     
     Construction costs reduced by 30 percent
",
"AUTOTOOLTIP-kli_battle_yardZ.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Repair Dock

     Produces:
     Sang' Class
     Qaw'Duj Class
     Chargh Class
     Vor'cha Class
     Vutpa' Class
",
"AUTOTOOLTIP-kli_bortas.odf", "
     Offensive Value
     Defensive Value
     System Value

     Ion Torpedo
     Ionized Hull 
     This unit is immune to ion storms

     
     ƙ Artificial Ion Storm
     ƚ Attack Probe
     ƛ Advanced Cloak

      Short
",
"AUTOTOOLTIP-kli_bortasr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Ion Torpedo
     Ionized Hull 
     This unit is immune to ion storms

     
     ƙ Artificial Ion Storm
     ƚ Attack Probe
     ƛ Advanced Cloak

      Short
",
"AUTOTOOLTIP-kli_bortasr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Ion Torpedo
     Ionized Hull 
     This unit is immune to ion storms

     
     ƙ Artificial Ion Storm
     ƚ Attack Probe
     ƛ Advanced Cloak

      Short
",
"AUTOTOOLTIP-kli_bortasr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Ion Torpedo
     Ionized Hull 
     This unit is immune to ion storms
     Special Warfare 
     Increases the damage dealt by Ion
     Storms by 33 percent and increases the
     duration of the Attack Probe special
     ability by 2 seconds

     
     ƙ Artificial Ion Storm
     ƚ Attack Probe
     ƛ Advanced Cloak

      Short
",
"AUTOTOOLTIP-kli_bortasr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Ion Torpedo
     Ionized Hull 
     This unit is immune to ion storms
     Special Warfare 
     Increases the damage dealt by Ion
     Storms by 66 percent and increases the
     duration of the Attack Probe special
     ability by 4 seconds

     
     ƙ Artificial Ion Storm
     ƚ Attack Probe
     ƛ Advanced Cloak

      Short
",
"AUTOTOOLTIP-kli_bortasr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Ion Torpedo
     Ionized Hull 
     This unit is immune to ion storms
     Special Warfare 
     Increases the damage dealt by Ion
     Storms by 66 percent and increases the
     duration of the Attack Probe special
     ability by 4 seconds
     Ion Synthesizer 
     Increases the weaponrange of Ion
     Torpedoes to long range and greatly
     improves the Ion Storm area of effect

     
     ƙ Artificial Ion Storm
     ƚ Attack Probe
     ƛ Advanced Cloak

      Long
",
"AUTOTOOLTIP-kli_bortasY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Ion Torpedo
     Ionized Hull 
     This unit is immune to ion storms

     
     ƙ Artificial Ion Storm
     ƚ Attack Probe
     ƛ Advanced Cloak

      Short

     
     Defensive Value increased by 4
",
"AUTOTOOLTIP-kli_bortasYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Ion Torpedo
     Ionized Hull 
     This unit is immune to ion storms

     
     ƙ Artificial Ion Storm
     ƚ Attack Probe
     ƛ Advanced Cloak

      Short

     
     Defensive Value increased by 4
",
"AUTOTOOLTIP-kli_bortasYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Ion Torpedo
     Ionized Hull 
     This unit is immune to ion storms

     
     ƙ Artificial Ion Storm
     ƚ Attack Probe
     ƛ Advanced Cloak

      Short

     
     Defensive Value increased by 4
",
"AUTOTOOLTIP-kli_bortasYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Ion Torpedo
     Ionized Hull 
     This unit is immune to ion storms
     Special Warfare 
     Increases the damage dealt by Ion
     Storms by 33 percent and increases the
     duration of the Attack Probe special
     ability by 2 seconds

     
     ƙ Artificial Ion Storm
     ƚ Attack Probe
     ƛ Advanced Cloak

      Short

     
     Defensive Value increased by 4
",
"AUTOTOOLTIP-kli_bortasYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Ion Torpedo
     Ionized Hull 
     This unit is immune to ion storms
     Special Warfare 
     Increases the damage dealt by Ion
     Storms by 66 percent and increases the
     duration of the Attack Probe special
     ability by 4 seconds

     
     ƙ Artificial Ion Storm
     ƚ Attack Probe
     ƛ Advanced Cloak

      Short

     
     Defensive Value increased by 4
",
"AUTOTOOLTIP-kli_bortasYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Ion Torpedo
     Ionized Hull 
     This unit is immune to ion storms
     Special Warfare 
     Increases the damage dealt by Ion
     Storms by 66 percent and increases the
     duration of the Attack Probe special
     ability by 4 seconds
     Ion Synthesizer 
     Increases the weaponrange of Ion
     Torpedoes to long range and greatly
     improves the Ion Storm area of effect

     
     ƙ Artificial Ion Storm
     ƚ Attack Probe
     ƛ Advanced Cloak

      Long

     
     Defensive Value increased by 4
",
"AUTOTOOLTIP-kli_brel.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Graviton Marker

      Short
",
"AUTOTOOLTIP-kli_brelr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Graviton Marker

      Short
",
"AUTOTOOLTIP-kli_brelr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Graviton Marker

      Short
",
"AUTOTOOLTIP-kli_brelr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Graviton Marker
     Master of its Domain 
     Increases the damage dealt to
     destroyers by 8 percent and decreases
     the damage recieved from destroyers by
     8 percent

      Short
",
"AUTOTOOLTIP-kli_brelr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Graviton Marker
     Master of its Domain 
     Increases the damage dealt to
     destroyers by 16 percent and decreases
     the damage recieved from destroyers by
     16 percent

      Short
",
"AUTOTOOLTIP-kli_brelr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Twin-cannon Disruptor
     Fires an additional burst per volley
     Cloaking Device
     Graviton Marker
     Master of its Domain 
     Increases the damage dealt to
     destroyers by 16 percent and decreases
     the damage recieved from destroyers by
     16 percent

      Short
",
"AUTOTOOLTIP-kli_brelZ.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Photon Torpedo
     Cloaking Device
     Graviton Marker

      Short

     
     Offensive Value increased by 2
     Is equipped with Photon Torpedos
",
"AUTOTOOLTIP-kli_brelZr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Photon Torpedo
     Cloaking Device
     Graviton Marker

      Short

     
     Offensive Value increased by 2
     Is equipped with Photon Torpedos
",
"AUTOTOOLTIP-kli_brelZr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Photon Torpedo
     Cloaking Device
     Graviton Marker

      Short

     
     Offensive Value increased by 2
     Is equipped with Photon Torpedos
",
"AUTOTOOLTIP-kli_brelZr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Photon Torpedo
     Cloaking Device
     Graviton Marker
     Master of its Domain 
     Increases the damage dealt to
     destroyers by 8 percent and decreases
     the damage recieved from destroyers by
     8 percent

      Short

     
     Offensive Value increased by 2
     Is equipped with Photon Torpedos
",
"AUTOTOOLTIP-kli_brelZr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Photon Torpedo
     Cloaking Device
     Graviton Marker
     Master of its Domain 
     Increases the damage dealt to
     destroyers by 16 percent and decreases
     the damage recieved from destroyers by
     16 percent

      Short

     
     Offensive Value increased by 2
     Is equipped with Photon Torpedos
",
"AUTOTOOLTIP-kli_brelZr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Twin-cannon Disruptor
     Fires an additional burst per volley
     Photon Torpedo
     Cloaking Device
     Graviton Marker
     Master of its Domain 
     Increases the damage dealt to
     destroyers by 16 percent and decreases
     the damage recieved from destroyers by
     16 percent

      Short

     
     Offensive Value increased by 2
     Is equipped with Photon Torpedos
",
"AUTOTOOLTIP-kli_brel_bor.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Graviton Marker
     Regeneration

      Short

     
     All attributes increased by 1
     Is equipped with the Regeneration
     special ability
",
"AUTOTOOLTIP-kli_brel_borr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Graviton Marker
     Regeneration

      Short

     
     All attributes increased by 1
     Is equipped with the Regeneration
     special ability
",
"AUTOTOOLTIP-kli_brel_borr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Graviton Marker
     Regeneration

      Short

     
     All attributes increased by 1
     Is equipped with the Regeneration
     special ability
",
"AUTOTOOLTIP-kli_brel_borr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Graviton Marker
     Regeneration
     Master of its Domain 
     Increases the damage dealt to
     destroyers by 8 percent and decreases
     the damage recieved from destroyers by
     8 percent

      Short

     
     All attributes increased by 1
     Is equipped with the Regeneration
     special ability
",
"AUTOTOOLTIP-kli_brel_borr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Graviton Marker
     Regeneration
     Master of its Domain 
     Increases the damage dealt to
     destroyers by 16 percent and decreases
     the damage recieved from destroyers by
     16 percent

      Short

     
     All attributes increased by 1
     Is equipped with the Regeneration
     special ability
",
"AUTOTOOLTIP-kli_brel_borr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Twin-cannon Disruptor
     Fires an additional burst per volley
     Cloaking Device
     Graviton Marker
     Regeneration
     Master of its Domain 
     Increases the damage dealt to
     destroyers by 16 percent and decreases
     the damage recieved from destroyers by
     16 percent

      Short

     
     All attributes increased by 1
     Is equipped with the Regeneration
     special ability
",
"AUTOTOOLTIP-kli_brel_rom.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Rapid Fire Pulse Disruptor
     Cloaking Device
     Graviton Marker

      Short

     
     System Value increased by 2
     Is equipped with the Rapid Fire Pulse
     Disruptors
     Cloaking time and energy costs reduced
",
"AUTOTOOLTIP-kli_brel_romr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Rapid Fire Pulse Disruptor
     Cloaking Device
     Graviton Marker

      Short

     
     System Value increased by 2
     Is equipped with the Rapid Fire Pulse
     Disruptors
     Cloaking time and energy costs reduced
",
"AUTOTOOLTIP-kli_brel_romr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Rapid Fire Pulse Disruptor
     Cloaking Device
     Graviton Marker

      Short

     
     System Value increased by 2
     Is equipped with the Rapid Fire Pulse
     Disruptors
     Cloaking time and energy costs reduced
",
"AUTOTOOLTIP-kli_brel_romr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Rapid Fire Pulse Disruptor
     Cloaking Device
     Graviton Marker
     Master of its Domain 
     Increases the damage dealt to
     destroyers by 8 percent and decreases
     the damage recieved from destroyers by
     8 percent

      Short

     
     System Value increased by 2
     Is equipped with the Rapid Fire Pulse
     Disruptors
     Cloaking time and energy costs reduced
",
"AUTOTOOLTIP-kli_brel_romr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Rapid Fire Pulse Disruptor
     Cloaking Device
     Graviton Marker
     Master of its Domain 
     Increases the damage dealt to
     destroyers by 16 percent and decreases
     the damage recieved from destroyers by
     16 percent

      Short

     
     System Value increased by 2
     Is equipped with the Rapid Fire Pulse
     Disruptors
     Cloaking time and energy costs reduced
",
"AUTOTOOLTIP-kli_brel_romr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Twin-cannon Disruptor
     Fires an additional burst per volley
     Cloaking Device
     Graviton Marker
     Master of its Domain 
     Increases the damage dealt to
     destroyers by 16 percent and decreases
     the damage recieved from destroyers by
     16 percent

      Short

     
     System Value increased by 2
     Is equipped with the Rapid Fire Pulse
     Disruptors
     Cloaking time and energy costs reduced
",
"AUTOTOOLTIP-kli_chargh.odf", "
     Offensive Value
     Defensive Value
       System Value

     Ion Torpedo
     Cloaking Device
     Combat Tractor Beam

      Medium
",
"AUTOTOOLTIP-kli_charghr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Ion Torpedo
     Cloaking Device
     Combat Tractor Beam

      Medium
",
"AUTOTOOLTIP-kli_charghr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Ion Torpedo
     Cloaking Device
     Combat Tractor Beam

      Medium
",
"AUTOTOOLTIP-kli_charghr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Ion Torpedo
     Cloaking Device
     Combat Tractor Beam
     Capital Torpedoes 
     This vessel deals 14 percent increased
     damage to targets which are not
     battleships

      Medium
",
"AUTOTOOLTIP-kli_charghr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Ion Torpedo
     Cloaking Device
     Combat Tractor Beam
     Capital Torpedoes 
     This vessel deals 28 percent increased
     damage to targets which are not
     battleships

      Medium
",
"AUTOTOOLTIP-kli_charghr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Ion Torpedo
     Cloaking Device
     Combat Tractor Beam
     Capital Torpedoes 
     This vessel deals 28 percent increased
     damage to targets which are not
     battleships
     War Impulse-Engines 
     Greatly increased movement speed and
     grants a chance to avoid pulse weapons

      Medium
",
"AUTOTOOLTIP-kli_chonaq.odf", "
     Offensive Value
     Defensive Value
     System Value

     Assault Disruptor
     Deals constant damage but uses special
     energy
     Energy Buffer

      Long
",
"AUTOTOOLTIP-kli_chonaqr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Assault Disruptor
     Deals constant damage but uses special
     energy
     Energy Buffer

      Long
",
"AUTOTOOLTIP-kli_chonaqr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Assault Disruptor
     Deals constant damage but uses special
     energy
     Energy Buffer

      Long
",
"AUTOTOOLTIP-kli_chonaqr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Assault Disruptor
     Deals constant damage but uses special
     energy
     Energy Buffer
     Secondary Buffer System 
     Increases the Defensive Value by 8
     while the Energy Buffer special ability
     is active

      Long
",
"AUTOTOOLTIP-kli_chonaqr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Assault Disruptor
     Deals constant damage but uses special
     energy
     Energy Buffer
     Secondary Buffer System 
     Increases the Defensive Value by 16
     while the Energy Buffer special ability
     is active

      Long
",
"AUTOTOOLTIP-kli_chonaqr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Assault Disruptor
     Deals constant damage but uses special
     energy
     Energy Buffer
     Secondary Buffer System 
     Increases the Defensive Value by 16
     while the Energy Buffer special ability
     is active
     Battle-tried Loadout 
     Adds half of the System Value to the
     Offensive and Defensive Values

      Long
",
"AUTOTOOLTIP-kli_chonaqY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Assault Disruptor
     Deals constant damage but uses special
     energy
     Energy Buffer

      Long

     
     Defensive Value increased by 6
",
"AUTOTOOLTIP-kli_chonaqYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Assault Disruptor
     Deals constant damage but uses special
     energy
     Energy Buffer

      Long

     
     Defensive Value increased by 6
",
"AUTOTOOLTIP-kli_chonaqYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Assault Disruptor
     Deals constant damage but uses special
     energy
     Energy Buffer

      Long

     
     Defensive Value increased by 6
",
"AUTOTOOLTIP-kli_chonaqYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Assault Disruptor
     Deals constant damage but uses special
     energy
     Energy Buffer
     Secondary Buffer System 
     Increases the Defensive Value by 8
     while the Energy Buffer special ability
     is active

      Long

     
     Defensive Value increased by 6
",
"AUTOTOOLTIP-kli_chonaqYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Assault Disruptor
     Deals constant damage but uses special
     energy
     Energy Buffer
     Secondary Buffer System 
     Increases the Defensive Value by 16
     while the Energy Buffer special ability
     is active

      Long

     
     Defensive Value increased by 6
",
"AUTOTOOLTIP-kli_chonaqYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Assault Disruptor
     Deals constant damage but uses special
     energy
     Energy Buffer
     Secondary Buffer System 
     Increases the Defensive Value by 16
     while the Energy Buffer special ability
     is active
     Battle-tried Loadout 
     Adds half of the System Value to the
     Offensive and Defensive Values

      Long

     
     Defensive Value increased by 6
",
"AUTOTOOLTIP-kli_chonaq_dom.odf", "
     Offensive Value
     Defensive Value
     System Value

     Assault Disruptor
     Deals constant damage but uses special
     energy
     Energy Buffer

      Artillery

     
     Offensive Value increased by 1
     Weaponrange increased to Artillery
",
"AUTOTOOLTIP-kli_chonaq_domr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Assault Disruptor
     Deals constant damage but uses special
     energy
     Energy Buffer

      Artillery

     
     Offensive Value increased by 1
     Weaponrange increased to Artillery
",
"AUTOTOOLTIP-kli_chonaq_domr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Assault Disruptor
     Deals constant damage but uses special
     energy
     Energy Buffer

      Artillery

     
     Offensive Value increased by 1
     Weaponrange increased to Artillery
",
"AUTOTOOLTIP-kli_chonaq_domr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Assault Disruptor
     Deals constant damage but uses special
     energy
     Energy Buffer
     Secondary Buffer System 
     Increases the Defensive Value by 8
     while the Energy Buffer special ability
     is active

      Artillery

     
     Offensive Value increased by 1
     Weaponrange increased to Artillery
",
"AUTOTOOLTIP-kli_chonaq_domr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Assault Disruptor
     Deals constant damage but uses special
     energy
     Energy Buffer
     Secondary Buffer System 
     Increases the Defensive Value by 16
     while the Energy Buffer special ability
     is active

      Artillery

     
     Offensive Value increased by 1
     Weaponrange increased to Artillery
",
"AUTOTOOLTIP-kli_chonaq_domr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Assault Disruptor
     Deals constant damage but uses special
     energy
     Energy Buffer
     Secondary Buffer System 
     Increases the Defensive Value by 16
     while the Energy Buffer special ability
     is active
     Battle-tried Loadout 
     Adds half of the System Value to the
     Offensive and Defensive Values

      Artillery

     
     Offensive Value increased by 1
     Weaponrange increased to Artillery
",
"AUTOTOOLTIP-kli_chor.odf", "
       Offensive Value
     Defensive Value
       System Value

     Civil Disruptor

     Constructs Stations

      Medium
",
"AUTOTOOLTIP-kli_edjen.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Shootout 
     This unit deals increased damage to
     targets with the same weaponrange as
     itself
     Scrambling Drone

      Medium

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-kli_edjenr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Shootout 
     This unit deals increased damage to
     targets with the same weaponrange as
     itself
     Scrambling Drone

      Medium

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-kli_edjenr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Shootout 
     This unit deals increased damage to
     targets with the same weaponrange as
     itself
     Scrambling Drone

      Medium

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-kli_edjenr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Shootout 
     This unit deals increased damage to
     targets with the same weaponrange as
     itself
     Scrambling Drone
     Final Stand 
     Decreases the damage taken from beam
     and special weapons by 8 percent and
     grants a 6 percent chance to dodge
     torpedoes and pulse weapons

      Medium

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-kli_edjenr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Shootout 
     This unit deals increased damage to
     targets with the same weaponrange as
     itself
     Scrambling Drone
     Final Stand 
     Decreases the damage taken from beam
     and special weapons by 16 percent and
     grants a 12 percent chance to dodge
     torpedoes and pulse weapons

      Medium

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-kli_edjenr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Shootout 
     This unit deals increased damage to
     targets with the same weaponrange as
     itself
     Scrambling Drone
     Final Stand 
     Decreases the damage taken from beam
     and special weapons by 16 percent and
     grants a 12 percent chance to dodge
     torpedoes and pulse weapons
     War Impulse-Engines 
     Greatly increased movement speed and
     grants a chance to avoid pulse weapons

      Medium

     
     Defensive Value increased by 3
",
"AUTOTOOLTIP-kli_field_research.odf", "
       Offensive Value
     Defensive Value
     System Value

     Research Station

     Produces:
     Research Simple Detection Grid
     Research Tachyon Detection Grid
     Research Graviton Marker
     Research Torpedo Drone
     Research Shield Breaking Torpedo
",
"AUTOTOOLTIP-kli_field_researchY.odf", "
       Offensive Value
     Defensive Value
     System Value

     Research Station

     Produces:
     Research Simple Detection Grid
     Research Tachyon Detection Grid
     Research Graviton Marker
     Research Torpedo Drone
     Research Shield Breaking Torpedo
     Research Last Ditch Assault
",
"AUTOTOOLTIP-kli_field_researchZ.odf", "
       Offensive Value
     Defensive Value
     System Value

     Research Station

     Produces:
     Research Simple Detection Grid
     Research Tachyon Detection Grid
     Research Graviton Marker
     Research Heavy Disruptor
     Research Shield Breaking Torpedo
     Research Alternate Armament
",
"AUTOTOOLTIP-kli_field_yard.odf", "
       Offensive Value
   Defensive Value
     System Value

     May be upgraded to up to three
     construction facilities

     Produces:
     B'rel Class
     K'beajQ Class
     K'Vort Class
",
"AUTOTOOLTIP-kli_field_yardP1.odf", "
       Offensive Value
     Defensive Value
     System Value

     Yard
     Repair Dock
",
"AUTOTOOLTIP-kli_field_yardP2.odf", "
       Offensive Value
     Defensive Value
     System Value

     Yard
",
"AUTOTOOLTIP-kli_field_yardP3.odf", "
       Offensive Value
     Defensive Value
     System Value

     Yard
",
"AUTOTOOLTIP-kli_field_yardY.odf", "
       Offensive Value
   Defensive Value
     System Value

     May be upgraded to up to three
     construction facilities

     Produces:
     B'rel Class
     K'beajQ Class
     K'Vort Class
     SuS'a' Class

     
     Construction costs reduced by 30 percent
",
"AUTOTOOLTIP-kli_field_yardZ.odf", "
       Offensive Value
   Defensive Value
     System Value

     May be upgraded to up to three
     construction facilities

     Produces:
     B'rel Class
     K'beajQ Class
     K'Vort Class
     Veqlaragh Class
",
"AUTOTOOLTIP-kli_imperial_research.odf", "
       Offensive Value
     Defensive Value
     System Value

     Research Station

     Produces:
     Basic BortaS System Upgrade
     Advanced BortaS System Upgrade
     Research Energy Buffer
     Research Weapon Overload
",
"AUTOTOOLTIP-kli_imperial_yard.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Repair Dock

     Produces:
     Cho'naQ Class
     BortaS Class
     Negh'var Class
",
"AUTOTOOLTIP-kli_imperial_yardY.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Repair Dock

     Produces:
     Cho'naQ Class
     BortaS Class
     Negh'var Class

     
     Construction costs reduced by 30 percent
",
"AUTOTOOLTIP-kli_kahless_station.odf", "
     Offensive Value
   Defensive Value
     System Value

     Torpedo Drone
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Chor Class
     Topmey Class
     NoQ'Duj Class

      Long
",
"AUTOTOOLTIP-kli_kahless_stationY_D.odf", "
     Offensive Value
   Defensive Value
     System Value

     Torpedo Drone
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Chor Class
     Topmey Class
     NoQ'Duj Class

      Long
",
"AUTOTOOLTIP-kli_kahless_stationY_DD.odf", "
     Offensive Value
   Defensive Value
     System Value

     Torpedo Drone
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Chor Class
     Topmey Class
     NoQ'Duj Class

      Long
",
"AUTOTOOLTIP-kli_kahless_stationY_DDW.odf", "
     Offensive Value
   Defensive Value
     System Value

     Torpedo Drone
     Pulse Disruptor
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Chor Class
     Topmey Class
     NoQ'Duj Class

      Long
",
"AUTOTOOLTIP-kli_kahless_stationY_DDWW.odf", "
   Offensive Value
   Defensive Value
     System Value

     Torpedo Drone
     Pulse Disruptor
     Ion Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Chor Class
     Topmey Class
     NoQ'Duj Class

      Long
",
"AUTOTOOLTIP-kli_kahless_stationY_DW.odf", "
     Offensive Value
   Defensive Value
     System Value

     Torpedo Drone
     Pulse Disruptor
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Chor Class
     Topmey Class
     NoQ'Duj Class

      Long
",
"AUTOTOOLTIP-kli_kahless_stationY_DWW.odf", "
   Offensive Value
   Defensive Value
     System Value

     Torpedo Drone
     Pulse Disruptor
     Ion Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Chor Class
     Topmey Class
     NoQ'Duj Class

      Long
",
"AUTOTOOLTIP-kli_kahless_stationY_W.odf", "
     Offensive Value
   Defensive Value
     System Value

     Torpedo Drone
     Pulse Disruptor
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Chor Class
     Topmey Class
     NoQ'Duj Class

      Long
",
"AUTOTOOLTIP-kli_kahless_stationY_WW.odf", "
   Offensive Value
   Defensive Value
     System Value

     Torpedo Drone
     Pulse Disruptor
     Ion Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Chor Class
     Topmey Class
     NoQ'Duj Class

      Long
",
"AUTOTOOLTIP-kli_kahless_stationZ.odf", "
     Offensive Value
   Defensive Value
     System Value

     Heavy Disruptor
     Deals increased damage to destroyers
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Chor Class
     Topmey Class
     NoQ'Duj Class

      Long

     
     Torpedo Drone replaced by Heavy
     Disruptor
",
"AUTOTOOLTIP-kli_kahless_stationZ_D.odf", "
     Offensive Value
   Defensive Value
     System Value

     Heavy Disruptor
     Deals increased damage to destroyers
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Chor Class
     Topmey Class
     NoQ'Duj Class

      Long

     
     Torpedo Drone replaced by Heavy
     Disruptor
",
"AUTOTOOLTIP-kli_kahless_stationZ_DD.odf", "
     Offensive Value
   Defensive Value
     System Value

     Heavy Disruptor
     Deals increased damage to destroyers
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Chor Class
     Topmey Class
     NoQ'Duj Class

      Long

     
     Torpedo Drone replaced by Heavy
     Disruptor
",
"AUTOTOOLTIP-kli_kahless_stationZ_DDW.odf", "
     Offensive Value
   Defensive Value
     System Value

     Torpedo Drone
     Pulse Disruptor
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Chor Class
     Topmey Class
     NoQ'Duj Class

      Long

     
     Torpedo Drone replaced by Heavy
     Disruptor
",
"AUTOTOOLTIP-kli_kahless_stationZ_DDWW.odf", "
   Offensive Value
   Defensive Value
     System Value

     Torpedo Drone
     Pulse Disruptor
     Ion Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Chor Class
     Topmey Class
     NoQ'Duj Class

      Long

     
     Torpedo Drone replaced by Heavy
     Disruptor
",
"AUTOTOOLTIP-kli_kahless_stationZ_DW.odf", "
     Offensive Value
   Defensive Value
     System Value

     Torpedo Drone
     Pulse Disruptor
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Chor Class
     Topmey Class
     NoQ'Duj Class

      Long

     
     Torpedo Drone replaced by Heavy
     Disruptor
",
"AUTOTOOLTIP-kli_kahless_stationZ_DWW.odf", "
   Offensive Value
   Defensive Value
     System Value

     Torpedo Drone
     Pulse Disruptor
     Ion Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Chor Class
     Topmey Class
     NoQ'Duj Class

      Long

     
     Torpedo Drone replaced by Heavy
     Disruptor
",
"AUTOTOOLTIP-kli_kahless_stationZ_W.odf", "
     Offensive Value
   Defensive Value
     System Value

     Torpedo Drone
     Pulse Disruptor
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Chor Class
     Topmey Class
     NoQ'Duj Class

      Long

     
     Torpedo Drone replaced by Heavy
     Disruptor
",
"AUTOTOOLTIP-kli_kahless_stationZ_WW.odf", "
   Offensive Value
   Defensive Value
     System Value

     Torpedo Drone
     Pulse Disruptor
     Ion Torpedo
     Tachyon Scan
     Intelligence Report

     Yard

     Produces:
     Chor Class
     Topmey Class
     NoQ'Duj Class

      Long

     
     Torpedo Drone replaced by Heavy
     Disruptor
",
"AUTOTOOLTIP-kli_kahless_upgradeD.odf", "
  Defensive Value

     Power up the defense of your starbase
     to make it less vulnerable to enemy fire
",
"AUTOTOOLTIP-kli_kahless_upgradeW.odf", "
  Offensive Value

     Improve the weapon systems of your
     starbase to deal increased amounts of
     damage with every shot
",
"AUTOTOOLTIP-kli_kbeajq.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Cloaking Device
     Torpedo Drone
     The everlasting design 
     Slightly increased Defensive Value and
     highly increased subsystem durability

      Medium
",
"AUTOTOOLTIP-kli_kbeajqr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Cloaking Device
     Torpedo Drone
     The everlasting design 
     Slightly increased Defensive Value and
     highly increased subsystem durability

      Medium
",
"AUTOTOOLTIP-kli_kbeajqr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Cloaking Device
     Torpedo Drone
     The everlasting design 
     Slightly increased Defensive Value and
     highly increased subsystem durability

      Medium
",
"AUTOTOOLTIP-kli_kbeajqr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Cloaking Device
     Torpedo Drone
     The everlasting design 
     Slightly increased Defensive Value and
     highly increased subsystem durability
     Armor Plates 
     Subsystem durability increased by an
     additional 50 percent
     Defensive Value increased by 4

      Medium
",
"AUTOTOOLTIP-kli_kbeajqr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Cloaking Device
     Torpedo Drone
     The everlasting design 
     Slightly increased Defensive Value and
     highly increased subsystem durability
     Armor Plates 
     Subsystem durability increased by an
     additional 100 percent
     Defensive Value increased by 8

      Medium
",
"AUTOTOOLTIP-kli_kbeajqr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Cloaking Device
     Torpedo Drone
     The everlasting design 
     Slightly increased Defensive Value and
     highly increased subsystem durability
     Armor Plates 
     Subsystem durability increased by an
     additional 100 percent
     Defensive Value increased by 8
     Tritanium-Deuterium-Alloy Armor 
     Lowers hulldamage taken by 40 percent
     and reduces all damage received from
     torpedoes by 15 percent

      Medium
",
"AUTOTOOLTIP-kli_kbeajqZ.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Cloaking Device
     Heavy Disruptor
     Deals increased damage to destroyers
     The everlasting design 
     Slightly increased Defensive Value and
     highly increased subsystem durability

      Medium

     
     Torpedo Drone replaced by Heavy
     Disruptor
",
"AUTOTOOLTIP-kli_kbeajqZr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Cloaking Device
     Heavy Disruptor
     Deals increased damage to destroyers
     The everlasting design 
     Slightly increased Defensive Value and
     highly increased subsystem durability

      Medium

     
     Torpedo Drone replaced by Heavy
     Disruptor
",
"AUTOTOOLTIP-kli_kbeajqZr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Cloaking Device
     Heavy Disruptor
     Deals increased damage to destroyers
     The everlasting design 
     Slightly increased Defensive Value and
     highly increased subsystem durability

      Medium

     
     Torpedo Drone replaced by Heavy
     Disruptor
",
"AUTOTOOLTIP-kli_kbeajqZr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Cloaking Device
     Heavy Disruptor
     Deals increased damage to destroyers
     The everlasting design 
     Slightly increased Defensive Value and
     highly increased subsystem durability
     Armor Plates 
     Subsystem durability increased by an
     additional 50 percent
     Defensive Value increased by 4

      Medium

     
     Torpedo Drone replaced by Heavy
     Disruptor
",
"AUTOTOOLTIP-kli_kbeajqZr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Cloaking Device
     Heavy Disruptor
     Deals increased damage to destroyers
     The everlasting design 
     Slightly increased Defensive Value and
     highly increased subsystem durability
     Armor Plates 
     Subsystem durability increased by an
     additional 100 percent
     Defensive Value increased by 8

      Medium

     
     Torpedo Drone replaced by Heavy
     Disruptor
",
"AUTOTOOLTIP-kli_kbeajqZr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Cloaking Device
     Heavy Disruptor
     Deals increased damage to destroyers
     The everlasting design 
     Slightly increased Defensive Value and
     highly increased subsystem durability
     Armor Plates 
     Subsystem durability increased by an
     additional 100 percent
     Defensive Value increased by 8
     Tritanium-Deuterium-Alloy Armor 
     Lowers hulldamage taken by 40 percent
     and reduces all damage received from
     torpedoes by 15 percent

      Medium

     
     Torpedo Drone replaced by Heavy
     Disruptor
",
"AUTOTOOLTIP-kli_ktinga.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Cloaking Device

      Medium
",
"AUTOTOOLTIP-kli_ktingar2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Cloaking Device

      Medium
",
"AUTOTOOLTIP-kli_ktingar3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Cloaking Device

      Medium
",
"AUTOTOOLTIP-kli_ktingar4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Micro Photon Torpedo
     Cloaking Device

      Medium
",
"AUTOTOOLTIP-kli_ktingar5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Micro Photon Torpedo
     Cloaking Device

      Medium
",
"AUTOTOOLTIP-kli_ktingar6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Micro Photon Torpedo
     Cloaking Device
     Tritanium-Deuterium-Alloy Armor 
     Lowers hulldamage taken by 40 percent
     and reduces all damage received from
     torpedoes by 15 percent

      Medium
",
"AUTOTOOLTIP-kli_ktingaZ.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Cloaking Device

      Medium

     
     Construction costs reduced by 20 percent
",
"AUTOTOOLTIP-kli_ktingaZr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Cloaking Device

      Medium

     
     Construction costs reduced by 20 percent
",
"AUTOTOOLTIP-kli_ktingaZr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Cloaking Device

      Medium

     
     Construction costs reduced by 20 percent
",
"AUTOTOOLTIP-kli_ktingaZr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Micro Photon Torpedo
     Cloaking Device

      Medium

     
     Construction costs reduced by 20 percent
",
"AUTOTOOLTIP-kli_ktingaZr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Micro Photon Torpedo
     Cloaking Device

      Medium

     
     Construction costs reduced by 20 percent
",
"AUTOTOOLTIP-kli_ktingaZr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Disruptor
     Micro Photon Torpedo
     Cloaking Device
     Tritanium-Deuterium-Alloy Armor 
     Lowers hulldamage taken by 40 percent
     and reduces all damage received from
     torpedoes by 15 percent

      Medium

     
     Construction costs reduced by 20 percent
",
"AUTOTOOLTIP-kli_kvort.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Shield Breaking Torpedo

      Short
",
"AUTOTOOLTIP-kli_kvortr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Shield Breaking Torpedo

      Short
",
"AUTOTOOLTIP-kli_kvortr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Shield Breaking Torpedo

      Short
",
"AUTOTOOLTIP-kli_kvortr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Shield Breaking Torpedo
     Verteron Particle Loads 
     Attacks have a 10 percent chance to
     disable the engines of the target

      Short
",
"AUTOTOOLTIP-kli_kvortr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Shield Breaking Torpedo
     Verteron Particle Loads 
     Attacks have a 20 percent chance to
     disable the engines of the target

      Short
",
"AUTOTOOLTIP-kli_kvortr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Twin-cannon Disruptor
     Fires an additional burst per volley
     Cloaking Device
     Shield Breaking Torpedo
     Verteron Particle Loads 
     Attacks have a 20 percent chance to
     disable the engines of the target

      Short
",
"AUTOTOOLTIP-kli_kvortZ.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Photon Torpedo
     Cloaking Device
     Shield Breaking Torpedo

      Short

     
     Offensive Value increased by 3
     Is equipped with Photon Torpedos
",
"AUTOTOOLTIP-kli_kvortZr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Photon Torpedo
     Cloaking Device
     Shield Breaking Torpedo

      Short

     
     Offensive Value increased by 3
     Is equipped with Photon Torpedos
",
"AUTOTOOLTIP-kli_kvortZr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Photon Torpedo
     Cloaking Device
     Shield Breaking Torpedo

      Short

     
     Offensive Value increased by 3
     Is equipped with Photon Torpedos
",
"AUTOTOOLTIP-kli_kvortZr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Photon Torpedo
     Cloaking Device
     Shield Breaking Torpedo
     Verteron Particle Loads 
     Attacks have a 10 percent chance to
     disable the engines of the target

      Short

     
     Offensive Value increased by 3
     Is equipped with Photon Torpedos
",
"AUTOTOOLTIP-kli_kvortZr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Photon Torpedo
     Cloaking Device
     Shield Breaking Torpedo
     Verteron Particle Loads 
     Attacks have a 20 percent chance to
     disable the engines of the target

      Short

     
     Offensive Value increased by 3
     Is equipped with Photon Torpedos
",
"AUTOTOOLTIP-kli_kvortZr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Twin-cannon Disruptor
     Fires an additional burst per volley
     Photon Torpedo
     Cloaking Device
     Shield Breaking Torpedo
     Verteron Particle Loads 
     Attacks have a 20 percent chance to
     disable the engines of the target

      Short

     
     Offensive Value increased by 3
     Is equipped with Photon Torpedos
",
"AUTOTOOLTIP-kli_kvort_fed.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Shield Breaking Torpedo
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons

      Medium

     
     Defensive Value increased by 1
     Is equipped with the Evasive Maneuvers
     passive ability
     Weaponrange increased to Medium
",
"AUTOTOOLTIP-kli_kvort_fedr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Shield Breaking Torpedo
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons

      Medium

     
     Defensive Value increased by 1
     Is equipped with the Evasive Maneuvers
     passive ability
     Weaponrange increased to Medium
",
"AUTOTOOLTIP-kli_kvort_fedr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Shield Breaking Torpedo
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons

      Medium

     
     Defensive Value increased by 1
     Is equipped with the Evasive Maneuvers
     passive ability
     Weaponrange increased to Medium
",
"AUTOTOOLTIP-kli_kvort_fedr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Shield Breaking Torpedo
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Verteron Particle Loads 
     Attacks have a 10 percent chance to
     disable the engines of the target

      Medium

     
     Defensive Value increased by 1
     Is equipped with the Evasive Maneuvers
     passive ability
     Weaponrange increased to Medium
",
"AUTOTOOLTIP-kli_kvort_fedr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Shield Breaking Torpedo
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Verteron Particle Loads 
     Attacks have a 20 percent chance to
     disable the engines of the target

      Medium

     
     Defensive Value increased by 1
     Is equipped with the Evasive Maneuvers
     passive ability
     Weaponrange increased to Medium
",
"AUTOTOOLTIP-kli_kvort_fedr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Twin-cannon Disruptor
     Fires an additional burst per volley
     Cloaking Device
     Shield Breaking Torpedo
     Evasive Maneuvers 
     Decreases the chance to be hit by
     torpedos and pulse weapons
     Verteron Particle Loads 
     Attacks have a 20 percent chance to
     disable the engines of the target

      Medium

     
     Defensive Value increased by 1
     Is equipped with the Evasive Maneuvers
     passive ability
     Weaponrange increased to Medium
",
"AUTOTOOLTIP-kli_luspet.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cluster Torpedo
     Cloaking Device
     Field Of Fire

      Short

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_luspetr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cluster Torpedo
     Cloaking Device
     Field Of Fire

      Short

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_luspetr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cluster Torpedo
     Cloaking Device
     Field Of Fire

      Short

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_luspetr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cluster Torpedo
     Cloaking Device
     Field Of Fire
     High Explosives 
     Increases the direct hull damage dealt
     by Cluster Torpedoes and Field Of Fire
     by 35 percent

      Short

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_luspetr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cluster Torpedo
     Cloaking Device
     Field Of Fire
     High Explosives 
     Increases the direct hull damage dealt
     by Cluster Torpedoes and Field Of Fire
     by 70 percent

      Short

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_luspetr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cluster Torpedo
     Cloaking Device
     Field Of Fire
     High Explosives 
     Increases the direct hull damage dealt
     by Cluster Torpedoes and Field Of Fire
     by 70 percent
     Battle-tried Loadout 
     Adds half of the System Value to the
     Offensive and Defensive Values

      Short

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_mining_station.odf", "
       Offensive Value
     Defensive Value
     System Value

     Processes dilithium and tritanium
",
"AUTOTOOLTIP-kli_mixedtech_yard.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Constructs Mixed-Tech units
",
"AUTOTOOLTIP-kli_mixedtech_yard_bor.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Constructs Mixed-Tech units

     Produces:
     B'rel Class
     Sang' Class
     Qaw'Duj Class
",
"AUTOTOOLTIP-kli_mixedtech_yard_dom.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Constructs Mixed-Tech units

     Produces:
     NoQ'Duj Class
     Vutpa' Class
     Cho'naQ Class
",
"AUTOTOOLTIP-kli_mixedtech_yard_fed.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Constructs Mixed-Tech units

     Produces:
     K'Vort Class
     Vor'cha Class
     E'Djen Class
",
"AUTOTOOLTIP-kli_mixedtech_yard_rom.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Constructs Mixed-Tech units

     Produces:
     B'rel Class
     Sang' Class
     Qaw'Duj Class
",
"AUTOTOOLTIP-kli_moqbara_station.odf", "
       Offensive Value
   Defensive Value
     System Value

     Allows to organize battles to increase
     the effectiveness of your fleets during
     combat
",
"AUTOTOOLTIP-kli_neghvar.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Ion Torpedo
     Weapon Overload

      Short
",
"AUTOTOOLTIP-kli_neghvarr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Ion Torpedo
     Weapon Overload

      Short
",
"AUTOTOOLTIP-kli_neghvarr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Ion Torpedo
     Weapon Overload

      Short
",
"AUTOTOOLTIP-kli_neghvarr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Ion Torpedo
     Warship Torpedo
     Deals increased damage to buildings
     Weapon Overload

      Short
",
"AUTOTOOLTIP-kli_neghvarr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Ion Torpedo
     Warship Torpedo
     Deals increased damage to buildings
     Weapon Overload

      Short
",
"AUTOTOOLTIP-kli_neghvarr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Ion Torpedo
     Warship Torpedo
     Deals increased damage to buildings
     2x Warship Cannon
     Deals increased damage to battleships
     Weapon Overload

      Short
",
"AUTOTOOLTIP-kli_neghvarY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Ion Torpedo
     Weapon Overload

      Short

     
     Defensive Value increased by 8
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_neghvarYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Ion Torpedo
     Weapon Overload

      Short

     
     Defensive Value increased by 8
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_neghvarYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Ion Torpedo
     Weapon Overload

      Short

     
     Defensive Value increased by 8
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_neghvarYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Ion Torpedo
     Warship Torpedo
     Deals increased damage to buildings
     Weapon Overload

      Short

     
     Defensive Value increased by 8
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_neghvarYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Ion Torpedo
     Warship Torpedo
     Deals increased damage to buildings
     Weapon Overload

      Short

     
     Defensive Value increased by 8
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_neghvarYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Ion Torpedo
     Warship Torpedo
     Deals increased damage to buildings
     2x Warship Cannon
     Deals increased damage to battleships
     Weapon Overload

      Short

     
     Defensive Value increased by 8
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_noqduj.odf", "
     Offensive Value
       Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Superiority Fighter 
     This unit deals increased damage to
     other scouts

      Short
",
"AUTOTOOLTIP-kli_noqduj_dom.odf", "
     Offensive Value
       Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device
     Superiority Fighter 
     This unit deals increased damage to
     other scouts

      Short

     
     All attributes increased by 1
     Movementspeed increased
     Sensorrange increased
",
"AUTOTOOLTIP-kli_ordnance_depot.odf", "
       Offensive Value
     Defensive Value
     System Value

     Research Station

     Produces:
     Improved Engines
     Advanced Engines
     Improved Shielding
     Advanced Shielding
     Research Call to Arms Upgrade
",
"AUTOTOOLTIP-kli_platform.odf", "
     Offensive Value
     Defensive Value
     System Value

     Photon Rack
     High Resolution Targeting 
     Torpedo weapons will always hit

      Long
",
"AUTOTOOLTIP-kli_qawduj.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device

     
     ƙ Sword of Kahless
     ƚ Ionizing Torpedo
     ƛ Polaron Field

      Medium
",
"AUTOTOOLTIP-kli_qawdujr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device

     
     ƙ Sword of Kahless
     ƚ Ionizing Torpedo
     ƛ Polaron Field

      Medium
",
"AUTOTOOLTIP-kli_qawdujr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device

     
     ƙ Sword of Kahless
     ƚ Ionizing Torpedo
     ƛ Polaron Field

      Medium
",
"AUTOTOOLTIP-kli_qawdujr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device
     Ionized Shells 
     Attacks destroy 3 special weapon energy
     on the target

     
     ƙ Sword of Kahless
     ƚ Ionizing Torpedo
     ƛ Polaron Field

      Medium
",
"AUTOTOOLTIP-kli_qawdujr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device
     Ionized Shells 
     Attacks destroy 6 special weapon energy
     on the target

     
     ƙ Sword of Kahless
     ƚ Ionizing Torpedo
     ƛ Polaron Field

      Medium
",
"AUTOTOOLTIP-kli_qawdujr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device
     Ionized Shells 
     Attacks destroy 6 special weapon energy
     on the target
     Tritanium-Deuterium-Alloy Armor 
     Lowers hulldamage taken by 40 percent
     and reduces all damage received from
     torpedoes by 15 percent

     
     ƙ Sword of Kahless
     ƚ Ionizing Torpedo
     ƛ Polaron Field

      Medium
",
"AUTOTOOLTIP-kli_qawduj_bor.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device

     
     ƙ Sword of Kahless
     ƚ Ionizing Torpedo
     ƛ Polaron Field

      Medium

     
     All attributes increased by 2
     The Ionizing Torpedo special ability
     drains twice as much special energy but
     over 8 seconds
",
"AUTOTOOLTIP-kli_qawduj_borr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device

     
     ƙ Sword of Kahless
     ƚ Ionizing Torpedo
     ƛ Polaron Field

      Medium

     
     All attributes increased by 2
     The Ionizing Torpedo special ability
     drains twice as much special energy but
     over 8 seconds
",
"AUTOTOOLTIP-kli_qawduj_borr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device

     
     ƙ Sword of Kahless
     ƚ Ionizing Torpedo
     ƛ Polaron Field

      Medium

     
     All attributes increased by 2
     The Ionizing Torpedo special ability
     drains twice as much special energy but
     over 8 seconds
",
"AUTOTOOLTIP-kli_qawduj_borr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device
     Ionized Shells 
     Attacks destroy 3 special weapon energy
     on the target

     
     ƙ Sword of Kahless
     ƚ Ionizing Torpedo
     ƛ Polaron Field

      Medium

     
     All attributes increased by 2
     The Ionizing Torpedo special ability
     drains twice as much special energy but
     over 8 seconds
",
"AUTOTOOLTIP-kli_qawduj_borr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device
     Ionized Shells 
     Attacks destroy 6 special weapon energy
     on the target

     
     ƙ Sword of Kahless
     ƚ Ionizing Torpedo
     ƛ Polaron Field

      Medium

     
     All attributes increased by 2
     The Ionizing Torpedo special ability
     drains twice as much special energy but
     over 8 seconds
",
"AUTOTOOLTIP-kli_qawduj_borr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device
     Ionized Shells 
     Attacks destroy 6 special weapon energy
     on the target
     Tritanium-Deuterium-Alloy Armor 
     Lowers hulldamage taken by 40 percent
     and reduces all damage received from
     torpedoes by 15 percent

     
     ƙ Sword of Kahless
     ƚ Ionizing Torpedo
     ƛ Polaron Field

      Medium

     
     All attributes increased by 2
     The Ionizing Torpedo special ability
     drains twice as much special energy but
     over 8 seconds
",
"AUTOTOOLTIP-kli_qawduj_rom.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device

     
     ƙ Sword of Kahless
     ƚ Ionizing Torpedo
     ƛ Polaron Field

      Medium

     
     Offensive Value increased by 1
     Defensive Value increased by 1
     System Value increased by 2
     The Polaron Field special ability deals
     a small amount of damage to all hostile
     units in addition to its normal effects
",
"AUTOTOOLTIP-kli_qawduj_romr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device

     
     ƙ Sword of Kahless
     ƚ Ionizing Torpedo
     ƛ Polaron Field

      Medium

     
     Offensive Value increased by 1
     Defensive Value increased by 1
     System Value increased by 2
     The Polaron Field special ability deals
     a small amount of damage to all hostile
     units in addition to its normal effects
",
"AUTOTOOLTIP-kli_qawduj_romr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device

     
     ƙ Sword of Kahless
     ƚ Ionizing Torpedo
     ƛ Polaron Field

      Medium

     
     Offensive Value increased by 1
     Defensive Value increased by 1
     System Value increased by 2
     The Polaron Field special ability deals
     a small amount of damage to all hostile
     units in addition to its normal effects
",
"AUTOTOOLTIP-kli_qawduj_romr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device
     Ionized Shells 
     Attacks destroy 3 special weapon energy
     on the target

     
     ƙ Sword of Kahless
     ƚ Ionizing Torpedo
     ƛ Polaron Field

      Medium

     
     Offensive Value increased by 1
     Defensive Value increased by 1
     System Value increased by 2
     The Polaron Field special ability deals
     a small amount of damage to all hostile
     units in addition to its normal effects
",
"AUTOTOOLTIP-kli_qawduj_romr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device
     Ionized Shells 
     Attacks destroy 6 special weapon energy
     on the target

     
     ƙ Sword of Kahless
     ƚ Ionizing Torpedo
     ƛ Polaron Field

      Medium

     
     Offensive Value increased by 1
     Defensive Value increased by 1
     System Value increased by 2
     The Polaron Field special ability deals
     a small amount of damage to all hostile
     units in addition to its normal effects
",
"AUTOTOOLTIP-kli_qawduj_romr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device
     Ionized Shells 
     Attacks destroy 6 special weapon energy
     on the target
     Tritanium-Deuterium-Alloy Armor 
     Lowers hulldamage taken by 40 percent
     and reduces all damage received from
     torpedoes by 15 percent

     
     ƙ Sword of Kahless
     ƚ Ionizing Torpedo
     ƛ Polaron Field

      Medium

     
     Offensive Value increased by 1
     Defensive Value increased by 1
     System Value increased by 2
     The Polaron Field special ability deals
     a small amount of damage to all hostile
     units in addition to its normal effects
",
"AUTOTOOLTIP-kli_sang.odf", "
     Offensive Value
     Defensive Value
       System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos

      Long
",
"AUTOTOOLTIP-kli_sangr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos

      Long
",
"AUTOTOOLTIP-kli_sangr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos

      Long
",
"AUTOTOOLTIP-kli_sangr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos
     Flak Torpedoes 
     Increases the damage dealt to
     destroyers by 30 percent

      Long
",
"AUTOTOOLTIP-kli_sangr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos
     Flak Torpedoes 
     Increases the damage dealt to
     destroyers by 60 percent

      Long
",
"AUTOTOOLTIP-kli_sangr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos
     Flak Torpedoes 
     Increases the damage dealt to
     destroyers by 60 percent
     Condensed Proton Warheads 
     Deals area damage to hostile units
     which has greater effect on battleships

      Long
",
"AUTOTOOLTIP-kli_sangZ.odf", "
     Offensive Value
     Defensive Value
       System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-kli_sangZr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-kli_sangZr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-kli_sangZr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos
     Flak Torpedoes 
     Increases the damage dealt to
     destroyers by 30 percent

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-kli_sangZr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos
     Flak Torpedoes 
     Increases the damage dealt to
     destroyers by 60 percent

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-kli_sangZr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos
     Flak Torpedoes 
     Increases the damage dealt to
     destroyers by 60 percent
     Condensed Proton Warheads 
     Deals area damage to hostile units
     which has greater effect on battleships

      Long
",
"AUTOTOOLTIP-kli_sang_bor.odf", "
     Offensive Value
     Defensive Value
     System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos
     Multidimensional Targeting 
     Reduces the miss chance of torpedo
     weapons

      Medium

     
     All attributes increased by 1
     Weaponrange reduced to medium
     Is equipped with the Multidimensional
     Targeting passive ability
",
"AUTOTOOLTIP-kli_sang_borr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos
     Multidimensional Targeting 
     Reduces the miss chance of torpedo
     weapons

      Medium

     
     All attributes increased by 1
     Weaponrange reduced to medium
     Is equipped with the Multidimensional
     Targeting passive ability
",
"AUTOTOOLTIP-kli_sang_borr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos
     Multidimensional Targeting 
     Reduces the miss chance of torpedo
     weapons

      Medium

     
     All attributes increased by 1
     Weaponrange reduced to medium
     Is equipped with the Multidimensional
     Targeting passive ability
",
"AUTOTOOLTIP-kli_sang_borr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos
     Multidimensional Targeting 
     Reduces the miss chance of torpedo
     weapons
     Flak Torpedoes 
     Increases the damage dealt to
     destroyers by 30 percent

      Medium

     
     All attributes increased by 1
     Weaponrange reduced to medium
     Is equipped with the Multidimensional
     Targeting passive ability
",
"AUTOTOOLTIP-kli_sang_borr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos
     Multidimensional Targeting 
     Reduces the miss chance of torpedo
     weapons
     Flak Torpedoes 
     Increases the damage dealt to
     destroyers by 60 percent

      Medium

     
     All attributes increased by 1
     Weaponrange reduced to medium
     Is equipped with the Multidimensional
     Targeting passive ability
",
"AUTOTOOLTIP-kli_sang_borr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos
     Multidimensional Targeting 
     Reduces the miss chance of torpedo
     weapons
     Flak Torpedoes 
     Increases the damage dealt to
     destroyers by 60 percent
     Condensed Proton Warheads 
     Deals area damage to hostile units
     which has greater effect on battleships

      Medium

     
     All attributes increased by 1
     Weaponrange reduced to medium
     Is equipped with the Multidimensional
     Targeting passive ability
",
"AUTOTOOLTIP-kli_sang_rom.odf", "
     Offensive Value
     Defensive Value
     System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos

      Long
     This vessel may attack up to  targets

     
     System Value increased by 1
     The Compound Torpedo special ability
     will hit one additional target
     The Sang' may hit up to two vessels
",
"AUTOTOOLTIP-kli_sang_romr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos

      Long
     This vessel may attack up to  targets

     
     System Value increased by 1
     The Compound Torpedo special ability
     will hit one additional target
     The Sang' may hit up to two vessels
",
"AUTOTOOLTIP-kli_sang_romr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos

      Long
     This vessel may attack up to  targets

     
     System Value increased by 1
     The Compound Torpedo special ability
     will hit one additional target
     The Sang' may hit up to two vessels
",
"AUTOTOOLTIP-kli_sang_romr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos
     Flak Torpedoes 
     Increases the damage dealt to
     destroyers by 30 percent

      Long
     This vessel may attack up to  targets

     
     System Value increased by 1
     The Compound Torpedo special ability
     will hit one additional target
     The Sang' may hit up to two vessels
",
"AUTOTOOLTIP-kli_sang_romr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos
     Flak Torpedoes 
     Increases the damage dealt to
     destroyers by 60 percent

      Long
     This vessel may attack up to  targets

     
     System Value increased by 1
     The Compound Torpedo special ability
     will hit one additional target
     The Sang' may hit up to two vessels
",
"AUTOTOOLTIP-kli_sang_romr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Micro Photon Torpedo
     Cloaking Device
     Compound Torpedos
     Flak Torpedoes 
     Increases the damage dealt to
     destroyers by 60 percent
     Condensed Proton Warheads 
     Deals area damage to hostile units
     which has greater effect on battleships

      Long
     This vessel may attack up to  targets

     
     System Value increased by 1
     The Compound Torpedo special ability
     will hit one additional target
     The Sang' may hit up to two vessels
",
"AUTOTOOLTIP-kli_scout_station.odf", "
       Offensive Value
     Defensive Value
     System Value

     Tachyon Detection Grid 
",
"AUTOTOOLTIP-kli_susa.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Micro Photon Torpedo
     Cloaking Device
     Last Ditch Assault

      Short
",
"AUTOTOOLTIP-kli_susaM.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Micro Photon Torpedo
     Cloaking Device
     Last Ditch Assault

      Short
",
"AUTOTOOLTIP-kli_susaMM.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Micro Photon Torpedo
     Cloaking Device
     Last Ditch Assault

      Short
",
"AUTOTOOLTIP-kli_susaMMr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Micro Photon Torpedo
     Cloaking Device
     Last Ditch Assault

      Short
",
"AUTOTOOLTIP-kli_susaMMr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Micro Photon Torpedo
     Cloaking Device
     Last Ditch Assault

      Short
",
"AUTOTOOLTIP-kli_susaMMr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     4x Micro Photon Torpedo
     Cloaking Device
     Last Ditch Assault

      Short
",
"AUTOTOOLTIP-kli_susaMMr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     4x Micro Photon Torpedo
     Cloaking Device
     Last Ditch Assault

      Short
",
"AUTOTOOLTIP-kli_susaMMr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     4x Micro Photon Torpedo
     Cloaking Device
     Last Ditch Assault
     Condensed Proton Warheads 
     Deals area damage to hostile units
     which has greater effect on battleships

      Short
",
"AUTOTOOLTIP-kli_susaMr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Micro Photon Torpedo
     Cloaking Device
     Last Ditch Assault

      Short
",
"AUTOTOOLTIP-kli_susaMr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Micro Photon Torpedo
     Cloaking Device
     Last Ditch Assault

      Short
",
"AUTOTOOLTIP-kli_susaMr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     4x Micro Photon Torpedo
     Cloaking Device
     Last Ditch Assault

      Short
",
"AUTOTOOLTIP-kli_susaMr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     4x Micro Photon Torpedo
     Cloaking Device
     Last Ditch Assault

      Short
",
"AUTOTOOLTIP-kli_susaMr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     4x Micro Photon Torpedo
     Cloaking Device
     Last Ditch Assault
     Condensed Proton Warheads 
     Deals area damage to hostile units
     which has greater effect on battleships

      Short
",
"AUTOTOOLTIP-kli_susar2.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Micro Photon Torpedo
     Cloaking Device
     Last Ditch Assault

      Short
",
"AUTOTOOLTIP-kli_susar3.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Micro Photon Torpedo
     Cloaking Device
     Last Ditch Assault

      Short
",
"AUTOTOOLTIP-kli_susar4.odf", "
     Offensive Value
     Defensive Value
       System Value

     4x Micro Photon Torpedo
     Cloaking Device
     Last Ditch Assault

      Short
",
"AUTOTOOLTIP-kli_susar5.odf", "
     Offensive Value
     Defensive Value
       System Value

     4x Micro Photon Torpedo
     Cloaking Device
     Last Ditch Assault

      Short
",
"AUTOTOOLTIP-kli_susar6.odf", "
     Offensive Value
     Defensive Value
       System Value

     4x Micro Photon Torpedo
     Cloaking Device
     Last Ditch Assault
     Condensed Proton Warheads 
     Deals area damage to hostile units
     which has greater effect on battleships

      Short
",
"AUTOTOOLTIP-kli_topmey.odf", "
       Offensive Value
     Defensive Value
       System Value

     Mines Dilithium and Tritanium
     Dilithium capacity: 150
     Tritanium capacity: 100
     Can dispatch its storage containers to
     become a K't'inga Class destroyer
",
"AUTOTOOLTIP-kli_topmeyZ.odf", "
       Offensive Value
     Defensive Value
       System Value

     Mines Dilithium and Tritanium
     Dilithium capacity: 150
     Tritanium capacity: 100
     Can dispatch its storage containers to
     become a K't'inga Class destroyer

     
     Construction costs reduced by 20 percent
",
"AUTOTOOLTIP-kli_veqlaragh.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tactical Torpedo
     Cloaking Device
     Alternate Armament

      Artillery
",
"AUTOTOOLTIP-kli_veqlaraghr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tactical Torpedo
     Cloaking Device
     Alternate Armament

      Artillery
",
"AUTOTOOLTIP-kli_veqlaraghr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tactical Torpedo
     Cloaking Device
     Alternate Armament

      Artillery
",
"AUTOTOOLTIP-kli_veqlaraghr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tactical Torpedo
     Cloaking Device
     Alternate Armament
     Armor Piercing 
     Increases damage dealt by an amount
     equal to 0.4 percent of the target's
     total hitpoints

      Artillery
",
"AUTOTOOLTIP-kli_veqlaraghr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tactical Torpedo
     Cloaking Device
     Alternate Armament
     Armor Piercing 
     Increases damage dealt by an amount
     equal to 0.8 percent of the target's
     total hitpoints

      Artillery
",
"AUTOTOOLTIP-kli_veqlaraghr6.odf", "
     Offensive Value
     Defensive Value
       System Value

     Tactical Torpedo
     Cloaking Device
     Alternate Armament
     Armor Piercing 
     Increases damage dealt by an amount
     equal to 0.8 percent of the target's
     total hitpoints
     Condensed Proton Warheads 
     Deals area damage to hostile units
     which has greater effect on battleships

      Artillery
",
"AUTOTOOLTIP-kli_vorcha.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Polaron Torpedo

      Medium
",
"AUTOTOOLTIP-kli_vorchar2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Polaron Torpedo

      Medium
",
"AUTOTOOLTIP-kli_vorchar3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Polaron Torpedo

      Medium
",
"AUTOTOOLTIP-kli_vorchar4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device
     Polaron Torpedo

      Medium
",
"AUTOTOOLTIP-kli_vorchar5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device
     Polaron Torpedo

      Medium
",
"AUTOTOOLTIP-kli_vorchar6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device
     Polaron Torpedo
     Battle-tried Loadout 
     Adds half of the System Value to the
     Offensive and Defensive Values

      Medium
",
"AUTOTOOLTIP-kli_vorchaY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Polaron Torpedo

      Medium

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vorchaYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Polaron Torpedo

      Medium

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vorchaYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Polaron Torpedo

      Medium

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vorchaYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device
     Polaron Torpedo

      Medium

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vorchaYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device
     Polaron Torpedo

      Medium

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vorchaYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device
     Polaron Torpedo
     Battle-tried Loadout 
     Adds half of the System Value to the
     Offensive and Defensive Values

      Medium

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vorcha_fed.odf", "
     Offensive Value
     Defensive Value
     System Value

     Refined Disruptor
     Deals increased damage to small sized
     vessels
     Cloaking Device
     Polaron Torpedo

      Medium

     
     Defensive Value increased by 3
     Is equipped with a Refined Disruptor
",
"AUTOTOOLTIP-kli_vorcha_fedr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Refined Disruptor
     Deals increased damage to small sized
     vessels
     Cloaking Device
     Polaron Torpedo

      Medium

     
     Defensive Value increased by 3
     Is equipped with a Refined Disruptor
",
"AUTOTOOLTIP-kli_vorcha_fedr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Refined Disruptor
     Deals increased damage to small sized
     vessels
     Cloaking Device
     Polaron Torpedo

      Medium

     
     Defensive Value increased by 3
     Is equipped with a Refined Disruptor
",
"AUTOTOOLTIP-kli_vorcha_fedr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Refined Disruptor
     Deals increased damage to small sized
     vessels
     Photon Torpedo
     Cloaking Device
     Polaron Torpedo

      Medium

     
     Defensive Value increased by 3
     Is equipped with a Refined Disruptor
",
"AUTOTOOLTIP-kli_vorcha_fedr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Refined Disruptor
     Deals increased damage to small sized
     vessels
     Photon Torpedo
     Cloaking Device
     Polaron Torpedo

      Medium

     
     Defensive Value increased by 3
     Is equipped with a Refined Disruptor
",
"AUTOTOOLTIP-kli_vorcha_fedr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Photon Torpedo
     Cloaking Device
     Polaron Torpedo
     Battle-tried Loadout 
     Adds half of the System Value to the
     Offensive and Defensive Values

      Medium

     
     Defensive Value increased by 3
     Is equipped with a Refined Disruptor
",
"AUTOTOOLTIP-kli_vutpa.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent

      Medium
",
"AUTOTOOLTIP-kli_vutpaR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent

     
     May use transporter assault
     Increased boarding party strength

      Medium
",
"AUTOTOOLTIP-kli_vutpar2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent

      Medium
",
"AUTOTOOLTIP-kli_vutpar3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent

      Medium
",
"AUTOTOOLTIP-kli_vutpar4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent
     Targetting Scrambler 
     Increases the chance to dodge torpedoes
     by an additional 20 percent to a total
     of 75 percent

      Medium
",
"AUTOTOOLTIP-kli_vutpar5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent
     Targetting Scrambler 
     Increases the chance to dodge torpedoes
     by an additional 40 percent to a total
     of 95 percent

      Medium
",
"AUTOTOOLTIP-kli_vutpar6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent
     Targetting Scrambler 
     Increases the chance to dodge torpedoes
     by an additional 40 percent to a total
     of 95 percent
     War Impulse-Engines 
     Greatly increased movement speed and
     grants a chance to avoid pulse weapons

      Medium
",
"AUTOTOOLTIP-kli_vutpaRr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent

     
     May use transporter assault
     Increased boarding party strength

      Medium
",
"AUTOTOOLTIP-kli_vutpaRr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent

     
     May use transporter assault
     Increased boarding party strength

      Medium
",
"AUTOTOOLTIP-kli_vutpaRr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent
     Targetting Scrambler 
     Increases the chance to dodge torpedoes
     by an additional 20 percent to a total
     of 75 percent

     
     May use transporter assault
     Increased boarding party strength

      Medium
",
"AUTOTOOLTIP-kli_vutpaRr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent
     Targetting Scrambler 
     Increases the chance to dodge torpedoes
     by an additional 40 percent to a total
     of 95 percent

     
     May use transporter assault
     Increased boarding party strength

      Medium
",
"AUTOTOOLTIP-kli_vutpaRr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent
     Targetting Scrambler 
     Increases the chance to dodge torpedoes
     by an additional 40 percent to a total
     of 95 percent
     War Impulse-Engines 
     Greatly increased movement speed and
     grants a chance to avoid pulse weapons

     
     May use transporter assault
     Increased boarding party strength

      Medium
",
"AUTOTOOLTIP-kli_vutpaY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent

      Medium

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpaYR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent

     
     May use transporter assault
     Increased boarding party strength

      Medium

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpaYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent

      Medium

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpaYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent

      Medium

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpaYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent
     Targetting Scrambler 
     Increases the chance to dodge torpedoes
     by an additional 20 percent to a total
     of 75 percent

      Medium

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpaYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent
     Targetting Scrambler 
     Increases the chance to dodge torpedoes
     by an additional 40 percent to a total
     of 95 percent

      Medium

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpaYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent
     Targetting Scrambler 
     Increases the chance to dodge torpedoes
     by an additional 40 percent to a total
     of 95 percent
     War Impulse-Engines 
     Greatly increased movement speed and
     grants a chance to avoid pulse weapons

      Medium

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpaYRr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent

     
     May use transporter assault
     Increased boarding party strength

      Medium

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpaYRr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent

     
     May use transporter assault
     Increased boarding party strength

      Medium

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpaYRr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent
     Targetting Scrambler 
     Increases the chance to dodge torpedoes
     by an additional 20 percent to a total
     of 75 percent

     
     May use transporter assault
     Increased boarding party strength

      Medium

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpaYRr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent
     Targetting Scrambler 
     Increases the chance to dodge torpedoes
     by an additional 40 percent to a total
     of 95 percent

     
     May use transporter assault
     Increased boarding party strength

      Medium

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpaYRr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent
     Targetting Scrambler 
     Increases the chance to dodge torpedoes
     by an additional 40 percent to a total
     of 95 percent
     War Impulse-Engines 
     Greatly increased movement speed and
     grants a chance to avoid pulse weapons

     
     May use transporter assault
     Increased boarding party strength

      Medium

     
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpa_dom.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent

      Medium

     
     Defensive Value increased by 2
     Crew capacity increased by 200
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpa_domR.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent

     
     May use transporter assault
     Increased boarding party strength

      Medium

     
     Defensive Value increased by 2
     Crew capacity increased by 200
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpa_domr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent

      Medium

     
     Defensive Value increased by 2
     Crew capacity increased by 200
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpa_domr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent

      Medium

     
     Defensive Value increased by 2
     Crew capacity increased by 200
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpa_domr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent
     Targetting Scrambler 
     Increases the chance to dodge torpedoes
     by an additional 20 percent to a total
     of 75 percent

      Medium

     
     Defensive Value increased by 2
     Crew capacity increased by 200
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpa_domr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent
     Targetting Scrambler 
     Increases the chance to dodge torpedoes
     by an additional 40 percent to a total
     of 95 percent

      Medium

     
     Defensive Value increased by 2
     Crew capacity increased by 200
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpa_domr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent
     Targetting Scrambler 
     Increases the chance to dodge torpedoes
     by an additional 40 percent to a total
     of 95 percent
     War Impulse-Engines 
     Greatly increased movement speed and
     grants a chance to avoid pulse weapons

      Medium

     
     Defensive Value increased by 2
     Crew capacity increased by 200
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpa_domRr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent

     
     May use transporter assault
     Increased boarding party strength

      Medium

     
     Defensive Value increased by 2
     Crew capacity increased by 200
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpa_domRr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent

     
     May use transporter assault
     Increased boarding party strength

      Medium

     
     Defensive Value increased by 2
     Crew capacity increased by 200
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpa_domRr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent
     Targetting Scrambler 
     Increases the chance to dodge torpedoes
     by an additional 20 percent to a total
     of 75 percent

     
     May use transporter assault
     Increased boarding party strength

      Medium

     
     Defensive Value increased by 2
     Crew capacity increased by 200
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpa_domRr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent
     Targetting Scrambler 
     Increases the chance to dodge torpedoes
     by an additional 40 percent to a total
     of 95 percent

     
     May use transporter assault
     Increased boarding party strength

      Medium

     
     Defensive Value increased by 2
     Crew capacity increased by 200
     Boarding party strength increased
",
"AUTOTOOLTIP-kli_vutpa_domRr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Anti Targeting Systems 
     Decreases the chance to be hit by
     torpedos by 45 percent
     Targetting Scrambler 
     Increases the chance to dodge torpedoes
     by an additional 40 percent to a total
     of 95 percent
     War Impulse-Engines 
     Greatly increased movement speed and
     grants a chance to avoid pulse weapons

     
     May use transporter assault
     Increased boarding party strength

      Medium

     
     Defensive Value increased by 2
     Crew capacity increased by 200
     Boarding party strength increased
",
"AUTOTOOLTIP-nbreR_cloak.odf", "
     Hides this unit from the enemies sensors
     Cloaking and decloaking will take 3
     seconds
     Special weapon energy does not
     regenerate while cloaked

     Affected units:
     Breen Cruiser
",
"AUTOTOOLTIP-nbreR_dampening.odf", "
     Disables up to two subsystems of a
     hostile units for 5 seconds or one
     subsystem for 10 seconds. Also causes a
     massive drop in shield energy

      Long

     Affected units:
     Breen Battleship
",
"AUTOTOOLTIP-nbre_battleship.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Breen Energy Torpedo
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Dampening Missile

      Long
",
"AUTOTOOLTIP-nbre_battleshipP.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Breen Energy Torpedo
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Dampening Missile

     You require at least one prototype to
     build regular vessels of this class
     Prototypes have the same stats as their
     corresponding ship classes but may not
     use special abilities

      Long
",
"AUTOTOOLTIP-nbre_battleshipr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Breen Energy Torpedo
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Dampening Missile

      Long
",
"AUTOTOOLTIP-nbre_battleshipr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Breen Energy Torpedo
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Dampening Missile

      Long
",
"AUTOTOOLTIP-nbre_battleshipr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Breen Energy Torpedo
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Dampening Missile
     Breen Technology 
     Torpedo volleys have a chance to
     disable a random subsystem for 3 seconds

      Long
",
"AUTOTOOLTIP-nbre_battleshipr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Breen Energy Torpedo
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Dampening Missile
     Breen Technology 
     Torpedo volleys have a chance to
     disable a random subsystem for 6 seconds

      Long
",
"AUTOTOOLTIP-nbre_battleshipr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Phaser
     Breen Energy Torpedo
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Dampening Missile
     Breen Technology 
     Torpedo volleys have a chance to
     disable a random subsystem for 6 seconds
     Weapon Pods 
     Due to redundancy weapons may neither
     be destroyed nor disabled by special
     weapon effects

      Long
",
"AUTOTOOLTIP-nbre_cruiser.odf", "
     Offensive Value
     Defensive Value
     System Value

     Breen Energy Torpedo
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Cloaking Device

      Long
",
"AUTOTOOLTIP-nbre_cruiserP.odf", "
     Offensive Value
     Defensive Value
     System Value

     Breen Energy Torpedo
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Cloaking Device

     You require at least one prototype to
     build regular vessels of this class
     Prototypes have the same stats as their
     corresponding ship classes but may not
     use special abilities

      Long
",
"AUTOTOOLTIP-nbre_cruiserr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Breen Energy Torpedo
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Cloaking Device

      Long
",
"AUTOTOOLTIP-nbre_cruiserr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Breen Energy Torpedo
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Cloaking Device

      Long
",
"AUTOTOOLTIP-nbre_cruiserr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Breen Energy Torpedo
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Cloaking Device
     War Fortifications 
     Shield regeneration rate increased by
     35 percent

      Long
",
"AUTOTOOLTIP-nbre_cruiserr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Breen Energy Torpedo
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Cloaking Device
     War Fortifications 
     Shield regeneration rate increased by
     70 percent

      Long
",
"AUTOTOOLTIP-nbre_cruiserr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Breen Energy Torpedo
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations
     Cloaking Device
     War Fortifications 
     Shield regeneration rate increased by
     70 percent
     Weapon Pods 
     Due to redundancy weapons may neither
     be destroyed nor disabled by special
     weapon effects

      Long
",
"AUTOTOOLTIP-nbre_energypost.odf", "
     Offensive Value
     Defensive Value
     System Value

     Breen Energy Torpedo
     Deals increased damage to small vessels
     but reduced damage to battleships and
     stations

      Long
",
"AUTOTOOLTIP-nbre_starbase.odf", "
     Offensive Value
   Defensive Value
     System Value

     Phaser
     Pulse Phaser
     Energy Torpedo
     Tachyon Scan

     Yard

      Long
",
"AUTOTOOLTIP-nbre_yard.odf", "
       Offensive Value
     Defensive Value
     System Value

     Yard
     Repair Dock
",
"AUTOTOOLTIP-nfer_marauder.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Tractor Beam
     Distortion Blast

      Medium
",
"AUTOTOOLTIP-npc_unityone.odf", "
       Offensive Value
   Defensive Value
     System Value

     Repair Dock
",
"AUTOTOOLTIP-romR_agent.odf", "
     Transport an agent to a hostile unit
     granting you its complete sensor
     information
     May be used while cloaked
     Lasts 45 seconds

      Medium

     Affected units:
     Shrike Class
",
"AUTOTOOLTIP-romR_bombardment.odf", "
     Fires a constant stream of phasing
     plasma particles at an opponent unit.
     The shield stress will render the
     target incapable of any actions

      Medium

     Affected units:
     Cehlaer Class
",
"AUTOTOOLTIP-romR_detection1.odf", "
     Decloakes all enemies at the target
     location

     Affected units:
     Starbase
",
"AUTOTOOLTIP-romR_detection2.odf", "
     Allows this unit to detect all cloaked
     vessels within sensor range

     Affected units:
     Spy Satellite
",
"AUTOTOOLTIP-romR_generix1.odf", "
     Allows the Generix Class - Support
     Refit to use its level 2 ability:

     Plasma Mine
     Drops a self-detonating mine at the
     current location
",
"AUTOTOOLTIP-romR_generix2.odf", "
     Allows the Generix Class - Support
     Refit to use its level 3 ability:

     Shield Recharge
     Rapidly recharges the shields of an
     allied unit

     Ɨ Medium
",
"AUTOTOOLTIP-romR_leahval1.odf", "
     Allows the Leahval Class to use its
     level 2 ability:

     Advanced Energy Reeling
     Reinforce the plasma conduits to
     transfer far more energy to your
     weapon systems. Increases Offensive
     Value by 30 and damage dealt to
     cruisers by 20 percent
     Special weapon energy does not
     regenerate while the effect of
     Advanced Energy Reeling is active and
     other special abilities may not be
     triggered
     Lasts 10 seconds
",
"AUTOTOOLTIP-romR_leahval2.odf", "
     Allows the Leahval Class to use its
     level 3 ability:

     Auto Repair Systems
     Engages automated damage control
     systems to rapidly bring this ship
     back to full operational status
",
"AUTOTOOLTIP-romR_marines.odf", "
     Transports 75 Romulan marines on the
     target vessel. They will immediately
     try to board it

      Artillery

     Affected units:
     Tavara Class
",
"AUTOTOOLTIP-romR_multipurpose.odf", "
     Allows the Norexans to use its beam
     Disruptor as an additional pulse
     Disruptor weapon. Each shot will
     consume  
     Decreases special energy regeneration
     rate by 50 percent while active
     Lasts until canceled

     Affected units:
     Norexan Class
",
"AUTOTOOLTIP-romR_multi_targeting.odf", "
     Fires a simultaneous disruptor volley
     at up to 5 hostile targets dealing
     increased damage

      Long

     Affected units:
     Rhienn Class - Disruptor Refit
",
"AUTOTOOLTIP-romR_phase_cloak.odf", "
     The cloaking device has been adjusted
     to fit the Generix's energy signature,
     allowing it to keep its shields up even
     while cloaked
     Activation will cause the normal cloak
     to drain energy per second but keeps
     the shields online

     Affected units:
     Generix Class - Spectre Refit
",
"AUTOTOOLTIP-romR_prefine.odf", "
     Order this yard to construct the shield
     generators and weapon systems used on
     stationary defense-structures. After
     prefining is complete the resource
     costs of Disruptor Turrets and Spy
     Satellites are permanentely decreased
     by 20 percent and their construction
     time is shortened by 35 percent

     Affected units:
     Spy Satellite
     Disruptor Turret
",
"AUTOTOOLTIP-romR_radiation.odf", "
     Creates a field of plasma radiation at
     the target location which will deal
     damage to all targets within the area
     of effect
     Damage is divided amongst all valid
     targets
     There is also a chance to deal a larger
     amount of damage to one of the affected
     vessels
     Hits cloaked vessels

      Medium

     Affected units:
     Eresis Class
",
"AUTOTOOLTIP-romR_refit_dread.odf", "
     Allows to upgrade the Generix Class to
     its spectre refit
",
"AUTOTOOLTIP-romR_refit_frigate.odf", "
     Allows to upgrade the Generix Class to
     its frigate refit
",
"AUTOTOOLTIP-romR_refit_rhiennA.odf", "
     Allows to upgrade the Rhienn Class to
     its disruptor refit
",
"AUTOTOOLTIP-romR_refit_rhiennB.odf", "
     Allows to upgrade the Rhienn Class to
     its torpedo refit
",
"AUTOTOOLTIP-romR_refit_support.odf", "
     Allows to upgrade the Generix Class to
     its support refit
",
"AUTOTOOLTIP-romR_refit_talon.odf", "
     Allows to upgrade the Talon Class to
     its sensor refit
",
"AUTOTOOLTIP-romR_sensor_jammer.odf", "
     Scrambles the targeting sensors of
     hostile units, disabling the sensor or
     weapon subsystems. Not all affected
     vessels will suffer from subsystem
     failure
     Deals an amount of damage based on the
     targets sensor range
     Lasts 6 seconds

      Medium

     Affected units:
     Griffin Class
",
"AUTOTOOLTIP-romR_silentresolve.odf", "
     Fires a Quadcobalt Torpedo ignoring the
     normal cooldown time
     May be used while cloaked

      Long

     Affected units:
     Serkas Class
",
"AUTOTOOLTIP-romR_stealth.odf", "
     Bombards the space arround this unit
     with subspace transmissions, making it
     impossible for the enemy to clearly
     target your fleet
     Decreases the damage dealt by hostile
     units by 25 percent
     Lasts 15 seconds

      Long

     Affected units:
     D'deridex Class
",
"AUTOTOOLTIP-romR_vector.odf", "
     Launches a torpedo that will bounce to
     additional 2 targets

      Artillery

     Affected units:
     Rhienn Class - Torpedo Refit
",
"AUTOTOOLTIP-romU_sensors1.odf", "
     Increases the sensor range for all of
     your units by 15 percent
",
"AUTOTOOLTIP-romU_sensors2.odf", "
     Increases the sensor range for all of
     your units by an additional 15 percent
",
"AUTOTOOLTIP-romU_shields1.odf", "
     Increases the shield strength for all
     of your units by 8 percent
",
"AUTOTOOLTIP-romU_shields2.odf", "
     Increases the shield strength for all
     of your units by an additional 8 percent
",
"AUTOTOOLTIP-romU_weapons1.odf", "
     Increases the damage for all of your
     units by 6 percent
",
"AUTOTOOLTIP-romU_weapons2.odf", "
     Increases the damage for all of your
     units by an additional 6 percent
",
"AUTOTOOLTIP-rom_cehlaer.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Light Disruptor
     Cloaking Device
     Disruptor Bombardment

      Long

     
     Offensive Value increased by 3
     Defensive Value increased by 3
     Movement speed increased
",
"AUTOTOOLTIP-rom_cehlaerr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Light Disruptor
     Cloaking Device
     Disruptor Bombardment

      Long

     
     Offensive Value increased by 3
     Defensive Value increased by 3
     Movement speed increased
",
"AUTOTOOLTIP-rom_cehlaerr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Light Disruptor
     Cloaking Device
     Disruptor Bombardment

      Long

     
     Offensive Value increased by 3
     Defensive Value increased by 3
     Movement speed increased
",
"AUTOTOOLTIP-rom_cehlaerr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Light Disruptor
     Cloaking Device
     Disruptor Bombardment
     Assistant Singularity Cores 
     Special energy regeneration rate
     increased by 100 percent
     The main disruptor fires 10 percent
     faster

      Long

     
     Offensive Value increased by 3
     Defensive Value increased by 3
     Movement speed increased
",
"AUTOTOOLTIP-rom_cehlaerr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Light Disruptor
     Cloaking Device
     Disruptor Bombardment
     Assistant Singularity Cores 
     Special energy regeneration rate
     increased by 200 percent
     The main disruptor fires 20 percent
     faster

      Long

     
     Offensive Value increased by 3
     Defensive Value increased by 3
     Movement speed increased
",
"AUTOTOOLTIP-rom_cehlaerr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Light Disruptor
     Cloaking Device
     Disruptor Bombardment
     Assistant Singularity Cores 
     Special energy regeneration rate
     increased by 200 percent
     The main disruptor fires 20 percent
     faster
     Specialized Defense 
     Decreases damage received from special
     weapons by 30 percent and decreases the
     damage received from all sources by 10
     percent for each special weapon the
     attacking vessel may have

      Long

     
     Offensive Value increased by 3
     Defensive Value increased by 3
     Movement speed increased
",
"AUTOTOOLTIP-rom_cloaking_generator.odf", "
       Offensive Value
     Defensive Value
     System Value

     Stationary Cloaking Device

     Allows your stations and freighters to
     use the Stationary Cloak special ability
",
"AUTOTOOLTIP-rom_dderidex.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Stealth Field
     Majestic Flight 
     Defensive Value increased and allows 20
     percent of the special energy
     regeneration rate to regenerate shields
     also

      Medium
",
"AUTOTOOLTIP-rom_dderidexY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Stealth Field
     Majestic Flight 
     Defensive Value increased and allows 20
     percent of the special energy
     regeneration rate to regenerate shields
     also

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_dderidexYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Stealth Field
     Majestic Flight 
     Defensive Value increased and allows 20
     percent of the special energy
     regeneration rate to regenerate shields
     also

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_dderidexYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Stealth Field
     Majestic Flight 
     Defensive Value increased and allows 20
     percent of the special energy
     regeneration rate to regenerate shields
     also

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_dderidexYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Stealth Field
     Majestic Flight 
     Defensive Value increased and allows 20
     percent of the special energy
     regeneration rate to regenerate shields
     also
     Plasma Charge 
     Torpedoes deal up to 80 percent
     additional damage. Bonusdamage is based
     on the distance to the attacker

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_dderidexYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Stealth Field
     Majestic Flight 
     Defensive Value increased and allows 20
     percent of the special energy
     regeneration rate to regenerate shields
     also
     Plasma Charge 
     Torpedoes deal up to 160 percent
     additional damage. Bonusdamage is based
     on the distance to the attacker

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_dderidexYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Stealth Field
     Majestic Flight 
     Defensive Value increased and allows 20
     percent of the special energy
     regeneration rate to regenerate shields
     also
     Plasma Charge 
     Torpedoes deal up to 160 percent
     additional damage. Bonusdamage is based
     on the distance to the attacker
     Specialized Defense 
     Decreases damage received from special
     weapons by 30 percent and decreases the
     damage received from all sources by 10
     percent for each special weapon the
     attacking vessel may have

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_dderidexZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Stealth Field
     Majestic Flight 
     Defensive Value increased and allows 20
     percent of the special energy
     regeneration rate to regenerate shields
     also

      Medium

     
     Offensive Value increased by 3
     Defensive Value increased by 3
     Movement speed increased
",
"AUTOTOOLTIP-rom_dderidexZr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Stealth Field
     Majestic Flight 
     Defensive Value increased and allows 20
     percent of the special energy
     regeneration rate to regenerate shields
     also

      Medium

     
     Offensive Value increased by 3
     Defensive Value increased by 3
     Movement speed increased
",
"AUTOTOOLTIP-rom_dderidexZr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Stealth Field
     Majestic Flight 
     Defensive Value increased and allows 20
     percent of the special energy
     regeneration rate to regenerate shields
     also

      Medium

     
     Offensive Value increased by 3
     Defensive Value increased by 3
     Movement speed increased
",
"AUTOTOOLTIP-rom_dderidexZr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Stealth Field
     Majestic Flight 
     Defensive Value increased and allows 20
     percent of the special energy
     regeneration rate to regenerate shields
     also
     Plasma Charge 
     Torpedoes deal up to 80 percent
     additional damage. Bonusdamage is based
     on the distance to the attacker

      Medium

     
     Offensive Value increased by 3
     Defensive Value increased by 3
     Movement speed increased
",
"AUTOTOOLTIP-rom_dderidexZr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Stealth Field
     Majestic Flight 
     Defensive Value increased and allows 20
     percent of the special energy
     regeneration rate to regenerate shields
     also
     Plasma Charge 
     Torpedoes deal up to 160 percent
     additional damage. Bonusdamage is based
     on the distance to the attacker

      Medium

     
     Offensive Value increased by 3
     Defensive Value increased by 3
     Movement speed increased
",
"AUTOTOOLTIP-rom_dderidexZr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Stealth Field
     Majestic Flight 
     Defensive Value increased and allows 20
     percent of the special energy
     regeneration rate to regenerate shields
     also
     Plasma Charge 
     Torpedoes deal up to 160 percent
     additional damage. Bonusdamage is based
     on the distance to the attacker
     Specialized Defense 
     Decreases damage received from special
     weapons by 30 percent and decreases the
     damage received from all sources by 10
     percent for each special weapon the
     attacking vessel may have

      Medium

     
     Offensive Value increased by 3
     Defensive Value increased by 3
     Movement speed increased
",
"AUTOTOOLTIP-rom_delevhas.odf", "
     Offensive Value
     Defensive Value
     System Value

     Experimental Quadcobalt Torpedo
     Cloaking Device

      Artillery
",
"AUTOTOOLTIP-rom_disruptor_turret.odf", "
     Offensive Value
     Defensive Value
     System Value

     Pulse Disruptor
     Stationary Cloaking Device

      Long
",
"AUTOTOOLTIP-rom_disruptor_turretZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Pulse Disruptor
     Plasma Torpedo
     Cloaking Device

      Long

     
     All attributes increased by 5
     Is equipped with Plasma Torpedos
",
"AUTOTOOLTIP-rom_eresis.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Radiation Array

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_eresisr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Radiation Array

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_eresisr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Radiation Array

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_eresisr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Radiation Array
     Radiation Chambers 
     Increases the effect radius of the
     Radiation Array special ability

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_eresisr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Radiation Array
     Radiation Chambers 
     Increases the effect radius of the
     Radiation Array special ability and
     increases the damage dealt by it by 50
     percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_eresisr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Radiation Array
     Radiation Chambers 
     Increases the effect radius of the
     Radiation Array special ability and
     increases the damage dealt by it by 50
     percent
     Specialized Defense 
     Decreases damage received from special
     weapons by 30 percent and decreases the
     damage received from all sources by 10
     percent for each special weapon the
     attacking vessel may have

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_fakairu.odf", "
       Offensive Value
     Defensive Value
       System Value

     Stationary Cloaking Device

     Mines Dilithium and Tritanium
     Dilithium capacity: 150
     Tritanium capacity: 100
",
"AUTOTOOLTIP-rom_generix.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Medium
",
"AUTOTOOLTIP-rom_generixr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Medium
",
"AUTOTOOLTIP-rom_generixr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Medium
",
"AUTOTOOLTIP-rom_generixr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device

     May be enhanced with additional refits

      Medium
",
"AUTOTOOLTIP-rom_generixr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device

     May be enhanced with additional refits

      Medium
",
"AUTOTOOLTIP-rom_generixr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Arlterium Disruptor Lens 
     Increases weapon range to long and
     occasionally fires a disruptor pulse
     that deals direct hull damage and has a
     chance to disable engines

     May be enhanced with additional refits

      Long
",
"AUTOTOOLTIP-rom_generixY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generixYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generixYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generixYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device

     May be enhanced with additional refits

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generixYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device

     May be enhanced with additional refits

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generixYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Arlterium Disruptor Lens 
     Increases weapon range to long and
     occasionally fires a disruptor pulse
     that deals direct hull damage and has a
     chance to disable engines

     May be enhanced with additional refits

      Long

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_dread.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Oversized Shields 
     Reduces damage received from torpedoes
     by 25 percent
     Combat-Cloaking Generator

      Medium
",
"AUTOTOOLTIP-rom_generix_dreadR.odf", "
    Offensive Value
  Defensive Value

     Adds two Pulse Disruptors
     Adds the Oversized Shields passive
     ability
     Allows to be equipped with the
     Combat-Cloak special ability
",
"AUTOTOOLTIP-rom_generix_dreadr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Oversized Shields 
     Reduces damage received from torpedoes
     by 25 percent
     Combat-Cloaking Generator

      Medium
",
"AUTOTOOLTIP-rom_generix_dreadr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Oversized Shields 
     Reduces damage received from torpedoes
     by 25 percent
     Combat-Cloaking Generator

      Medium
",
"AUTOTOOLTIP-rom_generix_dreadr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Oversized Shields 
     Reduces damage received from torpedoes
     by 25 percent
     Combat-Cloaking Generator
     Strategic Analysis 
     Decreases the damage from hostile
     targets based on their Defensive Value
     by up to 25 percent

      Medium
",
"AUTOTOOLTIP-rom_generix_dreadr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Oversized Shields 
     Reduces damage received from torpedoes
     by 25 percent
     Combat-Cloaking Generator
     Strategic Analysis 
     Decreases the damage from hostile
     targets based on their Defensive Value
     by up to 50 percent

      Medium
",
"AUTOTOOLTIP-rom_generix_dreadr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Oversized Shields 
     Reduces damage received from torpedoes
     by 25 percent
     Combat-Cloaking Generator
     Strategic Analysis 
     Decreases the damage from hostile
     targets based on their Defensive Value
     by up to 50 percent
     Arlterium Disruptor Lens 
     Increases weapon range to long and
     occasionally fires a disruptor pulse
     that deals direct hull damage and has a
     chance to disable engines

      Long
",
"AUTOTOOLTIP-rom_generix_dreadY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Oversized Shields 
     Reduces damage received from torpedoes
     by 25 percent
     Combat-Cloaking Generator

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_dreadYR.odf", "
    Offensive Value
  Defensive Value

     Adds two Pulse Disruptors
     Adds the Oversized Shields passive
     ability
     Allows to be equipped with the
     Combat-Cloak special ability

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_dreadYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Oversized Shields 
     Reduces damage received from torpedoes
     by 25 percent
     Combat-Cloaking Generator

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_dreadYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Oversized Shields 
     Reduces damage received from torpedoes
     by 25 percent
     Combat-Cloaking Generator

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_dreadYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Oversized Shields 
     Reduces damage received from torpedoes
     by 25 percent
     Combat-Cloaking Generator
     Strategic Analysis 
     Decreases the damage from hostile
     targets based on their Defensive Value
     by up to 25 percent

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_dreadYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Oversized Shields 
     Reduces damage received from torpedoes
     by 25 percent
     Combat-Cloaking Generator
     Strategic Analysis 
     Decreases the damage from hostile
     targets based on their Defensive Value
     by up to 50 percent

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_dreadYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Oversized Shields 
     Reduces damage received from torpedoes
     by 25 percent
     Combat-Cloaking Generator
     Strategic Analysis 
     Decreases the damage from hostile
     targets based on their Defensive Value
     by up to 50 percent
     Arlterium Disruptor Lens 
     Increases weapon range to long and
     occasionally fires a disruptor pulse
     that deals direct hull damage and has a
     chance to disable engines

      Long

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_dread_kli.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Oversized Shields 
     Reduces damage received from torpedoes
     by 25 percent
     Combat-Cloaking Generator

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_dread_kliR.odf", "
    Offensive Value
  Defensive Value

     Adds two Pulse Disruptors
     Adds the Oversized Shields passive
     ability
     Allows to be equipped with the
     Combat-Cloak special ability

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_dread_klir2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Oversized Shields 
     Reduces damage received from torpedoes
     by 25 percent
     Combat-Cloaking Generator

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_dread_klir3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Oversized Shields 
     Reduces damage received from torpedoes
     by 25 percent
     Combat-Cloaking Generator

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_dread_klir4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Oversized Shields 
     Reduces damage received from torpedoes
     by 25 percent
     Combat-Cloaking Generator
     Strategic Analysis 
     Decreases the damage from hostile
     targets based on their Defensive Value
     by up to 25 percent

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_dread_klir5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Oversized Shields 
     Reduces damage received from torpedoes
     by 25 percent
     Combat-Cloaking Generator
     Strategic Analysis 
     Decreases the damage from hostile
     targets based on their Defensive Value
     by up to 50 percent

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_dread_klir6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Oversized Shields 
     Reduces damage received from torpedoes
     by 25 percent
     Combat-Cloaking Generator
     Strategic Analysis 
     Decreases the damage from hostile
     targets based on their Defensive Value
     by up to 50 percent
     Arlterium Disruptor Lens 
     Increases weapon range to long and
     occasionally fires a disruptor pulse
     that deals direct hull damage and has a
     chance to disable engines

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_frigate.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent

      Medium
",
"AUTOTOOLTIP-rom_generix_frigateR.odf", "
    Offensive Value
    Defensive Value

     Adds two Particle Weapons
     Adds the Suppressive Shielding passive
     ability
",
"AUTOTOOLTIP-rom_generix_frigater2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent

      Medium
",
"AUTOTOOLTIP-rom_generix_frigater3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent

      Medium
",
"AUTOTOOLTIP-rom_generix_frigater4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Combat Thrusters 
     Increases movement speed by 10 percent
     and grants a 8 percent chance to dodge
     torpedo and pulse weapons

      Medium
",
"AUTOTOOLTIP-rom_generix_frigater5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Combat Thrusters 
     Increases movement speed by 20 percent
     and grants a 16 percent chance to dodge
     torpedo and pulse weapons

      Medium
",
"AUTOTOOLTIP-rom_generix_frigater6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Combat Thrusters 
     Increases movement speed by 20 percent
     and grants a 16 percent chance to dodge
     torpedo and pulse weapons
     Arlterium Disruptor Lens 
     Increases weapon range to long and
     occasionally fires a disruptor pulse
     that deals direct hull damage and has a
     chance to disable engines

      Long
",
"AUTOTOOLTIP-rom_generix_frigateY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_frigateYR.odf", "
    Offensive Value
    Defensive Value

     Adds two Particle Weapons
     Adds the Suppressive Shielding passive
     ability

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_frigateYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_frigateYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_frigateYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Combat Thrusters 
     Increases movement speed by 10 percent
     and grants a 8 percent chance to dodge
     torpedo and pulse weapons

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_frigateYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Combat Thrusters 
     Increases movement speed by 20 percent
     and grants a 16 percent chance to dodge
     torpedo and pulse weapons

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_frigateYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Combat Thrusters 
     Increases movement speed by 20 percent
     and grants a 16 percent chance to dodge
     torpedo and pulse weapons
     Arlterium Disruptor Lens 
     Increases weapon range to long and
     occasionally fires a disruptor pulse
     that deals direct hull damage and has a
     chance to disable engines

      Long

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_frigate_bor.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Graviton Energy Source 
     Shield regeneration rate increased by
     50 percent
     This unit counts as a station for
     damage calculation due to its abnormal
     mass

      Medium

     
     All attributes increased by 2
     Is equipped with the Graviton Energy
     Source passive ability
",
"AUTOTOOLTIP-rom_generix_frigate_borr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Graviton Energy Source 
     Shield regeneration rate increased by
     50 percent
     This unit counts as a station for
     damage calculation due to its abnormal
     mass

      Medium

     
     All attributes increased by 2
     Is equipped with the Graviton Energy
     Source passive ability
",
"AUTOTOOLTIP-rom_generix_frigate_borr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Graviton Energy Source 
     Shield regeneration rate increased by
     50 percent
     This unit counts as a station for
     damage calculation due to its abnormal
     mass

      Medium

     
     All attributes increased by 2
     Is equipped with the Graviton Energy
     Source passive ability
",
"AUTOTOOLTIP-rom_generix_frigate_borr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Graviton Energy Source 
     Shield regeneration rate increased by
     50 percent
     This unit counts as a station for
     damage calculation due to its abnormal
     mass
     Combat Thrusters 
     Increases movement speed by 10 percent
     and grants a 8 percent chance to dodge
     torpedo and pulse weapons

      Medium

     
     All attributes increased by 2
     Is equipped with the Graviton Energy
     Source passive ability
",
"AUTOTOOLTIP-rom_generix_frigate_borr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Graviton Energy Source 
     Shield regeneration rate increased by
     50 percent
     This unit counts as a station for
     damage calculation due to its abnormal
     mass
     Combat Thrusters 
     Increases movement speed by 20 percent
     and grants a 16 percent chance to dodge
     torpedo and pulse weapons

      Medium

     
     All attributes increased by 2
     Is equipped with the Graviton Energy
     Source passive ability
",
"AUTOTOOLTIP-rom_generix_frigate_borr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Graviton Energy Source 
     Shield regeneration rate increased by
     50 percent
     This unit counts as a station for
     damage calculation due to its abnormal
     mass
     Combat Thrusters 
     Increases movement speed by 20 percent
     and grants a 16 percent chance to dodge
     torpedo and pulse weapons
     Arlterium Disruptor Lens 
     Increases weapon range to long and
     occasionally fires a disruptor pulse
     that deals direct hull damage and has a
     chance to disable engines

      Long

     
     All attributes increased by 2
     Is equipped with the Graviton Energy
     Source passive ability
",
"AUTOTOOLTIP-rom_generix_frigate_fed.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Critical Shot

      Medium

     
     Defensive Value increased by 2
     Is equipped with the Critical Shot
     special ability
",
"AUTOTOOLTIP-rom_generix_frigate_fedr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Critical Shot

      Medium

     
     Defensive Value increased by 2
     Is equipped with the Critical Shot
     special ability
",
"AUTOTOOLTIP-rom_generix_frigate_fedr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Critical Shot

      Medium

     
     Defensive Value increased by 2
     Is equipped with the Critical Shot
     special ability
",
"AUTOTOOLTIP-rom_generix_frigate_fedr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Critical Shot
     Combat Thrusters 
     Increases movement speed by 10 percent
     and grants a 8 percent chance to dodge
     torpedo and pulse weapons

      Medium

     
     Defensive Value increased by 2
     Is equipped with the Critical Shot
     special ability
",
"AUTOTOOLTIP-rom_generix_frigate_fedr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Critical Shot
     Combat Thrusters 
     Increases movement speed by 20 percent
     and grants a 16 percent chance to dodge
     torpedo and pulse weapons

      Medium

     
     Defensive Value increased by 2
     Is equipped with the Critical Shot
     special ability
",
"AUTOTOOLTIP-rom_generix_frigate_fedr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Critical Shot
     Combat Thrusters 
     Increases movement speed by 20 percent
     and grants a 16 percent chance to dodge
     torpedo and pulse weapons
     Arlterium Disruptor Lens 
     Increases weapon range to long and
     occasionally fires a disruptor pulse
     that deals direct hull damage and has a
     chance to disable engines

      Long

     
     Defensive Value increased by 2
     Is equipped with the Critical Shot
     special ability
",
"AUTOTOOLTIP-rom_generix_frigate_kli.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_frigate_kliR.odf", "
    Offensive Value
    Defensive Value

     Adds two Particle Weapons
     Adds the Suppressive Shielding passive
     ability

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_frigate_klir2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_frigate_klir3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_frigate_klir4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Combat Thrusters 
     Increases movement speed by 10 percent
     and grants a 8 percent chance to dodge
     torpedo and pulse weapons

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_frigate_klir5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Combat Thrusters 
     Increases movement speed by 20 percent
     and grants a 16 percent chance to dodge
     torpedo and pulse weapons

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_frigate_klir6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Suppressive Shielding 
     Decreases damage taken from pulse
     weapons by 50 percent
     Combat Thrusters 
     Increases movement speed by 20 percent
     and grants a 16 percent chance to dodge
     torpedo and pulse weapons
     Arlterium Disruptor Lens 
     Increases weapon range to long and
     occasionally fires a disruptor pulse
     that deals direct hull damage and has a
     chance to disable engines

      Long

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_kli.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Medium

     
     Offensive Value increased by 2
     Will also apply to all refits
",
"AUTOTOOLTIP-rom_generix_klir2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Medium

     
     Offensive Value increased by 2
     Will also apply to all refits
",
"AUTOTOOLTIP-rom_generix_klir3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Medium

     
     Offensive Value increased by 2
     Will also apply to all refits
",
"AUTOTOOLTIP-rom_generix_klir4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device

     May be enhanced with additional refits

      Medium

     
     Offensive Value increased by 2
     Will also apply to all refits
",
"AUTOTOOLTIP-rom_generix_klir5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device

     May be enhanced with additional refits

      Medium

     
     Offensive Value increased by 2
     Will also apply to all refits
",
"AUTOTOOLTIP-rom_generix_klir6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Plasma Torpedo
     Cloaking Device
     Arlterium Disruptor Lens 
     Increases weapon range to long and
     occasionally fires a disruptor pulse
     that deals direct hull damage and has a
     chance to disable engines

     May be enhanced with additional refits

      Long

     
     Offensive Value increased by 2
     Will also apply to all refits
",
"AUTOTOOLTIP-rom_generix_support.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Plasma Bolt
     ƚ Plasma Mine
     ƛ Shield Recharge

      Medium
",
"AUTOTOOLTIP-rom_generix_supportR.odf", "
    Defensive Value
  System Value

     Becomes a support vessel with three
     special abilities
",
"AUTOTOOLTIP-rom_generix_supportr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Plasma Bolt
     ƚ Plasma Mine
     ƛ Shield Recharge

      Medium
",
"AUTOTOOLTIP-rom_generix_supportr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Plasma Bolt
     ƚ Plasma Mine
     ƛ Shield Recharge

      Medium
",
"AUTOTOOLTIP-rom_generix_supportr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Plasma Storage 
     Increases the duration of the Plasma
     Bolt special ability by 2 seconds and
     the damage dealt by Plasma Mines by 25
     percent

     
     ƙ Plasma Bolt
     ƚ Plasma Mine
     ƛ Shield Recharge

      Medium
",
"AUTOTOOLTIP-rom_generix_supportr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Plasma Storage 
     Increases the duration of the Plasma
     Bolt special ability by 4 seconds and
     the damage dealt by Plasma Mines by 50
     percent

     
     ƙ Plasma Bolt
     ƚ Plasma Mine
     ƛ Shield Recharge

      Medium
",
"AUTOTOOLTIP-rom_generix_supportr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Plasma Storage 
     Increases the duration of the Plasma
     Bolt special ability by 4 seconds and
     the damage dealt by Plasma Mines by 50
     percent
     Systemwide Interconnectors 
     Decreases the special energy costs of
     special weapons by 30 percent and
     increases all attributes by 3

     
     ƙ Plasma Bolt
     ƚ Plasma Mine
     ƛ Shield Recharge

      Medium
",
"AUTOTOOLTIP-rom_generix_supportY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Plasma Bolt
     ƚ Plasma Mine
     ƛ Shield Recharge

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_supportYR.odf", "
    Defensive Value
  System Value

     Becomes a support vessel with three
     special abilities

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_supportYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Plasma Bolt
     ƚ Plasma Mine
     ƛ Shield Recharge

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_supportYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Plasma Bolt
     ƚ Plasma Mine
     ƛ Shield Recharge

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_supportYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Plasma Storage 
     Increases the duration of the Plasma
     Bolt special ability by 2 seconds and
     the damage dealt by Plasma Mines by 25
     percent

     
     ƙ Plasma Bolt
     ƚ Plasma Mine
     ƛ Shield Recharge

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_supportYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Plasma Storage 
     Increases the duration of the Plasma
     Bolt special ability by 4 seconds and
     the damage dealt by Plasma Mines by 50
     percent

     
     ƙ Plasma Bolt
     ƚ Plasma Mine
     ƛ Shield Recharge

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_supportYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Plasma Storage 
     Increases the duration of the Plasma
     Bolt special ability by 4 seconds and
     the damage dealt by Plasma Mines by 50
     percent
     Systemwide Interconnectors 
     Decreases the special energy costs of
     special weapons by 30 percent and
     increases all attributes by 3

     
     ƙ Plasma Bolt
     ƚ Plasma Mine
     ƛ Shield Recharge

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_generix_support_kli.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Plasma Bolt
     ƚ Plasma Mine
     ƛ Shield Recharge

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_support_kliR.odf", "
    Defensive Value
  System Value

     Becomes a support vessel with three
     special abilities

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_support_klir2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Plasma Bolt
     ƚ Plasma Mine
     ƛ Shield Recharge

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_support_klir3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Plasma Bolt
     ƚ Plasma Mine
     ƛ Shield Recharge

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_support_klir4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Plasma Storage 
     Increases the duration of the Plasma
     Bolt special ability by 2 seconds and
     the damage dealt by Plasma Mines by 25
     percent

     
     ƙ Plasma Bolt
     ƚ Plasma Mine
     ƛ Shield Recharge

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_support_klir5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Plasma Storage 
     Increases the duration of the Plasma
     Bolt special ability by 4 seconds and
     the damage dealt by Plasma Mines by 50
     percent

     
     ƙ Plasma Bolt
     ƚ Plasma Mine
     ƛ Shield Recharge

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_support_klir6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Plasma Storage 
     Increases the duration of the Plasma
     Bolt special ability by 4 seconds and
     the damage dealt by Plasma Mines by 50
     percent
     Systemwide Interconnectors 
     Decreases the special energy costs of
     special weapons by 30 percent and
     increases all attributes by 3

     
     ƙ Plasma Bolt
     ƚ Plasma Mine
     ƛ Shield Recharge

      Medium

     
     Offensive Value increased by 2
",
"AUTOTOOLTIP-rom_generix_yard.odf", "
       Offensive Value
   Defensive Value
     System Value

     Yard
     Repair Dock

     Produces:
     Generix Class
     Generix Class - Spectre Refit
     Generix Class - Frigate Refit
     Generix Class - Support Refit
",
"AUTOTOOLTIP-rom_griffin.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Sensor Jammer

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_griffinr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Sensor Jammer

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_griffinr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Sensor Jammer

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_griffinr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Sensor Jammer
     Universal Jamming 
     The Sensor Jammer special ability may
     also disable the engines on affected
     vessels

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_griffinr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Sensor Jammer
     Universal Jamming 
     The Sensor Jammer special ability may
     also disable the engines on affected
     vessels and will always disable a
     subsystem

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_griffinr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Sensor Jammer
     Universal Jamming 
     The Sensor Jammer special ability may
     also disable the engines on affected
     vessels and will always disable a
     subsystem
     Dynamic Energy Allocation 
     Reroute the energy used by the cloaking
     device to the shield generators while
     cloak is inactive, increasing the
     shield power by 40 percent

      Medium

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_intelligen_center.odf", "
       Offensive Value
   Defensive Value
     System Value

     Grants access to the Tal'Shiar, the
     Romulan intelligence service, which
     allows spying and sabotage of enemy
     vessels
",
"AUTOTOOLTIP-rom_intelligen_centerr2.odf", "
       Offensive Value
   Defensive Value
     System Value

     Grants access to the Tal'Shiar, the
     Romulan intelligence service, which
     allows spying and sabotage of enemy
     vessels
",
"AUTOTOOLTIP-rom_intelligen_centerr3.odf", "
       Offensive Value
   Defensive Value
     System Value

     Grants access to the Tal'Shiar, the
     Romulan intelligence service, which
     allows spying and sabotage of enemy
     vessels
",
"AUTOTOOLTIP-rom_intelligen_centerr4.odf", "
       Offensive Value
   Defensive Value
     System Value

     Superior Intelligence 
     Grants the Spy special ability to
     reveal all hostile units in this sector

     Grants access to the Tal'Shiar, the
     Romulan intelligence service, which
     allows spying and sabotage of enemy
     vessels
",
"AUTOTOOLTIP-rom_intelligen_centerr5.odf", "
       Offensive Value
   Defensive Value
     System Value

     Superior Intelligence 
     Grants the Spy special ability to
     reveal all hostile units in this sector
     and decreased its special energy costs
     by 200

     Grants access to the Tal'Shiar, the
     Romulan intelligence service, which
     allows spying and sabotage of enemy
     vessels
",
"AUTOTOOLTIP-rom_intelligen_centerY.odf", "
       Offensive Value
   Defensive Value
     System Value

     Grants access to the Tal'Shiar, the
     Romulan intelligence service, which
     allows spying and sabotage of enemy
     vessels

     
     Gains more experience and will level-up
     faster
",
"AUTOTOOLTIP-rom_intelligen_centerYr2.odf", "
       Offensive Value
   Defensive Value
     System Value

     Grants access to the Tal'Shiar, the
     Romulan intelligence service, which
     allows spying and sabotage of enemy
     vessels

     
     Gains more experience and will level-up
     faster
",
"AUTOTOOLTIP-rom_intelligen_centerYr3.odf", "
       Offensive Value
   Defensive Value
     System Value

     Grants access to the Tal'Shiar, the
     Romulan intelligence service, which
     allows spying and sabotage of enemy
     vessels

     
     Gains more experience and will level-up
     faster
",
"AUTOTOOLTIP-rom_intelligen_centerYr4.odf", "
       Offensive Value
   Defensive Value
     System Value

     Superior Intelligence 
     Grants the Spy special ability to
     reveal all hostile units in this sector

     Grants access to the Tal'Shiar, the
     Romulan intelligence service, which
     allows spying and sabotage of enemy
     vessels

     
     Gains more experience and will level-up
     faster
",
"AUTOTOOLTIP-rom_intelligen_centerYr5.odf", "
       Offensive Value
   Defensive Value
     System Value

     Superior Intelligence 
     Grants the Spy special ability to
     reveal all hostile units in this sector
     and decreased its special energy costs
     by 200

     Grants access to the Tal'Shiar, the
     Romulan intelligence service, which
     allows spying and sabotage of enemy
     vessels

     
     Gains more experience and will level-up
     faster
",
"AUTOTOOLTIP-rom_leahval.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short
",
"AUTOTOOLTIP-rom_leahvalM.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short
",
"AUTOTOOLTIP-rom_leahvalMr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short
",
"AUTOTOOLTIP-rom_leahvalMr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short
",
"AUTOTOOLTIP-rom_leahvalMr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short
",
"AUTOTOOLTIP-rom_leahvalMr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short
",
"AUTOTOOLTIP-rom_leahvalMr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Dynamic Energy Allocation 
     Reroute the energy used by the cloaking
     device to the shield generators while
     cloak is inactive, increasing the
     shield power by 40 percent

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short
",
"AUTOTOOLTIP-rom_leahvalr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short
",
"AUTOTOOLTIP-rom_leahvalr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short
",
"AUTOTOOLTIP-rom_leahvalr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short
",
"AUTOTOOLTIP-rom_leahvalr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short
",
"AUTOTOOLTIP-rom_leahvalr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Dynamic Energy Allocation 
     Reroute the energy used by the cloaking
     device to the shield generators while
     cloak is inactive, increasing the
     shield power by 40 percent

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short
",
"AUTOTOOLTIP-rom_leahvalY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_leahvalYM.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_leahvalYMr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_leahvalYMr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_leahvalYMr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_leahvalYMr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_leahvalYMr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Dynamic Energy Allocation 
     Reroute the energy used by the cloaking
     device to the shield generators while
     cloak is inactive, increasing the
     shield power by 40 percent

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_leahvalYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_leahvalYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_leahvalYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_leahvalYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_leahvalYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Dynamic Energy Allocation 
     Reroute the energy used by the cloaking
     device to the shield generators while
     cloak is inactive, increasing the
     shield power by 40 percent

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 3
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_leahval_bor.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Adapting Disruptor Arrays 
     This unit deals increased damage to
     non-Borg vessels

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     All attributes increased by 2
     Is equipped with the Adapting Disruptor
     Arrays passive ability
",
"AUTOTOOLTIP-rom_leahval_borM.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Adapting Disruptor Arrays 
     This unit deals increased damage to
     non-Borg vessels

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     All attributes increased by 2
     Is equipped with the Adapting Disruptor
     Arrays passive ability
",
"AUTOTOOLTIP-rom_leahval_borMr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Adapting Disruptor Arrays 
     This unit deals increased damage to
     non-Borg vessels

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     All attributes increased by 2
     Is equipped with the Adapting Disruptor
     Arrays passive ability
",
"AUTOTOOLTIP-rom_leahval_borMr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Adapting Disruptor Arrays 
     This unit deals increased damage to
     non-Borg vessels

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     All attributes increased by 2
     Is equipped with the Adapting Disruptor
     Arrays passive ability
",
"AUTOTOOLTIP-rom_leahval_borMr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     All attributes increased by 2
     Is equipped with the Adapting Disruptor
     Arrays passive ability
",
"AUTOTOOLTIP-rom_leahval_borMr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     All attributes increased by 2
     Is equipped with the Adapting Disruptor
     Arrays passive ability
",
"AUTOTOOLTIP-rom_leahval_borMr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Dynamic Energy Allocation 
     Reroute the energy used by the cloaking
     device to the shield generators while
     cloak is inactive, increasing the
     shield power by 40 percent

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     All attributes increased by 2
     Is equipped with the Adapting Disruptor
     Arrays passive ability
",
"AUTOTOOLTIP-rom_leahval_borr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Adapting Disruptor Arrays 
     This unit deals increased damage to
     non-Borg vessels

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     All attributes increased by 2
     Is equipped with the Adapting Disruptor
     Arrays passive ability
",
"AUTOTOOLTIP-rom_leahval_borr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device
     Adapting Disruptor Arrays 
     This unit deals increased damage to
     non-Borg vessels

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     All attributes increased by 2
     Is equipped with the Adapting Disruptor
     Arrays passive ability
",
"AUTOTOOLTIP-rom_leahval_borr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     All attributes increased by 2
     Is equipped with the Adapting Disruptor
     Arrays passive ability
",
"AUTOTOOLTIP-rom_leahval_borr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     All attributes increased by 2
     Is equipped with the Adapting Disruptor
     Arrays passive ability
",
"AUTOTOOLTIP-rom_leahval_borr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Dynamic Energy Allocation 
     Reroute the energy used by the cloaking
     device to the shield generators while
     cloak is inactive, increasing the
     shield power by 40 percent

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     All attributes increased by 2
     Is equipped with the Adapting Disruptor
     Arrays passive ability
",
"AUTOTOOLTIP-rom_leahval_dom.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Cascade Feedback

      Short

     
     Defensive Value decreased by 2
     System Value increased by 4
     Auto Repair Systems replaced by Cascade
     Feedback
",
"AUTOTOOLTIP-rom_leahval_domM.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Cascade Feedback

      Short

     
     Defensive Value decreased by 2
     System Value increased by 4
     Auto Repair Systems replaced by Cascade
     Feedback
",
"AUTOTOOLTIP-rom_leahval_domMr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Cascade Feedback

      Short

     
     Defensive Value decreased by 2
     System Value increased by 4
     Auto Repair Systems replaced by Cascade
     Feedback
",
"AUTOTOOLTIP-rom_leahval_domMr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Cascade Feedback

      Short

     
     Defensive Value decreased by 2
     System Value increased by 4
     Auto Repair Systems replaced by Cascade
     Feedback
",
"AUTOTOOLTIP-rom_leahval_domMr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Cascade Feedback

      Short

     
     Defensive Value decreased by 2
     System Value increased by 4
     Auto Repair Systems replaced by Cascade
     Feedback
",
"AUTOTOOLTIP-rom_leahval_domMr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Cascade Feedback

      Short

     
     Defensive Value decreased by 2
     System Value increased by 4
     Auto Repair Systems replaced by Cascade
     Feedback
",
"AUTOTOOLTIP-rom_leahval_domMr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Dynamic Energy Allocation 
     Reroute the energy used by the cloaking
     device to the shield generators while
     cloak is inactive, increasing the
     shield power by 40 percent

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Cascade Feedback

      Short

     
     Defensive Value decreased by 2
     System Value increased by 4
     Auto Repair Systems replaced by Cascade
     Feedback
",
"AUTOTOOLTIP-rom_leahval_domr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Cascade Feedback

      Short

     
     Defensive Value decreased by 2
     System Value increased by 4
     Auto Repair Systems replaced by Cascade
     Feedback
",
"AUTOTOOLTIP-rom_leahval_domr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Cascade Feedback

      Short

     
     Defensive Value decreased by 2
     System Value increased by 4
     Auto Repair Systems replaced by Cascade
     Feedback
",
"AUTOTOOLTIP-rom_leahval_domr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Cascade Feedback

      Short

     
     Defensive Value decreased by 2
     System Value increased by 4
     Auto Repair Systems replaced by Cascade
     Feedback
",
"AUTOTOOLTIP-rom_leahval_domr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Cascade Feedback

      Short

     
     Defensive Value decreased by 2
     System Value increased by 4
     Auto Repair Systems replaced by Cascade
     Feedback
",
"AUTOTOOLTIP-rom_leahval_domr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Dynamic Energy Allocation 
     Reroute the energy used by the cloaking
     device to the shield generators while
     cloak is inactive, increasing the
     shield power by 40 percent

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Cascade Feedback

      Short

     
     Defensive Value decreased by 2
     System Value increased by 4
     Auto Repair Systems replaced by Cascade
     Feedback
",
"AUTOTOOLTIP-rom_leahval_fed.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Burstfire Torpedos
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 2
     Defensive Value increased by 2
     Is equipped with Burstfire Torpedos
",
"AUTOTOOLTIP-rom_leahval_fedM.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Burstfire Torpedos
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 2
     Defensive Value increased by 2
     Is equipped with Burstfire Torpedos
",
"AUTOTOOLTIP-rom_leahval_fedMr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Burstfire Torpedos
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 2
     Defensive Value increased by 2
     Is equipped with Burstfire Torpedos
",
"AUTOTOOLTIP-rom_leahval_fedMr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Burstfire Torpedos
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 2
     Defensive Value increased by 2
     Is equipped with Burstfire Torpedos
",
"AUTOTOOLTIP-rom_leahval_fedMr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Burstfire Torpedos
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 2
     Defensive Value increased by 2
     Is equipped with Burstfire Torpedos
",
"AUTOTOOLTIP-rom_leahval_fedMr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Burstfire Torpedos
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 2
     Defensive Value increased by 2
     Is equipped with Burstfire Torpedos
",
"AUTOTOOLTIP-rom_leahval_fedMr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Burstfire Torpedos
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Dynamic Energy Allocation 
     Reroute the energy used by the cloaking
     device to the shield generators while
     cloak is inactive, increasing the
     shield power by 40 percent

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 2
     Defensive Value increased by 2
     Is equipped with Burstfire Torpedos
",
"AUTOTOOLTIP-rom_leahval_fedr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Burstfire Torpedos
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 2
     Defensive Value increased by 2
     Is equipped with Burstfire Torpedos
",
"AUTOTOOLTIP-rom_leahval_fedr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Burstfire Torpedos
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 2
     Defensive Value increased by 2
     Is equipped with Burstfire Torpedos
",
"AUTOTOOLTIP-rom_leahval_fedr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Burstfire Torpedos
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 2
     Defensive Value increased by 2
     Is equipped with Burstfire Torpedos
",
"AUTOTOOLTIP-rom_leahval_fedr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Burstfire Torpedos
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 2
     Defensive Value increased by 2
     Is equipped with Burstfire Torpedos
",
"AUTOTOOLTIP-rom_leahval_fedr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     Burstfire Torpedos
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Dynamic Energy Allocation 
     Reroute the energy used by the cloaking
     device to the shield generators while
     cloak is inactive, increasing the
     shield power by 40 percent

     
     ƙ Metaphasic Disruptor
     ƚ Advanced Energy Reeling
     ƛ Auto Repair Systems

      Short

     
     Offensive Value increased by 2
     Defensive Value increased by 2
     Is equipped with Burstfire Torpedos
",
"AUTOTOOLTIP-rom_mining_colony.odf", "
       Offensive Value
     Defensive Value
     System Value

     Stationary Cloaking Device

     Processes dilithium and tritanium
",
"AUTOTOOLTIP-rom_mixedtech_yard.odf", "
       Offensive Value
     Defensive Value
     System Value

     Stationary Cloaking Device

     Yard
     Constructs Mixed-Tech units
",
"AUTOTOOLTIP-rom_mixedtech_yard_bor.odf", "
       Offensive Value
     Defensive Value
     System Value

     Stationary Cloaking Device

     Yard
     Constructs Mixed-Tech units

     Produces:
     Rhienn Class
     Generix Class - Frigate Refit
     Leahval Class
",
"AUTOTOOLTIP-rom_mixedtech_yard_dom.odf", "
       Offensive Value
     Defensive Value
     System Value

     Stationary Cloaking Device

     Yard
     Constructs Mixed-Tech units

     Produces:
     Rhienn Class - Torpedo Refit
     Leahval Class
     Serkas Class
",
"AUTOTOOLTIP-rom_mixedtech_yard_fed.odf", "
       Offensive Value
     Defensive Value
     System Value

     Stationary Cloaking Device

     Yard
     Constructs Mixed-Tech units

     Produces:
     Talon Class - Repair Refit
     Leahval Class
     Generix Class - Frigate Refit
",
"AUTOTOOLTIP-rom_mixedtech_yard_kli.odf", "
       Offensive Value
     Defensive Value
     System Value

     Stationary Cloaking Device

     Yard
     Constructs Mixed-Tech units

     Produces:
     Rhienn Class - Pulse Disruptor Refit
     Generix Class
     Saeihr Class
",
"AUTOTOOLTIP-rom_mogai.odf", "
       Offensive Value
     Defensive Value
     System Value

     Constructs Stations
",
"AUTOTOOLTIP-rom_norexan.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Multi Purpose Weapons

      Medium
",
"AUTOTOOLTIP-rom_norexanY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Multi Purpose Weapons

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_norexanYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Multi Purpose Weapons

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_norexanYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Multi Purpose Weapons

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_norexanYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Multi Purpose Weapons
     Full Spectrum Battleship 
     Reduces the energy costs of the Multi
     Purpose Weapons by 30 percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_norexanYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Multi Purpose Weapons
     Full Spectrum Battleship 
     Reduces the energy costs of the Multi
     Purpose Weapons by 60 percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_norexanYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Multi Purpose Weapons
     Full Spectrum Battleship 
     Reduces the energy costs of the Multi
     Purpose Weapons by 60 percent
     Dagger Doctrine 
     The rate of fire increase when opening
     fire is doubled, lasts twice as long
     and only takes 10 seconds to refresh

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_norexanZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Multi Purpose Weapons

      Medium

     
     Offensive Value increased by 3
     Defensive Value increased by 3
     Movement speed increased
",
"AUTOTOOLTIP-rom_norexanZr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Multi Purpose Weapons

      Medium

     
     Offensive Value increased by 3
     Defensive Value increased by 3
     Movement speed increased
",
"AUTOTOOLTIP-rom_norexanZr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Multi Purpose Weapons

      Medium

     
     Offensive Value increased by 3
     Defensive Value increased by 3
     Movement speed increased
",
"AUTOTOOLTIP-rom_norexanZr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Multi Purpose Weapons
     Full Spectrum Battleship 
     Reduces the energy costs of the Multi
     Purpose Weapons by 30 percent

      Medium

     
     Offensive Value increased by 3
     Defensive Value increased by 3
     Movement speed increased
",
"AUTOTOOLTIP-rom_norexanZr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Multi Purpose Weapons
     Full Spectrum Battleship 
     Reduces the energy costs of the Multi
     Purpose Weapons by 60 percent

      Medium

     
     Offensive Value increased by 3
     Defensive Value increased by 3
     Movement speed increased
",
"AUTOTOOLTIP-rom_norexanZr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Pulse Disruptor
     Cloaking Device
     Multi Purpose Weapons
     Full Spectrum Battleship 
     Reduces the energy costs of the Multi
     Purpose Weapons by 60 percent
     Dagger Doctrine 
     The rate of fire increase when opening
     fire is doubled, lasts twice as long
     and only takes 10 seconds to refresh

      Medium

     
     Offensive Value increased by 3
     Defensive Value increased by 3
     Movement speed increased
",
"AUTOTOOLTIP-rom_research_institute.odf", "
       Offensive Value
     Defensive Value
     System Value

     Stationary Cloaking Device

     Research Station

     Produces:
     Research Rhienn Class Disruptor Refit
     Research Rhienn Class Torpedo Refit
     Research Talon Class Refit
     Basic Leahval System Upgrade
     Advanced Leahval System Upgrade
     Research Simple Detection Grid
     Research Tachyon Detection Grid
     Research Multi Targeting Disruptor
     Research Vector Torpedo
     Research Stealth Field
",
"AUTOTOOLTIP-rom_research_instituteY.odf", "
       Offensive Value
     Defensive Value
     System Value

     Stationary Cloaking Device

     Research Station

     Produces:
     Research Rhienn Class Disruptor Refit
     Research Rhienn Class Torpedo Refit
     Research Talon Class Refit
     Basic Leahval System Upgrade
     Advanced Leahval System Upgrade
     Research Simple Detection Grid
     Research Tachyon Detection Grid
     Research Multi Targeting Disruptor
     Research Vector Torpedo
     Research Sensor Jammer
     Research Stealth Field
",
"AUTOTOOLTIP-rom_research_instituteZ.odf", "
       Offensive Value
     Defensive Value
     System Value

     Stationary Cloaking Device

     Research Station

     Produces:
     Research Rhienn Class Disruptor Refit
     Research Rhienn Class Torpedo Refit
     Research Talon Class Refit
     Basic Leahval System Upgrade
     Advanced Leahval System Upgrade
     Research Simple Detection Grid
     Research Tachyon Detection Grid
     Research Tal'Shiar Agent
     Research Multi Targeting Disruptor
     Research Vector Torpedo
     Research Stealth Field
",
"AUTOTOOLTIP-rom_rhienn.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Long
",
"AUTOTOOLTIP-rom_rhiennr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Long
",
"AUTOTOOLTIP-rom_rhiennr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Long
",
"AUTOTOOLTIP-rom_rhiennr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Improved Pulse Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Long
",
"AUTOTOOLTIP-rom_rhiennr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Improved Pulse Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Long
",
"AUTOTOOLTIP-rom_rhiennr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Improved Pulse Disruptor
     Cloaking Device
     Aldovh Type Cloak

     May be enhanced with additional refits

      Long
",
"AUTOTOOLTIP-rom_rhiennY.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Long

     
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_rhiennYr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Long

     
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_rhiennYr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Pulse Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Long

     
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_rhiennYr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Improved Pulse Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Long

     
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_rhiennYr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Improved Pulse Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Long

     
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_rhiennYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Improved Pulse Disruptor
     Cloaking Device
     Aldovh Type Cloak

     May be enhanced with additional refits

      Long

     
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_rhienn_bor.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Cloaking Device
     Close Distance Transwarp Drive

     May be enhanced with additional refits

      Long

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
     Will also apply to all refits
",
"AUTOTOOLTIP-rom_rhienn_borr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Cloaking Device
     Close Distance Transwarp Drive

     May be enhanced with additional refits

      Long

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
     Will also apply to all refits
",
"AUTOTOOLTIP-rom_rhienn_borr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Cloaking Device
     Close Distance Transwarp Drive

     May be enhanced with additional refits

      Long

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
     Will also apply to all refits
",
"AUTOTOOLTIP-rom_rhienn_borr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Improved Pulse Disruptor
     Cloaking Device
     Close Distance Transwarp Drive

     May be enhanced with additional refits

      Long

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
     Will also apply to all refits
",
"AUTOTOOLTIP-rom_rhienn_borr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Improved Pulse Disruptor
     Cloaking Device
     Close Distance Transwarp Drive

     May be enhanced with additional refits

      Long

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
     Will also apply to all refits
",
"AUTOTOOLTIP-rom_rhienn_borr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Improved Pulse Disruptor
     Cloaking Device
     Close Distance Transwarp Drive
     Aldovh Type Cloak

     May be enhanced with additional refits

      Long

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
     Will also apply to all refits
",
"AUTOTOOLTIP-rom_rhienn_phaser.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Disruptor
     Cloaking Device
     Multi Targeting Disruptor
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat

      Long
",
"AUTOTOOLTIP-rom_rhienn_phaserR.odf", "
    Defensive Value
    System Value

     Adds a beam-type disruptor array
     Adds the Kaleh Maneuver passive ability
     May be equipped with the Multi
     Targeting Disruptor special ability
",
"AUTOTOOLTIP-rom_rhienn_phaserr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Disruptor
     Cloaking Device
     Multi Targeting Disruptor
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat

      Long
",
"AUTOTOOLTIP-rom_rhienn_phaserr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Disruptor
     Cloaking Device
     Multi Targeting Disruptor
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat

      Long
",
"AUTOTOOLTIP-rom_rhienn_phaserr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Disruptor
     Cloaking Device
     Multi Targeting Disruptor
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat
     Flanking 
     Increases damage dealt to slower
     targets by 13 percent

      Long
",
"AUTOTOOLTIP-rom_rhienn_phaserr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Disruptor
     Cloaking Device
     Multi Targeting Disruptor
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat
     Flanking 
     Increases damage dealt to slower
     targets by 26 percent

      Long
",
"AUTOTOOLTIP-rom_rhienn_phaserr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Disruptor
     Cloaking Device
     Multi Targeting Disruptor
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat
     Flanking 
     Increases damage dealt to slower
     targets by 26 percent
     Aldovh Type Cloak

      Long
",
"AUTOTOOLTIP-rom_rhienn_phaserY.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Disruptor
     Cloaking Device
     Multi Targeting Disruptor
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat

      Long

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_rhienn_phaserYR.odf", "
    Defensive Value
    System Value

     Adds a beam-type disruptor array
     Adds the Kaleh Maneuver passive ability
     May be equipped with the Multi
     Targeting Disruptor special ability

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_rhienn_phaserYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Disruptor
     Cloaking Device
     Multi Targeting Disruptor
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat

      Long

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_rhienn_phaserYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Disruptor
     Cloaking Device
     Multi Targeting Disruptor
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat

      Long

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_rhienn_phaserYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Disruptor
     Cloaking Device
     Multi Targeting Disruptor
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat
     Flanking 
     Increases damage dealt to slower
     targets by 13 percent

      Long

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_rhienn_phaserYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Disruptor
     Cloaking Device
     Multi Targeting Disruptor
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat
     Flanking 
     Increases damage dealt to slower
     targets by 26 percent

      Long

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_rhienn_phaserYr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Disruptor
     Cloaking Device
     Multi Targeting Disruptor
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat
     Flanking 
     Increases damage dealt to slower
     targets by 26 percent
     Aldovh Type Cloak

      Long

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_rhienn_phaser_bor.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Disruptor
     Cloaking Device
     Multi Targeting Disruptor
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat
     Close Distance Transwarp Drive

      Long

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
",
"AUTOTOOLTIP-rom_rhienn_phaser_borR.odf", "
    Defensive Value
    System Value

     Adds a beam-type disruptor array
     Adds the Kaleh Maneuver passive ability
     May be equipped with the Multi
     Targeting Disruptor special ability

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
",
"AUTOTOOLTIP-rom_rhienn_phaser_borr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Disruptor
     Cloaking Device
     Multi Targeting Disruptor
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat
     Close Distance Transwarp Drive

      Long

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
",
"AUTOTOOLTIP-rom_rhienn_phaser_borr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Disruptor
     Cloaking Device
     Multi Targeting Disruptor
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat
     Close Distance Transwarp Drive

      Long

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
",
"AUTOTOOLTIP-rom_rhienn_phaser_borr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Disruptor
     Cloaking Device
     Multi Targeting Disruptor
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat
     Close Distance Transwarp Drive
     Flanking 
     Increases damage dealt to slower
     targets by 13 percent

      Long

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
",
"AUTOTOOLTIP-rom_rhienn_phaser_borr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Disruptor
     Cloaking Device
     Multi Targeting Disruptor
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat
     Close Distance Transwarp Drive
     Flanking 
     Increases damage dealt to slower
     targets by 26 percent

      Long

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
",
"AUTOTOOLTIP-rom_rhienn_phaser_borr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Disruptor
     Cloaking Device
     Multi Targeting Disruptor
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat
     Close Distance Transwarp Drive
     Flanking 
     Increases damage dealt to slower
     targets by 26 percent
     Aldovh Type Cloak

      Long

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
",
"AUTOTOOLTIP-rom_rhienn_phaser_kli.odf", "
     Offensive Value
     Defensive Value
     System Value

     4x Pulse Disruptor
     Graviton Marker
     Cloaking Device
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat

      Medium

     
     Offensive Value increased by 1
     Is equipped with 4 medium range Pulse
     Disruptors
     Is equipped with the Graviton Marker
     special ability
",
"AUTOTOOLTIP-rom_rhienn_phaser_klir2.odf", "
     Offensive Value
     Defensive Value
     System Value

     4x Pulse Disruptor
     Graviton Marker
     Cloaking Device
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat

      Medium

     
     Offensive Value increased by 1
     Is equipped with 4 medium range Pulse
     Disruptors
     Is equipped with the Graviton Marker
     special ability
",
"AUTOTOOLTIP-rom_rhienn_phaser_klir3.odf", "
     Offensive Value
     Defensive Value
     System Value

     4x Pulse Disruptor
     Graviton Marker
     Cloaking Device
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat

      Medium

     
     Offensive Value increased by 1
     Is equipped with 4 medium range Pulse
     Disruptors
     Is equipped with the Graviton Marker
     special ability
",
"AUTOTOOLTIP-rom_rhienn_phaser_klir4.odf", "
     Offensive Value
     Defensive Value
     System Value

     4x Pulse Disruptor
     Graviton Marker
     Cloaking Device
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat
     Flanking 
     Increases damage dealt to slower
     targets by 13 percent

      Medium

     
     Offensive Value increased by 1
     Is equipped with 4 medium range Pulse
     Disruptors
     Is equipped with the Graviton Marker
     special ability
",
"AUTOTOOLTIP-rom_rhienn_phaser_klir5.odf", "
     Offensive Value
     Defensive Value
     System Value

     4x Pulse Disruptor
     Graviton Marker
     Cloaking Device
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat
     Flanking 
     Increases damage dealt to slower
     targets by 26 percent

      Medium

     
     Offensive Value increased by 1
     Is equipped with 4 medium range Pulse
     Disruptors
     Is equipped with the Graviton Marker
     special ability
",
"AUTOTOOLTIP-rom_rhienn_phaser_klir6.odf", "
     Offensive Value
     Defensive Value
     System Value

     4x Pulse Disruptor
     Graviton Marker
     Cloaking Device
     Kaleh Maneuver 
     Once every two minutes the Rhienn will
     deal immense damage when opening combat
     Flanking 
     Increases damage dealt to slower
     targets by 26 percent
     Aldovh Type Cloak

      Medium

     
     Offensive Value increased by 1
     Is equipped with 4 medium range Pulse
     Disruptors
     Is equipped with the Graviton Marker
     special ability
",
"AUTOTOOLTIP-rom_rhienn_torpedo.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Plasma Torpedo
     Cloaking Device
     Vector Torpedo
     Predatory Strikes 
     This unit deals increased damage to
     cruisers

      Long
",
"AUTOTOOLTIP-rom_rhienn_torpedoR.odf", "
    Offensive Value
    System Value

     Adds a plasma torpedo launcher
     Adds the Predatory Strikes passive
     ability
     May be equipped with the Vector Torpedo
     special ability
",
"AUTOTOOLTIP-rom_rhienn_torpedor2.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Plasma Torpedo
     Cloaking Device
     Vector Torpedo
     Predatory Strikes 
     This unit deals increased damage to
     cruisers

      Long
",
"AUTOTOOLTIP-rom_rhienn_torpedor3.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Plasma Torpedo
     Cloaking Device
     Vector Torpedo
     Predatory Strikes 
     This unit deals increased damage to
     cruisers

      Long
",
"AUTOTOOLTIP-rom_rhienn_torpedor4.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Plasma Torpedo
     Cloaking Device
     Vector Torpedo
     Predatory Strikes 
     This unit deals increased damage to
     cruisers
     Infiltrator 
     Attacks of the Rhienn have a 25 precent
     chance to disable the weapons of a
     target station

      Long
",
"AUTOTOOLTIP-rom_rhienn_torpedor5.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Plasma Torpedo
     Cloaking Device
     Vector Torpedo
     Predatory Strikes 
     This unit deals increased damage to
     cruisers
     Infiltrator 
     Attacks of the Rhienn have a 50 precent
     chance to disable the weapons of a
     target station

      Long
",
"AUTOTOOLTIP-rom_rhienn_torpedor6.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Plasma Torpedo
     Cloaking Device
     Vector Torpedo
     Predatory Strikes 
     This unit deals increased damage to
     cruisers
     Infiltrator 
     Attacks of the Rhienn have a 50 precent
     chance to disable the weapons of a
     target station
     Aldovh Type Cloak

      Long
",
"AUTOTOOLTIP-rom_rhienn_torpedo_bor.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Plasma Torpedo
     Cloaking Device
     Vector Torpedo
     Predatory Strikes 
     This unit deals increased damage to
     cruisers
     Close Distance Transwarp Drive

      Long

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
",
"AUTOTOOLTIP-rom_rhienn_torpedo_borR.odf", "
    Offensive Value
    System Value

     Adds a plasma torpedo launcher
     Adds the Predatory Strikes passive
     ability
     May be equipped with the Vector Torpedo
     special ability

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
",
"AUTOTOOLTIP-rom_rhienn_torpedo_borr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Plasma Torpedo
     Cloaking Device
     Vector Torpedo
     Predatory Strikes 
     This unit deals increased damage to
     cruisers
     Close Distance Transwarp Drive

      Long

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
",
"AUTOTOOLTIP-rom_rhienn_torpedo_borr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Plasma Torpedo
     Cloaking Device
     Vector Torpedo
     Predatory Strikes 
     This unit deals increased damage to
     cruisers
     Close Distance Transwarp Drive

      Long

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
",
"AUTOTOOLTIP-rom_rhienn_torpedo_borr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Plasma Torpedo
     Cloaking Device
     Vector Torpedo
     Predatory Strikes 
     This unit deals increased damage to
     cruisers
     Close Distance Transwarp Drive
     Infiltrator 
     Attacks of the Rhienn have a 25 precent
     chance to disable the weapons of a
     target station

      Long

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
",
"AUTOTOOLTIP-rom_rhienn_torpedo_borr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Plasma Torpedo
     Cloaking Device
     Vector Torpedo
     Predatory Strikes 
     This unit deals increased damage to
     cruisers
     Close Distance Transwarp Drive
     Infiltrator 
     Attacks of the Rhienn have a 50 precent
     chance to disable the weapons of a
     target station

      Long

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
",
"AUTOTOOLTIP-rom_rhienn_torpedo_borr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Plasma Torpedo
     Cloaking Device
     Vector Torpedo
     Predatory Strikes 
     This unit deals increased damage to
     cruisers
     Close Distance Transwarp Drive
     Infiltrator 
     Attacks of the Rhienn have a 50 precent
     chance to disable the weapons of a
     target station
     Aldovh Type Cloak

      Long

     
     All attributes increased by 1
     Is equipped with the Close Distance
     Transwarp Drive special ability
",
"AUTOTOOLTIP-rom_rhienn_torpedo_dom.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Plasma Torpedo
     Cloaking Device
     Vector Torpedo
     Tetryon Precharger 
     Increases damage dealt to stations
     Predatory Strikes 
     This unit deals increased damage to
     cruisers

      Long

     
     Offensive Value increased by 1
     Is equipped with the Tetrion Precharger
     passive ability
",
"AUTOTOOLTIP-rom_rhienn_torpedo_domr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Plasma Torpedo
     Cloaking Device
     Vector Torpedo
     Tetryon Precharger 
     Increases damage dealt to stations
     Predatory Strikes 
     This unit deals increased damage to
     cruisers

      Long

     
     Offensive Value increased by 1
     Is equipped with the Tetrion Precharger
     passive ability
",
"AUTOTOOLTIP-rom_rhienn_torpedo_domr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Plasma Torpedo
     Cloaking Device
     Vector Torpedo
     Tetryon Precharger 
     Increases damage dealt to stations
     Predatory Strikes 
     This unit deals increased damage to
     cruisers

      Long

     
     Offensive Value increased by 1
     Is equipped with the Tetrion Precharger
     passive ability
",
"AUTOTOOLTIP-rom_rhienn_torpedo_domr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Plasma Torpedo
     Cloaking Device
     Vector Torpedo
     Tetryon Precharger 
     Increases damage dealt to stations
     Predatory Strikes 
     This unit deals increased damage to
     cruisers
     Infiltrator 
     Attacks of the Rhienn have a 25 precent
     chance to disable the weapons of a
     target station

      Long

     
     Offensive Value increased by 1
     Is equipped with the Tetrion Precharger
     passive ability
",
"AUTOTOOLTIP-rom_rhienn_torpedo_domr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Plasma Torpedo
     Cloaking Device
     Vector Torpedo
     Tetryon Precharger 
     Increases damage dealt to stations
     Predatory Strikes 
     This unit deals increased damage to
     cruisers
     Infiltrator 
     Attacks of the Rhienn have a 50 precent
     chance to disable the weapons of a
     target station

      Long

     
     Offensive Value increased by 1
     Is equipped with the Tetrion Precharger
     passive ability
",
"AUTOTOOLTIP-rom_rhienn_torpedo_domr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Pulse Disruptor
     Plasma Torpedo
     Cloaking Device
     Vector Torpedo
     Tetryon Precharger 
     Increases damage dealt to stations
     Predatory Strikes 
     This unit deals increased damage to
     cruisers
     Infiltrator 
     Attacks of the Rhienn have a 50 precent
     chance to disable the weapons of a
     target station
     Aldovh Type Cloak

      Long

     
     Offensive Value increased by 1
     Is equipped with the Tetrion Precharger
     passive ability
",
"AUTOTOOLTIP-rom_saeihr.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Concave Plasma Conduits

      Long

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_saeihrM.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Concave Plasma Conduits

      Long

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_saeihrMr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Concave Plasma Conduits

      Long

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_saeihrMr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Concave Plasma Conduits

      Long

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_saeihrMr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 25
     or less
     Cloaking Device
     Concave Plasma Conduits
     Vmax Ammunition 
     Increases the maximum defensive value
     at which the Particle Weapons will deal
     extra damage by 5 and increases the
     special weapon energy regeneration rate
     by 15 percent

      Long

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_saeihrMr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 30
     or less
     Cloaking Device
     Concave Plasma Conduits
     Vmax Ammunition 
     Increases the maximum defensive value
     at which the Particle Weapons will deal
     extra damage by 10 and increases the
     special weapon energy regeneration rate
     by 30 percent

      Long

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_saeihrMr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 30
     or less
     Cloaking Device
     Concave Plasma Conduits
     Vmax Ammunition 
     Increases the maximum defensive value
     at which the Particle Weapons will deal
     extra damage by 10 and increases the
     special weapon energy regeneration rate
     by 30 percent
     Systemwide Interconnectors 
     Decreases the special energy costs of
     special weapons by 30 percent and
     increases all attributes by 3

      Long

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_saeihrr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Concave Plasma Conduits

      Long

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_saeihrr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Cloaking Device
     Concave Plasma Conduits

      Long

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_saeihrr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 25
     or less
     Cloaking Device
     Concave Plasma Conduits
     Vmax Ammunition 
     Increases the maximum defensive value
     at which the Particle Weapons will deal
     extra damage by 5 and increases the
     special weapon energy regeneration rate
     by 15 percent

      Long

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_saeihrr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 30
     or less
     Cloaking Device
     Concave Plasma Conduits
     Vmax Ammunition 
     Increases the maximum defensive value
     at which the Particle Weapons will deal
     extra damage by 10 and increases the
     special weapon energy regeneration rate
     by 30 percent

      Long

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_saeihrr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 30
     or less
     Cloaking Device
     Concave Plasma Conduits
     Vmax Ammunition 
     Increases the maximum defensive value
     at which the Particle Weapons will deal
     extra damage by 10 and increases the
     special weapon energy regeneration rate
     by 30 percent
     Systemwide Interconnectors 
     Decreases the special energy costs of
     special weapons by 30 percent and
     increases all attributes by 3

      Long

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_serkas.odf", "
     Offensive Value
     Defensive Value
       System Value

     Quadcobalt Torpedo
     Cloaking Device
     Silent Resolve

      Artillery
",
"AUTOTOOLTIP-rom_serkasr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Quadcobalt Torpedo
     Cloaking Device
     Silent Resolve

      Artillery
",
"AUTOTOOLTIP-rom_serkasr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Quadcobalt Torpedo
     Cloaking Device
     Silent Resolve

      Artillery
",
"AUTOTOOLTIP-rom_serkasr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Quadcobalt Torpedo
     Cloaking Device
     Silent Resolve
     Delevhas Reload Systems 
     Reload time improved by 5 percent and
     blast radius increased by 10 percent

      Artillery
",
"AUTOTOOLTIP-rom_serkasr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Quadcobalt Torpedo
     Cloaking Device
     Silent Resolve
     Delevhas Reload Systems 
     Reload time improved by 10 percent and
     blast radius increased by 20 percent

      Artillery
",
"AUTOTOOLTIP-rom_serkasr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Quadcobalt Torpedo
     Cloaking Device
     Silent Resolve
     Delevhas Reload Systems 
     Reload time improved by 10 percent and
     blast radius increased by 20 percent
     Systemwide Interconnectors 
     Decreases the special energy costs of
     special weapons by 30 percent and
     increases all attributes by 3

      Artillery
",
"AUTOTOOLTIP-rom_serkasY.odf", "
     Offensive Value
     Defensive Value
       System Value

     Quadcobalt Torpedo
     Cloaking Device
     Silent Resolve

      Artillery

     
     Supply costs decreased by 50 percent
",
"AUTOTOOLTIP-rom_serkas_dom.odf", "
     Offensive Value
     Defensive Value
       System Value

     Quadcobalt Torpedo
     Cloaking Device
     Silent Resolve

      Artillery

     
     Offensive Value increased by 3
     Blastradius of the Quadcobalt Torpedo
     increased
",
"AUTOTOOLTIP-rom_serkas_domr2.odf", "
     Offensive Value
     Defensive Value
       System Value

     Quadcobalt Torpedo
     Cloaking Device
     Silent Resolve

      Artillery

     
     Offensive Value increased by 3
     Blastradius of the Quadcobalt Torpedo
     increased
",
"AUTOTOOLTIP-rom_serkas_domr3.odf", "
     Offensive Value
     Defensive Value
       System Value

     Quadcobalt Torpedo
     Cloaking Device
     Silent Resolve

      Artillery

     
     Offensive Value increased by 3
     Blastradius of the Quadcobalt Torpedo
     increased
",
"AUTOTOOLTIP-rom_serkas_domr4.odf", "
     Offensive Value
     Defensive Value
       System Value

     Quadcobalt Torpedo
     Cloaking Device
     Silent Resolve
     Delevhas Reload Systems 
     Reload time improved by 5 percent and
     blast radius increased by 10 percent

      Artillery

     
     Offensive Value increased by 3
     Blastradius of the Quadcobalt Torpedo
     increased
",
"AUTOTOOLTIP-rom_serkas_domr5.odf", "
     Offensive Value
     Defensive Value
       System Value

     Quadcobalt Torpedo
     Cloaking Device
     Silent Resolve
     Delevhas Reload Systems 
     Reload time improved by 10 percent and
     blast radius increased by 20 percent

      Artillery

     
     Offensive Value increased by 3
     Blastradius of the Quadcobalt Torpedo
     increased
",
"AUTOTOOLTIP-rom_serkas_domr6.odf", "
     Offensive Value
     Defensive Value
     System Value

     Quadcobalt Torpedo
     Cloaking Device
     Silent Resolve
     Delevhas Reload Systems 
     Reload time improved by 10 percent and
     blast radius increased by 20 percent
     Systemwide Interconnectors 
     Decreases the special energy costs of
     special weapons by 30 percent and
     increases all attributes by 3

      Artillery

     
     Offensive Value increased by 3
     Blastradius of the Quadcobalt Torpedo
     increased
",
"AUTOTOOLTIP-rom_shrike.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Experimental Pulse Disruptor
     Has a chance to disable weapons when
     targeting destroyers
     Cloaking Device
     Tal'Shiar Agent

      Medium
",
"AUTOTOOLTIP-rom_shriker2.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Experimental Pulse Disruptor
     Has a chance to disable weapons when
     targeting destroyers
     Cloaking Device
     Tal'Shiar Agent

      Medium
",
"AUTOTOOLTIP-rom_shriker3.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Experimental Pulse Disruptor
     Has a chance to disable weapons when
     targeting destroyers
     Cloaking Device
     Tal'Shiar Agent

      Medium
",
"AUTOTOOLTIP-rom_shriker4.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Experimental Pulse Disruptor
     Has a chance to disable weapons when
     targeting destroyers
     Cloaking Device
     Tal'Shiar Agent
     Special Agent 
     Allows the Tal'shiar Agent special
     ability to target stations. An
     infiltrated station will reveal the
     complete sensor data of its owner

      Medium
",
"AUTOTOOLTIP-rom_shriker5.odf", "
     Offensive Value
     Defensive Value
       System Value

     2x Experimental Pulse Disruptor
     Has a chance to disable weapons when
     targeting destroyers
     Cloaking Device
     Tal'Shiar Agent
     Special Agent 
     Allows the Tal'shiar Agent special
     ability to target stations. An
     infiltrated station will reveal the
     complete sensor data of its owner
     Decreases the energy costs by 50 percent

      Medium
",
"AUTOTOOLTIP-rom_shriker6.odf", "
     Offensive Value
     Defensive Value
     System Value

     2x Experimental Pulse Disruptor
     Has a chance to disable weapons when
     targeting destroyers
     Cloaking Device
     Tal'Shiar Agent
     Special Agent 
     Allows the Tal'shiar Agent special
     ability to target stations. An
     infiltrated station will reveal the
     complete sensor data of its owner
     Decreases the energy costs by 50 percent
     Pulse Weapon Mastery 
     The Experimental Pulse Disruptor effect
     has a higher chance on destroyers and
     may also disable the weapons of cruisers

      Medium
",
"AUTOTOOLTIP-rom_spy_satellite.odf", "
       Offensive Value
     Defensive Value
     System Value

     Tachyon Detection Grid 
     Stationary Cloaking Device
",
"AUTOTOOLTIP-rom_starbase.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Pulse Disruptor
     Tachyon Scan
     Intelligence Report
     Stationary Cloaking Device

     Yard

     Produces:
     Mogai Class
     Fakairu Class
     Talon Class

      Long
",
"AUTOTOOLTIP-rom_starbaseY_D.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Pulse Disruptor
     Tachyon Scan
     Intelligence Report
     Stationary Cloaking Device

     Yard

     Produces:
     Mogai Class
     Fakairu Class
     Talon Class

      Long
",
"AUTOTOOLTIP-rom_starbaseY_DD.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Pulse Disruptor
     Tachyon Scan
     Intelligence Report
     Stationary Cloaking Device

     Yard

     Produces:
     Mogai Class
     Fakairu Class
     Talon Class

      Long
",
"AUTOTOOLTIP-rom_starbaseY_DDW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Pulse Disruptor
     Plasma Torpedo
     Tachyon Scan
     Intelligence Report
     Stationary Cloaking Device

     Yard

     Produces:
     Mogai Class
     Fakairu Class
     Talon Class

      Long
",
"AUTOTOOLTIP-rom_starbaseY_DDWW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Pulse Disruptor
     Plasma Torpedo
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Tachyon Scan
     Intelligence Report
     Stationary Cloaking Device

     Yard

     Produces:
     Mogai Class
     Fakairu Class
     Talon Class

      Long
",
"AUTOTOOLTIP-rom_starbaseY_DW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Pulse Disruptor
     Plasma Torpedo
     Tachyon Scan
     Intelligence Report
     Stationary Cloaking Device

     Yard

     Produces:
     Mogai Class
     Fakairu Class
     Talon Class

      Long
",
"AUTOTOOLTIP-rom_starbaseY_DWW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Pulse Disruptor
     Plasma Torpedo
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Tachyon Scan
     Intelligence Report
     Stationary Cloaking Device

     Yard

     Produces:
     Mogai Class
     Fakairu Class
     Talon Class

      Long
",
"AUTOTOOLTIP-rom_starbaseY_W.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Pulse Disruptor
     Plasma Torpedo
     Tachyon Scan
     Intelligence Report
     Stationary Cloaking Device

     Yard

     Produces:
     Mogai Class
     Fakairu Class
     Talon Class

      Long
",
"AUTOTOOLTIP-rom_starbaseY_WW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Pulse Disruptor
     Plasma Torpedo
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Tachyon Scan
     Intelligence Report
     Stationary Cloaking Device

     Yard

     Produces:
     Mogai Class
     Fakairu Class
     Talon Class

      Long
",
"AUTOTOOLTIP-rom_starbaseZ_D.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Pulse Disruptor
     Tachyon Scan
     Intelligence Report
     Stationary Cloaking Device

     Yard

     Produces:
     Mogai Class
     Fakairu Class
     Talon Class

      Long
",
"AUTOTOOLTIP-rom_starbaseZ_DD.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Pulse Disruptor
     Tachyon Scan
     Intelligence Report
     Stationary Cloaking Device

     Yard

     Produces:
     Mogai Class
     Fakairu Class
     Talon Class

      Long
",
"AUTOTOOLTIP-rom_starbaseZ_DDW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Pulse Disruptor
     Plasma Torpedo
     Tachyon Scan
     Intelligence Report
     Stationary Cloaking Device

     Yard

     Produces:
     Mogai Class
     Fakairu Class
     Talon Class

      Long
",
"AUTOTOOLTIP-rom_starbaseZ_DDWW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Pulse Disruptor
     Plasma Torpedo
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Tachyon Scan
     Intelligence Report
     Stationary Cloaking Device

     Yard

     Produces:
     Mogai Class
     Fakairu Class
     Talon Class

      Long
",
"AUTOTOOLTIP-rom_starbaseZ_DW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Pulse Disruptor
     Plasma Torpedo
     Tachyon Scan
     Intelligence Report
     Stationary Cloaking Device

     Yard

     Produces:
     Mogai Class
     Fakairu Class
     Talon Class

      Long
",
"AUTOTOOLTIP-rom_starbaseZ_DWW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Pulse Disruptor
     Plasma Torpedo
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Tachyon Scan
     Intelligence Report
     Stationary Cloaking Device

     Yard

     Produces:
     Mogai Class
     Fakairu Class
     Talon Class

      Long
",
"AUTOTOOLTIP-rom_starbaseZ_W.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Pulse Disruptor
     Plasma Torpedo
     Tachyon Scan
     Intelligence Report
     Stationary Cloaking Device

     Yard

     Produces:
     Mogai Class
     Fakairu Class
     Talon Class

      Long
",
"AUTOTOOLTIP-rom_starbaseZ_WW.odf", "
     Offensive Value
   Defensive Value
     System Value

     3x Pulse Disruptor
     Plasma Torpedo
     2x Particle Weapon
     Deals increased damage to structurally
     weak targets with a defense value of 20
     or less
     Tachyon Scan
     Intelligence Report
     Stationary Cloaking Device

     Yard

     Produces:
     Mogai Class
     Fakairu Class
     Talon Class

      Long
",
"AUTOTOOLTIP-rom_starbase_upgradeD.odf", "
  Defensive Value

     Power up the defense of your starbase
     to make it less vulnerable to enemy fire
",
"AUTOTOOLTIP-rom_starbase_upgradeW.odf", "
  Offensive Value

     Improve the weapon systems of your
     starbase to deal increased amounts of
     damage with every shot
",
"AUTOTOOLTIP-rom_staryard.odf", "
       Offensive Value
     Defensive Value
     System Value

     Stationary Cloaking Device

     Yard
     Repair Dock
",
"AUTOTOOLTIP-rom_staryardY.odf", "
       Offensive Value
     Defensive Value
     System Value

     Stationary Cloaking Device

     Yard
     Repair Dock

     Produces:
     Rhienn Class
     Leahval Class
     Griffin Class
     Serkas Class
     Generix Class
     Prefine Defense Components
",
"AUTOTOOLTIP-rom_staryardZ.odf", "
       Offensive Value
     Defensive Value
     System Value

     Stationary Cloaking Device

     Yard
     Repair Dock

     Produces:
     Rhienn Class
     Shrike Class
     Leahval Class
     Serkas Class
     Generix Class
     Prefine Defense Components
",
"AUTOTOOLTIP-rom_talon.odf", "
       Offensive Value
       Defensive Value
       System Value

     Pulse Disruptor
     Cloaking Device

     May be enhanced with additional refits

      Short
",
"AUTOTOOLTIP-rom_talon_detect.odf", "
       Offensive Value
       Defensive Value
       System Value

     Pulse Disruptor
     Cloaking Device
     Tachyon Detection Grid 

      Short
",
"AUTOTOOLTIP-rom_talon_detectR.odf", "
    Offensive Value
    Defensive Value
    System Value

     Adds the Tachyon Detection Grid passive
     ability
",
"AUTOTOOLTIP-rom_talon_repair_fed.odf", "
       Offensive Value
       Defensive Value
       System Value

     Pulse Disruptor
     Cloaking Device

     Repairs vessels and stations

      Short

     
     Defensive Value increased by 1
     May repair vessels and stations
",
"AUTOTOOLTIP-rom_talshiar_academy.odf", "
       Offensive Value
     Defensive Value
     System Value

     Stationary Cloaking Device

     Research Station

     Produces:
     Research Generix Frigate Refit
     Research Generix Support Refit
     Research Generix Spectre Refit
     Basic Generix System Upgrade
     Advanced Generix System Upgrade
     Research Combat-Cloak
     Research Silent Resolve
     Research Multi Purpose Weapons
     Research Rei'karansu Covert-Ops Team
",
"AUTOTOOLTIP-rom_talshiar_academyY.odf", "
       Offensive Value
     Defensive Value
     System Value

     Stationary Cloaking Device

     Research Station

     Produces:
     Research Generix Frigate Refit
     Research Generix Support Refit
     Research Generix Spectre Refit
     Basic Generix System Upgrade
     Advanced Generix System Upgrade
     Research Combat-Cloak
     Research Silent Resolve
     Research Radiation Array
     Research Multi Purpose Weapons
     Research Rei'karansu Covert-Ops Team
",
"AUTOTOOLTIP-rom_talshiar_academyZ.odf", "
       Offensive Value
     Defensive Value
     System Value

     Stationary Cloaking Device

     Research Station

     Produces:
     Research Generix Frigate Refit
     Research Generix Support Refit
     Research Generix Spectre Refit
     Basic Generix System Upgrade
     Advanced Generix System Upgrade
     Research Combat-Cloak
     Research Silent Resolve
     Research Disruptor Bombardment
     Research Multi Purpose Weapons
     Research Rei'karansu Covert-Ops Team
",
"AUTOTOOLTIP-rom_tavara.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium
",
"AUTOTOOLTIP-rom_tavaraY.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraYr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraYr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraYr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 20 percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraYr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraYr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent
     Matriarch Warbird 
     The Tavara gains the special abilities
     of all other Warbirds, if researched

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_C.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_Cr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_Cr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_Cr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 20 percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_Cr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_Cr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent
     Matriarch Warbird 
     The Tavara gains the special abilities
     of all other Warbirds, if researched

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_D.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_DC.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_DCr2.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_DCr3.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_DCr4.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 20 percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_DCr5.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_DCr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent
     Matriarch Warbird 
     The Tavara gains the special abilities
     of all other Warbirds, if researched

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_Dr2.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_Dr3.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_Dr4.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 20 percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_Dr5.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_Dr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent
     Matriarch Warbird 
     The Tavara gains the special abilities
     of all other Warbirds, if researched

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_W.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_WC.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_WCr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_WCr3.odf", "
   Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_WCr4.odf", "
   Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 20 percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_WCr5.odf", "
   Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_WCr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent
     Matriarch Warbird 
     The Tavara gains the special abilities
     of all other Warbirds, if researched

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_WD.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_WDC.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_WDCr2.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_WDCr3.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_WDCr4.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 20 percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_WDCr5.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_WDCr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent
     Matriarch Warbird 
     The Tavara gains the special abilities
     of all other Warbirds, if researched

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_WDr2.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_WDr3.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_WDr4.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 20 percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_WDr5.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_WDr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent
     Matriarch Warbird 
     The Tavara gains the special abilities
     of all other Warbirds, if researched

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_Wr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_Wr3.odf", "
   Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_Wr4.odf", "
   Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 20 percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_Wr5.odf", "
   Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraY_Wr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent
     Matriarch Warbird 
     The Tavara gains the special abilities
     of all other Warbirds, if researched

      Medium

     
     Offensive Value increased by 3
",
"AUTOTOOLTIP-rom_tavaraZ.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 20 percent

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent
     Matriarch Warbird 
     The Tavara gains the special abilities
     of all other Warbirds, if researched

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_C.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_Cr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_Cr3.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_Cr4.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 20 percent

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_Cr5.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_Cr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent
     Matriarch Warbird 
     The Tavara gains the special abilities
     of all other Warbirds, if researched

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_D.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_DC.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_DCr2.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_DCr3.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_DCr4.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 20 percent

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_DCr5.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_DCr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent
     Matriarch Warbird 
     The Tavara gains the special abilities
     of all other Warbirds, if researched

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_Dr2.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_Dr3.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_Dr4.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 20 percent

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_Dr5.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_Dr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent
     Matriarch Warbird 
     The Tavara gains the special abilities
     of all other Warbirds, if researched

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_W.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_WC.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_WCr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_WCr3.odf", "
   Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_WCr4.odf", "
   Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 20 percent

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_WCr5.odf", "
   Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_WCr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent
     Matriarch Warbird 
     The Tavara gains the special abilities
     of all other Warbirds, if researched

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_WD.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_WDC.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_WDCr2.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_WDCr3.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_WDCr4.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 20 percent

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_WDCr5.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_WDCr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent
     Matriarch Warbird 
     The Tavara gains the special abilities
     of all other Warbirds, if researched

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_WDr2.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_WDr3.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_WDr4.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 20 percent

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_WDr5.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_WDr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent
     Matriarch Warbird 
     The Tavara gains the special abilities
     of all other Warbirds, if researched

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_Wr2.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_Wr3.odf", "
   Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_Wr4.odf", "
   Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 20 percent

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_Wr5.odf", "
   Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavaraZ_Wr6.odf", "
   Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station
     Modularization 
     Increases attribute bonuses gained from
     upgrades by 40 percent
     Matriarch Warbird 
     The Tavara gains the special abilities
     of all other Warbirds, if researched

      Medium

     
     You may build two Tavara Type Warbirds
     Offensive Value increased by 4
     Defensive Value increased by 4
     Movement speed increased
",
"AUTOTOOLTIP-rom_tavara_C.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium
",
"AUTOTOOLTIP-rom_tavara_D.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium
",
"AUTOTOOLTIP-rom_tavara_DC.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium
",
"AUTOTOOLTIP-rom_tavara_upgradeC.odf", "
  System Value

     Reduces the special energy costs for
     cloaking to 0
     Reduces the delay for cloaking and
     decloaking to 1 second
",
"AUTOTOOLTIP-rom_tavara_upgradeD.odf", "
  Defensive Value

     Power up the defense of the Tavara to
     make it less vulnerable to enemy fire
",
"AUTOTOOLTIP-rom_tavara_upgradeW.odf", "
  Offensive Value

     Improve the weapon systems of the
     Tavara to deal increased amounts of
     damage with every shot
",
"AUTOTOOLTIP-rom_tavara_W.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium
",
"AUTOTOOLTIP-rom_tavara_WC.odf", "
     Offensive Value
     Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium
",
"AUTOTOOLTIP-rom_tavara_WD.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium
",
"AUTOTOOLTIP-rom_tavara_WDC.odf", "
     Offensive Value
   Defensive Value
     System Value

     Disruptor
     2x Plasma Torpedo
     2x Pulse Disruptor
     Cloaking Device
     Rei'karansu Covert-Ops Team
     Rei'karansu Marines 
     Increased boarding party strength and
     may be recrewed like a station

      Medium
",
"AUTOTOOLTIP-rom_upgrade_facility.odf", "
       Offensive Value
     Defensive Value
     System Value

     Stationary Cloaking Device

     Research Station

     Produces:
     Improved Weapons
     Advanced Weapons
     Improved Shielding
     Advanced Shielding
     Improved Sensors
     Advanced Sensors
",
"AUTOTOOLTIP-rom_warbird_yard.odf", "
       Offensive Value
   Defensive Value
     System Value

     Stationary Cloaking Device

     Yard
     Repair Dock

     Produces:
     D'deridex Class
     Norexan Class
     Tavara Class
",
"AUTOTOOLTIP-rom_warbird_yardY.odf", "
       Offensive Value
   Defensive Value
     System Value

     Stationary Cloaking Device

     Yard
     Repair Dock

     Produces:
     Eresis Class
     D'deridex Class
     Norexan Class
     Tavara Class
     Prefine Defense Components
",
"AUTOTOOLTIP-rom_warbird_yardZ.odf", "
       Offensive Value
   Defensive Value
     System Value

     Stationary Cloaking Device

     Yard
     Repair Dock

     Produces:
     Cehlaer Class
     D'deridex Class
     Norexan Class
     Tavara Class
     Prefine Defense Components
",
"AUTOTOOLTIP-all_detection.odf", "
     Pings all cloaked units on your mini-map

   
",
"AUTOTOOLTIP-all_tachion_scan.odf", "
     Decloakes all enemies at the target
     location

   
",
"AUTOTOOLTIP-avatar_bor_assimilate.odf", "

     Pyramid
     Nanite Factory Module - Assimilator and
     Pyramid


     The Assimilator Module reaches its
     maximum capacity with just 2 modules
     installed
     Assimilator collective connections
     costs reduced by 50 percent and
     increased Defensive Value of
     Assimilators and Pyramids by 20
     Equipps Assimilation Matrixes with the
     Matrix-Teleport special ability
",
"AUTOTOOLTIP-avatar_bor_assimilate.odf_WithName", "Directive: Assimilate


     Pyramid
     Nanite Factory Module - Assimilator and
     Pyramid


     The Assimilator Module reaches its
     maximum capacity with just 2 modules
     installed
     Assimilator collective connections
     costs reduced by 50 percent and
     increased Defensive Value of
     Assimilators and Pyramids by 20
     Equipps Assimilation Matrixes with the
     Matrix-Teleport special ability
",
"AUTOTOOLTIP-avatar_bor_optimize.odf", "

     Recycling Center
     Prime Module - Sphere


     Reduces the construction costs of
     selecting a Borg chassis by 30 percent
     Allows to upgrade the productivity of
     Incubation Centers
     Increased Defensive Value for Resource
     Assimilators by 5
",
"AUTOTOOLTIP-avatar_bor_optimize.odf_WithName", "Directive: Optimize


     Recycling Center
     Prime Module - Sphere


     Reduces the construction costs of
     selecting a Borg chassis by 30 percent
     Allows to upgrade the productivity of
     Incubation Centers
     Increased Defensive Value for Resource
     Assimilators by 5
",
"AUTOTOOLTIP-avatar_dom_breen.odf", "

     Breen Cruiser
     Breen Battleship


     Increased Offensive Value for all
     vessels with Tetryon Torpedos by 2
     Reduced research costs for all Dominion
     system upgrades by 20 percent
     Allows to upgrade movement speed at the
     Ketracel White Facility
",
"AUTOTOOLTIP-avatar_dom_breen.odf_WithName", "Alliance: Breen


     Breen Cruiser
     Breen Battleship


     Increased Offensive Value for all
     vessels with Tetryon Torpedos by 2
     Reduced research costs for all Dominion
     system upgrades by 20 percent
     Allows to upgrade movement speed at the
     Ketracel White Facility
",
"AUTOTOOLTIP-avatar_dom_pure.odf", "

     S-7 Defender
     Hyperspace Sensor System


     Reduced construction time for all
     Construction Yard vessels by 25 percent
     You may build two Hyperspace Artilleries
     Increased all attributes of the B-5
     Battle Cruiser and the V-13 Battleship
     by 6 and increased the weapon range of
     the B-5 Battle Cruiser to medium range
",
"AUTOTOOLTIP-avatar_dom_pure.odf_WithName", "Dominion Puretech


     S-7 Defender
     Hyperspace Sensor System


     Reduced construction time for all
     Construction Yard vessels by 25 percent
     You may build two Hyperspace Artilleries
     Increased all attributes of the B-5
     Battle Cruiser and the V-13 Battleship
     by 6 and increased the weapon range of
     the B-5 Battle Cruiser to medium range
",
"AUTOTOOLTIP-avatar_fed_mayson.odf", "

     Norway Class
     Torpedo Platform


     Increased Defensive Value for all
     Antares Yard vessels
     Reduced construction time for all
     stations by 25 percent
     Increased Offensive and Defensive Value
     for Excelsior II Class by 4 and allows
     her to be equipped with the ACS Torpedo
     special ability
",
"AUTOTOOLTIP-avatar_fed_mayson.odf_WithName", "Admiral Ben Mayson


     Norway Class
     Torpedo Platform


     Increased Defensive Value for all
     Antares Yard vessels
     Reduced construction time for all
     stations by 25 percent
     Increased Offensive and Defensive Value
     for Excelsior II Class by 4 and allows
     her to be equipped with the ACS Torpedo
     special ability
",
"AUTOTOOLTIP-avatar_fed_risner.odf", "

     Avalon Class
     Phalanx Class


     Increased Offensive Value for Intrepid
     and Akira Class vessels by 3
     Increased System Value for all Eraudi
     Yard vessels by 5
     Reduced research costs for all Starship
     Chassis by 25 percent
",
"AUTOTOOLTIP-avatar_fed_risner.odf_WithName", "Admiral Jane Risner


     Avalon Class
     Phalanx Class


     Increased Offensive Value for Intrepid
     and Akira Class vessels by 3
     Increased System Value for all Eraudi
     Yard vessels by 5
     Reduced research costs for all Starship
     Chassis by 25 percent
",
"AUTOTOOLTIP-avatar_kli_martok.odf", "

     LuSpet Class
     SuS'a' Class


     Increased Defensive Value for all
     Imperial Yard vessels
     Reduced the consutruction costs for
     Field Yard, Battle Yard and Imperial
     Yard by 30 percent
     Increased Crew boarding strength for
     Vor'cha, Vutpa', LuSpet and Negh'var
     Class vessels
",
"AUTOTOOLTIP-avatar_kli_martok.odf_WithName", "Martok


     LuSpet Class
     SuS'a' Class


     Increased Defensive Value for all
     Imperial Yard vessels
     Reduced the consutruction costs for
     Field Yard, Battle Yard and Imperial
     Yard by 30 percent
     Increased Crew boarding strength for
     Vor'cha, Vutpa', LuSpet and Negh'var
     Class vessels
",
"AUTOTOOLTIP-avatar_kli_taqroja.odf", "

     Veqlaragh Class
     Chargh Class


     Equipped B'rel and K'Vort Class Vessels
     with Photon Torpedos and increased the
     Offensive Value of B'rel, K'Vort and
     Sang' Class vessels by 2
     Reduced construction costs for Topmey
     Class vessels by 20 percent
     Replaced Torpedo Drone weapons by Heavy
     Disruptor weapons
",
"AUTOTOOLTIP-avatar_kli_taqroja.odf_WithName", "TaQ'roja


     Veqlaragh Class
     Chargh Class


     Equipped B'rel and K'Vort Class Vessels
     with Photon Torpedos and increased the
     Offensive Value of B'rel, K'Vort and
     Sang' Class vessels by 2
     Reduced construction costs for Topmey
     Class vessels by 20 percent
     Replaced Torpedo Drone weapons by Heavy
     Disruptor weapons
",
"AUTOTOOLTIP-avatar_rom_helev.odf", "

     Eresis Class
     Griffin Class


     Increased Offensive Value for all
     vessels with beam-type Disruptors by 3
     The Intelligence Center will gain more
     experience and level-up faster
     Reduced the Supply costs for all
     Generix Class refits and Staryard
     vessels by 50 percent
",
"AUTOTOOLTIP-avatar_rom_helev.odf_WithName", "General Helev


     Eresis Class
     Griffin Class


     Increased Offensive Value for all
     vessels with beam-type Disruptors by 3
     The Intelligence Center will gain more
     experience and level-up faster
     Reduced the Supply costs for all
     Generix Class refits and Staryard
     vessels by 50 percent
",
"AUTOTOOLTIP-avatar_rom_mijural.odf", "

     Shrike Class
     Cehlaer Class


     Equipped Disruptor Turrets with Plasma
     Torpedoes and all attributes increased
     by 5
     Increased Offensive and Defensive
     Values for all Warbirds by 3 and
     increased their movement speed
     You may build two Tavara Type Warbirds
",
"AUTOTOOLTIP-avatar_rom_mijural.odf_WithName", "General Mijural


     Shrike Class
     Cehlaer Class


     Equipped Disruptor Turrets with Plasma
     Torpedoes and all attributes increased
     by 5
     Increased Offensive and Defensive
     Values for all Warbirds by 3 and
     increased their movement speed
     You may build two Tavara Type Warbirds
",
"AUTOTOOLTIP-bor_autoassimilator_A.odf", "
     Assimilates 4 crewmen per second to
     ease boarding and adds them to the
     Assimilators crew, if it should not be
     fully recrewed

      Long

   
",
"AUTOTOOLTIP-bor_autoassimilator_AA.odf", "
     Assimilates 8 crewmen per second to
     ease boarding and adds them to the
     Assimilators crew, if it should not be
     fully recrewed

      Long

   
",
"AUTOTOOLTIP-bor_autoassimilator_AAA.odf", "
     Assimilates 12 crewmen per second to
     ease boarding and adds them to the
     Assimilators crew, if it should not be
     fully recrewed

      Long

   
",
"AUTOTOOLTIP-bor_autoassimilator_AZ.odf", "
     Assimilates 6 crewmen per second to
     ease boarding and adds them to the
     Assimilators crew, if it should not be
     fully recrewed

      Long

   
",
"AUTOTOOLTIP-bor_board.odf", "
     Transport Borg drones through the
     enemies shields
     The boarding party size increases with
     chassis size

      Long

   
",
"AUTOTOOLTIP-bor_devestating.odf", "
     Fires a medium range torpedo at a
     hostile target. The torpedo will have a
     devestating influence on the targets
     shields
     Damage dealt increases with chassis size

      Medium

   
",
"AUTOTOOLTIP-bor_holdingbeam_H.odf", "
     Starts the assimilation of a unit
     Transfers 4 Borg drones per seconds to
     the target vessel
     Locks the target vessel in place

      Medium

   
",
"AUTOTOOLTIP-bor_holdingbeam_HH.odf", "
     Starts the assimilation of a unit
     Transfers 8 Borg drones per seconds to
     the target vessel
     Locks the target vessel in place

      Medium

   
",
"AUTOTOOLTIP-bor_holdingbeam_HHH.odf", "
     Starts the assimilation of a unit
     Transfers 12 Borg drones per seconds to
     the target vessel
     Locks the target vessel in place

      Medium

   
",
"AUTOTOOLTIP-bor_holdingbeam_HHHH.odf", "
     Starts the assimilation of a unit
     Transfers 16 Borg drones per seconds to
     the target vessel
     Locks the target vessel in place

      Medium

   
",
"AUTOTOOLTIP-bor_matrixteleport.odf", "
     Use the Collective network to transport
     drones from your Assimilation Matrix to
     any friendly vessel in the sector
     Teleports 150 drones per usage
     The target's shield may remain active
     during the transport

   
",
"AUTOTOOLTIP-bor_nanitefactory.odf", "
     Creates a wave of aggressive nanites
     arround this vessel. Hostiles within
     the field will suffer from crew
     casualties

      Medium

   
",
"AUTOTOOLTIP-bor_nanites.odf", "
     Creates a field of Borg nanites in
     space. The nanites will cause constant
     damage to all hostiles within the aera
     Damage is divided amongst all valid
     targets
     There is also a chance that a hostile
     unit might be infected with the
     nanites, causing this players GUI to be
     disturbed
     Special Energy cost decrease with
     chassis size
     Hits cloaked vessels
     Lasts 25 seconds

      Long

   
",
"AUTOTOOLTIP-bor_nanites_cube.odf", "
     Creates a field of Borg nanites in
     space. The nanites will cause constant
     damage to all hostiles within the aera
     Damage is divided amongst all valid
     targets
     There is also a chance that a hostile
     unit might be infected with the
     nanites, causing this players GUI to be
     disturbed
     Special Energy cost decrease with
     chassis size
     Hits cloaked vessels
     Lasts 25 seconds

      Long

   
",
"AUTOTOOLTIP-bor_nanites_diamond.odf", "
     Creates a field of Borg nanites in
     space. The nanites will cause constant
     damage to all hostiles within the aera
     Damage is divided amongst all valid
     targets
     There is also a chance that a hostile
     unit might be infected with the
     nanites, causing this players GUI to be
     disturbed
     Special Energy cost decrease with
     chassis size
     Hits cloaked vessels
     Lasts 25 seconds

      Long

   
",
"AUTOTOOLTIP-bor_order_D.odf", "
     Focuse the attention of the collective
     on an allied vessel
     Doubles damage dealt and subsystem
     repair rate
     Lasts 30 seconds

      Artillery

   
",
"AUTOTOOLTIP-bor_order_DD.odf", "
     Focuse the attention of the collective
     on an allied vessel
     Doubles damage dealt and subsystem
     repair rate
     Lasts 60 seconds

      Artillery

   
",
"AUTOTOOLTIP-bor_order_DDD.odf", "
     Focuse the attention of the collective
     on an allied vessel
     Doubles damage dealt and subsystem
     repair rate
     Lasts 90 seconds

      Artillery

   
",
"AUTOTOOLTIP-bor_recycle_dilithium.odf", "
     Generates 1  every 2 seconds
     Consumes 1  every 10 seconds
",
"AUTOTOOLTIP-bor_recycle_tritanium.odf", "
     Generates 1  every 2 seconds
     Consumes 1  every 10 seconds
",
"AUTOTOOLTIP-bor_refresh.odf", "
     This Borg vessel engages all
     regeneration cycles and resynchronizes
     with the collective
     For 25 seconds it wont be able to act.
     When the effect wears off all graviton
     mines or similar negative efects will
     be removed

   
",
"AUTOTOOLTIP-bor_refresh2.odf", "
     This Borg vessel engages all
     regeneration cycles and resynchronizes
     with the collective
     For 25 seconds it wont be able to act.
     When the effect wears off all graviton
     mines or similar negative efects will
     be removed

   
",
"AUTOTOOLTIP-bor_regeneration_RR.odf", "
     Regenerates hull and subsystems

   
",
"AUTOTOOLTIP-bor_regeneration_RRR.odf", "
     Regenerates hull and subsystems

   
",
"AUTOTOOLTIP-bor_sensor_relay.odf", "
     Places a permanent Sensor Relay nearby
     this Borg vessel. The Sensor Relay will
     detect all cloaked vessels nearby

   
",
"AUTOTOOLTIP-bor_slizer_adap.odf", "
     Fires a high energy cutting beam that
     will slice the enemies hull apart
     Deals double damage to small sized
     targets
     Total damage dealt increases with
     chassis size

      Short

   
",
"AUTOTOOLTIP-bor_slizer_assi.odf", "
     Fires a high energy cutting beam that
     will slice the enemies hull apart
     Deals double damage to small sized
     targets
     Total damage dealt increases with
     chassis size

      Short

   
",
"AUTOTOOLTIP-bor_slizer_cube.odf", "
     Fires a high energy cutting beam that
     will slice the enemies hull apart
     Deals double damage to small sized
     targets
     Total damage dealt increases with
     chassis size

      Short

   
",
"AUTOTOOLTIP-bor_slizer_diamond.odf", "
     Fires a high energy cutting beam that
     will slice the enemies hull apart
     Deals double damage to small sized
     targets
     Total damage dealt increases with
     chassis size

      Short

   
",
"AUTOTOOLTIP-bor_slizer_probe.odf", "
     Fires a high energy cutting beam that
     will slice the enemies hull apart
     Deals double damage to small sized
     targets
     Total damage dealt increases with
     chassis size

      Short

   
",
"AUTOTOOLTIP-bor_slizer_scube.odf", "
     Fires a high energy cutting beam that
     will slice the enemies hull apart
     Deals double damage to small sized
     targets
     Total damage dealt increases with
     chassis size

      Short

   
",
"AUTOTOOLTIP-bor_slizer_sphere.odf", "
     Fires a high energy cutting beam that
     will slice the enemies hull apart
     Deals double damage to small sized
     targets
     Total damage dealt increases with
     chassis size

      Short

   
",
"AUTOTOOLTIP-bor_stations_hol.odf", "
     Starts the assimilation of a unit
     Transfers 4 Borg drones per seconds to
     the target vessel
     Locks the target vessel in place

      Medium
",
"AUTOTOOLTIP-bor_transwarp_detector.odf", "
     Engage the Transwarp coils of this unit
     to maximum, allowing it to instantly
     travel to the target location
     Maximum distance decreases with chassis
     size

   
",
"AUTOTOOLTIP-bor_transwarp_probe.odf", "
     Engage the Transwarp coils of this unit
     to maximum, allowing it to instantly
     travel to the target location
     Maximum distance decreases with chassis
     size

   
",
"AUTOTOOLTIP-dom_active_tscan.odf", "
     Decloakes all enemies in a large area
     arround this station

   
",
"AUTOTOOLTIP-dom_alphawhite.odf", "
     A special version of Ketracel White
     increases the effectivity of all
     Jem'Hadar on nearby friendly targets,
     increasing the rate of fire by 45
     percent
     There might be small crew casualties on
     the affected vessels
     Lasts 15 seconds

      Short

   
",
"AUTOTOOLTIP-dom_alphawhite_bor.odf", "
     A special version of Ketracel White
     increases the effectivity of all
     Jem'Hadar on nearby friendly targets,
     increasing the rate of fire by 45
     percent
     Lasts 25 seconds

      Short

     
     Duration increased by 10 seconds
     No longer causes crew casualties

   
",
"AUTOTOOLTIP-dom_artillery.odf", "
     Fires the hyperspace artillery at the
     selected coordinates, leaving nothing
     but destruction behind
     Units in the center of the explosion
     will suffer additional direct
     hulldamage for 10 seconds
     Deals double damage to buildings
     Hits cloaked vessels

      More than artillery

   
",
"AUTOTOOLTIP-dom_cascade.odf", "
     Causes a meta-static fluctuation at the
     targeted area. Cascading energy waves
     will rip through the systems of all
     hostile vessels in the area causing
     heavy damage to their systems with a
     chance to lose special weapon energy
     Damage dealt and the chance to lose
     special weapon energy are based on the
     maximum number of special abilities a
     unit may carry

      Medium

   
",
"AUTOTOOLTIP-dom_collision.odf", "
     Ram an hostile target to deal damage to
     it sacrificing this unit
     The engines of the target will be
     crushed for a brief amount of time
     As stations are much more stable they
     will suffer only 10 percent damage
",
"AUTOTOOLTIP-dom_coreblast.odf", "
     Fires a concentrated blast of energy at
     a hostile unit killing its propulsion
     systems
     Lasts 10 seconds

      Medium

   
",
"AUTOTOOLTIP-dom_counterweaponry.odf", "
     Fires a powerful disruptorshot at an
     opponent vessel, dealing high damage to
     long range vessels and even more
     devestating damage against artillery
     vessels

      Long

   
",
"AUTOTOOLTIP-dom_deepscan.odf", "
     Scans the target area, allowing you to
     see all activity there for a brief
     period of time

   
",
"AUTOTOOLTIP-dom_ebeacon.odf", "
     Emitts a field of energy on a certain
     frequency which can be directly fed
     into the systems of allied vessels
     Restores 10 special weapon energy on
     all units nearby, including this vessel

      Short

   
",
"AUTOTOOLTIP-dom_emblast.odf", "
     Fires an electromagnetic charge at the
     target location. The space fluctuations
     will make it much harder for hostile
     weapons to target you, increasing their
     weapon's cooldown times by 100 percent
     Lasts 12 seconds

      Artillery

   
",
"AUTOTOOLTIP-dom_emblast_fed.odf", "
     Fires an electromagnetic charge at the
     target location. The space fluctuations
     will make it much harder for hostile
     weapons to target you, increasing their
     weapon's cooldown times by 100 percent
     Disables the engines of vessels within
     the taget area for a brief duration
     Lasts 12 seconds

      Artillery

     
     Disables the engines of affected units
     in addition to the normal effects

   
",
"AUTOTOOLTIP-dom_excessive.odf", "
     Fires an immense volley of torpedos at
     up to 3 nearby hostile targets. The
     charged torpedos will crush through at
     the enemies shields causing high hull
     damage

      Medium

   
",
"AUTOTOOLTIP-dom_excessiver6.odf", "
     Fires an immense volley of torpedos at
     up to 12 nearby hostile targets. The
     charged torpedos will crush through at
     the enemies shields causing high hull
     damage

      Medium

   
",
"AUTOTOOLTIP-dom_fighterupgrade.odf", "
     Increases all attributes for fighters
     by 2 and allows them to deal increased
     damage to stations
",
"AUTOTOOLTIP-dom_isbomb.odf", "
     Drops an Isotopic Subspace Bomb that
     will detonate after 4 seconds
     Deals damage and shuts down the engines
     Lasts 13 seconds

      Short

   
",
"AUTOTOOLTIP-dom_opresence.odf", "
     Polarize the hull of the dreadnought,
     causing tremendous electro-magnetical
     fluctuations in hostile systems
     All hostiles within an area covered by
     50 percent of the Dreadnoughts sensor
     range are incapacitated for 8 seconds
     Incapacitated targets can neither
     receive nor execute orders

   
",
"AUTOTOOLTIP-dom_opresencer4.odf", "
     Polarize the hull of the dreadnought,
     causing tremendous electro-magnetical
     fluctuations in hostile systems
     All hostiles within an area covered by
     70 percent of the Dreadnoughts sensor
     range are incapacitated for 8 seconds
     Incapacitated targets can neither
     receive nor execute orders

   
",
"AUTOTOOLTIP-dom_opresencer5.odf", "
     Polarize the hull of the dreadnought,
     causing tremendous electro-magnetical
     fluctuations in hostile systems
     All hostiles within an area covered by
     90 percent of the Dreadnoughts sensor
     range are incapacitated for 8 seconds
     Incapacitated targets can neither
     receive nor execute orders

   
",
"AUTOTOOLTIP-dom_phaseshield.odf", "
     Phases the shield frequencies,
     increasing the Defensive Value of the
     Siege Cruiser by 100
     Lasts 8 seconds

   
",
"AUTOTOOLTIP-dom_rangeboost.odf", "
     Increases the weaponrange of nearby
     allies by 25 percent

      Medium

   
",
"AUTOTOOLTIP-dom_shield_recharge.odf", "
     Rapidly recharge the shields of an
     allied unit

      Medium

   
",
"AUTOTOOLTIP-dom_tetrionsingularity.odf", "
     Fires a Tetryon torpedo enriched with
     instable protomatter, causing a
     shortliving Tetryon singularity at the
     target location. A Tetryon singularity
     has devestating effects on stationary
     structures

      Long

   
",
"AUTOTOOLTIP-dom_tetrion_compound.odf", "
     Fires 2 Tetryon-loaded photon torpedo
     on 2 independent hostile units
     Deals tripple damage to buildings

      Long

   
",
"AUTOTOOLTIP-dom_tetrion_disruptor.odf", "
     A Tetryon-focused disruptor volley is
     precise even on extreme distances

      Artillery

   
",
"AUTOTOOLTIP-dom_tetrion_disruptorr4.odf", "
     A Tetryon-focused disruptor volley is
     precise even on extreme distances

      Artillery

   
",
"AUTOTOOLTIP-dom_tetrion_disruptorr5.odf", "
     A Tetryon-focused disruptor volley is
     precise even on extreme distances

      Artillery

   
",
"AUTOTOOLTIP-dom_tetrion_photon.odf", "
     Fires a Tetryon-loaded photon torpedo
     on a hostile unit
     Deals tripple damage to buildings

      Artillery

   
",
"AUTOTOOLTIP-dom_work_supply.odf", "
     Configure the storage systems of the
     workership
     Toggles between Supply mining and
     Dilithium or Tritanium mining
",
"AUTOTOOLTIP-dom_work_to_build.odf", "
     Switches this unit to construction
     mode, allowing it to build starbases
     Resources in the hangar are lost
",
"AUTOTOOLTIP-dom_work_to_mine.odf", "
     Switches this unit to mining mode,
     allowing it to gather dilithium,
     tritanium and supplies
",
"FEDERATION-ACS_TORPEDO-TOOLTIP", "
     Fires a Anti Capital Ship torpedo on a
     hostile target. The Anti Capital Ship
     Torpedo deals highly increased damage
     to battleships

      Long

   
",
"FEDERATION-ACS_TORPEDO-TOOLTIP", "
     Fires a Anti Capital Ship torpedo on a
     hostile target. The Anti Capital Ship
     Torpedo deals highly increased damage
     to battleships

      Long

   
",
"AUTOTOOLTIP-fed_advmagnan.odf", "
     Hypercharge the Magnan Phaser Coils.
     This allows to fire several shots with
     the Magnan Phaser Array in very short
     amount of time
     Magnan Phaser Recharge rate reduced to
     20 percent
     Lasts until canceled
",
"AUTOTOOLTIP-fed_advmagnanA.odf", "
     Discharge the Magnan Phaser Coils and
     return to normal rate of fire and
     energy recharge rate
",
"AUTOTOOLTIP-fed_antimattermine.odf", "
     Drops a self-detonating mine at the
     current location

   
",
"AUTOTOOLTIP-fed_assaultmode.odf", "
    Offensive Value
    Defensive Value
    System Value

     Power up all of the Norways systems to
     maximum, greatly increasing her siege
     capability
     Increases shield and hull repair rate
     by 100 percent
     Reduces damage received from stations
     by 50 percent
     The Norway may not use special
     abilities while the effect of Assault
     Mode is active
     Lasts 25 seconds

   
",
"AUTOTOOLTIP-fed_blackout.odf", "
     Overloads the enemies targeting systems
     on all hostile units at the target area
     decreasing their rate of fire by 75
     percent
     Lasts 25 seconds

      Medium

   
",
"AUTOTOOLTIP-fed_blackoutr4.odf", "
     Overloads the enemies targeting systems
     on all hostile units at the target area
     decreasing their rate of fire by 75
     percent
     Lasts 25 seconds

      Long

   
",
"AUTOTOOLTIP-fed_blackoutr5.odf", "
     Overloads the enemies targeting systems
     on all hostile units at the target area
     decreasing their rate of fire by 75
     percent
     Lasts 25 seconds

      Artillery

   
",
"AUTOTOOLTIP-fed_blockadebreaker.odf", "
  Defensive Value

     The Miranda-II is a highly durable
     battlecruiser which can punch through
     enemy lines and assault strategical
     targets
     Doubles the rate of fire for the Heavy
     Quantum Pulse weapons. The lesser ECCM
     calculation cycles per shot will cause
     a greater missrate on small and medium
     targets
     This vessel counts as a battleship
     while the effect of Blockade Breaker is
     active
     Lasts 20 seconds

   
",
"AUTOTOOLTIP-fed_cloak.odf", "
     Hides this unit from the enemies sensors
     Cloaking and decloaking will take 3
     seconds
     Special weapon energy does not
     regenerate while cloaked

   
",
"AUTOTOOLTIP-fed_combat_tractor.odf", "
     Allows to be locked on a target even
     while shields are active

      Medium

   
",
"AUTOTOOLTIP-fed_critical.odf", "
     A direct hit kills the enemies weapon
     systems and deals high damage
     Lasts 12 seconds

      Short

   
",
"AUTOTOOLTIP-fed_defensefocus.odf", "
     Redirect energy to the shield
     generators and prepares for impact of
     enemy fire. Increases Defensive Value
     by 15, reduces movement speed and
     greatly reduces the damage received
     from torpedoes
     Special weapon energy does not
     regenerate while the effect of Energy
     Rerouting is active
     Lasts 20 seconds

   
",
"AUTOTOOLTIP-fed_defense_patterns.odf", "
     Reroute all emergency-power to the
     shields, increasing the shield
     regeneration rate by 500 percent and
     the hull repair rate by 250 percent
     Special weapon energy does not
     regenerate while the effect of
     Defensive Patterns is active
     Lasts 30 seconds

   
",
"AUTOTOOLTIP-fed_distortion.odf", "
     Creates a field of zero-energy
     fluctuation. The engines of all nearby
     enemies will stop functioning
     Engine overload effects will deal a
     portion of damage to the affected units
     based on their movement speed
     Lasts 6 seconds

      Short

   
",
"AUTOTOOLTIP-fed_ecm.odf", "
     Greatly decreases the chance that
     weapons will hit friendly targets nearby

      Medium

   
",
"AUTOTOOLTIP-fed_energy.odf", "
     Transfers energy reserves to an allied
     unit. Restores 60 special weapon energy

      Medium

   
",
"AUTOTOOLTIP-fed_fullscan.odf", "
     Power up the Nebula's sensor system.
     Greatly increases the sensor range but
     reduces Offensive Value by 23
     Lasts 30 seconds

   
",
"AUTOTOOLTIP-fed_gravitonloaded.odf", "
     A graviton-particle loaded torpedo
     assembled with Borg technology deals
     double damage to hostile battleships
     and triple damage to hostile stations

      Artillery

   
",
"AUTOTOOLTIP-fed_hyperimpulse.odf", "
     Increases movement speed

   
",
"AUTOTOOLTIP-fed_impulse.odf", "
     Engage the Hyper Impulse Drive to
     greatly increase the movement speed and
     dodge chance of this vessel
     Lowers the Offensive Value by 2
     Lasts until canceled
",
"AUTOTOOLTIP-fed_impulseA.odf", "
     Turn off the Hyper Impulse Drive to
     return to normal movementspeed and
     dodge chance
     Increases the Offensive Value by 2
",
"AUTOTOOLTIP-fed_organizedefense.odf", "
     Reorganizes your nearby defense. The
     rate of fire of hostile units nearby is
     decreased by 40 percent
     Lasts 10 seconds

      Long

   
",
"AUTOTOOLTIP-fed_plasmabolt.odf", "
     An extrem-heat plasmabolt will
     deactivate the enemies weapon systems
     Lasts 10 seconds

      Medium

   
",
"AUTOTOOLTIP-fed_plasmaboltr4.odf", "
     An extrem-heat plasmabolt will
     deactivate the enemies weapon systems
     Lasts 10 seconds

      Long

   
",
"AUTOTOOLTIP-fed_plasmaboltr5.odf", "
     An extrem-heat plasmabolt will
     deactivate the enemies weapon systems
     Lasts 10 seconds

      Artillery

   
",
"AUTOTOOLTIP-fed_plasmacoil.odf", "
     Creates a field of super-hot warp plasma
     Deals increased damage to small and
     medium sized targets
     Damage is divided amongst all valid
     targets
     Lasts 5 seconds

      Medium

   
",
"AUTOTOOLTIP-fed_precise.odf", "
     Although Remore Class vessels do not
     carry enough torpedos to effectivly use
     them in battle they can fire precise
     volleys at structural weak points,
     greatly damaging the targets shields

      Medium

   
",
"AUTOTOOLTIP-fed_probe.odf", "
     Launches a sensor probe in the
     direction this unit is facing. The
     probe will reveal all areas it pathes by
     Lasts 20 seconds

   
",
"AUTOTOOLTIP-fed_probe_rom.odf", "
     Launches a sensor probe in the
     direction this unit is facing. The
     probe will reveal all areas it pathes by
     Lasts 20 seconds

     
     Reveals cloaked units

   
",
"AUTOTOOLTIP-fed_prometheus_int.odf", "
     Reintegrates the Prometheus Class into
     one vessel
",
"AUTOTOOLTIP-fed_prometheus_sep.odf", "
     Seperates the Prometheus into three
     independent vessels
",
"AUTOTOOLTIP-fed_proximity.odf", "
     Fires a special torpedo at an opponent
     unit. This torpedo is not set on the
     normal detonate-on-impact setting,
     making it easier to damage small and
     fast vessels

      Medium

   
",
"AUTOTOOLTIP-fed_proximity_kli.odf", "
     Fires a special torpedo at an opponent
     unit. This torpedo is not set on the
     normal detonate-on-impact setting,
     making it easier to damage small and
     fast vessels

      Medium

     
     Special energy costs reduced by 50
     percent

   
",
"AUTOTOOLTIP-fed_shieldreset.odf", "
     Reset the shield-matrix of the Descent
     to completely restore her shield energy
     and the shields of all allied vessels
     nearby

      Dogfight
",
"AUTOTOOLTIP-fed_tachion_scan2.odf", "
     Decloakes all enemies nearby
     May only be used once every 30 seconds

      Short

   
",
"AUTOTOOLTIP-fed_tachion_scan2r4.odf", "
     Decloakes all enemies nearby
     May only be used once every 30 seconds

      Medium

   
",
"AUTOTOOLTIP-fed_tachion_scan2r5.odf", "
     Decloakes all enemies nearby
     May only be used once every 30 seconds

      Long

   
",
"AUTOTOOLTIP-fed_temp_stasis.odf", "
     Creates an experimental chronoton
     anomaly that will destroy the normal
     flow of time. The complete region will
     be frozen in time
     Lasts 40 seconds

      Long

   
",
"AUTOTOOLTIP-fed_tricharger.odf", "
     Three sperate automated reload systems
     increase the rate of fire for Light
     Tricobalt Torpedos to one volley per
     second
     Decreases the movement speed of this
     vessel
     Lasts 6 seconds

   
",
"AUTOTOOLTIP-fed_tricobalt.odf", "
     A tricobalt loaded torpedo deals double
     damage to hostile buildings

      Artillery

   
",
"AUTOTOOLTIP-fed_type3torpedoes.odf", "
     Changes the firemode of the Galaxy to
     fire Photon Torpedoes at up to three
     targets
     Shield regeneration rate and rate of
     fire for photon torpedoes reduced
     Lasts until canceled
",
"AUTOTOOLTIP-fed_type3torpedoesA.odf", "
     Turn off the Type 3 Torpedoes
",
"AUTOTOOLTIP-fed_vector.odf", "
     Launches a torpedo that will bounce to
     additional 2 targets

      Artillery

   
",
"AUTOTOOLTIP-fed_vectorcalc.odf", "
     Calculates the projectile vectors for
     an allied vessel, allowing the target
     to fire 40 percent more shots per second
     Lasts 60 seconds

      Medium

   
",
"AUTOTOOLTIP-fed_warpin.odf", "
     Calls for assistance of up to three
     Federation vessels from a nearby sector
     Once a Warp-In vessel reaches an
     officer rank its slot will be freed and
     a new vessel might be requested
",
"AUTOTOOLTIP-fed_warpin_special.odf", "
     Request to relocate a experimental
     Descent Class or Prometheus Class
     vessel into your sector.
     The Descent is a powerful command
     vessel with experimental shield
     technology
     The Prometheus is a tactical cruiser
     with a powerful weapons array
     Once the vessel reaches an officer
     rank it will only use two warp-in
     slots, allowing additional warp-in
     requests
",
"AUTOTOOLTIP-kli_alt_armament.odf", "
     Alternative ammunition will increase
     the time between shots by 250 percent
     but attacks will cause the target to
     lose its engines
     Lasts until canceled
",
"AUTOTOOLTIP-kli_alt_armamentA.odf", "
     Turn off Alternate Armament
",
"AUTOTOOLTIP-kli_attackprobe.odf", "
     Transports an automated attack probe
     into space which will attack an hostile
     target nearby
     May be used while Advanced Cloak is
     active
     Lasts 15 seconds

      Long

   
",
"AUTOTOOLTIP-kli_attackprober4.odf", "
     Transports an automated attack probe
     into space which will attack an hostile
     target nearby
     May be used while Advanced Cloak is
     active
     Lasts 17 seconds

      Long

   
",
"AUTOTOOLTIP-kli_attackprober5.odf", "
     Transports an automated attack probe
     into space which will attack an hostile
     target nearby
     May be used while Advanced Cloak is
     active
     Lasts 19 seconds

      Long

   
",
"AUTOTOOLTIP-kli_battleplan.odf", "
     Organize the attack patterns of your
     fleet to greatly increase the damage
     dealt

   
",
"AUTOTOOLTIP-kli_calltoarms.odf", "
     Increases the crew capacity of this
     vessel by 125
     Grants the Vutpa' Troopship status,
     allowing her to use the Transporter
     Assault ability
",
"AUTOTOOLTIP-kli_cloak.odf", "
     Hides this unit from the enemies sensors
     Cloaking and decloaking will take 4
     seconds
     Special weapon energy does not
     regenerate while cloaked

   
",
"AUTOTOOLTIP-kli_cloak_bortas.odf", "
     Hides this unit from the enemies sensors
     Cloaking and decloaking will take 4
     seconds
     Special weapon energy does not
     regenerate while cloaked
",
"AUTOTOOLTIP-kli_cloak_rom.odf", "
     Hides this unit from the enemies sensors
     Cloaking and decloaking will take 2
     seconds
     Special weapon energy does not
     regenerate while cloaked

   
",
"AUTOTOOLTIP-kli_combat_tractor.odf", "
     Allows to be locked on a target even
     while shields are active

      Medium

   
",
"AUTOTOOLTIP-kli_compound.odf", "
     Fires a volley of micro photon torpedos
     at up to three independent targets

      Long

   
",
"AUTOTOOLTIP-kli_compound_rom.odf", "
     Fires a volley of micro photon torpedos
     at up to five independent targets

      Long

     
     Will hit 2 additional targets

   
",
"AUTOTOOLTIP-kli_dispatch.odf", "
     Dispatch the resource-storage
     containers to transform this unit into
     a completely operational destroyer
     All stored resources are lost and this
     process is not reversible
",
"AUTOTOOLTIP-kli_energybuffer.odf", "
     An energy buffering system connected to
     the Assault Disruptor will reduce its
     energy usage by 50 percent but will
     also cut down movement speed due to
     lesser total starship energy available
     Lasts until canceled
",
"AUTOTOOLTIP-kli_energybufferA.odf", "
     Turn off the Energy Buffers to return
     to normal movementspeed and special
     energy usage
",
"AUTOTOOLTIP-kli_fieldoffire.odf", "
     Transport a charge of heavy explosives
     at the target location. The resulting
     fireball will cause internal explosions
     on all vessels in the affected area
     The internal explosions will last twice
     as long as the effect of normal Cluster
     Torpedoes
     Hits cloaked vessels

      Long

   
",
"AUTOTOOLTIP-kli_graviton_marker.odf", "
     Drops a graviton marker at the current
     location. If an hostile unit gets
     locked by the graviton marker its
     movement speed will drastically be cut
     down

   
",
"AUTOTOOLTIP-kli_guard.odf", "
     Honor your ancestors to increase the
     morale of your troops and allied vessels
     Increases rate of fire by 100 percent
     and repair-rate by 25 percent
     Lasts 7 seconds

      Medium

   
",
"AUTOTOOLTIP-kli_heavy_disruptor.odf", "
     Fires an over-energized disruptor shot
     at a hostile target
     Heavy disruptors deal increased damage
     to destroyers

      Medium

   
",
"AUTOTOOLTIP-kli_homing.odf", "
     Fires an homing torpedo drone at a
     hostile vessel
     The torpedo drone will always hit its
     target

      Medium

   
",
"AUTOTOOLTIP-kli_ion_storm.odf", "
     Creates an artificial ion storm arround
     this unit
     Hits cloaked vessels
     Lasts 25 seconds

   
",
"AUTOTOOLTIP-kli_ion_torpedo.odf", "
     Ionizing energies will cause system
     failures on a hostile unit, draining 80
     special weapon energy

      Medium

   
",
"AUTOTOOLTIP-kli_ion_torpedo_bor.odf", "
     Ionizing energies will cause system
     failures on a hostile unit, draining 20
     special weapon energy per second
     Lasts 8 seconds

      Medium

     
     Destroys twice as much special energy
     but over a total time of 8 seconds

   
",
"AUTOTOOLTIP-kli_lastditch.odf", "
     Surcharges the primary systems, causing
     high stress to the weapons. Increases
     the Offensive Value of this unit by 8
     and shortens the weapon reload times
     for 35 seconds
     After this effect ends the Offensive
     Value will be reduced by 4 for
     additional 10 seconds
     The cloaking device cannot be used
     while effects of Last Ditch Assault are
     active

   
",
"AUTOTOOLTIP-kli_overload.odf", "
     A concentrated ion-burst will deal
     incredible amounts of damage to a
     single hostile target, enough to blast
     away a smaller unit with a single shot
     The ion torpedo launcher will have a
     cooldown period for 30 seconds

      Long

   
",
"AUTOTOOLTIP-kli_polaron.odf", "
     Fires a polaron-charged torpedo at a
     hostile unit, breaking through the
     shields causing direct hull damage and
     crushing a subsystem
     Lasts 10 seconds

      Medium

   
",
"AUTOTOOLTIP-kli_polaronfield.odf", "
     Disables a random subsystem each second
     on all vessels in the target area
     Lasts 5 seconds

      Long

   
",
"AUTOTOOLTIP-kli_polaronfield_rom.odf", "
     Disables a random subsystem each second
     on all vessels in the target area
     Deals damage to all affected hostiles
     Lasts 5 seconds

      Long

     
     Deals damage in addition to its normal
     effects

   
",
"AUTOTOOLTIP-kli_regeneration.odf", "
     Regenerates hull and subsystems

   
",
"AUTOTOOLTIP-kli_sb_torpedo.odf", "
     This torpedo is especially adjusted to
     break through the shields of a hostile
     and deals direct hull damage
     May be used while cloaked

      Short

   
",
"AUTOTOOLTIP-kli_scramblingprobe.odf", "
     Places a scrambling probe at the
     current location. The probe grants you
     view of nearby space and will emit a
     scrambling wave every 10 seconds
     The scrambling wave deactivates weapons
     and engines for 5 seconds and decloaks
     all hostiles
     Lasts 80 seconds

   
",
"AUTOTOOLTIP-nbre_cloak.odf", "
     Hides this unit from the enemies sensors
     Cloaking and decloaking will take 3
     seconds
     Special weapon energy does not
     regenerate while cloaked

   
",
"AUTOTOOLTIP-nbre_dampening.odf", "
     Disables up to two subsystems of a
     hostile units for 5 seconds or one
     subsystem for 10 seconds. Also causes a
     massive drop in shield energy

      Long

   
",
"AUTOTOOLTIP-nfer_disblast.odf", "
     Fires a concentrated blast of energy at
     a hostile unit killing its propulsion
     systems
     Lasts 10 seconds

      Medium

   
",
"AUTOTOOLTIP-npc_tractorbeam.odf", "
     Lock on a friendly or neutral target to
     get it towed

      Dogfight

     
     0

     
     0
",
"AUTOTOOLTIP-rom_aldovh_cloak.odf", "
     The next generation of cloaking devices
     enables disruptors to be used while
     cloaked
     Activation will cause the normal cloak
     to drain energy per second but keeps
     the weapons online

   
",
"AUTOTOOLTIP-rom_auto_repair.odf", "
     Engages automated damage control
     systems to rapidly bring this ship back
     to full operational status

   
",
"AUTOTOOLTIP-rom_bombardment.odf", "
     Fires a constant stream of phasing
     plasma particles at an opponent unit.
     The shield stress will render the
     target incapable of any actions

      Medium

   
",
"AUTOTOOLTIP-rom_cascade.odf", "
     Causes a meta-static fluctuation at the
     targeted area. Cascading energy waves
     will rip through the systems of all
     hostile vessels in the area causing
     heavy damage to their systems with a
     chance to lose special weapon energy
     Damage dealt and the chance to lose
     special weapon energy are based on the
     maximum number of special abilities a
     unit may carry

      Medium

   
",
"AUTOTOOLTIP-rom_cloak.odf", "
     Hides this unit from the enemies sensors
     Cloaking and decloaking will take 2
     seconds
     Special weapon energy does not
     regenerate while cloaked

   
",
"AUTOTOOLTIP-rom_cloak_station.odf", "
     Stationary cloaking generators are much
     more efficent, allowing stations and
     freighters to keep the shields and
     weapons online
     Cloak my not be activated while
     construction or research is in
     progress, you can however build and
     research while being cloaked
     Special weapon energy does not
     regenerate while cloaked

   
",
"AUTOTOOLTIP-rom_cloak_tavara.odf", "
     Hides this unit from the enemies sensors
     Cloaking and decloaking will take 1
     second
     Special weapon energy does not
     regenerate while cloaked
",
"AUTOTOOLTIP-rom_concave.odf", "
  Offensive Value

     A concave plasma conduit will highly
     increase the offensive value of the
     Saeihr. In addition the damage dealt by
     particle weapons is doubled.
     Nevertheless the coils will be heavily
     stressed during usage and won't make it
     long
     You may not cloak while the effect of
     Concave Plasma Conduits is active
     Lasts 20 seconds

   
",
"AUTOTOOLTIP-rom_concaver6.odf", "
  Offensive Value

     A concave plasma conduit will highly
     increase the offensive value of the
     Saeihr. In addition the damage dealt by
     particle weapons is doubled.
     Nevertheless the coils will be heavily
     stressed during usage and won't make it
     long
     You may not cloak while the effect of
     Concave Plasma Conduits is active
     Lasts 20 seconds

   
",
"AUTOTOOLTIP-rom_covert-ops.odf", "
     Transports 75 Romulan marines on the
     target vessel. They will immediately
     try to board it

      Artillery

   
",
"AUTOTOOLTIP-rom_critical.odf", "
     A direct hit kills the enemies weapon
     systems
     Lasts 12 seconds

      Short

   
",
"AUTOTOOLTIP-rom_energy_reeling.odf", "
     Reinforce the plasma conduits to
     transfer far more energy to your weapon
     systems. Increases Offensive Value by
     30 and damage dealt to cruisers by 20
     percent
     Special weapon energy does not
     regenerate while the effect of Advanced
     Energy Reeling is active and other
     special abilities may not be triggered
     Lasts 10 seconds

   
",
"AUTOTOOLTIP-rom_graviton_marker.odf", "
     Drops a graviton marker at the current
     location. If an hostile unit gets
     looked by the graviton marker its
     movement speed will drastically be cut
     down

   
",
"AUTOTOOLTIP-rom_metaphasic.odf", "
     Fires a metaphasic disruptor shot at a
     nearby hostile target. The disruptor is
     constantly phasing and therefore will
     deal highly variable damage

      Short

   
",
"AUTOTOOLTIP-rom_multipurpose.odf", "
     Allows the Norexans to use its beam
     Disruptor as an additional pulse
     Disruptor weapon. Each shot will
     consume  
     Decreases special energy regeneration
     rate by 50 percent while active
     Lasts until canceled
",
"AUTOTOOLTIP-rom_multipurposeA.odf", "
     Turn off the Multi Purpose Weapons
",
"AUTOTOOLTIP-rom_multipurposer4.odf", "
     Allows to use the Norexans beam
     Disruptor as an additional pulse
     Disruptor weapon. Each shot will
     consume  
     Decreases special energy regeneration
     rate by 20 percent while active
     Lasts until canceled
",
"AUTOTOOLTIP-rom_multipurposer5.odf", "
     Allows to use the Norexans beam
     Disruptor as an additional pulse
     Disruptor weapon. Each shot will
     consume  
     Decreases special energy regeneration
     rate by 20 percent while active
     Lasts until canceled
",
"AUTOTOOLTIP-rom_multi_targeting.odf", "
     Fires a simultaneous disruptor volley
     at up to 5 hostile targets dealing
     increased damage

      Long

   
",
"AUTOTOOLTIP-rom_phase_cloak.odf", "
     The cloaking device has been adjusted
     to fit the Generix's energy signature,
     allowing it to keep its shields up even
     while cloaked
     Activation will cause the normal cloak
     to drain energy per second but keeps
     the shields online

   
",
"AUTOTOOLTIP-rom_plasmabolt.odf", "
     An extreme-heat plasmabolt will
     deactivate the enemies weapon systems
     Lasts 10 seconds

      Medium

   
",
"AUTOTOOLTIP-rom_plasmaboltr4.odf", "
     An extrem-heat plasmabolt will
     deactivate the enemies weapon systems
     Lasts 12 seconds

      Medium

   
",
"AUTOTOOLTIP-rom_plasmaboltr5.odf", "
     An extrem-heat plasmabolt will
     deactivate the enemies weapon systems
     Lasts 14 seconds

      Medium

   
",
"AUTOTOOLTIP-rom_plasmaboltr6.odf", "
     An extrem-heat plasmabolt will
     deactivate the enemies weapon systems
     Lasts 14 seconds

      Medium

   
",
"AUTOTOOLTIP-rom_plasmamine.odf", "
     Drops a self-detonating mine at the
     current location

   
",
"AUTOTOOLTIP-rom_plasmaminer6.odf", "
     Drops a self-detonating mine at the
     current location

   
",
"AUTOTOOLTIP-rom_radiation.odf", "
     Creates a field of plasma radiation at
     the target location which will deal
     damage to all targets within the area
     of effect
     Damage is divided amongst all valid
     targets
     There is also a chance to deal a larger
     amount of damage to one of the affected
     vessels
     Hits cloaked vessels

      Medium

   
",
"AUTOTOOLTIP-rom_radiationr4.odf", "
     Creates a field of plasma radiation at
     the target location which will deal
     damage to all targets within the area
     of effect
     Damage is divided amongst all valid
     targets
     There is also a chance to deal a larger
     amount of damage to one of the affected
     vessels
     Hits cloaked vessels

      Medium

   
",
"AUTOTOOLTIP-rom_radiationr5.odf", "
     Creates a field of plasma radiation at
     the target location which will deal
     damage to all targets within the area
     of effect
     Damage is divided amongst all valid
     targets
     There is also a chance to deal a larger
     amount of damage to one of the affected
     vessels
     Hits cloaked vessels

      Medium

   
",
"AUTOTOOLTIP-rom_sabotage.odf", "
     An active Sleeper Agent will try to
     sabotage the infiltrated vessel,
     causing its complete destruction or
     shield failure
     There is a chance that the saboteur
     will fail. The probability of a
     successful sabotage increases with the
     rank of the Intelligence Center
     Grants the Intelligence Center
     experience based on the sabotaged vessel

   
",
"AUTOTOOLTIP-rom_sensorjammer.odf", "
     Scrambles the targeting sensors of
     hostile units, disabling the sensor or
     weapon subsystems. Not all affected
     vessels will suffer from subsystem
     failure
     Deals an amount of damage based on the
     targets sensor range
     Lasts 6 seconds

      Medium

   
",
"AUTOTOOLTIP-rom_sensorjammerr4.odf", "
     Scrambles the targeting sensors of
     hostile units, disabling the sensor or
     weapon subsystems. Some foes might even
     lose their engines. Not all affected
     vessels will suffer from subsystem
     failure
     Deals an amount of damage based on the
     targets sensor range
     Lasts 6 seconds

      Medium

   
",
"AUTOTOOLTIP-rom_sensorjammerr5.odf", "
     Scrambles the targeting sensors of
     hostile units, disabling the sensor or
     weapon subsystems. Some foes might even
     lose their engines
     Deals an amount of damage based on the
     targets sensor range
     Lasts 6 seconds

      Medium

   
",
"AUTOTOOLTIP-rom_shield_recharge.odf", "
     Rapidly recharges the shields of an
     allied unit

      Medium

   
",
"AUTOTOOLTIP-rom_silentresolve.odf", "
     Fires a Quadcobalt Torpedo ignoring the
     normal cooldown time
     May be used while cloaked

      Long

   
",
"AUTOTOOLTIP-rom_silentresolver6.odf", "
     Fires a Quadcobalt Torpedo ignoring the
     normal cooldown time
     May be used while cloaked

      Long

   
",
"AUTOTOOLTIP-rom_sleeperagent.odf", "
     Activates a sleeper agent aboard a
     hostile vessel in this sector, granting
     you access to its sensors for 3 minutes
     Required for Saboteur Agent
     Grants the Intelligence Center
     experience based on the infiltrated
     vessel

   
",
"AUTOTOOLTIP-rom_spy.odf", "
     Reveals the positions of all enemy
     units to you

   
",
"AUTOTOOLTIP-rom_spyr5.odf", "
     Reveals the positions of all enemy
     units to you

   
",
"AUTOTOOLTIP-rom_stealth_field.odf", "
     Bombards the space arround this unit
     with subspace transmissions, making it
     impossible for the enemy to clearly
     target your fleet
     Decreases the damage dealt by hostile
     units by 25 percent
     Lasts 15 seconds

      Long

   
",
"AUTOTOOLTIP-rom_talshiar_agent.odf", "
     Transport an agent to a hostile unit
     granting you its complete sensor
     information
     May be used while cloaked
     Lasts 45 seconds

      Medium

   
",
"AUTOTOOLTIP-rom_talshiar_agentr5.odf", "
     Transport an agent to a hostile unit
     granting you its complete sensor
     information
     May be used while cloaked
     Lasts 45 seconds

      Medium

   
",
"AUTOTOOLTIP-rom_transwarp.odf", "
     An experimental Transwarp system
     inspired by Borg technology. Allows to
     instantly travel a small distance

   
",
"AUTOTOOLTIP-rom_vector.odf", "
     Launches a torpedo that will bounce to
     additional 2 targets

      Artillery

   
",


//##################################
//######  Game Engine Strings  #####
//##################################

	"GAME-RESOURCES-INSUFFICIENT_DILITHIUM", "You do not have enough dilithium to perform that task",
	"GAME-RESOURCES-INSUFFICIENT_TRITANIUM", "You do not have enough tritanium to perform that task",
	"GAME-RESOURCES-INSUFFICIENT_CREW", "You do not have enough crew to perform that task",
	"GAME-RESOURCES-INSUFFICIENT_SUPPLY", "You do not have enough supplies to perform that task",
	"GAME-RESOURCES-INSUFFICIENT_CREDITS", "You do not have enough free credits to perform that task",

//#############################
//######  Hotkey Strings  #####
//#############################

	"GAME-HOTKEY-A", "
(Hotkey: A)",
	"GAME-HOTKEY-B", "
(Hotkey: B)",
	"GAME-HOTKEY-C", "
(Hotkey: C)",
	"GAME-HOTKEY-D", "
(Hotkey: D)",
	"GAME-HOTKEY-E", "
(Hotkey: E)",
	"GAME-HOTKEY-F", "
(Hotkey: F)",
	"GAME-HOTKEY-G", "
(Hotkey: G)",
	"GAME-HOTKEY-H", "
(Hotkey: H)",
	"GAME-HOTKEY-I", "
(Hotkey: I)",
	"GAME-HOTKEY-J", "
(Hotkey: J)",
	"GAME-HOTKEY-K", "
(Hotkey: K)",
	"GAME-HOTKEY-L", "
(Hotkey: L)",
	"GAME-HOTKEY-M", "
(Hotkey: M)",
	"GAME-HOTKEY-N", "
(Hotkey: N)",
	"GAME-HOTKEY-O", "
(Hotkey: O)",
	"GAME-HOTKEY-P", "
(Hotkey: P)",
	"GAME-HOTKEY-Q", "
(Hotkey: Q)",
	"GAME-HOTKEY-R", "
(Hotkey: R)",
	"GAME-HOTKEY-S", "
(Hotkey: S)",
	"GAME-HOTKEY-T", "
(Hotkey: T)",
	"GAME-HOTKEY-U", "
(Hotkey: U)",
	"GAME-HOTKEY-V", "
(Hotkey: V)",
	"GAME-HOTKEY-W", "
(Hotkey: W)",
	"GAME-HOTKEY-X", "
(Hotkey: X)",
	"GAME-HOTKEY-Y", "
(Hotkey: Y)",
	"GAME-HOTKEY-Z", "
(Hotkey: Z)",
	"GAME-HOTKEY-SHIFT_A", "
(Hotkey: Shift + A)",
	"GAME-HOTKEY-SHIFT_B", "
(Hotkey: Shift + B)",
	"GAME-HOTKEY-SHIFT_C", "
(Hotkey: Shift + C)",
	"GAME-HOTKEY-SHIFT_D", "
(Hotkey: Shift + D)",
	"GAME-HOTKEY-SHIFT_E", "
(Hotkey: Shift + E)",
	"GAME-HOTKEY-SHIFT_F", "
(Hotkey: Shift + F)",
	"GAME-HOTKEY-SHIFT_G", "
(Hotkey: Shift + G)",
	"GAME-HOTKEY-SHIFT_H", "
(Hotkey: Shift + H)",
	"GAME-HOTKEY-SHIFT_I", "
(Hotkey: Shift + I)",
	"GAME-HOTKEY-SHIFT_J", "
(Hotkey: Shift + J)",
	"GAME-HOTKEY-SHIFT_K", "
(Hotkey: Shift + K)",
	"GAME-HOTKEY-SHIFT_L", "
(Hotkey: Shift + L)",
	"GAME-HOTKEY-SHIFT_M", "
(Hotkey: Shift + M)",
	"GAME-HOTKEY-SHIFT_N", "
(Hotkey: Shift + N)",
	"GAME-HOTKEY-SHIFT_O", "
(Hotkey: Shift + O)",
	"GAME-HOTKEY-SHIFT_P", "
(Hotkey: Shift + P)",
	"GAME-HOTKEY-SHIFT_Q", "
(Hotkey: Shift + Q)",
	"GAME-HOTKEY-SHIFT_R", "
(Hotkey: Shift + R)",
	"GAME-HOTKEY-SHIFT_S", "
(Hotkey: Shift + S)",
	"GAME-HOTKEY-SHIFT_T", "
(Hotkey: Shift + T)",
	"GAME-HOTKEY-SHIFT_U", "
(Hotkey: Shift + U)",
	"GAME-HOTKEY-SHIFT_V", "
(Hotkey: Shift + V)",
	"GAME-HOTKEY-SHIFT_W", "
(Hotkey: Shift + W)",
	"GAME-HOTKEY-SHIFT_X", "
(Hotkey: Shift + X)",
	"GAME-HOTKEY-SHIFT_Y", "
(Hotkey: Shift + Y)",
	"GAME-HOTKEY-SHIFT_Z", "
(Hotkey: Shift + Z)",
	"GAME-HOTKEY-F1", "
(Hotkey: F1)",
	"GAME-HOTKEY-F2", "
(Hotkey: F2)",
	"GAME-HOTKEY-F3", "
(Hotkey: F3)",
	"GAME-HOTKEY-F4", "
(Hotkey: F4)",
	"GAME-HOTKEY-F5", "
(Hotkey: F5)",
	"GAME-HOTKEY-F6", "
(Hotkey: F6)",
	"GAME-HOTKEY-F7", "
(Hotkey: F7)",
	"GAME-HOTKEY-F8", "
(Hotkey: F8)",
	"GAME-HOTKEY-F9", "
(Hotkey: F9)",
	"GAME-HOTKEY-F10", "
(Hotkey: F10)",
	"GAME-HOTKEY-F11", "
(Hotkey: F11)",
	"GAME-HOTKEY-F12", "
(Hotkey: F12)",
	"GAME-HOTKEY-CTRL_C", "
(Hotkey: Ctrl + C)",
	"GAME-HOTKEY-DELETE", "
(Hotkey: Delete)",
	"GAME-HOTKEY-NUM_0", "
(Hotkey: Numblock 0)",
	"GAME-HOTKEY-NUM_1", "
(Hotkey: Numblock 1)",
	"GAME-HOTKEY-NUM_2", "
(Hotkey: Numblock 2)",
	"GAME-HOTKEY-NUM_3", "
(Hotkey: Numblock 3)",
	"GAME-HOTKEY-NUM_4", "
(Hotkey: Numblock 4)",
	"GAME-HOTKEY-NUM_5", "
(Hotkey: Numblock 5)",
	"GAME-HOTKEY-NUM_6", "
(Hotkey: Numblock 6)",
	"GAME-HOTKEY-NUM_7", "
(Hotkey: Numblock 7)",
	"GAME-HOTKEY-NUM_8", "
(Hotkey: Numblock 8)",
	"GAME-HOTKEY-NUM_9", "
(Hotkey: Numblock 9)",

//######################################
//######  Original Armada Strings  #####
//######################################

	"GUI_CP_DILITHIUM_RES",		"",
	"GUI_CP_LATINUM_RES",		"",
	"GUI_CP_CREW_RES",		"",
	"GUI_CP_OFFICER_RES",		"",
	"GUI_CP_BIOMATTER_RES",		"",
	"GUI_CP_METAL_RES",		"",

	"GUI_RD_CREW_TOOLTIP",		"Crew: %d/%d",
	"GUI_RD_CREW_VTOOLTIP",		"Crew: %d/%d  
Available crew that is not in active service.",
	"GUI_RD_DILITHIUM_TOOLTIP",	"",
	"GUI_RD_DILITHIUM_VTOOLTIP","Dilithium:  
Current dilithium store. Dilithium is obtained from Dilithium Moons or similar sources.",
	"GUI_RD_LATINUM_TOOLTIP",	"",
	"GUI_RD_LATINUM_VTOOLTIP",	"Tritanium:  
Current tritanium store. Tritanium is obtained from Tritanium Moons or similar sources.",
	"GUI_RD_BIOMATTER_TOOLTIP",	"",
	"GUI_RD_BIOMATTER_VTOOLTIP",	"Supply:  
Current supply units left. Supplies are needed to maintain starships and are required to construct vessels.",
	"GUI_RD_CREDITS_TOOLTIP",	"",
	"GUI_RD_CREDITS_VTOOLTIP",	"",
	"GUI_RD_METAL_TOOLTIP",		"",
	"GUI_RD_METAL_VTOOLTIP",	"Collective Connections:  
Current Collective Connections available. Collective Connections are permanently established. Collective Connections are needed tooperate Borg drones and are required to construct most vessels.",
	"GUI_RD_OBSERVER_TOOLTIP",	"Observers have no resources.",
	"GUI_RD_OBSERVER_VTOOLTIP",	"Observers have no resources.",
	"GUI_CP_REQRACE",		"Required ally: %s",
	"GUI_CP_RACEBUILD",		"Only buildable by: %s",
	"GUI_CHAT_OBJECTCOMPLETE",	"%s is ready",
	"GUI_CP_CAP_CLASSVALUE",	"Consumes %d slots",

//##################
//##################
//######  END  #####
//##################
//##################





	// the default game name is constructed as LEFT + Playername + RIGHT
	// so for German, LEFT should be "Game von " and RIGHT should be ""
	"MP_DEFAULT_GAME_NAME_LEFT",			"",
	"MP_DEFAULT_GAME_NAME_RIGHT",			"'s Game",

	// these permit the translation of the default GameSpy room names.  
	// Note, additional rooms may be added by GameSpy at any time, and will be untranslated (unless a key is in here)
	"MP_ROOM_NAME_Cadet",					"Cadet",
	"MP_ROOM_NAME_Captain",					"Captain",
	"MP_ROOM_NAME_Admiral",					"Admiral",
	"MP_ROOM_NAME_Main Lobby",				"Main Lobby",

	// various messages for filetransfer progress.  the filename is printed between LHS and RHS.  An empty RHS indicates no filename in that message.
	"MP_FILETRANSFER_COMMENCED_LHS",		"A new map (",
	"MP_FILETRANSFER_COMMENCED_RHS",		") is downloading into your bzn directory.  Back out of this game set up if you need to stop this download.",
	"MP_FILETRANSFER_COMPLETED_LHS",		"The new map download was successful.  You are ready to play on this new map now.",
	"MP_FILETRANSFER_COMPLETED_RHS",		"",
	"MP_FILETRANSFER_PERMISSION_REQUEST_LHS","The host has chosen a map (",
	"MP_FILETRANSFER_PERMISSION_REQUEST_RHS",") that you do not have.  Click on the 'Download this Map' button to receive it.",
	"MP_FILETRANSFER_FAIL_NEVER_LHS",		"The host has chosen a map (",
	"MP_FILETRANSFER_FAIL_NEVER_RHS",		") that you do not have.  Per your request (Download Maps is set to Never), it will not be downloaded.",
	"MP_FILETRANSFER_FAIL_EXISTS_LHS",		"The host's map cannot be downloaded, because you already have a map with the same filename (",
	"MP_FILETRANSFER_FAIL_EXISTS_RHS",		").",
	"MP_FILETRANSFER_FAIL_SAVE_LHS",		"The host has chosen a save game that you do not have.  You cannot play this map.",
	"MP_FILETRANSFER_FAIL_SAVE_RHS",		"",
	"MP_FILETRANSFER_FAIL_SERVER_LHS",		"The new map download was terminated by the host.",
	"MP_FILETRANSFER_FAIL_SERVER_RHS",		"",

	// multiplayer filetransfer button texts
	"MP_FILETRANSFER_BUTTON_ACCEPT",		"Download this Map",
	"MP_FILETRANSFER_BUTTON_NEVER",			"Download Maps: Never",
	"MP_FILETRANSFER_BUTTON_ASK",			"Download Maps: Ask",
	"MP_FILETRANSFER_BUTTON_ALWAYS",		"Download Maps: Always",

	// replay tooltips
	"GUI_REPLAY_RESTART",					"Restart Playback",
	"GUI_REPLAY_RESTART_V",					"Restart the replay from the beginning.",
	"GUI_REPLAY_PAUSE",						"Pause Replay",
	"GUI_REPLAY_PAUSE_V",					"Pause playback of the replay.  Press Normal Playback to restore the normal playback speed.",
	"GUI_REPLAY_SLOW",						"Slow Playback",
	"GUI_REPLAY_SLOW_V",					"Play the replay at a slower than normal rate.  Press Normal Playback to restore the normal playback speed.",
	"GUI_REPLAY_NORMAL",					"Normal Playback",
	"GUI_REPLAY_NORMAL_V",					"Play the replay at normal playback speed.",
	"GUI_REPLAY_FAST",						"Fast Playback",
	"GUI_REPLAY_FAST_V",					"Play the replay back at a faster than normal rate.  Press Normal Playback to restore the normal playback speed."
};

