trade_bot/assets/common/items/armor/golemite/hand.ron

10 lines
281 B
Plaintext
Raw Normal View History

2024-10-10 13:12:52 +00:00
ItemDef(
legacy_name: "Golemite Gauntlets",
legacy_description: "Equipment constructed from Golemite, providing toughness not unlike that of a golem.",
kind: Armor((
kind: Hand,
stats: FromSet("Golemite"),
)),
quality: Legendary,
tags: [],
)