13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Steel Gauntlets",
|
||
|
legacy_description: "The metal alloy provides better protection and lighter weight, a quite comfortable gauntlet.",
|
||
|
kind: Armor((
|
||
|
kind: Hand,
|
||
|
stats: FromSet("Steel"),
|
||
|
)),
|
||
|
quality: Moderate,
|
||
|
tags: [
|
||
|
Material(Steel),
|
||
|
SalvageInto(Steel, 1),
|
||
|
],
|
||
|
)
|