Advertisement
45rfew

Untitled

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