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

13 lines
299 B
Plaintext

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