From 2c220e5548344b426d39e9f17c5c450df67118fa Mon Sep 17 00:00:00 2001 From: Michal Sroczynski Date: Wed, 26 Jul 2023 15:28:32 +0200 Subject: [PATCH] Fix --- assets/common/loot_tables/dungeon/tier-2/enemy.ron | 4 ++-- assets/common/loot_tables/dungeon/tier-5/miniboss.ron | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/assets/common/loot_tables/dungeon/tier-2/enemy.ron b/assets/common/loot_tables/dungeon/tier-2/enemy.ron index 4084424d42..beb9b443c0 100644 --- a/assets/common/loot_tables/dungeon/tier-2/enemy.ron +++ b/assets/common/loot_tables/dungeon/tier-2/enemy.ron @@ -4,7 +4,7 @@ // Food (1.0, MultiDrop(LootTable("common.loot_tables.food.wild_ingredients"), 1, 2)), // Materials - (1.0, MultiDrop(Item("common.items.crafting_ing.hide.scales"), 0, 2)), + (0.5, MultiDrop(Item("common.items.crafting_ing.hide.scales"), 1, 2)), // Nothing - (1.0, Nothing), + (1.5, Nothing), ] diff --git a/assets/common/loot_tables/dungeon/tier-5/miniboss.ron b/assets/common/loot_tables/dungeon/tier-5/miniboss.ron index 3474d2e975..c51d42375f 100644 --- a/assets/common/loot_tables/dungeon/tier-5/miniboss.ron +++ b/assets/common/loot_tables/dungeon/tier-5/miniboss.ron @@ -1,8 +1,6 @@ [ // Currency (10.0, MultiDrop(Item("common.items.utility.coins"), 500, 1000)), - // Food - (5.0, LootTable("common.loot_tables.food.prepared")), // Consumables (5.0, MultiDrop(Item("common.items.consumable.potion_minor"), 4, 8)), // Back