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

12 lines
264 B
Plaintext
Raw Permalink Normal View History

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