Help for this page

Select Code to Download


  1. or download this
    3d6        # simplest one
    3d6+3      # with a result modifier
    ...
    4d12dh3    # drop highest 3 rolls
    4d12dl3    # drop lowest 3 rolls
    4d20kh3+7  # keep hishets 3 rolls then add 7
    
  2. or download this
    use strict;
    use warnings;
    ...
        return $self;
    }