trade_bot/assets/common/loot_tables/dungeon/cultist/enemy.ron
2024-07-03 19:04:49 -04:00

9 lines
234 B
Plaintext

[
// Currency
(1.0, MultiDrop(Item("common.items.utility.coins"), 100, 200)),
// Food
(1.0, LootTable("common.loot_tables.food.prepared")),
// Cheese
(2.0, MultiDrop(Item("common.items.food.cheese"), 3, 5)),
]