Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.55 KB | None | 0 0
  1.   <model>
  2.     <name>Solaran Battle Cuiser</name>
  3.     <image>Resources/Graphics/btlcruiser.png</image>
  4.     <mass>2.00</mass>
  5.     <rotationsPerSecond>0.25</rotationsPerSecond>
  6.     <thrustOffset>70</thrustOffset>
  7.     <maxSpeed>5.0</maxSpeed>
  8.     <hullStrength>2500</hullStrength>
  9.     <shieldStrength>2500</shieldStrength>
  10.     <msrp>8000</msrp>
  11.     <cargoSpace>500</cargoSpace>
  12.     <weaponSlots>
  13.        <slot>
  14.           <name>forward slot 1</name>
  15.           <coord>
  16.              <x>0.0</x>
  17.              <y>3.50</y>
  18.              <mirror>0</mirror>
  19.           </coord>
  20.           <angle>0</angle>
  21.           <holdsCannon>1</holdsCannon>
  22.           <holdsLauncher>1</holdsLauncher>
  23.           <holdsTurret>1</holdsTurret>
  24.           <holdsSwivel>1</holdsTurret>
  25.        </slot>
  26.        <slot>
  27.           <name>rear slot 1</name>
  28.           <coord>
  29.              <x>0.0</x>
  30.              <y>-3.50</y>
  31.              <mirror>0</mirror>
  32.           </coord>
  33.           <angle>180</angle>
  34.           <holdsCannon>0</holdsCannon>
  35.           <holdsLauncher>1</holdsLauncher>
  36.           <holdsTurret>0</holdsTurret>
  37.           <holdsSwivel>1</holdsTurret>
  38.        </slot>
  39.        <slot>
  40.           <name>side slot 1</name>
  41.           <coord>
  42.              <x>0.0</x>
  43.              <y>0</y>
  44.              <mirror>1</mirror>
  45.           </coord>
  46.           <angle>180</angle>
  47.           <holdsCannon>0</holdsCannon>
  48.           <holdsLauncher>1</holdsLauncher>
  49.           <holdsTurret>0</holdsTurret>
  50.           <holdsSwivel>1</holdsTurret>
  51.        </slot>
  52.     </weaponSlots>
  53.   </model>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement