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

10 lines
218 B
Plaintext

ItemDef(
legacy_name: "Brinestone Gauntlets",
legacy_description: "Hits like a rock.",
kind: Armor((
kind: Hand,
stats: FromSet("Brinestone"),
)),
quality: Legendary,
tags: [],
)