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

feat: add neutral token drops data #72

Merged
merged 2 commits into from
Aug 25, 2024

Conversation

Antosik
Copy link
Contributor

@Antosik Antosik commented Aug 13, 2024

Description

This small PR adds the ability to track the neutral tokens drops

Output changes

After Java processing, new lines will be added to the output in the following format:

{"time":434,"type":"neutralToken","key":"Tier1Token","slot":0}

After Node.js processing, a new field neutral_token will be added to the player object, which will look like this:

{
  // ...
  "players": [
    {
      // ...
      "neutral_tokens_log": [
        {
          "time": 1628,
          "key": "Tier3Token"
        },
        {
          "time": 2299,
          "key": "Tier4Token"
        }
      ]
    }
    // ...
  ]
}

@howardchung howardchung merged commit 9a39bf2 into odota:master Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants