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

Team View - Gems & Enchants #4

Closed
krames12 opened this issue Sep 23, 2018 · 2 comments
Closed

Team View - Gems & Enchants #4

krames12 opened this issue Sep 23, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@krames12
Copy link
Owner

Detect if a character's gear is properly gem'd and enchanted. Also show gems & enchants.

@krames12 krames12 added the enhancement New feature or request label Sep 24, 2018
@krames12 krames12 changed the title Roster View - Gems & Enchants Team View - Gems & Enchants Sep 24, 2018
@krames12 krames12 self-assigned this Oct 5, 2018
@krames12
Copy link
Owner Author

krames12 commented Oct 5, 2018

Filled gem and enchanted item data example

"items":{  
    ...
    "finger1":{  
        ...
        "tooltipParams":{  
            "gem0":154127,
            "enchant":5943,
            ...
        },
        ...
    },
}

Need to add the audit field to the API request to get missing gem info. Can also use audit for missing enchant as well, or use lack of enchant field in the item's tooltipParams as a check.

@krames12
Copy link
Owner Author

krames12 commented Oct 5, 2018

Also debating on adding a new table or new columns for the "item enhancements" to be associated with an item and filter through with specifics on the front end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant