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