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