Advertisement
MALEFOR

Shimmer

Dec 23rd, 2018
3,358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. return model =
  2.   name: 'Shimmer'
  3.   level: 2
  4.   model: 1
  5.   size: 1
  6.   specs:
  7.     shield:
  8.       capacity: [100,140]
  9.       reload: [3,7]
  10.     generator:
  11.       capacity: [50,75]
  12.       reload: [20,35]
  13.     ship:
  14.       mass: 80
  15.       speed: [100,180]
  16.       rotation: [80,150]
  17.       acceleration: [130,200]
  18.   bodies:
  19.     main:
  20.       section_segments: 12
  21.       offset:
  22.         x: 0
  23.         y: -12
  24.         z: 2.5
  25.       position:
  26.         x: [0,0,0,0,0]
  27.         y: [-10,-5,5,15,20]
  28.         z: [-3,0,0,-2,-3]
  29.       width: [0,3,5,4,0]
  30.       height: [0,2,3,2,0]
  31.       texture: [16]
  32.   wings:
  33.     main_inner:
  34.       offset:
  35.         x: 0
  36.         y: 0
  37.         z: 0
  38.       length: [10,2,22,14]
  39.       width: [33,36,40,32,10]
  40.       angle: [0,0,0,0]
  41.       position: [-8,-4,-1,1,-5]
  42.       texture: [2]
  43.       bump:
  44.         position: -15
  45.         size: 7
  46.     main_outer:
  47.       offset:
  48.         x: 50
  49.         y: 7
  50.         z: 0
  51.       length: [14,2,22,34]
  52.       width: [0,18,30,22,4]
  53.       angle: [0,0,0,0]
  54.       position: [17,9,3,10,25]
  55.       texture: [2]
  56.       bump:
  57.         position: -15
  58.         size: 7
  59.     main_back:
  60.       offset:
  61.         x: 0
  62.         y: 18
  63.         z: 2
  64.       length: [10,2]
  65.       width: [14,8,0]
  66.       angle: [0,0]
  67.       position: [0,2.5,6.5]
  68.       texture: [2]
  69.       bump:
  70.         position: -15
  71.         size: 7
  72.     internal_back:
  73.       offset:
  74.         x: 0
  75.         y: 13
  76.         z: -3
  77.       length: [10,2]
  78.       width: [14,8,0]
  79.       angle: [0,0]
  80.       position: [0,2.5,6.5]
  81.       texture: [4]
  82.       bump:
  83.         position: -15
  84.         size: 7
  85.     internal_sides:
  86.       offset:
  87.         x: 35
  88.         y: 12
  89.         z: -2
  90.       length: [30]
  91.       width: [20,16]
  92.       angle: [0]
  93.       position: [-10,0]
  94.       texture: [4]
  95.       bump:
  96.         position: -15
  97.         size: 7
  98.     decor_main:
  99.       offset:
  100.         x: 5
  101.         y: -12
  102.         z: 2.5
  103.       length: [4,2,5,15,17]
  104.       width: [0,8,20,17,13,8]
  105.       angle: [0,0,0,0,0]
  106.       position: [-12,-7,0,0,2,5]
  107.       texture: [63]
  108.       bump:
  109.         position: -15
  110.         size: 7
  111.     decor_sides:
  112.       offset:
  113.         x: 66
  114.         y: 6
  115.         z: 1.8
  116.       length: [22,34]
  117.       width: [15,10,2]
  118.       angle: [0,0]
  119.       position: [-3.5,5,25]
  120.       texture: [63]
  121.       bump:
  122.         position: -15
  123.         size: 7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement