hotbot/assets/common/items/armor/mail/bronze/foot.ron

13 lines
287 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Bronze Shoes",
legacy_description: "'Heavy and dull, but it can take a punch.",
kind: Armor((
kind: Foot,
stats: FromSet("Bronze"),
)),
quality: Low,
tags: [
Material(Bronze),
SalvageInto(Bronze, 1),
],
)