Player round
What one player scored in one round of a battle. It is the finest detail the API goes to.
Properties
roundnumber- Round number, from 1.
victoryPointsnumber | null- Victory points scored this round.
objectivePointsnumber- Objective points scored this round.
objectivesstring[]- Names of the objectives the player scored this round.
battleTacticstring | null- The battle tactic the player picked this round. Null when none was picked.
battleTacticScoredboolean- Whether that battle tactic was completed.
priorityboolean | null- Whether the player won the priority roll for the round.
Example
json
{
"round": 1,
"victoryPoints": 3,
"objectivePoints": 3,
"objectives": ["Hold 1", "Primary"],
"battleTactic": "Endless Expanse",
"battleTacticScored": false,
"priority": true
}