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