trade_bot/assets/common/items/armor/misc/bag/troll_hide_pack.ron

12 lines
247 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Trollhide Pack",
legacy_description: "Trolls were definitely hurt in the making of this.",
kind: Armor((
kind: Bag,
stats: Direct(()),
)),
quality: Epic,
tags: [Bag],
slots: 20,
)