13 lines
314 B
Plaintext
13 lines
314 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Rawhide Chestpiece",
|
||
|
legacy_description: "Tightly packed pieces of leather. Light-weight and sturdy!",
|
||
|
kind: Armor((
|
||
|
kind: Chest,
|
||
|
stats: FromSet("Rawhide"),
|
||
|
)),
|
||
|
quality: Low,
|
||
|
tags: [
|
||
|
Material(Rawhide),
|
||
|
SalvageInto(Rawhide, 3),
|
||
|
],
|
||
|
)
|