trade_bot/assets/common/loot_tables/creature/biped_small/cactid.ron
2024-11-15 12:07:15 -05:00

11 lines
290 B
Plaintext

[
(1, All([
MultiDrop(Item("common.items.crafting_ing.cactus"), 1, 2),
Lottery([
(2.0, MultiDrop(Item("common.items.flowers.plant_fiber"), 1, 2)),
(1.0, Item("common.items.crafting_ing.sentient_seed")),
]),
],
)),
]