13 lines
264 B
Plaintext
13 lines
264 B
Plaintext
|
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),
|
||
|
],
|
||
|
)
|