9 lines
307 B
Plaintext
9 lines
307 B
Plaintext
[
|
|
// Crafting Ingredients
|
|
(4.0, LootTable("common.loot_tables.materials.common")),
|
|
// Consumables
|
|
(2.0, Item("common.items.consumable.potion_minor")),
|
|
// Gold
|
|
(2.0, MultiDrop(Item("common.items.utility.coins"), 25, 50)),
|
|
(0.5, Item("common.items.recipes.unique.delvers_lamp")),
|
|
] |