hotbot/assets/common/items/armor/cloth/silken/back.ron

13 lines
281 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Silken Cape",
legacy_description: "Weaved with care by a skilled tailor.",
kind: Armor((
kind: Back,
stats: FromSet("Silk"),
)),
quality: Moderate,
tags: [
Material(Silk),
SalvageInto(Silk, 1),
],
)