Advertisement
MALEFOR

Corona

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