Skip to content

Releases: freiheit/MvKDiceBot

v2.0.0: Made `plainroll` work for other d20 games

24 Nov 23:20
599dfcb

Choose a tag to compare

Main change is that plainroll has some features added to work with other common game rules. Specifically was aiming for 13th Age, but should be useful for D&D and other D20-based games.

What's Changed

  • Strip out cheating code. by @freiheit in #112
  • plainroll changes:
    • Adds up the total of all the dice results
    • Looks for any number of +N and -N on the roll (like d20 +5 or 4d8 +4 -3 +2) includes that in the math
    • When roll has a single d20:
      • Calls out that nat 1 is likely a fumble
      • Calls out that nat 20 is likely a critical success
      • Calls out that nat 2 is hit for dual-wielders (13th Age rule)
      • Calls out natural even and odd

Full Changelog: v1.3.0...v2.0.0

v1.3.0

23 Mar 06:06

Choose a tag to compare

What's Changed

  • Bugfix: 104-dev Use highest rolls in result by @slashingweapon in #105
  • Bugfix: Fix adv/disadv action total by @freiheit in #108
  • Feature: 103 critical fumbles by @freiheit in #110
  • Minor dependency updates, and some code reorganizing

Full Changelog: v1.2.0...v1.3.0

v1.2.0 Major changes behind the scenes

21 Mar 06:45
f131e8b

Choose a tag to compare

What's Changed

  • Code reorg and bug fix. by @slashingweapon in #76
  • Add R alias by @freiheit in #56
  • Added ?plainroll that just rolls dice pool asked for without doing any MvK dice math
  • Added logic to automatically set appropriate amounts of d20s for the roll. (1 if no advantage or disadvantage, 2 if advantage/disadvantage, but allow more than 2 for advantage/disadvantage)
  • Various dependency updates

New Contributors

Full Changelog: v1.0.1...v1.2.0

v1.1.0 new impact calculation and "r" alias

27 Nov 04:22
d453aa2

Choose a tag to compare

What's Changed?

  • Impact for non-d20 dice >= 10 is 2 (otherwise 1) now.
  • Can call as "?r" now.
  • Updates to dependencies and other minor tweaks

Full Changelog: v1.0.1...v1.1.0

v1.0.1 Minor dependency updates

27 Nov 03:43
cf907fd

Choose a tag to compare

v1.0.1 Dependency updates; no meaningful change.s

What's Changed

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

30 Oct 06:04

Choose a tag to compare

Release 1.0.0

Does the core dice rolling stuff it's designed to do