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

13 lines
282 B
Plaintext
Raw Normal View History

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