Archpawn

joined 2 years ago
[–] [email protected] 1 points 15 hours ago (1 children)

23 years. I'm assuming you're going for Squalid living conditions rather than Wretched, so you can only save half your money. But you'd still be able to afford Poor conditions for most of your life. If that's not worth it, why even bother the first time? Just do the minimum it takes to get to a good afterlife, like go grab a sword and go on a suicide mission for a good god.

Of course, really what you'd do is spend 3.5 years saving up 250 gold, then learn a tool proficiency, and now you're a skilled worker and can live a Modest lifestyle and save 1 gp per day, and save up the rest of the money in 2 years.

plus another 400 to pay the caster.

How do you know how much to pay the caster? I thought 5e didn't have an equation for that. Adventures League has a few spells you can buy, which mostly follow the equation level^2 + 2*consumed component cost + unconsumed component cost/10. Using that, Clone should cost 2840 gp (including components).

[–] [email protected] 1 points 2 days ago

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

[–] [email protected] 1 points 2 days 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.

[–] [email protected] 3 points 2 days ago (3 children)

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.

[–] [email protected] 6 points 2 days 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.

[–] [email protected] 1 points 3 days 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.

[–] [email protected] 2 points 3 days ago (1 children)

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

[–] [email protected] 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.

[–] [email protected] 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.

[–] [email protected] 1 points 1 week ago

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

[–] [email protected] 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.

[–] [email protected] 12 points 2 weeks ago (1 children)

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

20
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 

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 ›