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

12 lines
278 B
Plaintext
Raw Normal View History

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