Advertisement
MALEFOR

Wasp

Sep 13th, 2018
2,965
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. return model =
  2.   name: 'Wasp'
  3.   level: 5
  4.   model: 6
  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: [-150,-148,-135,-90,-40,0,20,50,100,110,120,115]
  28.         z: [0,0,0,0,0,0,0,0,0,0,0,0]
  29.       width: [0,5,10,20,20,20,20,30,20,20,10,0]
  30.       height: [0,5,10,20,20,10,10,15,15,15,10,0]
  31.       texture: [12,3,15,4,63,63,4,4,5,17]
  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: -12
  45.         z: 0
  46.       position:
  47.         x: [0,0,0,0,0,0,0,0,0,0]
  48.         y: [-80,-80,-70,-10,10,30,50]
  49.         z: [0,0,0,0,0,0,0]
  50.       width: [0,22,30,40,30,32,20]
  51.       height: [0,15,15,15,10,10,0]
  52.       texture: [4,5,4,4,5,5]
  53.     back:
  54.       section_segments: 10
  55.       offset:
  56.         x: 0
  57.         y: 0
  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: [63]
  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,-45,-20,-5,40,80,100]
  76.         z: [-10,0,0,0,-10,-8,-12]
  77.       width: [0,10,15,10,20,15,10]
  78.       height: [0,10,15,10,10,10,10]
  79.       texture: [9,9,9,10,63,3]
  80.   wings:
  81.     wings:
  82.       doubleside: true
  83.       offset:
  84.         x: 10
  85.         y: 0
  86.         z: 5
  87.       length: [35,25,35,35]
  88.       width: [140,70,60,50,30]
  89.       angle: [-15,-15,-15,0]
  90.       position: [0,0,10,30,50]
  91.       texture: [18,18]
  92.       bump:
  93.         position: -20
  94.         size: 12
  95.     back:
  96.       doubleside: true
  97.       offset:
  98.         x: 0
  99.         y: 90
  100.         z: 0
  101.       length: [50,40]
  102.       width: [50,40,30]
  103.       angle: [0,20]
  104.       position: [0,5,45]
  105.       texture: [4]
  106.       bump:
  107.         position: -15
  108.         size: 20
  109.     fins:
  110.       doubleside: true
  111.       offset:
  112.         x: 20
  113.         y: 90
  114.         z: 5
  115.       length: [40]
  116.       width: [50,40]
  117.       angle: [40]
  118.       position: [0,30]
  119.       texture: [4]
  120.       bump:
  121.         position: 10
  122.         size: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement