This comic follows on from the Previous comic which will almost certainly provide context.

You can follow this comic series from the start Here. Make sure to start at the bottom (oldest comic) and work upwards.

Some people suggested that breaking up tall comics into two images within the post body would help readability in their client, so here’s that.

We’re over the exposition hump now, so hopefully following comics will have smaller/fewer speech bubbles.

    • Zaros
      link
      210 days ago

      “Why does it smell like burning hair in here…?” ( Very cozy bonus! - )

  • @[email protected]
    link
    fedilink
    English
    18
    edit-2
    10 days ago

    why does konsi have to be such a gigachad

    like is there a single thing she hasn’t already done and excelled at

    • AhdokOP
      link
      fedilink
      20
      edit-2
      10 days ago

      I think this largely comes from being a protagonist in a DnD campaign for a long time, especially a roleplay heavy one. DnD characters naturally build a portfolio of exploits that any NPC character would think insane to accomplish.

      If you want the true gigachad energy though, the spell she used to contact Talona was Divination, which requires a sacrifice to the deity in question, worth at least 25gp.

      Konsi thinks it’s good etiquette to make your sacrifice something the deity would approve of. For example, when she contacted Selune, she crafted some art-piece quality functional navigational tools out of silver and used those as the component in the spell.

      As Talona is the goddess of poison and decay, Konsi decided that a suitable “sacrifice” would be a bottle of lethal, slow acting poison. She spent a few days gathering appropriate herbs and mushrooms, made the poison, then promptly drank it to sacrifice it.

        • AhdokOP
          link
          fedilink
          1410 days ago

          You could absolutely just put 25 gold pieces in a pile and cast the spell, but Konsi’s such a tryhard…

    • @[email protected]
      link
      fedilink
      17
      edit-2
      10 days ago

      like is there a single thing she hasn’t already done and excelled at

      Having self-confidence

      Talking to Razira without turning into a flustered mess

      Saying rude words

  • @Jumi
    link
    311 days ago

    I’m really in love with your art style and characters.

  • @Archpawn
    link
    111 days ago

    The main comic seems to be really small. And the smaller ones were showing small for me too. I’m using lemmy.world. But I was able to fix it with css. Here’s the css I have now if anyone is interested:

    .img-expanded:not(.banner, .avatar-overlay) {
        max-height: unset;
        max-width: 100vw;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -75px);
        outline: auto;
        outline-color: black;
        z-index: 1;
        padding: 50px;
        outline-offset: -50px;
        pointer-events: none;
    }
    
    .md-div img {
        max-height: unset;
    }
    
    /*Note: Links are exactly the same except without bg-transparent, so using not(bg-transparent) instead will outline the links instead of the expandos. Also, they're outlined orange unless you change it, so you could take that off, give them all outlines, and you can tell which they are based on the color.*/
    .thumbnail.rounded.overflow-hidden.d-inline-block.position-relative.p-0.border-0.bg-transparent {
        outline: auto;
    }
    

    The small one in the middle is what I’m using to fix the shrunken images in comments problems.