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

12 lines
278 B
Plaintext
Raw Permalink Normal View History

2024-07-03 23:04:49 +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),
],
)