Advertisement
MALEFOR

Janus

Oct 6th, 2018
2,909
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. return model =
  2.   name: 'Janus'
  3.   level: 3
  4.   model: 1
  5.   size: 1.5
  6.   specs:
  7.     shield:
  8.       capacity: [160,240]
  9.       reload: [6,10]
  10.     generator:
  11.       capacity: [100,200]
  12.       reload: [35,55]
  13.     ship:
  14.       mass: 180
  15.       speed: [120,170]
  16.       rotation: [35,65]
  17.       acceleration: [90,160]
  18.   bodies:
  19.     main:
  20.       section_segments: 6
  21.       offset:
  22.         x: 0
  23.         y: 0
  24.         z: 10
  25.       position:
  26.         x: [0,0,0,0,0,0,0,0,0,0]
  27.         y: [-118,-112,-105,-60,-10,25,80]
  28.         z: [-10,-10,-10,-10,-5,-3,0,0,0,0]
  29.       width: [0,5,10,25,85,85,50]
  30.       height: [0,5,10,10,10,10,0]
  31.       texture: [7,63,63,7]
  32.     cockpit:
  33.       section_segments: 6
  34.       offset:
  35.         x: 0
  36.         y: -50
  37.         z: 10
  38.       position:
  39.         x: [0,0,0,0,0,0,0,0,0,0,0,0]
  40.         y: [-60,-60,-30,-20,-20,-20,0,40,70,150,185,185]
  41.         z: [-10,-5,0,5,5,2,4,7,7,14,16,16]
  42.       width: [0,5,15,10,0,15,25,18,20,22,7,0]
  43.       height: [0,5,8,5,0,10,15,20,20,10,4,0]
  44.       texture: [9,9,9,7]
  45.     cockpit_sides:
  46.       section_segments: 6
  47.       offset:
  48.         x: 13
  49.         y: -45
  50.         z: 8
  51.       position:
  52.         x: [-4,0,0,3,3]
  53.         y: [-50,-35,-25,-20,-15]
  54.         z: [-4,-5,0,3,5]
  55.       width: [0,3,8,4,0]
  56.       height: [5,8,8,8,5]
  57.       texture: [9]
  58.     side1:
  59.       section_segments: 8
  60.       offset:
  61.         x: 10
  62.         y: 0
  63.         z: 12
  64.       position:
  65.         x: [0,25,25,8]
  66.         y: [-32,20,90,145]
  67.         z: [0,0,0,0]
  68.       width: [0,23,20,0]
  69.       height: [8,8,8,8]
  70.       texture: [7]
  71.     side2:
  72.       section_segments: 8
  73.       offset:
  74.         x: 10
  75.         y: 0
  76.         z: 20
  77.       position:
  78.         x: [0,21,20,8]
  79.         y: [0,35,95,145]
  80.         z: [0,0,0,0]
  81.       width: [0,18,14,0]
  82.       height: [8,8,8,8]
  83.       texture: [7]
  84.     wings:
  85.       section_segments: 6
  86.       offset:
  87.         x: 40
  88.         y: 30
  89.         z: -5
  90.       position:
  91.         x: [30,20,2,4,0,0]
  92.         y: [-220,-210,-60,-45,0,0]
  93.         z: [0,0,0,0,0,0]
  94.       width: [0,12,45,53,60,0]
  95.       height: [6,6,8,8,8,8]
  96.       texture: [7]
  97.       angle: -90
  98.   wings:
  99.     decor1:
  100.       doubleside: true
  101.       offset:
  102.         x: 60
  103.         y: 5
  104.         z: 2
  105.       length: [190]
  106.       width: [40,18]
  107.       angle: [-0.3]
  108.       position: [-3,45]
  109.       texture: [63]
  110.       bump:
  111.         position: -10
  112.         size: 10
  113.     decor2:
  114.       doubleside: true
  115.       offset:
  116.         x: 10
  117.         y: 0
  118.         z: 9.5
  119.       length: [60]
  120.       width: [170,30]
  121.       angle: [3.5]
  122.       position: [25,10]
  123.       texture: [63]
  124.       bump:
  125.         position: 10
  126.         size: 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement