12 lines
369 B
Plaintext
12 lines
369 B
Plaintext
#![enable(implicit_some)]
|
|
(
|
|
lantern: Choice([
|
|
(1, Item("common.items.lantern.black_0")),
|
|
(1, Item("common.items.lantern.blue_0")),
|
|
(1, Item("common.items.lantern.green_0")),
|
|
(1, Item("common.items.lantern.red_0")),
|
|
(1, Item("common.items.lantern.geode_purp")),
|
|
(1, Item("common.items.boss_drops.lantern")),
|
|
]),
|
|
)
|