mythicmob_loot_objective
An objective to loot specific items from MythicMobs mobs — objective entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | mythicmob_loot_objective |
| Type | Objective |
| Color | Purple |
| Icon | fa6-solid:treasure-chest |
Fields
| Field | Type | Description |
|---|---|---|
mythicMobNames | List<Var<String>> | List of MythicMob internal names. Each entry corresponds to the same index in lootItems, lootAmounts, and minLevels. |
lootItems | List<Var<Item>> | List of items to loot. Each entry corresponds to the same index in mythicMobNames, lootAmounts, and minLevels. |
lootAmounts | List<Var<Int>> | List of amounts required per loot entry. |
minLevels | List<Var<Int>> | List of minimum mob levels required per loot entry. 0 = no filter. |
amount | Var<Int> | The total amount of loot items to collect to complete the objective. |
hideObjective | Var<Boolean> | Whether to hide this objective from the tracking menu unless the quest is tracked. |
Usage Example
- entry: mythicmob_loot_objective
name: "An objective to loot specific items from MythicMobs mobs"
mythicMobNames: []
lootItems: []
lootAmounts: 0
minLevels: 0
amount: 0
hideObjective: false