Advertisement
MALEFOR

SR90 Blackbird

Sep 13th, 2018
2,778
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. return model =
  2.   name: 'SR90 Blackbird'
  3.   level: 5
  4.   model: 3
  5.   size: 2
  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: [-150,-148,-135,-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,4,8,20,20,20,20,20,20,6,5,0]
  30.       height: [0,5,10,15,15,25,30,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: [5,5,7,7,5,5]
  45.     cockpit:
  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: [-80,-65,-40,-25,80,110,200]
  54.         z: [0,0,0,0,-4,-5,-12]
  55.       width: [0,5,8,8,10,15,10]
  56.       height: [0,5,10,15,15,15,10]
  57.       texture: [9,9,9,63,7,63]
  58.     shield2:
  59.       section_segments: 4
  60.       offset:
  61.         x: 55
  62.         y: 100
  63.         z: 4
  64.       position:
  65.         x: [0,1.5,0,1,1,3,3]
  66.         y: [-50,-48,-25,3,60,82,80]
  67.         z: [0,0,0,0,0,0,0]
  68.       width: [0,10,15,13,10,5,0]
  69.       height: [0,10,15,13,10,5,0]
  70.       propeller: true
  71.       texture: [7,7,63]
  72.       angle: 0
  73.     back_winglet:
  74.       section_segments: 5
  75.       offset:
  76.         x: 0
  77.         y: 90
  78.         z: 35
  79.       position:
  80.         x: [0,0,0,0]
  81.         y: [-40,35,75,75]
  82.         z: [-30,0,0,0]
  83.       width: [0,5,5,0]
  84.       height: [0,40,40,0]
  85.       texture: [18]
  86.   wings:
  87.     wings:
  88.       doubleside: true
  89.       offset:
  90.         x: 10
  91.         y: 110
  92.         z: 4
  93.       length: [40,40,35]
  94.       width: [120,95,65,35]
  95.       angle: [0,0,0]
  96.       position: [-15,5,18,33]
  97.       texture: [4,7]
  98.       bump:
  99.         position: -40
  100.         size: 7.5
  101.     fins:
  102.       doubleside: true
  103.       offset:
  104.         x: 63
  105.         y: 120
  106.         z: 10
  107.       length: [40]
  108.       width: [70,40]
  109.       angle: [50]
  110.       position: [0,27]
  111.       texture: [18]
  112.       bump:
  113.         position: 10
  114.         size: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement