Advertisement
MALEFOR

Conservator

Oct 13th, 2018
2,852
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. return model =
  2.   name: 'Conservator'
  3.   level: 2
  4.   model: 2
  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: 30
  24.         z: 0
  25.       position:
  26.         x: [0,0,0,0,0,0,0,0,0,0,0]
  27.         y: [-145,-120,-100,-70,-40,-10,10,30,52,75,90]
  28.         z: [0,0,0,0,0,0,0,0,0,0,0]
  29.       width: [0,15,22,30,37,35,32,28,24,15,0]
  30.       height: [0,5,7,9,12,12,12,12,12,6,0]
  31.       texture: [1,1,1,1,1,1,1,1,10,63]
  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: 35
  71.         y: 0
  72.         z: 0
  73.       length: [15,8,20,14]
  74.       width: [0,80,140,75,5]
  75.       angle: [0,0,0,0]
  76.       position: [100,65,40,90,150]
  77.       texture: [0]
  78.       bump:
  79.         position: -20
  80.         size: 5
  81.     front:
  82.       doubleside: true
  83.       offset:
  84.         x: 0
  85.         y: -75
  86.         z: 8
  87.       length: [15,10,10]
  88.       width: [45,35,20,0]
  89.       angle: [0,0,0]
  90.       position: [10,30,55,90]
  91.       texture: [17]
  92.       bump:
  93.         position: 50
  94.         size: 5
  95.     side:
  96.       doubleside: true
  97.       offset:
  98.         x: 58
  99.         y: -30
  100.         z: 4
  101.       length: [12,8,14]
  102.       width: [25,18,16,10]
  103.       angle: [0,0,0]
  104.       position: [10,50,85,180]
  105.       texture: [17]
  106.       bump:
  107.         position: -20
  108.         size: 5
  109.     decor1:
  110.       doubleside: true
  111.       offset:
  112.         x: 45
  113.         y: -60
  114.         z: 0
  115.       length: [3]
  116.       width: [45,50]
  117.       angle: [0,0]
  118.       position: [0,25]
  119.       texture: [5]
  120.       bump:
  121.         position: 130
  122.         size: 15
  123.     decor2:
  124.       doubleside: true
  125.       offset:
  126.         x: -41.5
  127.         y: -60
  128.         z: 0
  129.       length: [3]
  130.       width: [45,50]
  131.       angle: [0,0]
  132.       position: [0,25]
  133.       texture: [5]
  134.       bump:
  135.         position: 130
  136.         size: 15
  137.     inner1:
  138.       doubleside: true
  139.       offset:
  140.         x: 25
  141.         y: -20
  142.         z: -4
  143.       length: [30]
  144.       width: [35,35]
  145.       angle: [0,0]
  146.       position: [0,45]
  147.       texture: [5]
  148.       bump:
  149.         position: 0
  150.         size: 15
  151.     inner2:
  152.       doubleside: true
  153.       offset:
  154.         x: 25
  155.         y: 38
  156.         z: -1
  157.       length: [30]
  158.       width: [50,50]
  159.       angle: [0,0]
  160.       position: [0,45]
  161.       texture: [5]
  162.       bump:
  163.         position: 0
  164.         size: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement