group_bot/assets/common/trading/misc_armor_sellable.ron

14 lines
404 B
Plaintext
Raw Normal View History

2025-03-07 13:26:55 -05:00
// Loot table that exists purely for price rationalisation
//
// For miscellaneous un-craftable armor pieces
//
// This loot table should be marked as sellable.
// If you want to add something that merchants can buy but not sell,
// add another loot table
//
// Please keep it sorted by rarity so it's easier to reason about things
[
// Basic
(1.0, Item("common.items.armor.misc.head.straw")),
]