[Add] New outfit: Military specific jammers.
This commit is contained in:
parent
ea484174e0
commit
6e0c3cd2d0
@ -441,4 +441,19 @@
|
|||||||
<energy>3</energy>
|
<energy>3</energy>
|
||||||
</specific>
|
</specific>
|
||||||
</outfit>
|
</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>
|
</Outfits>
|
||||||
|
@ -279,7 +279,7 @@ void conf_parseCLI(int argc, char** argv) {
|
|||||||
|
|
||||||
/* Saves the current configuration. */
|
/* Saves the current configuration. */
|
||||||
int conf_saveConfig(void) {
|
int conf_saveConfig(void) {
|
||||||
/* TODO: */
|
/* TODO: save conf. */
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user