Advertisement
MALEFOR

Cyclone

Sep 14th, 2018
2,929
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. return model =
  2.   name: 'Cyclone'
  3.   level: 2
  4.   model: 2
  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: 20
  21.       offset:
  22.         x: 0
  23.         y: 0
  24.         z: 0
  25.       position:
  26.         x: [0,0,0,0,0,0,0,0,0,0,0,0]
  27.         y: [-158,-152,-145,-110,-40,0,20,80,85]
  28.         z: [0,0,0,0,0,0,0,0,0,0,0,0]
  29.       width: [0,5,10,20,20,20,20,10,0]
  30.       height: [0,5,10,20,20,10,10,5,0]
  31.       texture: [7,63,63,7,63,63,7,7,7]
  32.       laser:
  33.         damage: [1,3]
  34.         rate: 6
  35.         type: 1
  36.         speed: [160,220]
  37.         number: 40
  38.         error: 0
  39.         recoil: 3
  40.     air:
  41.       section_segments: 10
  42.       offset:
  43.         x: 0
  44.         y: -20
  45.         z: 0
  46.       position:
  47.         x: [0,0,0,0,0,0,0,0,0,0]
  48.         y: [-90,-80,-70,-10,10,30,50]
  49.         z: [0,0,0,0,0,0,0]
  50.       width: [0,32,45,40,30,32,20]
  51.       height: [0,15,15,15,10,10,0]
  52.       texture: [5,7,7,7,7,7]
  53.     back:
  54.       section_segments: 10
  55.       offset:
  56.         x: 30
  57.         y: 20
  58.         z: -10
  59.       position:
  60.         x: [0,0]
  61.         y: [90,90]
  62.         z: [0,0]
  63.       width: [20,20]
  64.       height: [10,10]
  65.       texture: [17]
  66.       propeller: true
  67.     cockpit:
  68.       section_segments: 8
  69.       offset:
  70.         x: 0
  71.         y: -98
  72.         z: 15
  73.       position:
  74.         x: [0,0,0,0,0,0,0,0]
  75.         y: [-50,-45,-30,-15,40,125,160]
  76.         z: [-10,-10,-10,0,0,-10,-8]
  77.       width: [0,5,10,10,20,20,10]
  78.       height: [0,10,15,10,10,10,0]
  79.       texture: [9,9,9,10,63,63]
  80.     back_winglet:
  81.       section_segments: 5
  82.       offset:
  83.         x: 0
  84.         y: 10
  85.         z: 20
  86.       position:
  87.         x: [0,0,0,0]
  88.         y: [-10,55,65,90]
  89.         z: [-30,0,0,30]
  90.       width: [0,5,5,0]
  91.       height: [0,30,30,0]
  92.       texture: [7]
  93.   wings:
  94.     wings:
  95.       doubleside: true
  96.       offset:
  97.         x: 10
  98.         y: -10
  99.         z: 5
  100.       length: [35,30,50]
  101.       width: [180,150,130,40]
  102.       angle: [-15,-15,-15]
  103.       position: [0,0,40,100]
  104.       texture: [7]
  105.       bump:
  106.         position: -10
  107.         size: 5
  108.     engines:
  109.       doubleside: true
  110.       offset:
  111.         x: 10
  112.         y: 85
  113.         z: 5
  114.       length: [35]
  115.       width: [15,15]
  116.       angle: [-12]
  117.       position: [0,-15]
  118.       texture: [18]
  119.       bump:
  120.         position: -10
  121.         size: 5
  122.     front:
  123.       doubleside: true
  124.       offset:
  125.         x: 50
  126.         y: -50
  127.         z: 0
  128.       length: [55]
  129.       width: [15,15]
  130.       angle: [-15]
  131.       position: [0,110]
  132.       texture: [63]
  133.       bump:
  134.         position: -10
  135.         size: 5
  136.     mid:
  137.       doubleside: true
  138.       offset:
  139.         x: 30
  140.         y: 10
  141.         z: 5
  142.       length: [10]
  143.       width: [70,35]
  144.       angle: [-15]
  145.       position: [0,0]
  146.       texture: [63]
  147.       bump:
  148.         position: -10
  149.         size: 5
  150.     winglets:
  151.       doubleside: true
  152.       offset:
  153.         x: 70
  154.         y: 60
  155.         z: -10
  156.       length: [20]
  157.       width: [35,20]
  158.       angle: [30]
  159.       position: [0,25]
  160.       texture: [7]
  161.       bump:
  162.         position: -10
  163.         size: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement