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

Build gear armory markup shortcodes #9

Open
5 of 10 tasks
berdandy opened this issue Mar 14, 2024 · 1 comment
Open
5 of 10 tasks

Build gear armory markup shortcodes #9

berdandy opened this issue Mar 14, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@berdandy
Copy link
Member

berdandy commented Mar 14, 2024

Armory-embeds supports item display.

  • build shortcodes to render items. Maybe something like {{ item(id="12345") }}
  • build equipment shortcode/macro to render all the slots for:
    • armor with stat
    • runes (doable with items)
    • weapons with stat
    • sigils (doable with items)
    • trinkets with stat
    • relic
    • consumables (doable with items)
    • infusions (doable with items)

items should be "standard" representations of statted weapons, like ascended crafted weapons or laurel/mist-infused trinkets

@berdandy berdandy added the enhancement New feature or request label Mar 14, 2024
@berdandy
Copy link
Member Author

berdandy commented May 28, 2024

Additional notes:

  • Need list of items by slot
  • Need mapping of stat name to stat api id (new gw2search target? Note, has to filter to just ascended level stats)
  • shortcode for: gear(slot="slotname", stat="statname")
  • shortcode for gear with upgrades (runes/sigils/infusions):
    • gear(slot="", stat="", upgrade1=item, upgrade2=item, ...) ... max 4 upgrades for 2h 2x sigils + 2x infusions
  • Shortcode for all armor slots at once
  • Shortcode for all trinkets at once
  • Shortcode for all armor and trinkets

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