11 lines
319 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
[
// Consumables
2025-03-07 13:26:55 -05: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-06-11 19:51:46 -04:00
// Food
2025-03-07 13:26:55 -05:00
(0.9, MultiDrop(LootTable("common.loot_tables.food.prepared"), 2, 4)),
2024-06-11 19:51:46 -04:00
// Nothing
(2.0, Nothing),
]