The Forge Reference Project

 

Topic: [LoRD] Making an exploding mechanic less predictable
Started by: IagainstI
Started on: 1/21/2006
Board: Indie Game Design


On 1/21/2006 at 7:31pm, IagainstI wrote:
[LoRD] Making an exploding mechanic less predictable

In deciding on a dice mechanic for my current system, I'm toying with a Silhouette/Shadowrun variant. I'm discussing this under the assumption that I'm using d6s, merely for the ease of semantics. In fact, I've been toying with various die types.

The issue I am having with a "roll X dice and take highest" scenario is that the dice max out fairly quickly, while using multiple max rolls (as in multiple max 6s on a d6) for some kind of bonus diminishes rather quickly as well. Basically, the more dice one adds to the pool, the more likely the player is going to get a 6 (if using d6s), with a rather small possibility of doing better for multiple sixes. The reason why I'm having an issue with this is that it takes some of the tension out of the check. If a player is making a check with the decent sized dice pool (which would be the case for any "skilled" character), he can pretty much assume that he's getting a 6, and maybe a little better if there's a bonus for multiple 6s.

In the end this translates to a diminishing value of checks from 1-5, while checks totaling 7+ are really too rare to "depend" on.

Does anyone know of a way to "flatten" and "spread" the log-linear curve somewhat? I've examined probability models using a d4, which was improved, but only somewhat. I've also tried an "add the next highest die for multiple 6s (or max)" type of thing, but (unless I computed it wrong) the effects were a little hinky.

Message 18442#194419

Previous & subsequent topics...
...started by IagainstI
...in which IagainstI participated
...in Indie Game Design
...including keyword:

 (leave blank for none)
...from around 1/21/2006




On 1/21/2006 at 7:40pm, dindenver wrote:
Re: [LoRD] Making an exploding mechanic less predictable

Hey Mike
  This is just me spitballing here, but if you have made a detailed analysis of the odds for d6's, then why not use the number of d6's where the returns really start to diminish as the max number of dice you get and parse them out into max skill, ability, bonus, whatever. If you can predict where the sweet spot is, where getting more dice is inconsequenctial, use that as your game's upper limit.
  Also, a system like this models a certain perspective on reality. That perspective is that highly competent people easily outclass normal people and the highly competant people are only training, studying and struggling to eelk out a minor advantage over their competition. If that is not your philosophy, maybe you should use another mechanic...

Message 18442#194421

Previous & subsequent topics...
...started by dindenver
...in which dindenver participated
...in Indie Game Design
...including keyword:

 (leave blank for none)
...from around 1/21/2006




On 1/21/2006 at 9:52pm, Bill Masek wrote:
RE: Re: [LoRD] Making an exploding mechanic less predictable

Michael,

What if even numbers exploded?  They keep exploding until an odd number is rolled.

If you want to keep the original numbers (2+4+2+6+5 = 17) this will require a bit more work on the players parts, especialy if they have a large dice pool.

The other way would be to ignore the original number in explosions and add a finite number each time the dice explodes, only keeping the final number with the finite number added for each time it exploded.  (So if you choose 3 and Bob has one dice and rolls 2, 4, 2, 6, 5 he would get 3 + 3 + 3 + 3 + 5 = 17).  You could even include a mechanic for choosing which number to choose for that finite number which is added for each explosion.

Best,
        Bill

Message 18442#194424

Previous & subsequent topics...
...started by Bill Masek
...in which Bill Masek participated
...in Indie Game Design
...including keyword:

 (leave blank for none)
...from around 1/21/2006




On 1/21/2006 at 10:40pm, jerry wrote:
RE: Re: [LoRD] Making an exploding mechanic less predictable

Tunnels and Trolls used matching numbers to explode. That is, if you rolled a 1, 1, 5, 3, 2, 2, 4, you would re-roll the 1, 1 and the 2, 2.

As I recall, we played that multiple re-rolls weren't put back all together, but were rolled separately, but I can't see this in the rulebook right now.

That is, on the example above, I might re-roll the two 1s and get 3, 6; and then re-roll the two 2s and get 4, 6. But the two 6s aren't a double, because they happened on different rolls.

Now Tunnels & Trolls used additive dice rather than number of successes. (That is, the above set of rolls would result in a total of 34.)

But there might be some tricks there; for example, the two 1s and two 2s might become a single 1+d6, and a single 2+d6. Obviously, it means that a dice pool of 1 will never explode. I just tried to do the math for what happens with a dice pool of 3 or more, and it made something else explode.... my head. So that might certainly be a "less predictable" mechanic.

Part of the way that the original Shadowrun did it was that the success depended on two things: the target number for each die, and the number of dice that met that target number. Defenses (such as armor) raised the number of successes required; It was possible for some actions to require more than one success, so that knowing you were going to get one success didn't translate to knowing that you would succeed.

Jerry

Message 18442#194426

Previous & subsequent topics...
...started by jerry
...in which jerry participated
...in Indie Game Design
...including keyword:

 (leave blank for none)
...from around 1/21/2006




On 1/22/2006 at 1:44am, IagainstI wrote:
RE: Re: [LoRD] Making an exploding mechanic less predictable


This is just me spitballing here, but if you have made a detailed analysis of the odds for d6's, then why not use the number of d6's where the returns really start to diminish as the max number of dice you get and parse them out into max skill, ability, bonus, whatever.


I've thought of this. The problem is that there is an inverse relationship between the sides on a dice and the range of usable dice. So the fewer the sides (or the fewer dice used) means the flatter the curve, but the smaller the range. Basically, no matter what dice I use, it's either resulting in too steep of a curve, or too small of a range.

