A fast, filterable reference tool for comparing abilities, reactions, traits, and artefacts across all Warcry warbands.
Live site: https://hennirocks.github.io/warcry-data-comparison/
- Filter by Grand Alliance, Warband, mechanic type, and entry type
- Full-text search across names, descriptions, and similar-ability references
- Cluster view — click
≈or "Show all similar" to see all abilities that share the same mechanic - Sortable table with expandable detail rows
- Dark and light theme
All data lives in public/abilities_reactions.json. Each entry has the following fields:
| Field | Description |
|---|---|
Grand Alliance |
Order, Chaos, Death, Destruction, or Universal |
Warband |
Specific warband name |
Type |
Ability, Reaction, Battle Trait, Heroic Trait, Divine Blessing, Lesser Artefact, Greater Artefact |
Name |
Entry name |
Cost |
Dice cost notation ([Double], [Triple], [Quad]) |
Runemarks |
Comma-separated runemark requirements |
Description |
Full rules text |
Mechanic |
Categorised effect type (e.g. stat buff: attacks, healing) |
Similar To |
Semicolon-separated list of functionally equivalent abilities in other warbands |
npm install
npm run devRequires Node 18+.
See CONTRIBUTING.md.
Data is derived from Games Workshop publications and remains their intellectual property. The code in this repository is MIT licensed.