11 lines
239 B
Plaintext
11 lines
239 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Potion of Skill",
|
||
|
legacy_description: "It doesn't seem to be doing anything...",
|
||
|
kind: Ingredient(
|
||
|
// Descriptor not needed
|
||
|
descriptor: "",
|
||
|
),
|
||
|
quality: High,
|
||
|
tags: [Potion],
|
||
|
)
|