Advertisement
Y-27

Delta

Aug 20th, 2018
3,574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. return model =
  2.  
  3.  name: 'Delta'
  4.  level: 6
  5.  model: 1
  6.  size: 3
  7.  specs:
  8.    shield:
  9.     capacity: [9999,99999]
  10.     reload: [1125,12138]
  11.    generator:
  12.     capacity: [10000,12000]
  13.     reload: [10200,11350]
  14.    ship:
  15.     mass: 180
  16.     speed: [175,205]
  17.     rotation: [30,75]
  18.     acceleration: [70,900]
  19.  bodies:
  20.    cockpit:
  21.      section_segments: 80
  22.      offset:
  23.        x: 0
  24.        y: -44
  25.        z: 42.3
  26.      position:
  27.        x: [0,0,0,0]
  28.        y: [0,2,20,25]
  29.        z: [-1,2,7,6]
  30.      width: [5,8,9,5]
  31.      height: [3,4,5,3]
  32.      texture: [9]
  33.    main:
  34.      section_segments: 80
  35.      offset:
  36.        x: 0
  37.        y: -76
  38.        z: 35
  39.      position:
  40.        x: [0,0,0,0,0,0,0,0,0,0]
  41.        y: [0,12,9,25,66,84,120,126,154,148]
  42.        z: [0,0,0,0,10,10,0,0,0,0]
  43.      width: [0,3,6,14,14,14,14,17,13,0]
  44.      height: [0,3,6,10,14,14,14,14,10,0]
  45.      texture: [6,13,3,2,2,2,4,12,13]
  46.      propeller: true
  47.      laser:
  48.         damage: [30,40]
  49.         rate: 1
  50.         type: 2
  51.         speed: [90,130]
  52.         number: 1
  53.         angle: 0
  54.         error: 0
  55.    
  56.     impulse_engines:
  57.       section_segments: 4
  58.       offset:
  59.         x: 5
  60.         y: 175
  61.         z: 9
  62.       position:
  63.         x: [0]
  64.         y: [0]
  65.         z: [0]
  66.       width: [5]
  67.       height: [3]
  68.       propeller: true
  69.     side_propulsors:
  70.       section_segments: 12
  71.       offset:
  72.         x: 109
  73.         y: 125
  74.         z: 0
  75.       position:
  76.         x: [0,0,0,0,0,0,0,0,0]
  77.         y: [0,0,13,25,60,70,80,70,70]
  78.         z: [0,0,0,0,0,0,0,0,0]
  79.       width: [0,10,18,20,20,15,15,10,0]
  80.       height: [0,10,18,20,20,15,15,10,0]
  81.       propeller: true
  82.       texture: [3,18,2,11,63,4,12,17]
  83.       laser:
  84.         damage: [150,270]
  85.         rate: 150
  86.         type: 1
  87.         speed: [100,200]
  88.         number: 1
  89.         error: 0
  90.         recoil:10
  91.  
  92.  wings:
  93.    topout:
  94.      doubleside: false
  95.      offset:
  96.        x: 0
  97.        y: -17
  98.        z: 6
  99.      length: [124]
  100.      width: [418,0]
  101.      angle: [-2]
  102.      position: [-25,220]
  103.      texture: [63]
  104.      bump:
  105.        position: 20
  106.        size: 10
  107.   winglets1:
  108.      doubleside: true
  109.      offset:
  110.        x: 10
  111.        y: 61
  112.        z: 79
  113.      length: [12]
  114.      width: [18,10]
  115.      angle: [15]
  116.      position: [0,3]
  117.      texture: [63]
  118.      bump:
  119.        position: 10
  120.        size: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement