[-] Archpawn@lemmy.world 1 points 19 hours ago

I was thinking of that as a house rule for Mutants and Masterminds (which has a similar system, but is much more generous with the reroll). I think it's better if you don't feel like you wasted the Hero Point because you rolled low.

That said, it works best if it's a success/fail type thing. I understand pathfinder has a lot of things with critical success and critical failure. I guess you get it back if you don't score better?

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

It depends. Did I learn Gentle Repose, and is that staff worth more than 2,500 gp?

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

I see no reason it wouldn't. It's not casting or concentrating on a spell. My question: does it take the damage instead before or after your damage resistance is applied?

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

My point is that since it's not using specific D&D terminology, it should just be taken to mean literally any spell targeting only you. Which Dragon's Breath is, so long as you cast it on yourself.

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

While mounted on it, you can make any spell you cast that targets only you also target the mount.

It doesn't say "targets self". It says "targets only you".

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

It's already a celestial, a fey, or a fiend rhino. Given that, having wings isn't surprising.

[-] Archpawn@lemmy.world 10 points 5 days ago* (last edited 5 days ago)

That sounds entirely reasonable. Why the meme?

Edit: Does "targets you only" mean it has to have a target of self, or just that in this casting it is only targeting you? I'm thinking cast Dragon's Breath on yourself and share it with your steed, and now both of you get a breath weapon.

[-] Archpawn@lemmy.world 52 points 7 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 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