14 lines
476 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
[
2024-11-15 12:10:12 -05:00
(1, All([
Item("common.items.keys.myrmidon_key"),
Lottery([
(1.7, All([
// Coins are temporary placeholder for unique drops
2024-07-03 19:04:49 -04:00
MultiDrop(Item("common.items.utility.coins"), 200, 500),
MultiDrop(Item("common.items.log.eldwood"), 2, 6),
2024-11-15 12:10:12 -05:00
])),
(0.1, Item("common.items.weapons.axe.parashu")),
(0.2, Item("common.items.armor.misc.neck.carcanet_of_wrath")),
])
])),
2024-07-03 19:04:49 -04:00
]