Adds various Dungeons & Dragons inspired Dice to the game

Requires ApexCore

MinecraftForge mod which adds various Dungeons & Dragons inspired Dice items to the game.

Features

  • /roll

    • Chat command to roll an N'th sided die
    • Example: /roll 100 would roll a 100 sided die
  • Chat Formatting

    • Chat messages will use similar formatting to that of the given die that was rolled
    • Chat messages have the ability to be hovered over to view how many dice were rolled and the results of each individual roll
  • Specialties

    • Each die is grouped into a given specialty

      • Regular
        Dice are given a Quality Value, which weights the throw result, either higher or lower

        • These quality values are fully configurable from the mods config file
        • Wood: -2
        • Stone: -1
        • Bone: 0 (neutral)
        • Copper: 0 (neutral)
        • Iron: 0 (neutral)
        • Gold: +1
        • Diamond: +2
        • Emerald: +3
        • Netherite: +4
      • Cosmetic
        Purely cosmetic and function like any plain old die

      • Speciality
        Dice are given special functions that modify the throw result in some way

        • Fantasy's Lucky Dice

          • Lucky Rollers always roll High Values, Unlucky Rollers always roll Low Values
          • _Lucky Rollers are configurable from the mods config file
        • Tobi's Thrice Dice
          Dice are rolled 3 timed upon being used and the largest result of the 3 rolls is returned

        • Apex's NULL Dice
          Upon being rolled the result gets NULLIFIED and ends up negative

        • Symacon's Gambling Dice
          Upon being rolled there is a 50% chance of the result to either be doubled or halved
          Clamped between 0 and maximum [amount of die sides] of the rolled die