Archpawn

joined 2 years ago
[–] Archpawn@lemmy.world 1 points 1 day ago

But poison is purple. It's acid they'd get it mixed up with.

[–] Archpawn@lemmy.world 1 points 1 day ago

But you could have just used a shade of red that looks the same. It would be just as safe, and have red health potions.

[–] Archpawn@lemmy.world 2 points 1 day ago

How common is using Clone to live forever? The spell is cheap enough that even poor people can afford the material components (so long as they don't mind a squalid lifestyle), but I'm guessing there's not enough casters for everyone.

[–] Archpawn@lemmy.world 6 points 1 day ago (2 children)

Once you're a high enough level you can cast Plane Shift and visit. Arguably, you can just use Sending. It can contact other planes, but I'm not sure if their soul in the afterlife technically qualifies as the same creature.

[–] Archpawn@lemmy.world 1 points 1 day ago (2 children)

I'm not sure if that's a joke? If you have red/green colorblindness, you wouldn't be able to distinguish yellow either. You'd just see blue and not blue.

[–] Archpawn@lemmy.world 2 points 1 day ago (1 children)

That's hard fantasy. Soft fantasy can be good too.

[–] Archpawn@lemmy.world 2 points 1 week ago

But then they're too awesome to use, so you never use them and never find out the enemies can use them against you.

[–] Archpawn@lemmy.world 2 points 1 week ago

I'd have made the heads go in rainbow order (though there's not enough of them to technically do the pride flag), and maybe give each one of them a different pride flag on their necks. Still cute though.

[–] Archpawn@lemmy.world 1 points 1 week ago

Then make an Alchemy Jug. I don't need the sheep for an infinite money glitch.

[–] Archpawn@lemmy.world 5 points 1 week ago (2 children)

Good to know. I was worried someone didn't sheer their sheep and it was getting really hot under there.

[–] Archpawn@lemmy.world 12 points 1 week ago (1 children)

What if you're double gay for unrelated reasons before they cast the spell?

[–] Archpawn@lemmy.world 1 points 2 weeks ago

I guess you'd need flight too, so Phantom Steed wouldn't be enough. They probably wouldn't be able to reach a city in time.

Also, it only really works in open areas, so you'd have to avoid any caves.

 

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:

.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:

/*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;
}
view more: next ›