hotbot/assets/common/loot_tables/dungeon/cultist/enemy.ron

9 lines
234 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
[
// 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)),
]