13 lines
336 B
Plaintext
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")),
|
|
]),
|
|
],
|
|
)),
|
|
]
|