Still, that does give me an idea to play with that might work.


Also, a system like this models a certain perspective on reality...


You're right about that. However, the reason why I'm trying to work with this mechanic is that it creates a log-linear curve, which I like. Properly tweaked, the reality that it models is very different than that of the DP9 games.


Part of the way that the original Shadowrun did it was that the success depended on two things: the target number for each die, and the number of dice that met that target number.


Yeah, I toyed with that mechanic for a while, too. The problem I had was that the margin of success range was just too small for the various possible difficulty levels/modifiers.

Message 18442#194428

Previous & subsequent topics...
...started by IagainstI
...in which IagainstI participated
...in Indie Game Design
...including keyword:

 (leave blank for none)
...from around 1/22/2006




On 1/22/2006 at 3:30am, ChrisJaxn wrote:
RE: Re: [LoRD] Making an exploding mechanic less predictable

You could try something like this:

<Skill> (n,m) meaning your character rolls n dice, rolling an additional d6 for any that are below m, repeating the roll-additional process. The result of the roll would be the number of dice that are on the table when you're finished.

So, as an example, a weaponsmith with Blacksmithing (5,0) would always end up with a 5 as his result.

But a kid with a lot of potential as a swordsman, with Swordfighting (1,6) would have a good chance of ending up with a lot of dice on the table, but still a good chance of getting a result of 1 as well.

(Granted, I know nothing about your setting or game, so these examples are purely illustrative).

Seems like a good way to allow for relative simplicity of rules, but still allow a good tweak to the shape of the probability curves (note, I haven't actually done any of the math for this yet).

Message 18442#194431

Previous & subsequent topics...
...started by ChrisJaxn
...in which ChrisJaxn participated
...in Indie Game Design
...including keyword:

 (leave blank for none)
...from around 1/22/2006




On 1/22/2006 at 3:04pm, IagainstI wrote:
[LoRD] Maybe I should just fudge it?


Still, that does give me an idea to play with that might work.


Well the idea didn't exactly work. It involved a combination of d6s and Fudge dice and was too difficult to manipulate.

But the Fudge dice got me thinking. I've never played Fudge before (though I've heard of it), and don't even know the rules, so I thought I'd look it up. I still have quite a bit of reading to do, but it seems very promising at this point.

Even though Fudge claims to be rules-lite, it does have the potential to be customized into a rules-heavier system for a Sim. If I can make it work for what I'm intending for a system, then my system design got that much easier.

Basically, what I would like to know, is what are the "problems" with Fudge? Am I off kilter to think I could use it for a Sim? I'm not necessarily looking for someone to talk me out of using it, but I'd like to know if anyone has noticed any flaws or shortcomings in the system that I may have, or would have, missed.

Message 18442#194456

Previous & subsequent topics...
...started by IagainstI
...in which IagainstI participated
...in Indie Game Design
...including keyword:

 (leave blank for none)
...from around 1/22/2006




On 1/22/2006 at 4:18pm, demiurgeastaroth wrote:
RE: Re: [LoRD] Making an exploding mechanic less predictable

IagainstI wrote:
The issue I am having with a "roll X dice and take highest" scenario is that the dice max out fairly quickly, while using multiple max rolls (as in multiple max 6s on a d6) for some kind of bonus diminishes rather quickly as well.
<snip>
Does anyone know of a way to "flatten" and "spread" the log-linear curve somewhat?


Have you considered a Sorcerer/Donjon-style dice pool.
Each side rolls a number of d6, and the one with the highest single dice is the winner (if highest die is a draw, both sides remove it; repeat until there is a highest die). The amount of dice the winner has over the loser's best die is the number of successess.
So, a player rolls 5 dice and gets 6, 4, 4, 3, 1
The GM rolls 3 dice, and gets 6, 4, 2, 2.
They compare highest die, which match so they are removed. The next highest dice are also removed.
That leaves the player with 4, 3, 1, and the GM with a 2, 2. So the player has won with two successes.
The probability curve for this method is quite nice.

Message 18442#194461

Previous & subsequent topics...
...started by demiurgeastaroth
...in which demiurgeastaroth participated
...in Indie Game Design
...including keyword:

 (leave blank for none)
...from around 1/22/2006




On 1/23/2006 at 2:32am, IagainstI wrote:
RE: Re: [LoRD] Making an exploding mechanic less predictable


Basically, what I would like to know, is what are the "problems" with Fudge? Am I off kilter to think I could use it for a Sim?


Well, I reviewed the ruleset while I was at the office today. It wasn't until then that I realized the probabilty curve is basically a 4d3 distribution. That's definitely too steep and compact of a curve for what I want

Still, it gave me ideas.


Have you considered a Sorcerer/Donjon-style dice pool.


Dice pools where one die can generally only provide one success do not provide a large enough range of MoS for my system. If I wanted a range of 10 MoS, I would have to have players rolling 10 dice, which is way too cumbersome, IMO.

As it stands

I almost see myself reverting to a mechanic I discussed in my <a href="http://www.indie-rpgs.com/forum/index.php?topic=18285.0"> first post here, though with quite a few changes taking into consideration the knowledge I've gained from this board. I'll have to tinker...

Forge Reference Links:
Topic 18285

Message 18442#194482

Previous & subsequent topics...
...started by IagainstI
...in which IagainstI participated
...in Indie Game Design
...including keyword:

 (leave blank for none)
...from around 1/23/2006