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

13 lines
314 B
Plaintext
Raw Normal View History

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