trade_bot/assets/common/loot_tables/dungeon/vampire/bloodmoon_heiress.ron
Jeff 37f40f83c2
All checks were successful
Publish / rust (push) Successful in 5m30s
Publish / docker (push) Successful in 19m35s
Update
2024-10-08 19:58:12 -04:00

13 lines
336 B
Plaintext

[
(1, All([
MultiDrop(Item("common.items.utility.coins"), 200, 500),
Lottery([
// Weapons
(4.0, LootTable("common.loot_tables.weapons.tier-4")),
// Armor
(4.0, LootTable("common.loot_tables.armor.tier-4")),
]),
],
)),
]