Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

I need help with Making 2 dice pools ( competeing pools ) for Neon City Overdrive

I need macro to make roll of two competing d6 pools for Neon City Overdrive The roll looks something like this : So the macro would be something like this: Querry how many white dice Querry how many black dice Roll both pools, present them separately ( but dont add the sum, just present dice ) Optionally  : Color dice results ( black and white ) Cancel same dice out I dont know if this is possible. But any macro that can do even similar is welcome. ( i have read some mention that its possible by using lists )
1612189250

Edited 1612189294
Jordan C.
Pro
API Scripter
Not sure how big the pool can get for the dice but here is a generic version of what you're asking for: &{template:default} {{name=Action/Danger Dice}} {{Action=?{Action Dice?| 1,[[1d6]]| 2,[[1d6]] [[1d6]]| 3,[[1d6]] [[1d6]] [[1d6]]| 4,[[1d6]] [[1d6]] [[1d6]] [[1d6]]| 5,[[1d6]] [[1d6]] [[1d6]] [[1d6]] [[1d6]]| 6,[[1d6]] [[1d6]] [[1d6]] [[1d6]] [[1d6]] [[1d6]] }}} {{Danger=?{Danger dice?| 1,[[1d6]]| 2,[[1d6]] [[1d6]]| 3,[[1d6]] [[1d6]] [[1d6]]| 4,[[1d6]] [[1d6]] [[1d6]] [[1d6]]| 5,[[1d6]] [[1d6]] [[1d6]] [[1d6]] [[1d6]]| 6,[[1d6]] [[1d6]] [[1d6]] [[1d6]] [[1d6]] [[1d6]] }}} It can be expanded easily to handle more dice rolls but I stopped at six. The eliminating matches, and coloring sounds like an API task to me (pro subscription), though I am sure there is a clever Stylus Extension work around with its own caveats as well.
This is excellent. Thanks a bunch :)
Twotricks said: This is excellent. Thanks a bunch :) Did you end up making a character sheet? I'm thinking about starting a Neon City overdrive Campaign and could use one
Philipp S. said: Twotricks said: This is excellent. Thanks a bunch :) Did you end up making a character sheet? I'm thinking about starting a Neon City overdrive Campaign and could use one No. I wish there was one. I just ditched Roll20 and run it using discord, and PDFs. Did not go very well :(
Sorry to hear that...&nbsp; There is an online dice roller: <a href="https://p-dimi.github.io/Neon-City-Overdrive-dice-thrower/" rel="nofollow">https://p-dimi.github.io/Neon-City-Overdrive-dice-thrower/</a> Some nice guy over on reddit made it. Maybe it helps your next session :)
Philipp S. said: Sorry to hear that...&nbsp; There is an online dice roller: <a href="https://p-dimi.github.io/Neon-City-Overdrive-dice-thrower/" rel="nofollow">https://p-dimi.github.io/Neon-City-Overdrive-dice-thrower/</a> Some nice guy over on reddit made it. Maybe it helps your next session :) Is it shared ? I mean do players and GM see the same result. when looking at the roll ?
No but you could just let the players "screenshare" their browsers via whatever videotool you are using...&nbsp;