Archpawn

joined 2 years ago
[–] Archpawn@lemmy.world 2 points 2 days ago (1 children)

Did someone make alternate dice rules? Those are insane. Nine pages of rules, and it's effectively impossible to figure out your odds of success.

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

I forgot to add, it needs to be free. I did download GURPS Lite a while ago. I can't remember exactly why I didn't like it, but one problem I see is that it has a specific list of weapons. You can't just make your own with whatever set of attributes you want. And there's going to be statistically better and worse ones, so you have to choose between the weapon you think is cool and the one that deals more damage. In contrast, Mutants & Masterminds has weapons with a point buy system same as the characters. Though it's extremely bad at explaining that. It just has a list of Devices and their costs, and you have to notice that the example characters have weapons that aren't in the list, and that they cost the same as if you just build them into a player but with Equipment Points instead of Power Points.

Also, Lite at least doesn't seem to have any way to build characters with interesting powers. I don't really care if it's superhero-themed in particular, but I just think M&M's system of design your own spells is better than D&D or Pathfinder where you just have to pick one out of a list or or make your own and eyeball it.

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

I forgot to add, it needs to be free. It looks like that one isn't.

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

I have one that's supposed to walk you through it. I don't know how user-friendly that is in practice though.

[–] Archpawn@lemmy.world 5 points 4 days ago* (last edited 2 days ago) (9 children)

Mutants and Masterminds is kind of interesting. I like how it's designed so character creation is entirely point buy. There's no classes. No spells. You pay for skills and abilities directly. There's basic powers, and modifiers you can use to make them more interesting. It's also geared towards balance as opposed to simulation, which means you can make whatever type of character you want instead of having to stick with what's optimal.

Unfortunately, it's not well-done. For example, they frequently forget the game uses a log scale and cut numbers in half. Someone with a Dodge rank of -2 who is Vulnerable has their active defenses halved, which brings their Dodge rank up to -1. Equipment is 3 to 4 times cheaper than Devices, with the only differences being flavor (Equipment is something a normal person can get) and a different method of calculating Toughness that very often makes Equipment stronger. I ended up making a list of house rules trying to fix all of them (and admittedly including a few alternate rules that aren't clearly better or worse) that's so long that it would probably be easier to make a new RPG.

I don't suppose I can get any advice on something I would like? My requirements are:

  1. A point buy system that lets you make any character you want.
  2. Costs are based on making characters balanced, and not how literally expensive a piece of equipment would be and that sort of thing.
  3. Must be balanced as far as reasonably possible without massive flaws like M&M.
  4. I'd really like having a wide variety of characters you can make and things you can do. Make it so you can just play a Swarm, or a character of any size class, or anything else you can think of.

EDIT:

  1. Must be free. I'm not going to pay $20 for a system I don't even know I'll like. And honestly, I'm too cheap to pay for anything I don't really need.
[–] Archpawn@lemmy.world 3 points 4 days ago (1 children)

It's a "new adult body", not a "newly adult body". I'm not sure having a new body resets your age. Though if nothing else, getting a long-lived body means you won't have to cast Clone as often.

Also, I looked into it and it looks like the people she's talking about died before 5e. In 3.5, it was a lot harder to undo aging. There was an epic feat for it, and I suppose Clone and Reincarnate arguably might work, but it didn't say they do, and neither could bring someone back that had already died of old age.

[–] Archpawn@lemmy.world 3 points 5 days ago* (last edited 4 days 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).

Edit: I mean 10*level^2 + 2*consumed component cost + unconsumed component cost/10

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

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

[–] Archpawn@lemmy.world 1 points 1 week 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 4 points 1 week ago (6 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.

[–] Archpawn@lemmy.world 6 points 1 week 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 week 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.

 

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 ›