hotbot/assets/common/items/armor/hide/leather/back.ron
2024-06-11 14:43:30 -04:00

13 lines
273 B
Plaintext

ItemDef(
legacy_name: "Leather Cloak",
legacy_description: "Swift like the wind.",
kind: Armor((
kind: Back,
stats: FromSet("Leather"),
)),
quality: Common,
tags: [
Material(Leather),
SalvageInto(Leather, 1),
],
)