mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
1e358e6f0c
+ Create own directory for trade_pricing `assets/common/trading` + Move fictive loot tables there + Mark sellable/non-sellable items in trade_pricing tests
12 lines
400 B
Plaintext
12 lines
400 B
Plaintext
// 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.misc.ring.skull")),
|
|
]
|