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

12 lines
277 B
Plaintext

ItemDef(
legacy_name: "Assassin Shoulder Guard",
legacy_description: "Only the best for a member of the creed.",
kind: Armor((
kind: Shoulder,
stats: FromSet("Assassin"),
)),
quality: Moderate,
tags: [
Material(Leather),
],
)