[Add] New outfit: Military specific jammers.

This commit is contained in:
Allanis 2013-08-08 21:45:31 +01:00
parent ea484174e0
commit 6e0c3cd2d0
2 changed files with 16 additions and 1 deletions

View File

@ -441,4 +441,19 @@
<energy>3</energy>
</specific>
</outfit>
<outfit name="Milspec Jammer">
<general>
<max>1</max>
<tech>13</tech>
<mass>3</mass>
<price>250000</price>
<description>This jammer follows the much stricter military specifications, allowing it to deflect a much greater amount of missiles at more range then the civilian counterpart. The downside is that the energy requirements are much greater.</description>
<gfx_store>jammer1</gfx_store>
</general>
<specific type="jammer">
<range>600</range>
<chance>40</chance>
<energy>10</energy>
</specific>
</outfit>
</Outfits>

View File

@ -279,7 +279,7 @@ void conf_parseCLI(int argc, char** argv) {
/* Saves the current configuration. */
int conf_saveConfig(void) {
/* TODO: */
/* TODO: save conf. */
return 0;
}