14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Lime Zest Lantern",
|
||
|
legacy_description: "It has an opening that could fit a ring...",
|
||
|
kind: Lantern(
|
||
|
(
|
||
|
color: (r: 145, g: 255, b: 145),
|
||
|
strength_thousandths: 6000,
|
||
|
flicker_thousandths: 250,
|
||
|
),
|
||
|
),
|
||
|
quality: Common,
|
||
|
tags: [Utility],
|
||
|
)
|