diff --git a/assets/common/entity/wild/peaceful/moose.ron b/assets/common/entity/wild/peaceful/moose.ron index 51306769fa..a0c006f114 100644 --- a/assets/common/entity/wild/peaceful/moose.ron +++ b/assets/common/entity/wild/peaceful/moose.ron @@ -3,7 +3,7 @@ EntityConfig ( body: RandomWith("moose"), alignment: Alignment(Wild), - loot: LootTable("common.loot_tables.creature.quad_low.fanged"), + loot: LootTable("common.loot_tables.creature.quad_medium.generic"), hands: Uninit, diff --git a/assets/common/items/lantern/pumpkin.ron b/assets/common/items/lantern/pumpkin.ron index ecd2cdcde7..d212577622 100644 --- a/assets/common/items/lantern/pumpkin.ron +++ b/assets/common/items/lantern/pumpkin.ron @@ -9,6 +9,6 @@ ItemDef( flicker_thousandths: 600, ), ), - quality: Epic, + quality: Legendary, tags: [Utility], ) diff --git a/assets/common/loot_tables/dungeon/tier-5/chest.ron b/assets/common/loot_tables/dungeon/tier-5/chest.ron index f3c7ab2047..331c50f82f 100644 --- a/assets/common/loot_tables/dungeon/tier-5/chest.ron +++ b/assets/common/loot_tables/dungeon/tier-5/chest.ron @@ -10,4 +10,5 @@ (1.0, ItemQuantity("common.items.mineral.ingot.bloodsteel", 3, 10)), // Consumables (2.0, LootTable("common.loot_tables.consumable.good")), + (0.1, ItemQuantity("common.items.food.spore_corruption", 1, 3)), ] diff --git a/assets/common/loot_tables/dungeon/tier-5/minion.ron b/assets/common/loot_tables/dungeon/tier-5/minion.ron index eefc86528f..0f01e36ee2 100644 --- a/assets/common/loot_tables/dungeon/tier-5/minion.ron +++ b/assets/common/loot_tables/dungeon/tier-5/minion.ron @@ -1,8 +1,8 @@ [ // Currency - (50.0, ItemQuantity("common.items.utility.coins", 50, 100)), + (30.0, ItemQuantity("common.items.utility.coins", 50, 100)), // Nothing - (50.0, Nothing), + (30.0, Nothing), // Special (1.0, Item("common.items.food.spore_corruption")), ]