13 lines
316 B
Plaintext
13 lines
316 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Steel Shoulders",
|
||
|
legacy_description: "The metal alloy plates provide better protection and comfort.",
|
||
|
kind: Armor((
|
||
|
kind: Shoulder,
|
||
|
stats: FromSet("Steel"),
|
||
|
)),
|
||
|
quality: Moderate,
|
||
|
tags: [
|
||
|
Material(Steel),
|
||
|
SalvageInto(Steel, 1),
|
||
|
],
|
||
|
)
|