13 lines
336 B
Plaintext
Raw Normal View History

2024-10-08 19:55:42 -04:00
[
(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")),
]),
],
)),
]