
A Liner shooting a Line
The Line is a fanon arras bullet type. It is used by the Liner branch. Lines get destroyed after hitting practically anything, but have higher damage, adding some new strategy to the game.
Available on arras private servers![]
Line definition:
exports.line = { LABEL: 'Line', TYPE: 'bullet', ACCEPTS_SCORE: false, SHAPE: [[-1,-0.25],[1,-0.25],[1,0.25],[-1,0.25]], BODY: { PENETRATION: 5, SPEED: 7.5, RANGE: 90, DENSITY: 0, HEALTH: 2 * wepHealthFactor, DAMAGE: 7.5 * wepDamageFactor, PUSHABILITY: 0.2, }, FACING_TYPE: 'smoothWithMotion', CAN_GO_OUTSIDE_ROOM: true, HITS_OWN_TYPE: 'never', // DIE_AT_LOW_SPEED: true, DIE_AT_RANGE: true, };