Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AR
Posts
1
Comments
359
Joined
2 yr. ago

TORGUE

  • It sounds cool, but remember, you could learn True Polymorph and make a clay golem every day. Or learn True Resurrection and bring back a legendary hero (or big bad, if you prefer). Or Gate and summon your opponent into a room full of Glyphs of Warding just because you know their name. Or Wish and make a new Clone or Simulacrum or bind a demon for 100 days or whatever other crazy exploits you can find. Is being able to deal a bunch of damage from a mile away once a day really worth it?

  • Imagine living in an RPG verse where all the players have superpowers, but all the NPCs can get them to do whatever they want by calling it a "quest". And also can pay with premium currency. Seriously, how is the kid asking me to feed ducks paying in primogems?

  • And it's good to keep a little, just in case you have the opportunity for Clone and don't want to cut out more.

    I wouldn't expect you'd just keep a rotting head though. Does it still count as a creature for the purposes of Gentle Repose? Do they just not have a good way to get rid of the flesh and they want to keep the skull?

  • If they keep taking the slow sheep, they'll evolve to be faster and make the whole thing less convenient. Dragons live a long time, so they know from experience that in the long run it will be easier to only eat the fastest sheep.

  • No Stupid Questions @lemmy.world
    Archpawn @lemmy.world

    How do I set Lemmy to fully expand images?

    Right now, the only method I found is to click on the expando, then right click on the image and open it in a new tab. Is there a way to make it so I can just click it once? I can't imagine any possible scenario where I'd want to see a large but not full size image.

    I'm using the browser on my computer if that's relevant.

    Edit: I got it to work using the Stylus addon and:

     undefined
        
    .img-expanded:not(.banner, .avatar-overlay) {
        max-height: unset;
        max-width: 100vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        outline: auto;
        outline-color: black;
        z-index: 1;
    }
    
      

    I also made it outline any expandos with:

     undefined
        
    /*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-hid