Liquefy7822

joined 2 months ago
[–] Liquefy7822 1 points 2 months ago (1 children)

I will make changes to that. Thanks for the reply! Would making the box bigger help?

19
Dices and rolling (warhammer-dice-roller.netlify.app)
submitted 2 months ago by Liquefy7822 to c/warhammer40k
 

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?

[–] Liquefy7822 2 points 2 months ago

Thanks for the Reply! I eventually found it easier to make it outside of Perchance Here is the link to the new site.

8
Dices and rolling (warhammer-dice-roller.netlify.app)
submitted 2 months ago by Liquefy7822 to c/warhammer
 

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?

[–] Liquefy7822 1 points 2 months ago* (last edited 2 months ago) (2 children)

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

2
submitted 2 months ago* (last edited 2 months ago) by Liquefy7822 to c/perchance
 

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?

[–] Liquefy7822 1 points 2 months ago* (last edited 2 months ago)

@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.

[–] Liquefy7822 1 points 2 months ago* (last edited 2 months ago) (2 children)

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! 😁

3
submitted 2 months ago* (last edited 2 months ago) by Liquefy7822 to c/perchance
 

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.