
The Step System probability charts
- Kot
- Posts: 8
- Joined: Wed Dec 14, 2011 1:01 pm
- Location: Poland [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: The Step System probability charts
Mataxes, that would be awesome. Than you! 

Mariusz 'Kot' Butrykowski
"The only way to keep them in line is to bury them in a row..."
"The only way to keep them in line is to bury them in a row..."
- Flagg
- Posts: 95
- Joined: Thu Dec 15, 2011 9:24 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: The Step System probability charts
I quickly put together some charts, based on 255 rolls of each step number. The steps aren't as erratic as I remember, but they do definitely tighten up as the step number rises.
https://docs.google.com/spreadsheet/ccc ... Fo3SVNhN1E
https://docs.google.com/spreadsheet/ccc ... Fo3SVNhN1E
Looking for more Earthdawn stuff? Visit the !
- Kot
- Posts: 8
- Joined: Wed Dec 14, 2011 1:01 pm
- Location: Poland [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: The Step System probability charts
The problem is that this one doesn't tell me much, except that I'll get a headache if I try to figure it out. That's why I'm trying to get that article - it was explained thoroughly, without mind-boggling statistical and mathematical terms and tables.
Mariusz 'Kot' Butrykowski
"The only way to keep them in line is to bury them in a row..."
"The only way to keep them in line is to bury them in a row..."
- Mataxes
- Site Admin
- Posts: 907
- Joined: Tue Nov 22, 2011 10:51 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: The Step System probability charts
I just dug up the files. They are in the email now.
Josh Harrison --
Troubadour and Magic Theorist
Line Developer: Earthdawn
Troubadour and Magic Theorist
Line Developer: Earthdawn
-
- Posts: 744
- Joined: Wed Nov 23, 2011 3:26 am [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
- Mataxes
- Site Admin
- Posts: 907
- Joined: Tue Nov 22, 2011 10:51 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: The Step System probability charts
For those who were interested in the articles that were up on the old RedBrick site, I've done a quick editing pass and have posted the first two up at www.loremerchant.com -- the new home of the Lore Merchant. As of this posting, only the first two are up, but the others should be following in the next couple of days.
Josh Harrison --
Troubadour and Magic Theorist
Line Developer: Earthdawn
Troubadour and Magic Theorist
Line Developer: Earthdawn
- Mataxes
- Site Admin
- Posts: 907
- Joined: Tue Nov 22, 2011 10:51 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: The Step System probability charts
And all four are up.
Josh Harrison --
Troubadour and Magic Theorist
Line Developer: Earthdawn
Troubadour and Magic Theorist
Line Developer: Earthdawn
-
- Posts: 744
- Joined: Wed Nov 23, 2011 3:26 am [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: The Step System probability charts
Buuuummp!
I've figured out some really cool ways to use AnyDice.com to crunch some Earthawn 4th Edition Step probabilities. One of the most difficult things to come up with quickly is "What are my odds of Step X vs target number T?"
I've written a program to do that, and it will give you the % of the time you will fail, vs % of the time you will succeed. I'm going to use this to balance D&D encounters I'm converting.
Have the step chart handy when you use this. I think there's a public 4E Step Chart out, right?
Here's how it works. Scroll down to the bottom of the program. Edit the Target: and X: variable (Step #) to what you need. Click Calculate, then click on Table, and Normal. The "0" value shows the % chance to fail the roll, the "1" value shows the % chance to succeed the roll!
Program link: http://anydice.com/program/4f3d
Now, if you want to compare 2 step numbers vs the same target, here is another program with 2 variables, X: and Y:, and two outputs.
Set your Target, the X and Y step #s, and click Calculate > Table > Transpose. This will show the fail % groups, and success % chance grouped, so you can compare them.
Program link: http://anydice.com/program/4f3e
I've figured out some really cool ways to use AnyDice.com to crunch some Earthawn 4th Edition Step probabilities. One of the most difficult things to come up with quickly is "What are my odds of Step X vs target number T?"
I've written a program to do that, and it will give you the % of the time you will fail, vs % of the time you will succeed. I'm going to use this to balance D&D encounters I'm converting.

Here's how it works. Scroll down to the bottom of the program. Edit the Target: and X: variable (Step #) to what you need. Click Calculate, then click on Table, and Normal. The "0" value shows the % chance to fail the roll, the "1" value shows the % chance to succeed the roll!
Program link: http://anydice.com/program/4f3d
Now, if you want to compare 2 step numbers vs the same target, here is another program with 2 variables, X: and Y:, and two outputs.
Set your Target, the X and Y step #s, and click Calculate > Table > Transpose. This will show the fail % groups, and success % chance grouped, so you can compare them.
Program link: http://anydice.com/program/4f3e
-
- Posts: 744
- Joined: Wed Nov 23, 2011 3:26 am [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: The Step System probability charts
Yah, this is cool. Two more quick programs.
The next one tests a Step number against a range of target numbers (gven as the loop start/end values). Change X & range numbers > Calculate > Table > Transposed for the odds.
Program link: http://anydice.com/program/4f3f
This final one tests a Step Number against a Target number, gives odds of success, and then gives odds of each +5 "Success level" over the target number (up to +5 Successes over the base target number). Change X > Calculate > Table > Transposed for the odds (again "0" is % chance of failure, "1" is % chance of success).
Program link: http://anydice.com/program/4f42
So, we can see that a spellcaster with Spellcasting 15, vs a Target Spell Defense of 9, has a 87.50% chance of success, a 56.79% chance of +1 success levels, 26.31% chance of +2 success levels, 11.63% chance of +3 success levels (etc).
Adding a Karma (equivalent to a +4 Step bonus) would lead to these odds: a 92.50% chance of success, a 74.07% chance of +1 success levels, 51.16% chance of +2 success levels, 27.25% chance of +3 success levels (etc).
Neat numbers to have for a design perspective.
The next one tests a Step number against a range of target numbers (gven as the loop start/end values). Change X & range numbers > Calculate > Table > Transposed for the odds.
Program link: http://anydice.com/program/4f3f
This final one tests a Step Number against a Target number, gives odds of success, and then gives odds of each +5 "Success level" over the target number (up to +5 Successes over the base target number). Change X > Calculate > Table > Transposed for the odds (again "0" is % chance of failure, "1" is % chance of success).
Program link: http://anydice.com/program/4f42
So, we can see that a spellcaster with Spellcasting 15, vs a Target Spell Defense of 9, has a 87.50% chance of success, a 56.79% chance of +1 success levels, 26.31% chance of +2 success levels, 11.63% chance of +3 success levels (etc).
Adding a Karma (equivalent to a +4 Step bonus) would lead to these odds: a 92.50% chance of success, a 74.07% chance of +1 success levels, 51.16% chance of +2 success levels, 27.25% chance of +3 success levels (etc).
Neat numbers to have for a design perspective.

-
- Posts: 744
- Joined: Wed Nov 23, 2011 3:26 am [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: The Step System probability charts
Uuug, those links broke. I still have the basic program tho. I'll have to figure out a better way to do this.....
Who is online
Users browsing this forum: No registered users and 2 guests