Archpawn

joined 2 years ago
[–] Archpawn@lemmy.world 1 points 15 hours ago (1 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 16 hours 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.

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

Would it fit? I suppose technically the rules say a gargantuan creature is 20 feet by 20 feet or larger, and you can make a ten foot radius sphere with Wall of Force.

But also, that would give it total cover, and Vicious Mockery does not grant itself an exception from that. Message is the only one I know of that does.

[–] Archpawn@lemmy.world 3 points 2 weeks ago (2 children)

You might be able to find some cheese strat. One good trick is to use a Phantom Steed to constantly outrange your opponent. But Vicious Mockery doesn't have enough range to make that effective.

I'm sure someone can figure out a method, but Vicious Mockery isn't going to be the interesting part.

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

(instead, they try to play the same character with different names).

I'm imagining every session they play a new character who meets the party and decides not to join them.

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

But a much better way would be to say "with safety tools and lots of inter-group romance".

 

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 ›