11 lines
252 B
Plaintext
11 lines
252 B
Plaintext
ItemDef(
|
|
legacy_name: "Coal",
|
|
legacy_description: "A combustible black rock that happens to be really good at burning.",
|
|
kind: Ingredient(
|
|
// Descriptor not needed
|
|
descriptor: "",
|
|
),
|
|
quality: Common,
|
|
tags: [],
|
|
)
|