Advertisement
Guest User

Chronos

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