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

13 lines
264 B
Plaintext
Raw Normal View History

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