Advertisement
MALEFOR

Hummingbird

Sep 13th, 2018
2,804
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. return model =
  2.   name: 'Hummingbird'
  3.   level: 1
  4.   model: 1
  5.   size: 0.5
  6.   specs:
  7.     shield:
  8.       capacity: [180,280]
  9.       reload: [6,8]
  10.     generator:
  11.       capacity: [140,220]
  12.       reload: [35,60]
  13.     ship:
  14.       mass: 300
  15.       speed: [120,140]
  16.       rotation: [30,50]
  17.       acceleration: [60,90]
  18.   bodies:
  19.     main:
  20.       section_segments: 5
  21.       offset:
  22.         x: 0
  23.         y: 0
  24.         z: 5
  25.       position:
  26.         x: [0,0,0,0,0,0,0,0,0,0,0,0]
  27.         y: [-140,-135,-120,-90,-50,0,20,50,160,180,182,180]
  28.         z: [0,0,0,0,0,0,0,0,0,0,0,0]
  29.       width: [0,7,12,20,20,20,20,20,20,6,5,0]
  30.       height: [0,5,10,15,15,15,15,15,10,5,5,0]
  31.       texture: [63,63,63,63,7,7,7,63,63,17]
  32.     air:
  33.       section_segments: 10
  34.       offset:
  35.         x: 0
  36.         y: 70
  37.         z: 0
  38.       position:
  39.         x: [0,0,0,0,0,0,0,0,0,0]
  40.         y: [-90,-80,-70,-10,10,30,50]
  41.         z: [-5,0,0,0,0,0,0]
  42.       width: [20,25,30,40,30,32,20]
  43.       height: [0,15,15,15,10,10,0]
  44.       texture: [7,7,7,7,5,5]
  45.     top:
  46.       section_segments: 8
  47.       offset:
  48.         x: 0
  49.         y: -50
  50.         z: 14
  51.       position:
  52.         x: [0,0,0,0,0,0,0,0]
  53.         y: [-45,-35,-20,25,80,110,200]
  54.         z: [8,8,8,0,-4,-5,-12]
  55.       width: [0,5,8,8,10,15,10]
  56.       height: [0,5,10,15,15,15,10]
  57.       texture: [6,7,7,63,63,63]
  58.     cockpit:
  59.       section_segments: 8
  60.       offset:
  61.         x: 0
  62.         y: -130
  63.         z: 12
  64.       position:
  65.         x: [0,0,0,0]
  66.         y: [0,20,40,42]
  67.         z: [0,0,0,0]
  68.       width: [10,16,16,0]
  69.       height: [0,10,10,0]
  70.       texture: [9]
  71.     side:
  72.       section_segments: 6
  73.       offset:
  74.         x: 0
  75.         y: -80
  76.         z: 5
  77.       position:
  78.         x: [-28,-28,-28,-28,-28,-18]
  79.         y: [-115,-100,0,0,20,35]
  80.         z: [0,0,0,0,0,0]
  81.       width: [0,3,3,12,12,0]
  82.       height: [0,3,3,12,12,12]
  83.       texture: [30,7,63,7]
  84.     back_winglet:
  85.       section_segments: 5
  86.       offset:
  87.         x: 0
  88.         y: 120
  89.         z: 40
  90.       position:
  91.         x: [0,0,0,0]
  92.         y: [-30,45,75,110]
  93.         z: [-30,0,0,40]
  94.       width: [0,5,5,0]
  95.       height: [0,40,40,0]
  96.       texture: [18]
  97.     engine:
  98.       section_segments: 10
  99.       offset:
  100.         x: 0
  101.         y: 115
  102.         z: 0
  103.       position:
  104.         x: [0,0]
  105.         y: [95,95]
  106.         z: [0,0]
  107.       width: [15,15]
  108.       height: [15,15]
  109.       texture: [17]
  110.       propeller: true
  111.   wings:
  112.     wings:
  113.       doubleside: true
  114.       offset:
  115.         x: 10
  116.         y: 110
  117.         z: 4
  118.       length: [50,30,30]
  119.       width: [140,100,70,30]
  120.       angle: [0,0,0]
  121.       position: [-15,15,37,65]
  122.       texture: [7]
  123.       bump:
  124.         position: -40
  125.         size: 4.5
  126.     front:
  127.       doubleside: true
  128.       offset:
  129.         x: 30
  130.         y: 45
  131.         z: 8
  132.       length: [83]
  133.       width: [20,20]
  134.       angle: [0]
  135.       position: [0,98]
  136.       texture: [63]
  137.       bump:
  138.         position: -40
  139.         size: 7.5
  140.     back:
  141.       doubleside: true
  142.       offset:
  143.         x: 10
  144.         y: 185
  145.         z: 3
  146.       length: [18]
  147.       width: [60,40]
  148.       angle: [0]
  149.       position: [0,-10]
  150.       texture: [7]
  151.       bump:
  152.         position: -40
  153.         size: 7.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement