Class T20M

All Implemented Interfaces:
de.kaiserpfalzedv.rpg.core.dice.Die

@Dependent public class T20M extends TorgD20Base
This is an exploding D20 with a minimum of 10 when exploding.

Every 10 and 20 is rerolled and added until no 10 or 20 is rolled. If the last roll is less than 10, then at least 10 is added.

Since:
2021-01-02
Author:
rlichti <rlichti@kaiserpfalz-edv.de>
  • Constructor Details

    • T20M

      public T20M()
  • Method Details

    • roll

      public de.kaiserpfalzedv.rpg.core.dice.mat.DieResult roll()
    • getLookupTable

      public Optional<de.kaiserpfalzedv.rpg.core.dice.LookupTable> getLookupTable()
    • toString

      public String toString()
      Overrides:
      toString in class TorgD20Base
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object