trade_bot/assets/common/items/armor/hide/rawhide/back.ron

13 lines
308 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Rawhide Cloak",
legacy_description: "Tightly packed pieces of leather. Light-weight and sturdy!",
kind: Armor((
kind: Back,
stats: FromSet("Rawhide"),
)),
quality: Low,
tags: [
Material(Rawhide),
SalvageInto(Rawhide, 1),
],
)