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

Add super subclass plugs. #627

Closed
wants to merge 3 commits into from
Closed

Conversation

ryan-rushton
Copy link
Contributor

@ryan-rushton ryan-rushton commented Jun 7, 2024

Overview

This adds data to know whether a given plug category comes from a subclass super. The intent is to know whether we should show the 45 degree border for these plugs or not.

Context: Now that prismatic is here we have a round super icon rather than the old diamond. In DestinyItemManager/DIM#10513 I am proposing we don't change the subclass icon for the super icon and that we display the super as a plug. To do this properly, we need to be able to identify which plugs are super icons as they all the diamond shape.

Example plugs

Screenshot 2024-06-07 at 10 02 02 PM

SEASONS.md Outdated
| 21 | 23MAY2023 | 21AUG2023 | | the Deep |
| 22 | 22AUG2023 | 27NOV2023 | | the Witch |
| 23 | 28NOV2023 | 03JUN2024 | | the Wish |
| 24 | 04JUN2024 | 07OCT2024 | The Final Shape | Episode: Echoes |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The script that generates these should probably use UTC...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for that, hard reverted the change but yeah we should probably fix that one

@@ -0,0 +1,17 @@
[
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README.md documents these output files in a table, wouldn't hurt to add this one too.

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.

3 participants