Hello there! It's Stoplookin9
I don't like people who spell my name correctly
Insert this somewhere in definitions.js
exports.factory2 = {
PARENT: [exports.genericTank],
LABEL: 'Factory²',
DANGER: 7,
STAT_NAMES: statnames.drone,
BODY: {
SPEED: base.SPEED * 0.8,
FOV: 1.1,
},
MAX_CHILDREN: 6,
GUNS: [ { /**** LENGTH WIDTH ASPECT X Y ANGLE DELAY */
POSITION: [ 5, 11, 1, 10.5, 0, 0, 0, ],
}, {
POSITION: [ 2, 14, 1, 15.5, 0, 0, 0, ],
PROPERTIES: {
SHOOT_SETTINGS: combineStats([g.factory]),
TYPE: exports.factory,
STAT_CALCULATOR: gunCalcNames.drone,
AUTOFIRE: true,
SYNCS_SKILLS: true,
}, }, {
POSITION: [ 4, 14, 1, 8, 0, 0, 0, ],
} ],
};
exports.factory.UPGRADES_TIER_3 = [exports.factory2];