11 lines
319 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
[
// Consumables
2024-10-10 09:12:52 -04:00
(0.9, MultiDrop(Item("common.items.consumable.potion_minor"), 2, 5)),
// Earthern Shard
(3.3, MultiDrop(Item("common.items.crafting_ing.earthern_shard"), 1, 3)),
2024-07-03 19:04:49 -04:00
// Food
2024-10-10 09:12:52 -04:00
(0.9, MultiDrop(LootTable("common.loot_tables.food.prepared"), 2, 4)),
2024-07-03 19:04:49 -04:00
// Nothing
(2.0, Nothing),
]