13 lines
285 B
Plaintext
13 lines
285 B
Plaintext
ItemDef(
|
|
legacy_name: "Twig Shirt",
|
|
legacy_description: "Small sticks magically imbued to hold together to form a shirt.",
|
|
kind: Armor((
|
|
kind: Chest,
|
|
stats: FromSet("Twigs"),
|
|
)),
|
|
quality: Moderate,
|
|
tags: [
|
|
SalvageInto(Twig, 3),
|
|
],
|
|
)
|