hotbot/assets/common/loot_tables/creature/quad_small/treant_sapling.ron

13 lines
308 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
[
(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),
]),
],
)),
]