12 lines
281 B
Plaintext
12 lines
281 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Tarasque Belt",
|
||
|
legacy_description: "Shattered band of a tarasque shell, making for a strong belt.",
|
||
|
kind: Armor((
|
||
|
kind: Belt,
|
||
|
stats: FromSet("Tarasque"),
|
||
|
)),
|
||
|
quality: High,
|
||
|
tags: [
|
||
|
Material(Carapace),
|
||
|
],
|
||
|
)
|