12 lines
410 B
Plaintext
12 lines
410 B
Plaintext
[
|
|
// Crafting Ingredients
|
|
(4.0, LootTable("common.loot_tables.materials.common")),
|
|
// Cheese, with about the same drop rate as coconuts
|
|
(0.3, Item("common.items.food.cheese")),
|
|
// 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")),
|
|
]
|