trade_bot/assets/common/loot_tables/dungeon/myrmidon/enemy.ron

9 lines
192 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
[
// Currency
(1.0, MultiDrop(Item("common.items.utility.coins"), 40, 100)),
// Food
(1.0, LootTable("common.loot_tables.food.prepared")),
// Nothing
(2.0, Nothing),
]