13 lines
313 B
Plaintext
13 lines
313 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Carapace Shoulderpads",
|
||
|
legacy_description: "Made from the shell that once shielded a beast.",
|
||
|
kind: Armor((
|
||
|
kind: Shoulder,
|
||
|
stats: FromSet("Carapace"),
|
||
|
)),
|
||
|
quality: High,
|
||
|
tags: [
|
||
|
Material(Carapace),
|
||
|
SalvageInto(Carapace, 1),
|
||
|
],
|
||
|
)
|