13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Flowery Boots",
|
||
|
legacy_description: "Woven and magically imbued, these boots of twigs and flowers provide simple protection and peace to the wearer.",
|
||
|
kind: Armor((
|
||
|
kind: Foot,
|
||
|
stats: FromSet("Twigs Flowers"),
|
||
|
)),
|
||
|
quality: Moderate,
|
||
|
tags: [
|
||
|
SalvageInto(Twig, 1),
|
||
|
],
|
||
|
)
|