Remove high tier ignots and big potions from trade

This commit is contained in:
juliancoffee 2021-06-18 00:03:51 +03:00
parent 54b339862a
commit d4bf4bf51b
2 changed files with 14 additions and 8 deletions

View File

@ -25,7 +25,14 @@ loot_tables: [
(0.4, true, "common.loot_tables.food.wild_ingredients"),
(0.2, true, "common.loot_tables.food.prepared"),
// Potions
(0.2, true, "common.loot_tables.consumable.potion"),
//
// crafted from food, no need to duplicate it here.
// Big potions aren't crafted, but our potions
// from merchants are already abused
//
// Place them back we will have better situation with potions
// and economy.
//
// Misc
(0.1, true, "common.loot_tables.consumable.throwable"),
(0.7, true, "common.loot_tables.consumable.misc"),

View File

@ -2,10 +2,11 @@
// Please keep it sorting by rarity so it's easier to reason about things
[
// Ores
(0.03, Item("common.items.mineral.ore.gold")),
(0.045, Item("common.items.mineral.ore.silver")),
(0.1, Item("common.items.mineral.ore.bloodstone")),
(0.2, Item("common.items.mineral.ore.cobalt")),
// Uncomment when bug with crafting doesn't propagating can_sell will be fixed
// (0.03, Item("common.items.mineral.ore.gold")),
// (0.045, Item("common.items.mineral.ore.silver")),
// (0.1, Item("common.items.mineral.ore.bloodstone")),
// (0.2, Item("common.items.mineral.ore.cobalt")),
(0.25, Item("common.items.mineral.ore.coal")),
(0.3, Item("common.items.mineral.ore.iron")),
(0.5, Item("common.items.mineral.ore.velorite")),
@ -14,11 +15,9 @@
(1.5, Item("common.items.mineral.ore.tin")),
// Animal Hide
(0.1, Item("common.items.crafting_ing.leather.rigid_leather")),
(0.2, Item("common.items.crafting_ing.hide.scales")),
(0.4, Item("common.items.crafting_ing.leather.thick_leather")),
(0.4, Item("common.items.crafting_ing.hide.scales")),
(0.7, Item("common.items.crafting_ing.hide.tough_hide")),
(1.0, Item("common.items.crafting_ing.hide.animal_hide")),
(1.2, Item("common.items.crafting_ing.leather.simple_leather")),
(1.5, Item("common.items.crafting_ing.leather.leather_strips")),
// Mob Drops
(0.01, Item("common.items.crafting_ing.animal_misc.phoenix_feather")),