From 07ce4334700daee7b937b2bc0a74f131279e36ed Mon Sep 17 00:00:00 2001 From: Allanis <allanis@saracraft.net> Date: Tue, 31 Dec 2013 07:27:58 +0000 Subject: [PATCH] [Change] Nerfed Lancelots somewhat now we have our own dev test ship. --- bin/Makefile | 1 + dat/ship.xml | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/bin/Makefile b/bin/Makefile index 75a677f..ad32b58 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -5,6 +5,7 @@ DEBUG := 1 OS := LINUX #OS := WIN32 #OS := MACOS +export OS #CC = clang diff --git a/dat/ship.xml b/dat/ship.xml index 28bbe72..1abf800 100644 --- a/dat/ship.xml +++ b/dat/ship.xml @@ -273,12 +273,13 @@ <crew>4</crew> <mass>90</mass> <fuel>400</fuel> - <cap_weapon>80</cap_weapon> + <cap_weapon>50</cap_weapon> <cap_cargo>10</cap_cargo> </characteristics> <outfits> - <outfit quantity="1">Headhunter Launcher</outfit> - <outfit quantity="20">Headhunter</outfit> + <outfit quantity="2">Laser Connon</outfit> + <outfit quantity="1">Seeker Launcher</outfit> + <outfit quantity="5">Seeker Missile</outfit> </outfits> </ship> <ship name="Empire Lancelot"> @@ -307,13 +308,13 @@ <crew>4</crew> <mass>90</mass> <fuel>400</fuel> - <cap_weapon>80</cap_weapon> + <cap_weapon>50</cap_weapon> <cap_cargo>10</cap_cargo> </characteristics> <outfits> <outfit quantity="2">Ripper MK2</outfit> <outfit quantity="1">Headhunter Launcher</outfit> - <outfit quantity="20">Headhunter</outfit> + <outfit quantity="6">Headhunter</outfit> <outfit quantity="1">Milspec Jammer</outfit> </outfits> </ship>