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.