Embedded Dice Support - Page 8 of 14

In the background there have been requests - Page 8 - Board, Card, RPG Reviews - Posted: 6th Oct, 2016 - 12:49pm

Text RPG Play Text RPG ?
 

26th April 2024's Text Adventure:
Choose Your Medieval Fantasy Character:

Fighter
Fighter
Warlock
Warlock
Paladin
Paladin
Ranger
Ranger
Barbarian
Barbarian
Wizard
Wizard
Cleric
Cleric
Draconian
Draconian
Rogue
Rogue

+  « First of 14 pgs.  4 5 6 7 8 9 10 11 12  ...Latest (14) »
Posts: 110 - Views: 8710
Closed
Discuss  Embedded Dice Support This just for you to see how Dice Rolls are formulated. This only works for Game Master's who have GMaster status and requested it for their Game.
Create RPG Character Dice JB's Maps RP Etiquette RPG Etiquette JB's SRD Game Master GM Stats
21st Dec, 2015 - 7:21pm / Post ID: #
Dice Master

Character
Game Master ◀
Not Not Approved ?

Embedded Dice Support - Page 8

Ignoble says...

When I was coding it I was aware that someone could do that but did not prevent it simply because it wasn't worth the extra effort in coding the prevention for a once in a blue moon mistake.

If someone was to purposely do that then it will show up that the person selected a D2 with a higher start number thus the GM reading that should automatically null the result.



Sponsored Links:
7th Feb, 2016 - 1:52am / Post ID: #

Support Dice Embedded

Using the start number on a d6 I found a small sample of 30 rolls had a skew towards higher numbers. I'd like to believe it was luck, it happens in a truly random system, but just need to double check. Testing various rolls below.

ICon Character Results:
  • Test d6 start 2 on D6 (+0): 6, 4, 2, 6, 5, 4 (6 rolls, as D2-6)
  • Test d6 start 2 on D6 (+0): 6, 4, 2, 3, 6, 6 (6 rolls, as D2-6)
  • Test d6 start 2 on D6 (+0): 2, 6, 4, 6, 5, 5 (6 rolls, as D2-6)
  • Test d6 start 2 on D6 (+0): 3, 2, 2, 3, 6, 6 (6 rolls, as D2-6)
  • Test d6 start 2 on D6 (+0): 3, 4, 6, 5, 3, 4 (6 rolls, as D2-6)
  • Test d6 start 2 on D6 (+0): 2, 2, 2, 2, 2, 5 (6 rolls, as D2-6)
  • Test d6 start 2 on D6 (+0): 5, 2, 3, 5, 3, 3 (6 rolls, as D2-6)
  • Test d6 start 2 on D6 (+0): 4, 4, 3, 2, 3, 2 (6 rolls, as D2-6)
  • Test d6 start 2 on D6 (+0): 6, 4, 2, 6, 5, 2 (6 rolls, as D2-6)
  • Test d6 start 2 on D6 (+0): 6, 6, 4, 5, 4, 6 (6 rolls, as D2-6)
  • Test d6 start 2 on D6 (+0): 3, 5, 6, 3, 5, 2 (6 rolls, as D2-6)
  • Test d20 start 4 on D20 (+0): 4, 10, 6, 9, 5, 13 (6 rolls, as D4-20)
  • Test d20 start 4 on D20 (+0): 14, 15, 20, 19, 18, 7 (6 rolls, as D4-20)
  • Test d20 start 4 on D20 (+0): 20, 15, 15, 6, 13, 10 (6 rolls, as D4-20)
  • Test d20 start 4 on D20 (+0): 8, 10, 9, 17, 6, 18 (6 rolls, as D4-20)
  • Test d20 start 4 on D20 (+0): 14, 11, 11, 14, 16, 6 (6 rolls, as D4-20)
  • Test d20 start 4 on D20 (+0): 17, 16, 13, 19, 4, 15 (6 rolls, as D4-20)


7th Feb, 2016 - 2:14am / Post ID: #
Dice Master

Character
Game Master ◀
Not Not Approved ?

Embedded Dice Support Reviews RPG & Card Board

Ignoble says...

I can see your roll results and they are all 'normal' and correct save for an unusual " 2, 2, 2, 2, 2, 5" but it does happen.

The Dice results are truly random in that the CPU picks between 'x' and 'y' of the numbers you chose. I have no other algorithm running that will emphasize higher or lower numbers.



7th Feb, 2016 - 4:01am / Post ID: #

Page 8 Support Dice Embedded

That method makes statistical sense.

The histogram of the d6 starting from 2 has
2: 16
3: 12
4: 11
5: 11
6: 16

So the theoretical frequency of each should be 66/5 = 13.2. The chi-squared comes out to 2.03(03 repeating) hence a p-value of 0.75.

There is a 75% chance the variation is from random factors and the d6 is fair.

Even the d20 rolls are pretty good. There are zero 12's but 3 numbers that were rolled once, 8 numbers that were rolled twice, 3 numbers rolled thrice, and 2 number rolled 4 times. The theoretical frequency was 36/17 so 2.12.



30th Apr, 2016 - 7:57pm / Post ID: #

Support Dice Embedded

You know what might be cool, an option to nudge the dice to guarantee a 20 on a d20 as an example. Could be a feature to enable based on FP.



30th Apr, 2016 - 11:25pm / Post ID: #
Dice Master

Character
Game Master ◀
Not Not Approved ?

Embedded Dice Support

Ignoble says...

I could make that a buy for best rolls in exchange for FP. For instance, pay 'x' FP and use a ticket to get one free 20 on your next D20 roll. I don't know how our Dungeon Masters / Game Masters will feel about that so you may need to get some feedback from them.



Make sure to SUBSCRIBE for FREE to JB's Youtube Channel!
10th Sep, 2016 - 1:00am / Post ID: #

Embedded Dice Support - Page 8

I like how you say it JB that could work but I don't know if the Dungeon Masters will be too pleased about it. That could also make players with lots of FP get 20s all the time. Maybe there would have to be a limit on how many times they could be used.



6th Oct, 2016 - 12:49pm / Post ID: #
Dice Master

Character
Game Master ◀
Not Not Approved ?

Embedded Dice Support Board Card & RPG Reviews - Page 8

Ignoble says...

In the background there have been requests again to use FP to ensure a 20 is rolled on a D20. Before I create something like that I need feedback from the current Dungeon Masters as they are the ones that will be affected by it.




 
> TOPIC: Embedded Dice Support
 

▲ TOP


International Discussions Coded by: BGID®
ALL RIGHTS RESERVED Copyright © 1999-2024
Disclaimer Privacy Report Errors Credits
This site uses Cookies to dispense or record information with regards to your visit. By continuing to use this site you agree to the terms outlined in our Cookies used here: Privacy / Disclaimer,