Advertisement
MALEFOR

Ambassador

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