diff --git a/assets/common/loot_tables/dungeon/tier-0/enemy.ron b/assets/common/loot_tables/dungeon/tier-0/enemy.ron index a28a7b1aed..9ca703569d 100644 --- a/assets/common/loot_tables/dungeon/tier-0/enemy.ron +++ b/assets/common/loot_tables/dungeon/tier-0/enemy.ron @@ -1,8 +1,8 @@ [ // Currency - (1.0, ItemQuantity("common.items.utility.coins", 5, 10)), + (1.0, ItemQuantity("common.items.utility.coins", 2, 4)), // Food (1.0, LootTable("common.loot_tables.food.wild_ingredients")), // Nothing (2.0, None), -] \ No newline at end of file +] diff --git a/assets/common/loot_tables/dungeon/tier-1/enemy.ron b/assets/common/loot_tables/dungeon/tier-1/enemy.ron index 1f74d7c77a..ec12216fd1 100644 --- a/assets/common/loot_tables/dungeon/tier-1/enemy.ron +++ b/assets/common/loot_tables/dungeon/tier-1/enemy.ron @@ -1,10 +1,10 @@ [ // Currency - (1.0, ItemQuantity("common.items.utility.coins", 10, 25)), + (1.0, ItemQuantity("common.items.utility.coins", 4, 10)), // Food (1.0, LootTable("common.loot_tables.food.wild_ingredients")), // Nothing (2.0, None), // Placeholder Drop Location (1.0, Item("common.items.crafting_ing.sticky_thread")), -] \ No newline at end of file +] diff --git a/assets/common/loot_tables/dungeon/tier-2/enemy.ron b/assets/common/loot_tables/dungeon/tier-2/enemy.ron index ce4da6e403..c1368adc5d 100644 --- a/assets/common/loot_tables/dungeon/tier-2/enemy.ron +++ b/assets/common/loot_tables/dungeon/tier-2/enemy.ron @@ -1,8 +1,8 @@ [ // Currency - (1.0, ItemQuantity("common.items.utility.coins", 25, 50)), + (1.0, ItemQuantity("common.items.utility.coins", 10, 20)), // Food (1.0, LootTable("common.loot_tables.food.wild_ingredients")), // Nothing (2.0, None), -] \ No newline at end of file +] diff --git a/assets/common/loot_tables/dungeon/tier-3/enemy.ron b/assets/common/loot_tables/dungeon/tier-3/enemy.ron index abe65e857b..6ef2e26870 100644 --- a/assets/common/loot_tables/dungeon/tier-3/enemy.ron +++ b/assets/common/loot_tables/dungeon/tier-3/enemy.ron @@ -1,8 +1,8 @@ [ // Currency - (1.0, ItemQuantity("common.items.utility.coins", 50, 100)), + (1.0, ItemQuantity("common.items.utility.coins", 20, 40)), // Food (1.0, LootTable("common.loot_tables.food.prepared")), // Nothing (2.0, None), -] \ No newline at end of file +] diff --git a/assets/common/loot_tables/dungeon/tier-4/enemy.ron b/assets/common/loot_tables/dungeon/tier-4/enemy.ron index c94d909763..c0b5dff2df 100644 --- a/assets/common/loot_tables/dungeon/tier-4/enemy.ron +++ b/assets/common/loot_tables/dungeon/tier-4/enemy.ron @@ -1,8 +1,8 @@ [ // Currency - (1.0, ItemQuantity("common.items.utility.coins", 100, 250)), + (1.0, ItemQuantity("common.items.utility.coins", 40, 100)), // Food (1.0, LootTable("common.loot_tables.food.prepared")), // Nothing (2.0, None), -] \ No newline at end of file +] diff --git a/assets/common/loot_tables/dungeon/tier-5/enemy.ron b/assets/common/loot_tables/dungeon/tier-5/enemy.ron index e37f3568f2..106ef0b2ad 100644 --- a/assets/common/loot_tables/dungeon/tier-5/enemy.ron +++ b/assets/common/loot_tables/dungeon/tier-5/enemy.ron @@ -1,6 +1,6 @@ [ // Currency - (1.0, ItemQuantity("common.items.utility.coins", 200, 500)), + (1.0, ItemQuantity("common.items.utility.coins", 100, 200)), // Food (1.0, LootTable("common.loot_tables.food.prepared")), // Cheese diff --git a/assets/common/loot_tables/dungeon/tier-5/minion.ron b/assets/common/loot_tables/dungeon/tier-5/minion.ron index b35a11ef9c..5f4de1106a 100644 --- a/assets/common/loot_tables/dungeon/tier-5/minion.ron +++ b/assets/common/loot_tables/dungeon/tier-5/minion.ron @@ -1,6 +1,6 @@ [ // Currency - (50.0, ItemQuantity("common.items.utility.coins", 100, 300)), + (50.0, ItemQuantity("common.items.utility.coins", 50, 100)), // Nothing (50.0, None), // Special