hotbot/assets/common/items/armor/cloth_purple/shoulder.ron

13 lines
295 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Purple Linen Coat",
legacy_description: "A rough fabric coat, dyed purple.",
kind: Armor((
kind: Shoulder,
stats: FromSet("Cloth Purple"),
)),
quality: Common,
tags: [
Material(Linen),
SalvageInto(Linen, 1),
],
)