trade_bot/assets/common/items/armor/cloth/silken/foot.ron

13 lines
281 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Silken Feet",
legacy_description: "Weaved with care by a skilled tailor.",
kind: Armor((
kind: Foot,
stats: FromSet("Silk"),
)),
quality: Moderate,
tags: [
Material(Silk),
SalvageInto(Silk, 1),
],
)