12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Tarasque Boots",
|
||
|
legacy_description: "Tarasque claws form the outside of these boots, protecting the wearer's feet.",
|
||
|
kind: Armor((
|
||
|
kind: Foot,
|
||
|
stats: FromSet("Tarasque"),
|
||
|
)),
|
||
|
quality: High,
|
||
|
tags: [
|
||
|
Material(Carapace),
|
||
|
],
|
||
|
)
|