12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
[
|
|
(1, All([
|
|
MultiDrop(Item("common.items.utility.coins"), 500, 1000),
|
|
MultiDrop(Item("common.items.consumable.potion_minor"), 2, 4),
|
|
Lottery([
|
|
(4.0, LootTable("common.loot_tables.armor.cultist")),
|
|
(1.0, Item("common.items.glider.blue")),
|
|
(15.0, Nothing),
|
|
]),
|
|
])),
|
|
]
|