group_bot/assets/common/items/armor/cloth/silken/chest.ron
2024-06-11 19:51:46 -04:00

13 lines
282 B
Plaintext

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