Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Another Tunnels And Trolls

A topic by ClayBrickEntertainment created Feb 18, 2022 Views: 257 Replies: 2
Viewing posts 1 to 2

Hey there! Tunnels and trolls can require players to roll a lot of dice, sometimes a lot of dice! Is there a formula to get the app to ask the user how many dice they want to roll before the dice is rolled? Example: Character 1 has to make a roll for a 5d6 weapon, their enemy is a Worm with a roll of 7d6. Next turn, the Character wants to use another weapon that is 3d6, and their enemy is rolling with a 10d6. Can I do something like that?

Developer

The app won’t ask you specifically, but you can specify which dice you roll before rolling by using roll expressions (the button between the dice bag and the X buttons).

You can enter your expression like this for two simultaneous rolls:

5d6, 7d6


Or if tunnels and trolls uses opposed rolling, you could subtract one from the other like this:

5d6 - 7d6

You can view full documentation for notation that expressions can use here.

Alrighty, thank you!