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

13 lines
306 B
Plaintext

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