12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Tarasque Chausses",
|
||
|
legacy_description: "Fragmented tarasque shell tied together to form protective leg armor.",
|
||
|
kind: Armor((
|
||
|
kind: Pants,
|
||
|
stats: FromSet("Tarasque"),
|
||
|
)),
|
||
|
quality: High,
|
||
|
tags: [
|
||
|
Material(Carapace),
|
||
|
],
|
||
|
)
|