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

12 lines
278 B
Plaintext

ItemDef(
legacy_name: "Bonerattler Boots",
legacy_description: "Boots made from the claws and hide of a bonerattler.",
kind: Armor((
kind: Foot,
stats: FromSet("Bonerattler"),
)),
quality: High,
tags: [
Material(Leather),
],
)