dice-roller/rpg-dice-roller

multiple-result rolls

开放

#205 创建于 2021年2月1日

 (4 条评论) (1 个反应) (0 位负责人)JavaScript (68 个派生)auto 404
blockedenhancementhelp wantedmodifiersuggestion

仓库指标

星标
 (279 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Hello,

A common roll in TTRPGs is to re-roll twice on a given result, and also, to roll multiple dice and want the individual results of each die roll.

e.g.: roll 1d8, if 8, then roll 2d8 and keep each result. Thus: roll:1d8, [8], automatically reroll:2d8: [6] and [5] and roll 4d4+1, wanting each result of the four dice. Thus: roll:4d4+1, [4+1], [2+1], [4+1], [1+1]: 5, 3, 5, 2

Also, would it be possible to set the result pop-up to be a a different colour on crit success and crit fail? The ** and __ aren't being noticed by my players.

Thank you so much for this script!

  • Allow explode modifier to roll multiple dice for each "explode"
  • Allow re-roll modifier to roll multiple dice for each re-roll

贡献者指南