13 lines
308 B
Plaintext
13 lines
308 B
Plaintext
|
[
|
||
|
(1, All([
|
||
|
MultiDrop(Item("common.items.log.wood"), 2, 4),
|
||
|
MultiDrop(Item("common.items.flowers.plant_fiber"), 1, 3),
|
||
|
Lottery([
|
||
|
(0.5, Item("common.items.crafting_ing.resin")),
|
||
|
(0.5, Item("common.items.crafting_ing.sentient_seed")),
|
||
|
(0.5, Nothing),
|
||
|
]),
|
||
|
],
|
||
|
)),
|
||
|
]
|