hotbot/assets/common/items/armor/cloth/druid/back.ron
2024-06-11 14:43:30 -04:00

13 lines
299 B
Plaintext

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