diff --git a/docs/hots-replay-data.md b/docs/hots-replay-data.md index e286c8d..00856d0 100644 --- a/docs/hots-replay-data.md +++ b/docs/hots-replay-data.md @@ -289,7 +289,7 @@ Events will have additional fields depending on the value of the `_eventid` fiel is a textual version of `_eventid` so it's probably faster to just use `_eventid` to case on events. In this section, the event object will be referred to as `event`. -May of the maps have tracker events that detail who won the objective, however there are some notable exceptions. +Many of the maps have tracker events that detail who won the objective, however there are some notable exceptions. Maps which either lack or have complex ways to detect objectives: * Blackheart's Bay - Other parsers reference a `GhostShipCaptured` event, however I have not seen that @@ -1088,4 +1088,4 @@ the golem phase begins. One of these will spawn for each team, identified by IDs ### Beacon Control (Dragon Shire, Braxis Holdout) Track the tag and recycle tag of the beacon unit at the start of the game, then track `UnitOwnerChange` events over the course of the game. When not owned by either team, the ID may be 0. If you're indicating blue team with 0 -and red team with 1, you'll need a third value to indicate no team for this event. \ No newline at end of file +and red team with 1, you'll need a third value to indicate no team for this event.