Army list

The army a player brought, exactly as they submitted it. The same object whether it was submitted for a tournament or brought to a single battle.

Properties

factionstring | null
Faction played.
subFactionstring | null
Battle formation, also called sub-faction.
pointsnumber | null
What the army adds up to in points.
battleTacticCardsstring[]
Names of the battle tactic cards chosen for the army. Empty for armies built before cards existed.
textstring | null
The army list exactly as the player submitted it.

Example

json
{
  "faction": "Disciples of Tzeentch",
  "subFaction": "Guild of Summoners",
  "points": 1990,
  "battleTacticCards": ["Sever the Head", "Bring it Down"],
  "text": "Allegiance: Disciples of Tzeentch\n..."
}