Dungeon Reward
Added in v2.0.1.
Description
Rolls one of the plugin's loot tables (the ones defined in loottables.yml) and adds the result to the targeted player's dungeon rewards. It acts on the instance the target is in, not the caster's. The items are not given out immediately: they sit in the instance's pending rewards and are handed over when the dungeon is finished, the same as loot from a "Loot Table Rewards" function. When the instance has a difficulty set, that difficulty's BonusLoot roll is added on top of the table's own item count. Items that are Mythic Mobs items are regenerated from Mythic Mobs so the reward is a fresh copy.
Needs an entity target, so give the line a targeter such as @trigger. Does nothing when the target is not in a dungeon, when no loot table matches table, or when the roll produced no items.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
table |
t, loottable, name |
Name of the loot table, matched exactly against the keys under Tables in loottables.yml. Required. |
(empty) |
Examples
Skills:
- dungeonreward{table=BossDrops} @trigger ~onDungeonComplete
Rolls the
BossDropsloot table for the finishing player and queues the items as dungeon rewards.
Aliases
-
dreward