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

13 lines
301 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +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),
],
)