14 lines
476 B
Plaintext
Raw Normal View History

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