This commit is contained in:
Michal Sroczynski 2023-07-26 15:28:32 +02:00
parent ced87c08ec
commit 2c220e5548
2 changed files with 2 additions and 4 deletions

View File

@ -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),
]

View File

@ -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