12 lines
278 B
Plaintext
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),
|
||
|
],
|
||
|
)
|