drop_weighted_random_item
Triggered Effect
This effect requires a Trigger to activate.
Drops a random item at a location, with weighting for different items
Effect Syntax
- id: drop_weighted_random_item
  args:
    items: # The list of items to choose from
      - items: # You can specify a list of items for each weight
          - diamond 2
          - ancient_debris 2
        weight: 2
      - item: ancient_debris # Or just a single item
        weight: 5
  ...other config (eg triggers, filters, mutators, etc)