Interdictor-SD

Ark-Fighter

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