9 lines
219 B
Plaintext
9 lines
219 B
Plaintext
|
[
|
||
|
// Consumables
|
||
|
(1.0, MultiDrop(Item("common.items.consumable.potion_minor"), 2, 5)),
|
||
|
// Food
|
||
|
(1.0, MultiDrop(LootTable("common.loot_tables.food.prepared"), 2, 4)),
|
||
|
// Nothing
|
||
|
(2.0, Nothing),
|
||
|
]
|