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

12 lines
265 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Assassin Pants",
legacy_description: "Only the best for a member of the creed.",
kind: Armor((
kind: Pants,
stats: FromSet("Assassin"),
)),
quality: Moderate,
tags: [
Material(Leather),
],
)