hotbot/assets/common/items/armor/cloth_purple/chest.ron
2024-06-11 14:43:30 -04:00

13 lines
304 B
Plaintext

ItemDef(
legacy_name: "Purple Linen Chest",
legacy_description: "A stylish rough fabric surcoat, dyed purple.",
kind: Armor((
kind: Chest,
stats: FromSet("Cloth Purple"),
)),
quality: Common,
tags: [
Material(Linen),
SalvageInto(Linen, 3),
],
)