Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in hots-replay-data.md #326

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/hots-replay-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1088,4 +1088,4 @@ the golem phase begins. One of these will spawn for each team, identified by IDs
### <a name="beacon"></a> 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.
and red team with 1, you'll need a third value to indicate no team for this event.