[Change] Nerfed Lancelots somewhat now we have our own dev test ship.
This commit is contained in:
parent
8e586d0039
commit
07ce433470
@ -5,6 +5,7 @@ DEBUG := 1
|
|||||||
OS := LINUX
|
OS := LINUX
|
||||||
#OS := WIN32
|
#OS := WIN32
|
||||||
#OS := MACOS
|
#OS := MACOS
|
||||||
|
export OS
|
||||||
|
|
||||||
#CC = clang
|
#CC = clang
|
||||||
|
|
||||||
|
11
dat/ship.xml
11
dat/ship.xml
@ -273,12 +273,13 @@
|
|||||||
<crew>4</crew>
|
<crew>4</crew>
|
||||||
<mass>90</mass>
|
<mass>90</mass>
|
||||||
<fuel>400</fuel>
|
<fuel>400</fuel>
|
||||||
<cap_weapon>80</cap_weapon>
|
<cap_weapon>50</cap_weapon>
|
||||||
<cap_cargo>10</cap_cargo>
|
<cap_cargo>10</cap_cargo>
|
||||||
</characteristics>
|
</characteristics>
|
||||||
<outfits>
|
<outfits>
|
||||||
<outfit quantity="1">Headhunter Launcher</outfit>
|
<outfit quantity="2">Laser Connon</outfit>
|
||||||
<outfit quantity="20">Headhunter</outfit>
|
<outfit quantity="1">Seeker Launcher</outfit>
|
||||||
|
<outfit quantity="5">Seeker Missile</outfit>
|
||||||
</outfits>
|
</outfits>
|
||||||
</ship>
|
</ship>
|
||||||
<ship name="Empire Lancelot">
|
<ship name="Empire Lancelot">
|
||||||
@ -307,13 +308,13 @@
|
|||||||
<crew>4</crew>
|
<crew>4</crew>
|
||||||
<mass>90</mass>
|
<mass>90</mass>
|
||||||
<fuel>400</fuel>
|
<fuel>400</fuel>
|
||||||
<cap_weapon>80</cap_weapon>
|
<cap_weapon>50</cap_weapon>
|
||||||
<cap_cargo>10</cap_cargo>
|
<cap_cargo>10</cap_cargo>
|
||||||
</characteristics>
|
</characteristics>
|
||||||
<outfits>
|
<outfits>
|
||||||
<outfit quantity="2">Ripper MK2</outfit>
|
<outfit quantity="2">Ripper MK2</outfit>
|
||||||
<outfit quantity="1">Headhunter Launcher</outfit>
|
<outfit quantity="1">Headhunter Launcher</outfit>
|
||||||
<outfit quantity="20">Headhunter</outfit>
|
<outfit quantity="6">Headhunter</outfit>
|
||||||
<outfit quantity="1">Milspec Jammer</outfit>
|
<outfit quantity="1">Milspec Jammer</outfit>
|
||||||
</outfits>
|
</outfits>
|
||||||
</ship>
|
</ship>
|
||||||
|
Loading…
Reference in New Issue
Block a user