trade_bot/assets/common/loot_tables/creature/biped_small/cactid.ron

11 lines
290 B
Plaintext
Raw Normal View History

2024-11-15 17:07:15 +00:00
[
(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")),
]),
],
)),
]