10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Red Linen",
|
||
|
legacy_description: "A flax fiber textile, dyed to stand out.",
|
||
|
kind: Ingredient(
|
||
|
// Descriptor not needed
|
||
|
descriptor: "",
|
||
|
),
|
||
|
quality: Low,
|
||
|
tags: [MaterialKind(Cloth)],
|
||
|
)
|