13 lines
303 B
Plaintext
13 lines
303 B
Plaintext
ItemDef(
|
|
legacy_name: "Cobalt Girdle",
|
|
legacy_description: "Ornamental and impenetrable, the metal will never dull.",
|
|
kind: Armor((
|
|
kind: Belt,
|
|
stats: FromSet("Cobalt"),
|
|
)),
|
|
quality: High,
|
|
tags: [
|
|
Material(Cobalt),
|
|
SalvageInto(Cobalt, 1),
|
|
],
|
|
) |