diff --git a/assets/common/loot_tables/creature/bird_large/phoenix.ron b/assets/common/loot_tables/creature/bird_large/phoenix.ron index 2270f19814..566419abee 100644 --- a/assets/common/loot_tables/creature/bird_large/phoenix.ron +++ b/assets/common/loot_tables/creature/bird_large/phoenix.ron @@ -1,7 +1,9 @@ [ - (1.8, All([ + (1.5, All([ MultiDrop(Item("common.items.food.meat.bird_large_raw"), 3, 4), MultiDrop(Item("common.items.crafting_ing.animal_misc.phoenix_feather"), 1, 3), ], )), + (0.1, Item("common.items.glider.monarch")), + (0.4, Item("common.items.weapons.bow.sagitta")), ] \ No newline at end of file