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

13 lines
281 B
Plaintext

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),
],
)