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

13 lines
299 B
Plaintext

ItemDef(
legacy_name: "Druid Sash",
legacy_description: "Incredibly light, with the essence of nature.",
kind: Armor((
kind: Belt,
stats: FromSet("Lifecloth"),
)),
quality: High,
tags: [
Material(Lifecloth),
SalvageInto(Lifecloth, 1),
],
)