From f26fc8a13791f9f5517fd8b6a2acf4857ec1209b Mon Sep 17 00:00:00 2001 From: Maxicarlos08 Date: Thu, 7 Sep 2023 13:05:36 +0200 Subject: [PATCH] made sagitta and orange monarch obtainable again --- assets/common/loot_tables/creature/bird_large/phoenix.ron | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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