hotbot/assets/common/items/armor/bonerattler/hand.ron

12 lines
308 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
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),
],
)