hotbot/assets/common/items/armor/cardinal/foot.ron
2024-06-11 14:43:30 -04:00

11 lines
233 B
Plaintext

ItemDef(
legacy_name: "Cardinal's Boots",
legacy_description: "The boots with millions of steps.",
kind: Armor((
kind: Foot,
stats: FromSet("Cardinal"),
)),
quality: Legendary,
tags: [
],
)