What it is

Barrier is an uncommon sweep-family weapon that orbits the ship with persistent shield arcs, ticking damage on contact with enemies that touch the orbit ring.

Stats

StatL1L10L20
Damage (per tick)291.23743.221840.0
Fire rate (Hz)1.401.651.93
Orbit radius110137167
Acquire range200218238
Blade size18.0024.7532.25
Orbit speed9.0012.2415.84
Pull force12002564.24080.0
Pull radius100213.7340.0
PropertyValue
Familysweep
Damage tagenergy
Damage typenormal
Rarityuncommon
Target modeclosest
Collision modepierce_all
Scaling curvelinear
Area modearc_thickness
Warmup0 s
Contact cooldown0 s
Travel range mult1.0

Behavior

  • Always-on orbit ring around the ship; arcs persist rather than firing as discrete projectiles.
  • Each arc pierces all targets and ticks damage on contact.
  • Hits destructibles.
  • Carries a gravity pull (force and radius scale with level) that draws enemies toward the orbit band.
  • Auto-targets the closest enemy at fire time for arc placement.
  • See concept-target-modes for closest selection rules.
  • See concept-damage-tags for energy tag interactions.

Scaling

  • Linear curve: effective level equals real level (see concept-scaling-curves).
  • Per-stat growth is base + scaling × (level − 1).
  • Damage column above includes the global piecewise damage multiplier (1.30× at L1, ~2.50× at L10, 7.50× at L20).
  • Horizontal modifier rates: damage per H = 0.04, rate per H = 0.10; Area horizontal modifies arc thickness.

EXTRACT-CANDIDATE: Active arc count per level (data file comment references “10→3 at L20” but no bladeCount / arc-count field is set in the weapon spec — the count is controlled by shield_arc behavior in engine code, not the data table). EXTRACT-CANDIDATE: Damage multiplier curve anchors (1.00 / 1.25 / 2.00 / 3.00 / 5.00 / 7.50 at L1/4/8/12/16/20) plus low-level +30% decay buff live in data/weapons/_helpers.ts — belongs in concept-scaling-curves. EXTRACT-CANDIDATE: dmgPerH / ratePerH / areaMode (horizontal-modifier mechanics) are shared across all weapons — candidate for a concept-horizontal-modifiers page.