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

10 lines
218 B
Plaintext

ItemDef(
legacy_name: "Brinestone Boots",
legacy_description: "Not very comfortable.",
kind: Armor((
kind: Foot,
stats: FromSet("Brinestone"),
)),
quality: Legendary,
tags: [],
)