hotbot/assets/common/items/armor/assassin/head.ron

13 lines
301 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Dark Assassin Mask",
legacy_description: "A general assassination mask preventing the wearer from being identified.",
kind: Armor((
kind: Head,
stats: Direct((
)),
)),
quality: Moderate,
tags: [
Material(Leather),
],
)