13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
[
|
|
(1, All([
|
|
MultiDrop(Item("common.items.food.meat.bird_large_raw"), 3, 4),
|
|
MultiDrop(Item("common.items.crafting_ing.animal_misc.phoenix_feather"), 1, 3),
|
|
|
|
// Special Drop
|
|
Lottery([
|
|
(0.4, Item("common.items.weapons.bow.sagitta")),
|
|
(1.6, Nothing),
|
|
]),
|
|
])),
|
|
]
|