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

12 lines
308 B
Plaintext

ItemDef(
legacy_name: "Bonerattler Gauntlets",
legacy_description: "The hide and bone from a bonerattler provide strong protection for the wearer.",
kind: Armor((
kind: Hand,
stats: FromSet("Bonerattler"),
)),
quality: High,
tags: [
Material(Leather),
],
)