11 lines
319 B
Plaintext
11 lines
319 B
Plaintext
[
|
|
// Consumables
|
|
(1.0, MultiDrop(Item("common.items.consumable.potion_minor"), 2, 5)),
|
|
// Food
|
|
(1.0, MultiDrop(LootTable("common.loot_tables.food.wild_ingredients"), 1, 2)),
|
|
// Materials
|
|
(0.5, MultiDrop(Item("common.items.crafting_ing.hide.scales"), 1, 2)),
|
|
// Nothing
|
|
(1.5, Nothing),
|
|
]
|