Advertisement
MALEFOR

Scorcher

Sep 17th, 2018
2,880
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. return model =
  2.   name: 'Scorcher'
  3.   level: 2
  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: 8
  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: [-197,-192,-185,-145,-40,0,20,90,91]
  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: 6
  42.       offset:
  43.         x: 60
  44.         y: -20
  45.         z: -8
  46.       position:
  47.         x: [0,0,0,0,0]
  48.         y: [-105,-100,-70,-10,80]
  49.         z: [0,0,0,0,10]
  50.       width: [0,13,18,18,0]
  51.       height: [0,10,10,10,0]
  52.       texture: [4.9,7]
  53.     support1:
  54.       section_segments: 6
  55.       offset:
  56.         x: 0
  57.         y: 25
  58.         z: 10
  59.       position:
  60.         x: [0,0,0,0]
  61.         y: [-45,-45,45,45]
  62.         z: [0,0,0,0]
  63.       width: [0,10,10,0]
  64.       height: [0,4,4,0]
  65.       texture: [18]
  66.       angle: 90
  67.     support2:
  68.       section_segments: 6
  69.       offset:
  70.         x: 0
  71.         y: 10
  72.         z: 9
  73.       position:
  74.         x: [0,0,0,0]
  75.         y: [-45,-45,45,45]
  76.         z: [0,0,0,0]
  77.       width: [0,10,10,0]
  78.       height: [0,4,4,0]
  79.       texture: [18]
  80.       angle: 90
  81.     support3:
  82.       section_segments: 6
  83.       offset:
  84.         x: 0
  85.         y: -68
  86.         z: 13
  87.       position:
  88.         x: [0,0,0,0]
  89.         y: [-45,-45,45,45]
  90.         z: [0,0,0,0]
  91.       width: [0,10,10,0]
  92.       height: [0,6,6,0]
  93.       texture: [18]
  94.       angle: 90
  95.     support4:
  96.       section_segments: 6
  97.       offset:
  98.         x: 0
  99.         y: -48
  100.         z: 12
  101.       position:
  102.         x: [0,0,0,0]
  103.         y: [-45,-45,45,45]
  104.         z: [0,0,0,0]
  105.       width: [0,10,10,0]
  106.       height: [0,4,4,0]
  107.       texture: [18]
  108.       angle: 90
  109.     back:
  110.       section_segments: 10
  111.       offset:
  112.         x: 30
  113.         y: 20
  114.         z: -5
  115.       position:
  116.         x: [0,0]
  117.         y: [90,90]
  118.         z: [0,0]
  119.       width: [20,20]
  120.       height: [10,10]
  121.       texture: [17]
  122.       propeller: true
  123.     cockpit:
  124.       section_segments: 8
  125.       offset:
  126.         x: 0
  127.         y: -98
  128.         z: 13
  129.       position:
  130.         x: [0,0,0,0,0,0,0,0]
  131.         y: [-90,-85,-70,-55,40,125,160]
  132.         z: [-10,-10,-6,0,0,-3,-5]
  133.       width: [0,5,9,10,15,15,10]
  134.       height: [0,10,15,10,10,10,0]
  135.       texture: [9,9,9,63,63,63]
  136.   wings:
  137.     outer:
  138.       doubleside: true
  139.       offset:
  140.         x: 35
  141.         y: -10
  142.         z: 5
  143.       length: [60,100]
  144.       width: [180,130,40]
  145.       angle: [-5,-5]
  146.       position: [0,-5,-10]
  147.       texture: [7]
  148.       bump:
  149.         position: -10
  150.         size: 2
  151.     inner:
  152.       doubleside: true
  153.       offset:
  154.         x: 10
  155.         y: -40
  156.         z: 5
  157.       length: [35]
  158.       width: [190,170]
  159.       angle: [0]
  160.       position: [15,20]
  161.       texture: [7]
  162.       bump:
  163.         position: 10
  164.         size: 5
  165.     front:
  166.       doubleside: true
  167.       offset:
  168.         x: 45
  169.         y: 65
  170.         z: 5
  171.       length: [145]
  172.       width: [8,8]
  173.       angle: [-5]
  174.       position: [0,-70]
  175.       texture: [63]
  176.       bump:
  177.         position: -10
  178.         size: 5
  179.     mid:
  180.       doubleside: true
  181.       offset:
  182.         x: 55
  183.         y: 25
  184.         z: 7
  185.       length: [15]
  186.       width: [70,50]
  187.       angle: [-15]
  188.       position: [0,5]
  189.       texture: [63]
  190.       bump:
  191.         position: -10
  192.         size: 5
  193.     engines:
  194.       doubleside: true
  195.       offset:
  196.         x: 20
  197.         y: 65
  198.         z: 5
  199.       length: [25]
  200.       width: [45,45]
  201.       angle: [0]
  202.       position: [0,0]
  203.       texture: [18]
  204.       bump:
  205.         position: -10
  206.         size: 5
  207.     winglets:
  208.       doubleside: true
  209.       offset:
  210.         x: 25
  211.         y: 90
  212.         z: -2
  213.       length: [80]
  214.       width: [75,40]
  215.       angle: [60]
  216.       position: [0,45]
  217.       texture: [7]
  218.       bump:
  219.         position: -10
  220.         size: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement