[-] Archpawn@lemmy.world 2 points 4 hours ago

Into the Spider-Verse has some characters animated faster than others.

[-] Archpawn@lemmy.world 5 points 2 days ago

Pro tip: Ask your GM if everyone can start with a Bag of Holding. They'll probably let you to avoid having to deal with encumbrance, then you can sell them or put them in each other as makeshift bombs.

[-] Archpawn@lemmy.world 5 points 4 days ago

I still think he's evil. But his punishments at least happen to be just.

Honestly, I'm wondering if it's just a world full of horrible people. The barbarian is evil, and everyone he harms is also evil because everyone is evil.

[-] Archpawn@lemmy.world 6 points 4 days ago

Of the ones I watched, it mostly seemed pretty fair. The leprechaun wanted people's souls, which would presumably involve infinite torture. Probably not as bad, but the leprechaun probably wasn't just going to do it once. He did make the Medusa's imprisonment extra uncomfortable, but it doesn't seem significantly worse than what she was trying to do to him. It's not clear what the succubus would do, but I'm guessing she just kills them. And he made her death a little worse than needs be, but ultimately dying is the worst part of it and she's presumably killing people regularly.

Though the pegasus seems to be an exception. What he was doing probably was on par with the punishment he got, but I don't think the barbarian knew anything about it. The best I could say is maybe the barbarian didn't know he was sapient.

Still, he doesn't seem like a good person.

[-] Archpawn@lemmy.world 44 points 3 months ago

Headcanon: Hercules actively kept people using his Roman name even as the Greek names became more popular because "Heracles" means "Hera is great" and he knows first-hand that she is not. Though I'm not sure why he doesn't just go by his birth name of Alcaeus.

[-] Archpawn@lemmy.world 45 points 3 months ago

Wow that's enough for checks notes three quarters of a scroll.

[-] Archpawn@lemmy.world 52 points 5 months ago

Don't you hate it when someone spends an hour attuning to a magic item before anyone can stop them?

[-] Archpawn@lemmy.world 45 points 9 months ago

Me at 20: I'm never going to need Chebyshev distance in real life. Why am I learning this?

[-] Archpawn@lemmy.world 85 points 2 years ago

I feel like having no way to legally get food or shelter would make it more likely they'd commit crime again, not less.

[-] Archpawn@lemmy.world 52 points 2 years ago

You can only make one object. I could understand if it was a big pot of soup, but I don't see how this counts as one object.

Here's how I'd use Fabricate to cook:

  1. Fabricate plate mail.
  2. Sell the plate mail.
  3. Use the money to hire a chef.
[-] Archpawn@lemmy.world 50 points 2 years ago

This is a steel folding chair. All craftdwarfship is of the highest quality. It is encrusted with diamonds. It menaces with spikes of pigtail cloth. On the folding chair is an image of a dwarf and dwarves. The dwarf is making a plaintive gesture.

[-] Archpawn@lemmy.world 69 points 2 years ago

I looked into this more. Reddit (created by Steve Huffman and Alexis Ohanian) merged with Infogami (created by Aaron Schwartz). There are people calling Aaron Schwartz one of the founders, but that doesn't seem entirely accurate.

20
submitted 2 years ago* (last edited 2 years ago) by Archpawn@lemmy.world to c/nostupidquestions@lemmy.world

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 ›

Archpawn

0 post score
0 comment score
joined 2 years ago