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

13 lines
302 B
Plaintext

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