trade_bot/assets/common/items/armor/assassin/pants.ron
2024-07-03 19:04:49 -04:00

12 lines
265 B
Plaintext

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),
],
)