Testing

Test bed for phpBB 3.1.12
3Di
Site Admin
Posts: 18
Joined: Tue Mar 13, 2018 4:25 pm

Testing

Postby 3Di » Thu Sep 13, 2018 11:53 pm

[dice]2d6+5 + d8[/dice]

If you have an attack that does two types of damage, you might do /roll

Code: Select all

2d6+5 + d8
.

Doesn't work

[dice]2d6+5+d8[/dice]

3Di
Site Admin
Posts: 18
Joined: Tue Mar 13, 2018 4:25 pm

Re: Testing

Postby 3Di » Thu Sep 13, 2018 11:58 pm

For example, you might know that to roll an attack roll you need to roll a "D20 plus your attack modifier".

In Roll20, you would just type /roll 1d20+5.
3Di rolled 1d20+5 and got a total of 16:
11


If you hit and you need to roll 3d6+2 damage, you would just type /roll 3d6+2

3Di rolled 3d6+2 and got a total of 11:
4 4 1

3Di
Site Admin
Posts: 18
Joined: Tue Mar 13, 2018 4:25 pm

Re: Testing

Postby 3Di » Fri Sep 14, 2018 12:00 am

[dice]5+3[/dice]

3Di
Site Admin
Posts: 18
Joined: Tue Mar 13, 2018 4:25 pm

Re: Testing

Postby 3Di » Fri Sep 14, 2018 12:03 am

[dice]3d6![/dice]

3Di
Site Admin
Posts: 18
Joined: Tue Mar 13, 2018 4:25 pm

Re: Testing

Postby 3Di » Fri Sep 14, 2018 12:04 am

[dice]floor(7/2) + 2d6[/dice]