12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Savage Boots",
|
||
|
legacy_description: "Brings the fury of the barbarians.",
|
||
|
kind: Armor((
|
||
|
kind: Foot,
|
||
|
stats: FromSet("Savage"),
|
||
|
)),
|
||
|
quality: High,
|
||
|
tags: [
|
||
|
Material(Leather),
|
||
|
],
|
||
|
)
|