Advertisement
Guest User

Settler

a guest
Dec 25th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. return model = ##The Toscain should be kept
  2.   name: "Settler",
  3.   level: 5,
  4.   model: 6,
  5.   size: 1.7,
  6.   specs:
  7.     shield:
  8.       capacity: [175, 250],
  9.       reload: [4, 8]
  10.     ,
  11.     generator:
  12.       capacity: [75, 120],
  13.       reload: [25, 40]
  14.     ,
  15.     ship:
  16.       mass: 250,
  17.       speed: [80, 110],
  18.       rotation: [45, 80],
  19.       acceleration: [60, 110]
  20.   ,
  21.   bodies:
  22.     main:
  23.       section_segments: 10,
  24.       offset:
  25.         x: 0,
  26.         y: -120,
  27.         z: 0
  28.       ,
  29.       position:
  30.         x: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  31.         y: [0, 5, 22, 70, 100, 105, 110, 150, 170, 220, 235],
  32.         z: [15, 15, 15, 20, 20, 20, 20, 30, 43, 75, 75]
  33.       ,
  34.       width: [0, 15, 30, 38, 40, 45, 47, 40, 35, 15, 0],
  35.       height: [5, 35, 60, 70, 70, 75, 77, 70, 55, 15, 0],
  36.       texture: [4, 10, 1, 1, 4, 4, 2, 4, 3, 63]
  37.     ,
  38.     enginea:
  39.       section_segments: 6,
  40.       offset:
  41.         x: 37,
  42.         y: -80,
  43.         z: 30
  44.       ,
  45.       position:
  46.         x: [-5.7, 3, -4, -3, 0, 0, 0],
  47.         y: [0, 40, 70, 75, 122, 131, 120],
  48.         z: [-33, -10, -5, -5, 0, 0, 5, 5, 0]
  49.       ,
  50.       width: [0, 20, 25, 20, 24, 20, 0],
  51.       height: [0, 30, 40, 35, 38, 34, 0],
  52.       texture: [1, 11, 13, 63, 13, 17],
  53.       propeller: true
  54.     ,
  55.     cockpit:
  56.       section_segments: 12,
  57.       offset:
  58.         x: 0,
  59.         y: -119,
  60.         z: 50
  61.       ,
  62.       position:
  63.         x: [0, 0, 0, 0, 0, 0],
  64.         y: [0, 0, 9, 21, 38, 52],
  65.         z: [-20, -15, 0, 12, 18, 17]
  66.       ,
  67.       width: [2, 8, 14, 19, 17, 10],
  68.       height: [0, 2, 14, 16, 13, 2],
  69.       texture: [9]
  70.     ,
  71.     laser:
  72.       section_segments: 6,
  73.       offset:
  74.         x: 42,
  75.         y: -68,
  76.         z: 35
  77.       ,
  78.       position:
  79.         x: [0, 0, 0, 0, -10],
  80.         y: [-8, 5, 0, 5, 40],
  81.         z: [0, 0, 0, 0, 0]
  82.       ,
  83.       width: [0, 5, 5, 8, 15],
  84.       height: [0, 5, 5, 10, 15],
  85.       texture: [17, 13],
  86.       angle: 1,
  87.       laser:
  88.         damage: [2, 3],
  89.         rate: 4,
  90.         type: 1,
  91.         speed: [110, 140],
  92.         number: 4,
  93.         error: 3,
  94.         recoil: 7.5
  95.   ,
  96.   wings:
  97.     wings:
  98.       offset:
  99.         x: 20,
  100.         y: 35,
  101.         z: 70
  102.       ,
  103.       length: [30, 10],
  104.       width: [80, 60, 25],
  105.       angle: [-15, -20],
  106.       position: [0, 30, 70],
  107.       texture: [11, 13],
  108.       bump:
  109.         position: 0,
  110.         size: 10
  111.       ,
  112.       doubleside: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement