trade_bot/assets/common/loot_tables/creature/bird_large/phoenix.ron

13 lines
295 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
[
(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),
]),
])),
]