Mortis Development
  • 👋Mortis Development
  • Mortis Core
    • Commands & Permissions
    • Custom Items
      • Detectors
      • Crafting Recipes
    • Custom Menus
      • Menu Items
      • Actions
        • Action Types
      • Requirements
    • Custom Blocks
    • Custom Mobs
    • Randomizer
    • Actions
      • Action Types
    • Requirements
      • Requirement Types
    • Default Configs
  • Mortis Minion
    • Commands & Permissions
    • Placeholders
    • Minions
      • Layouts
      • Minion Tiers
    • Skins
    • Fuels
    • Shippings
    • Upgrades
    • External Storages
    • Action Types
    • Default Configs
  • Mortis Bank
    • Commands & Permissions
    • Placeholders
    • Accounts
    • Action Types
    • Default Configs
Powered by GitBook
On this page
  • Example
  • Chance
  • Randomizer Categories

Was this helpful?

  1. Mortis Core

Randomizer

All randomizer related options & configurations

Example

randomizer:
  example-object:
    chance: 50
    ...
  example-category:
    chance: 50
    objects:
      example-object:
        chance: 50
        ...
      example-object:
        chance: 50
        ...

Chance

chance: 50

Sets the drop probability in percent.

Randomizer Categories

randomizer:
  example_category:
    chance: 50
    objects:
      example-object:
        chance: 50
        ...
      example-object:
        chance: 50
        ...

Allows you to use categories inside the Randomizer.

PreviousCustom MobsNextActions

Was this helpful?