13 lines
274 B
Plaintext
13 lines
274 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Leather Gloves",
|
||
|
legacy_description: "Swift like the wind.",
|
||
|
kind: Armor((
|
||
|
kind: Hand,
|
||
|
stats: FromSet("Leather"),
|
||
|
)),
|
||
|
quality: Common,
|
||
|
tags: [
|
||
|
Material(Leather),
|
||
|
SalvageInto(Leather, 1),
|
||
|
],
|
||
|
)
|