14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Cool Blue Lantern",
|
||
|
legacy_description: "This lantern is surprisingly cold when lit.",
|
||
|
kind: Lantern(
|
||
|
(
|
||
|
color: (r: 55, g: 100, b: 255),
|
||
|
strength_thousandths: 7000,
|
||
|
flicker_thousandths: 300,
|
||
|
),
|
||
|
),
|
||
|
quality: High,
|
||
|
tags: [Utility],
|
||
|
)
|