LowBar |
List<float> |
For the Low Bar - An array with three values, number of times damaged, number of opportunities to damage, and percentage. |
|
AChevalDeFrise |
List<float> |
For the Cheval De Frise - An array with three values, number of times damaged, number of opportunities to damage, and percentage. |
|
APortcullis |
List<float> |
For the Portcullis - An array with three values, number of times damaged, number of opportunities to damage, and percentage. |
|
BRamparts |
List<float> |
For the Ramparts - An array with three values, number of times damaged, number of opportunities to damage, and percentage. |
|
BMoat |
List<float> |
For the Moat - An array with three values, number of times damaged, number of opportunities to damage, and percentage. |
|
CSallyPort |
List<float> |
For the Sally Port - An array with three values, number of times damaged, number of opportunities to damage, and percentage. |
|
CDrawbridge |
List<float> |
For the Drawbridge - An array with three values, number of times damaged, number of opportunities to damage, and percentage. |
|
DRoughTerrain |
List<float> |
For the Rough Terrain - An array with three values, number of times damaged, number of opportunities to damage, and percentage. |
|
DRockWall |
List<float> |
For the Rock Wall - An array with three values, number of times damaged, number of opportunities to damage, and percentage. |
|
AverageHighGoals |
float |
Average number of high goals scored. |
|
AverageLowGoals |
float |
Average number of low goals scored. |
|
Breaches |
List<float> |
An array with three values, number of times breached, number of opportunities to breach, and percentage. |
|
Scales |
List<float> |
An array with three values, number of times scaled, number of opportunities to scale, and percentage. |
|
Challenges |
List<float> |
An array with three values, number of times challenged, number of opportunities to challenge, and percentage. |
|
Captures |
List<float> |
An array with three values, number of times captured, number of opportunities to capture, and percentage. |
|
AverageWinScore |
float |
Average winning score. |
|
AverageWinMargin |
float |
Average margin of victory. |
|
AverageScore |
float |
Average total score. |
|
AverageAutoScore |
float |
Average autonomous score. |
|
AverageCrossingScore |
float |
Average crossing score. |
|
AverageBoulderScore |
float |
Average boulder score. |
|
AverageTowerScore |
float |
Average tower score. |
|
AverageFoulScore |
float |
Average foul score. |
|
HighScore |
List<string> |
An array with three values, high score, match key from the match with the high score, and the name of the match. |
|