Hello

Wanted to share that I have made this website where you can print out your dnd e5 spell cards.

The colour of the spell cards can be customized and you can filter out the spells based on class, subclass, level or individual spells.

https://dnd.akvila.dev/

The cards are printed out on at A4, and are 2.5x3.5 inch which also fit in magic the gathering sleeves.

      • akviladevOP
        link
        fedilink
        arrow-up
        5
        ·
        3 months ago

        Should all be covered by the open source license as far as I understand and I link to the license. Fingers crossed they stay chill…

        • F/15/[email protected]@sh.itjust.works
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          3 months ago

          It’s mostly the intended absence of safety that leads to jokes like mine. Hasbro stated that they’d prefer a closed system and that the trap can shut when they desire it. The dnd community at large, myself included, has made hasbro out to be the money-hungry monster it is. Often in gest, but with an underlying understanding that there can no longer be long term trust.

          TLDR, you’re probably fine, but the hyperbole is there for a reason

    • akviladevOP
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

      I have considered it, but have not found a dataset to use. If you know of one I would be very interrested.

  • dumples@midwest.social
    link
    fedilink
    arrow-up
    3
    ·
    3 months ago

    Looks great. It looks like some of these card fill over to the second side. Is that just based on the length of the spell description?

    • akviladevOP
      link
      fedilink
      arrow-up
      3
      ·
      3 months ago

      Yeah, if it does not fit on one card, i add follow up card. When I was building it I was like it’s find to have a “back” card. But some spells get pretty long… I formatted it all manually by splitting the description.

  • Kevo
    link
    fedilink
    arrow-up
    2
    ·
    3 months ago

    Looks great! What languages / frameworks did you use for this?

    • akviladevOP
      link
      fedilink
      arrow-up
      1
      ·
      3 months ago

      Thank you. It’s written in Typescript using React and Nextjs. It’s a pretty simple solution kept the spells in a json file, so there is not even a database for the main logic.

  • MaggiWuerze@feddit.org
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    3 months ago

    Any reason half of my spells are missing?

    • Green-Flame Blade
    • Mind Sliver
    • Sword Burst
    • Armor of Agathys
    • Silvery Barbs
    • Shadow of Moil

    Also Hexblade Subclass

    • akviladevOP
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

      Well looks like it’s a mix of reasons.

      Firstly, many of your spells seem to be from the revised e5 2024 edition, where as the website currently only supports the e5 legacy spells. Secondly, two of the spells you mention where apparently just missing from the source data set I used. I have added Mind Sliver and Armor of Agathys

      • MaggiWuerze@feddit.org
        link
        fedilink
        arrow-up
        2
        ·
        3 months ago

        Ah nice, thank you. This will be great for my next session, I’ll just build the few missing myself

      • akviladevOP
        link
        fedilink
        arrow-up
        1
        ·
        3 months ago

        Looks like you are playing a mix of the 2024 e5 edition and Tasha’s Cauldron of Everything, whitch might explain the discrepency.

        Hexblade Subclass is not part of the base e5 Legacy rule book I used to add the subclasses.

        The project is open source, so feel free to make a PR with additions or create an issue to request changes: https://github.com/adamlamaa/dnd-spells