group_bot/assets/common/items/armor/blacksmith/hand.ron

12 lines
199 B
Plaintext
Raw Normal View History

2024-06-11 23:51:46 +00:00
ItemDef(
legacy_name: "Blacksmith Gloves",
legacy_description: "",
kind: Armor((
kind: Hand,
stats: FromSet("Blacksmith"),
)),
quality: Epic,
tags: [
],
)