You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
586 B
20 lines
586 B
2 years ago
|
# Introduction
|
||
|
|
||
|
The `Match-Report` is a textual representation of a fight between two opponents.
|
||
|
|
||
|
## Terminology
|
||
|
|
||
|
### Match
|
||
|
|
||
|
A `Match` can be best described as a competition between two opponents. A `Match` ends when one of the competitors is declared the `winner`.
|
||
|
|
||
|
### Round
|
||
|
|
||
|
### Tick
|
||
|
|
||
|
One `Round` consists out of 60 `Ticks` that mostly correlates to the 60s duration (but this is not a hard requirement).
|
||
|
Within a `Tick` one of the competitors can perform an `Action`.
|
||
|
With `Combos` it is possible that one competitor can perform multiple `Action`s within the same tick.
|
||
|
|
||
|
### Action
|