13 lines
312 B
Plaintext
13 lines
312 B
Plaintext
ItemDef(
|
|
legacy_name: "Leafy Shirt",
|
|
legacy_description: "Leaves cover the magically imbued twig shirt, providing a more natural appearance.",
|
|
kind: Armor((
|
|
kind: Chest,
|
|
stats: FromSet("Twigs Leaves"),
|
|
)),
|
|
quality: Moderate,
|
|
tags: [
|
|
SalvageInto(Twig, 3),
|
|
],
|
|
)
|