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

12 lines
277 B
Plaintext
Raw Normal View History

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