// it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // **************************************************************************** echo "<h4>Modules</h4><hr><span style=\"font-size:90%\">\n"; if (isLvl5("Anchoring") && skillLvl("Starbase Defense Management") != -1) { test5("Starbase Defense Management", "Pos Guns"); } test("Cynosural Field Generator I", "Cyno Gen"); echo "<br>"; if (!test2("100MN Microwarpdrive II", "T2 MWDs")) { test("100MN Microwarpdrive I", "T1 MWDs"); } test("Large Shield Extender II", "LSE II"); test("Invulnerability Field II", "Invuln II"); test("Energized Adaptive Nano Membrane II", "EANM II"); test("Damage Control II", "DCU II"); test("1600mm Reinforced Rolled Tungsten Plates I", "1600mm RT"); test("Sensor Booster II", "SB II"); test("Tracking Computer II", "TC II"); test("Tracking Enhancer II", "TE II");
if (isLvl5("Scout Drone Operation")) { echo "Has T2 Lights<br>\n"; } else { test_has_skill("Scout Drone Interfacing", "Light Drones"); } if (isLvl5("Heavy Drone Operation")) { echo "Has T2 Heavies<br>\n"; } else { test_has_skill("Heavy Drone Operation", "Heavy Drones"); } if (isLvl5("Sentry Drone Interfacing")) { echo "Has T2 Sentries<br>\n"; } else { test_has_skill("Sentry Drone Interfacing", "Sentry Drones"); } if (isLvl5("Fighters") && skillLvl("Fighter Bombers") != -1) { test_has_skill("Fighter Bombers", "Fighter Bombers"); } else { test_has_skill("Fighters", "Fighters"); } test_has_skill("Drone Interfacing"); } $delim = " "; $delim = "</td><td>"; echo "<br><table><tr><td>WU/AWU:</td><td>"; echo skillLvl("Weapon Upgrades") . $delim; echo skillLvl("Advanced Weapon Upgrades"); echo "</td></tr><tr><td>CPUM/PGM:</td><td>"; echo skillLvl("CPU Management") . $delim; echo skillLvl("Power Grid Management"); echo "</td></tr></table><br>Support skills:\n<br><table style=\"font-size:95%\"><tr>";
// it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // **************************************************************************** echo "<h4>Leadership</h4><hr>\n"; if (isLvl5("Leadership")) { echo "<table style=\"font-size:88%\">\n"; test3("Leadership"); test3("Warfare Link Specialist"); test3("Armored Warfare Specialist"); test3("Information Warfare Specialist"); test3("Siege Warfare Specialist"); test3("Skirmish Warfare Specialist"); echo "</table>\n"; echo "<br>\n"; test2("Armored Warfare Mindlink"); test2("Information Warfare Mindlink"); test2("Siege Warfare Mindlink"); test2("Skirmish Warfare Mindlink"); test2("Mining Forman Mindlink"); echo "<br>\n";