The Liner is a fanon arras tank made by TheTriplet. It incorporates a new type of the bullet called a Line. It upgrades from the Basic, and can further upgrade into the Twin-Liner, the Double-Liner, or the Penetrator.
Appearance[]
The Liner looks exactly like the Basic, but has a barrel more like the Stalker's. The Liner's bullets look like rectangles.
Technical[]
Upon upgrading to the Liner, it fires a new type of bullet called the Line. Lines deal more damage, but disappear after hitting anything, including eggs.
Strategy[]
- Strong Against: Low reload tanks, smashers, tanks that can't have a lot of ammo on the screen at once
- Weak Against: Bullet spammers, trappers
As the Liner[]
- The Line is practically a glass cannon bullet, dealing with a lot of entities at once is near-impossible.
- Countering the Destroyer branch is really easy; just dodge their bullets.
Against the Liner[]
- Just use bullet spammers, since Lines just disappear once they hit anything.
Available on arras private servers![]
Gun stat:
liner: [18, 1, 1, 1, 1, 0.8, 1, 1, 1, 1, 1, 1, 1],
Tank definition:
exports.liner = { PARENT: [exports.genericTank], LABEL: 'Liner', GUNS: [ { /*** LENGTH WIDTH ASPECT X Y ANGLE DELAY */ POSITION: [ 20, 10, 0.75, 0, 0, 0, 0, ], PROPERTIES: { SHOOT_SETTINGS: combineStats([g.liner]), TYPE: exports.line, }, }, ], };
For line definition, see Line.