13 lines
314 B
Plaintext
13 lines
314 B
Plaintext
ItemDef(
|
|
legacy_name: "Flowery Pants",
|
|
legacy_description: "Chainmail woven twigs enhanced with flower stems to provide protection and peace.",
|
|
kind: Armor((
|
|
kind: Pants,
|
|
stats: FromSet("Twigs Flowers"),
|
|
)),
|
|
quality: Moderate,
|
|
tags: [
|
|
SalvageInto(Twig, 2),
|
|
],
|
|
)
|