DEV Community

dayu2333-jinyul
dayu2333-jinyul

Posted on

I Built a Borderlands 4 Weapon Database — What Makes a Good Looter-Shooter Reference

Borderlands has always been about the guns. BL4 has ten manufacturers, each with distinct handling profiles.

I built a filterable legendary weapons reference because the in-game inventory does not show side-by-side stat comparisons.

Vanilla JS, static HTML, card-based layout. Each weapon is an object:

Card layout was deliberate — gun stats are easier to scan visually than in a table.

Full wiki: bl4wiki.com
Source: github.com/dayu2333-jinyul/bl4-weapon-db

Top comments (0)