Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LI
Liquefy7822 @lemmy.world
Posts 4
Comments 5

Dices and rolling

Is it ok for me to not use physical dices for rolling? i don’t have enough dices, so I coded a quick website to roll dices, my friends are fine with me playing like that. Also if you like the website, is there anything I should add?

7

Dices and rolling

Is it ok for me to not use physical dices for rolling? i don't have enough dices, so I coded a quick website to roll dices, my friends are fine with me playing like that. Also if you like the website, is there anything I should add?

3
What are the limits of the Random Dice Icon Plugin?
  • Thanks for the Help! But I would like to clarify some information. So I wanted to make this for me playing Warhammer and not needing to roll dices. random dice icon has a .icon at the end which makes things weird I think. Also I wanted to do numDice+"d6" so I get each roll buffed by 1, like rolling a 7 if I roll a 6+1.

    outputs for random dice icon work like this output [rIcon('2d6').icons] the icon part makes me unable to add anything or else I get a syntax error

    also here is the link to the generator https://perchance.org/warhammer-dice-roll#edit

  • What are the limits of the Random Dice Icon Plugin?

    perchance.org Random Dice Icon Plugin

    Get Random Dice Icons - Revamped (Allows Getting the Numerical Values of the Generated Icons)

    Random Dice Icon Plugin

    What can I do and not do with the plugin? For example, I want to add modifiers to a roll. how can I do that if it is possible? I know for the normal dice plugin it works like this output ([dice(numDice+"d6") + buffs + debuffs])

    But for the random dice icon plugin I cannot do that. Also is it possible to lock only specific dice with locker plugin?

    4
    Advice on Warhammer Dice Roller
  • @VioneT Thanks for the help! Could you also give me a sample of how to use your plugin in the context of my generator? because the current generator has a buff and debuff function which adds and minuses. there is also number of dice to roll.

  • Advice on Warhammer Dice Roller
  • thanks for the tips! the link is here(will add to the post when I have time): https://perchance.org/warhammer-dice-roll

    I will try your plugin, but is there anything different which I need to note? Also could you help me see how to get the buff/debuff values to work? Lots of thanks! 😁

  • Advice on Warhammer Dice Roller

    I wanted to try out using Perchance for one of my hobbies which is Warhammer. Wanted to try out making a dice roller. I got the user input on how much dice they are rolling, but after that I am a bit lost. Parts I need help on are how to make them roll like 10 different dice and show the individual values, how I can add individual d+1, make affected rolls, etc. would also want to add lockable list to lock certain rolls. I know what I want to do but implementation is a bit of an issue.

    6