Pular para o conteúdo principal

mythicmob_loot_objective

An objective to loot specific items from MythicMobs mobs — objective entry.

Entry Information

PropertyValue
Entry IDmythicmob_loot_objective
TypeObjective
ColorPurple
Iconfa6-solid:treasure-chest

Fields

FieldTypeDescription
mythicMobNamesList<Var<String>>List of MythicMob internal names. Each entry corresponds to the same index in lootItems, lootAmounts, and minLevels.
lootItemsList<Var<Item>>List of items to loot. Each entry corresponds to the same index in mythicMobNames, lootAmounts, and minLevels.
lootAmountsList<Var<Int>>List of amounts required per loot entry.
minLevelsList<Var<Int>>List of minimum mob levels required per loot entry. 0 = no filter.
amountVar<Int>The total amount of loot items to collect to complete the objective.
hideObjectiveVar<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