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

13 lines
331 B
Plaintext

ItemDef(
legacy_name: "Flowery Belt",
legacy_description: "Magically imbued twigs, held together with a flower intertwining its stem to hold the belt together.",
kind: Armor((
kind: Belt,
stats: FromSet("Twigs Flowers"),
)),
quality: Moderate,
tags: [
SalvageInto(Twig, 1),
],
)