hotbot/assets/common/items/armor/cloth/druid/chest.ron

13 lines
306 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
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),
],
)