13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
ItemDef(
|
|
legacy_name: "Blue Linen Belt",
|
|
legacy_description: "A stylish rough fabric belt, dyed blue.",
|
|
kind: Armor((
|
|
kind: Belt,
|
|
stats: FromSet("Cloth Blue"),
|
|
)),
|
|
quality: Common,
|
|
tags: [
|
|
Material(Linen),
|
|
SalvageInto(Linen, 1),
|
|
],
|
|
) |