Advertisement
7rodo

MachineAuto

Jul 11th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. exports.machAutoTurret = {
  2. PARENT: [exports.genericTank],
  3. LABEL: 'Turret',
  4. BODY: {
  5. FOV: 0.8
  6. },
  7. COLOR: 16,
  8. //CONTROLLERS: ['nearestDifferentMaster'],
  9. GUNS: [ { /*** LENGTH WIDTH ASPECT X Y ANGLE DELAY */
  10. POSITION: [ 12, 10, 1.4, 8, 0, 0, 0, ],
  11. PROPERTIES: {
  12. SHOOT_SETTINGS: combineStats([g.basic, g.mach]),
  13. TYPE: exports.bullet,
  14. }, },
  15. ],
  16. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement