Advertisement
MALEFOR

Mirage

Oct 19th, 2018
3,100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. return model =
  2.   name: 'Mirage'
  3.   level: 1
  4.   model: 3
  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: 8
  21.       offset:
  22.         x: 0
  23.         y: 30
  24.         z: 5
  25.       position:
  26.         x: [0,0,0,0,0,0,0,0,0,0,0]
  27.         y: [-95,-70,-55,-40,-25,-10,10,30,52,75,90]
  28.         z: [0,0,0,0,0,0,0,0,0,0,0]
  29.       width: [0,40,50,56,60,55,46,38,24,15,0]
  30.       height: [0,5,7,9,9,9,9,9,9,6,0]
  31.       texture: [16]
  32.     lasers:
  33.       section_segments: 8
  34.       offset:
  35.         x: 43
  36.         y: -40
  37.         z: 0
  38.       position:
  39.         x: [0,0]
  40.         y: [0,45]
  41.         z: [0,0]
  42.       width: [5,5]
  43.       height: [2,2]
  44.       texture: [15]
  45.       angle: 1.5
  46.       laser:
  47.         damage: [6,10]
  48.         rate: 5
  49.         type: 1
  50.         speed: [150,200]
  51.         number: 1
  52.         error: 0
  53.     cockpit:
  54.       section_segments: 8
  55.       offset:
  56.         x: 0
  57.         y: -25
  58.         z: 7
  59.       position:
  60.         x: [0,0,0,0,0,0]
  61.         y: [-50,-40,-25,0,5]
  62.         z: [-10,-5,0,0,0]
  63.       width: [0,5,10,10,0]
  64.       height: [0,5,5,6,0]
  65.       texture: [9]
  66.   wings:
  67.     wings:
  68.       doubleside: true
  69.       offset:
  70.         x: 0
  71.         y: 0
  72.         z: 0
  73.       length: [10,40,30,50,30,15]
  74.       width: [210,195,140,115,80,50,10]
  75.       angle: [0,0,0,0,0,0]
  76.       position: [50,50,30,25,22,25,30]
  77.       texture: [0]
  78.       bump:
  79.         position: 0
  80.         size: 4
  81.     front:
  82.       doubleside: true
  83.       offset:
  84.         x: 0
  85.         y: -75
  86.         z: 12
  87.       length: [19,12,12]
  88.       width: [40,30,22,0]
  89.       angle: [0,0,0]
  90.       position: [15,25,40,65]
  91.       texture: [11]
  92.       bump:
  93.         position: 50
  94.         size: 5
  95.     side:
  96.       doubleside: true
  97.       offset:
  98.         x: 30
  99.         y: -40
  100.         z: 6
  101.       length: [20,80,30,8,8]
  102.       width: [2,30,28,28,35,12]
  103.       angle: [0,0,0,0,0]
  104.       position: [-5,15,38,55,70,75]
  105.       texture: [17]
  106.       bump:
  107.         position: -20
  108.         size: 5
  109.     top:
  110.       doubleside: true
  111.       offset:
  112.         x: 0
  113.         y: 90
  114.         z: 12
  115.       length: [35,20,40,15]
  116.       width: [60,90,70,65,0]
  117.       angle: [20,20,10,10]
  118.       position: [20,-60,-78,-90,-128]
  119.       texture: [1]
  120.       bump:
  121.         position: 50
  122.         size: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement