Added price entries for cultist and boreal armor loot tables. Removed redundant jewellery price table.

This commit is contained in:
JCoxeye 2023-12-21 12:17:01 -05:00
parent afb1e04e5f
commit 853165e465
2 changed files with 2 additions and 12 deletions

View File

@ -12,7 +12,8 @@ loot_tables: [
(6.0, true, "common.loot_tables.armor.twigs"),
(6.0, true, "common.loot_tables.armor.twigsflowers"),
(6.0, true, "common.loot_tables.armor.twigsleaves"),
(0.02, false, "common.trading.jewellery"),
(0.09, false, "common.loot_tables.armor.cultist"),
(0.08, false, "common.loot_tables.armor.boreal"),
// Ingredients
(72.5, true, "common.trading.sellable_materials"),

View File

@ -1,11 +0,0 @@
// Loot table that exists purely for price rationalisation
//
// This loot table should be marked as un-sellable.
// If you want to add something that merchants can buy and sell,
// add another loot table
//
// Please keep it sorted by rarity so it's easier to reason about things
[
(1, Item("common.items.armor.misc.back.dungeon_purple")),
(1, Item("common.items.armor.cultist.ring")),
]