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

13 lines
283 B
Plaintext

ItemDef(
legacy_name: "Silken Skirt",
legacy_description: "Weaved with care by a skilled tailor.",
kind: Armor((
kind: Pants,
stats: FromSet("Silk"),
)),
quality: Moderate,
tags: [
Material(Silk),
SalvageInto(Silk, 2),
],
)