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

12 lines
247 B
Plaintext

ItemDef(
legacy_name: "Velorite Battlemage Gauntlets",
legacy_description: "",
kind: Armor((
kind: Hand,
stats: FromSet("Velorite Battlemage"),
)),
quality: High,
tags: [
Material(Velorite),
],
)