Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. return model =
  2.   name: 'Silencer'
  3.   designer: 'Finalizer'
  4.   level: 3
  5.   model: 3
  6.   size: 1.6
  7.   specs:
  8.     shield:
  9.       capacity: [300,300]
  10.       reload: [0,0]
  11.     generator:
  12.       capacity: [200,200]
  13.       reload: [0,0]
  14.     ship:
  15.       mass: 250
  16.       speed: [100,100]
  17.       rotation: [80,80]
  18.       acceleration: [110,110]
  19.   bodies:
  20.     main:
  21.       section_segments: 8
  22.       offset:
  23.         x: 0
  24.         y: 0
  25.         z: 0
  26.       position:
  27.         x: [0,0,0,0,0,0,0,0,0,0,0,0]
  28.         y: [-110,-99,-70,-40,-20,0,30,50,80,100,115,94]
  29.         z: [-10,-10,-10,-5,0,0,0,0,0,0,0,0,0]
  30.       width: [0,8,20,24,25,20,25,50,50,20,15,0]
  31.       height: [0,8,12,15,15,15,15,20,20,10,10,0]
  32.       texture: [3,2,1,10,63,15,11,63,11,4,17]
  33.       propeller: true
  34.     cockpit:
  35.       section_segments: 8
  36.       offset:
  37.         x: 0
  38.         y: -100
  39.         z: 15
  40.       position:
  41.         x: [0,0,0,0]
  42.         y: [20,40,80]
  43.         z: [-16,-5,0]
  44.       width: [5,10,5]
  45.       height: [0,8,0]
  46.       texture: [9]
  47.      side_engines:
  48.       section_segments: 10
  49.       offset:
  50.         x: 45
  51.         y: 10
  52.         z: -10
  53.       position:
  54.         x: [0,0,0,0,0,0,0,0]
  55.         y: [15,10,20,80,90,89,85]
  56.         z: [0,0,0,0,0,0,0,0]
  57.       width: [0,7,10,11,10,8,0]
  58.       height: [0,7,10,11,10,8,0]
  59.       texture: [18,1,3,12,18,17]
  60.       propeller: true
  61.     side_engines2:
  62.       section_segments: 12
  63.       offset:
  64.         x: 28
  65.         y: 35
  66.         z: 30
  67.       position:
  68.         x: [0,0,0,0,0,0]
  69.         y: [-5,10,40,51,50,48]
  70.         z: [0,0,0,0,0,0]
  71.       width: [0,6,9,8,6,0]
  72.       height: [0,6,9,8,6,0]
  73.       texture: [1,2,13,18,17]
  74.       propeller: true
  75.     cannon1:
  76.       section_segments: 10
  77.       offset:
  78.         x: 60
  79.         y: 55
  80.         z: -4
  81.       position:
  82.         x: [0,0,0,0,0]
  83.         y: [-22,-20,0,11,12]
  84.         z: [0,0,0,0,0]
  85.       width: [0,3,3,3,0]
  86.       height: [0,3,3,3,0]
  87.       texture: [17,7,6,10,12]
  88.       angle: 5
  89.       laser:
  90.         damage: [5,5]
  91.         rate: 2.5
  92.         type: 1
  93.         speed: [160,160]
  94.         number: 1
  95.         error: 0
  96.     cannon2:
  97.       section_segments: 10
  98.       offset:
  99.         x: 100
  100.         y: 45
  101.         z: -4
  102.       position:
  103.         x: [0,0,0,0,0]
  104.         y: [-22,-20,0,11,12]
  105.         z: [0,0,0,0,0]
  106.       width: [0,3,3,3,0]
  107.       height: [0,3,3,3,0]
  108.       texture: [17,7,6,10,12]
  109.       angle: 9
  110.       laser:
  111.         damage: [5,5]
  112.         rate: 2.5
  113.         type: 1
  114.         speed: [160,160]
  115.         number: 1
  116.         error: 0
  117.   wings:
  118.     xwing2:
  119.       doubleside: true
  120.       offset:
  121.         x: 0
  122.         y: 70
  123.         z: 0
  124.       length: [80,35]
  125.       width: [50,40,30]
  126.       angle: [0,0]
  127.       position: [0,-10,-30]
  128.       texture: [18,63]
  129.       bump:
  130.         position: 10
  131.         size: 15
  132.     butresses:
  133.       length: [25]
  134.       width: [20,20]
  135.       angle: [50]
  136.       position: [10,0]
  137.       texture: [0]
  138.       doubleside: true
  139.       offset:
  140.         x: 10
  141.         y: 65
  142.         z: 10
  143.       bump:
  144.         position: 10
  145.         size: 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement