trade_bot/assets/common/items/armor/twigsflowers/foot.ron
2024-07-03 19:04:49 -04:00

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),
],
)