Interdictor-SD

R.O.C. Fighter (Remote-Operated Combat Fighter)

Dec 25th, 2019
656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. return model =
  2.   name: 'ROC Fighter'
  3.   designer: 'Interdictor-SD'
  4.   level: 5
  5.   model: 6
  6.   size: 1.6
  7.   specs:
  8.     shield:
  9.       capacity: [220,315]
  10.       reload: [6,9]
  11.     generator:
  12.       capacity: [90,140]
  13.       reload: [50,65]
  14.     ship:
  15.       mass: 220
  16.       speed: [85,95]
  17.       rotation: [55,75]
  18.       acceleration: [60,90]
  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]
  28.         y: [-100,-90,-60,-40,20,100,90]
  29.         z: [0,0,0,0,0,0,0]
  30.       width: [0,13,21,25,30,18,0]
  31.       height: [0,9,14,20,26,17,0]
  32.       texture: [1,63,63,11,10,17]
  33.       propeller: true
  34.     cockpit:
  35.       section_segments: 8
  36.       offset:
  37.         x: 0
  38.         y: -60
  39.         z: 10
  40.       position:
  41.         x: [0,0,0,0,0,0,0]
  42.         y: [-18,-5,20,30,40]
  43.         z: [0,0,0,0,0]
  44.       width: [0,7,14,12,0]
  45.       height: [0,7,14,12,0]
  46.       texture: [7,9,9,7]
  47.     side:
  48.       section_segments: 10
  49.       offset:
  50.         x: 49
  51.         y: 55
  52.         z: 0
  53.       position:
  54.         x: [0,0,0,0,0,0,0]
  55.         y: [-105,-97,-50,-20,-5,50,45]
  56.         z: [0,0,0,0,0,0,0]
  57.       width: [0,12,18,14,19,14,0]
  58.       height: [0,14,24,19,25,14,0]
  59.       texture: [2,10,11,63,2,16.9]
  60.       propeller: true
  61.       angle: 0
  62.     cannons:
  63.       section_segments: 8
  64.       offset:
  65.         x: 68
  66.         y: 20
  67.         z: 9
  68.       position:
  69.         x: [0,0,-2,-7,-8]
  70.         y: [-30,-35,20,35,40]
  71.         z: [0,0,0,0,0]
  72.       width: [0,5,12,9,0]
  73.       height: [0,5,5,5,0]
  74.       texture: [2,2,63,63]
  75.       angle: 2
  76.       laser:
  77.         damage: [14,19]
  78.         rate: 3
  79.         type: 2
  80.         speed: [140,190]
  81.         number: 1
  82.         recoil: 20
  83.         angle: 0
  84.         error: 0
  85.   wings:
  86.     connect:
  87.       doubleside: true
  88.       offset:
  89.         x: 10
  90.         y: 58
  91.         z: -6
  92.       length: [40]
  93.       width: [80,65]
  94.       angle: [20]
  95.       position: [-30,-15]
  96.       texture: [3]
  97.       bump:
  98.         position: 10
  99.         size: 15
  100.     side:
  101.       doubleside: true
  102.       offset:
  103.         x: 60
  104.         y: 80
  105.         z: 1
  106.       length: [90]
  107.       width: [70,40]
  108.       angle: [-30]
  109.       position: [-30,20]
  110.       texture: [8]
  111.       bump:
  112.         position: -20
  113.         size: 14
Add Comment
Please, Sign In to add comment