Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

foxxtrotremade

2
Posts
1
Topics
5
Following
A member registered Jun 17, 2019

Recent community posts

Ah, of course. Didn't fully absorb the Multiple Results section. Thanks!

Currently playing in a Vampire 20th Anniversary edition game and I can't quite figure out how to automate a part of my dice rolling.

The dice mechanic is just rolling a set of D10s, which explode on 10, and you count the number of dice that are over a target. Easy enough to represent as Xd10!#{>Y} where X is the size of the pool, and Y is 1 lower than the target. However, within the mechanics, any "1" faces on the dice will count against the total number of successes. So, let's say you roll 5 dice at a target of 6, and you get 1, 4, 5, 8, 10. The 10 explodes and adds a 6. There are 3 dice that are 6 or greater so 3 successes base, but that 1 reduces the total number of successes to 2.

I can't figure out how to do the last bit in Sophie's Dice. Am curious if I'm missing something.