Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi Carlos,

I am not familiar with the fantasy age dice system but from what you have said, I think the easiest thing for now would be something like:

roll=5d6, roll#{1}, roll#{2}, roll#{3}, roll#{4}, roll#{5}, roll#{6}

Which is certainly not ideal, and probably not at all reasonable if you are rolling dice with a lot of faces. I probably could make a new roll conditions which disregard dice if there are not matching values of in the pool, or counts the number of dice which have matches, or... tbh there are a lot of variations on it and most of them will be really complicated to implement. So I’m going to hold off and just make a note to look up the fantasy age dice system and re-evaluate which conditions I could add in future.


As for your second example of adding based on total over a value, that can be done now, for example:

roll=5d6, roll + roll#{>3}

I hope this is useful (and sorry for the delayed reply!)