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

12 lines
265 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Assassin Gloves",
legacy_description: "Only the best for a member of the creed.",
kind: Armor((
kind: Hand,
stats: FromSet("Assassin"),
)),
quality: Moderate,
tags: [
Material(Leather),
],
)