Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.98 KB | None | 0 0
  1.  <outfit name="Civilian Radar">
  2.    <general>
  3.     <typename>Radar</typename>
  4.     <slot>utility</slot>
  5.     <mass>2</mass>
  6.     <price>15000</price>
  7.     <description>This Radar allows you to detect ship at a larger range.</description>
  8.     <gfx_store>jammer0</gfx_store>
  9.    </general>
  10.    <specific type="modification">
  11.     <ew_detect>50</ew_detect>
  12.     <energy_regen>-20</energy_regen>
  13.    </specific>
  14.  </outfit>
  15.  <outfit name="Milspec Radar">
  16.    <general>
  17.     <typename>Radar</typename>
  18.     <slot>utility</slot>
  19.     <mass>4</mass>
  20.     <price>200000</price>
  21.     <description>This radar follows strict military specifications, allowing it to detect object at longer range than the civilian counterpart. With increased functionality, it also consumes more power than the civilian variant.</description>
  22.     <gfx_store>jammer1</gfx_store>
  23.    </general>
  24.    <specific type="modification">
  25.     <ew_detect>100</ew_detect>
  26.     <energy_regen>-40</energy_regen>
  27.    </specific>
  28.  </outfit>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement