2020-09-17 23:02:14 +00:00
|
|
|
ItemDef(
|
2021-07-31 22:03:51 +00:00
|
|
|
name: Direct("Lime Zest Lantern"),
|
2020-04-10 04:33:35 +00:00
|
|
|
description: "It has an opening that could fit a ring...",
|
2020-05-04 15:15:31 +00:00
|
|
|
kind: Lantern(
|
|
|
|
(
|
2020-08-04 23:21:42 +00:00
|
|
|
kind: "Green0",
|
2021-12-26 23:08:19 +00:00
|
|
|
color: (r: 145, g: 255, b: 145),
|
2020-09-03 16:52:21 +00:00
|
|
|
strength_thousandths: 6000,
|
|
|
|
flicker_thousandths: 250,
|
2020-05-04 15:15:31 +00:00
|
|
|
),
|
|
|
|
),
|
2020-10-07 02:23:20 +00:00
|
|
|
quality: Common,
|
2021-04-04 13:02:27 +00:00
|
|
|
tags: [Utility],
|
2020-04-10 04:33:35 +00:00
|
|
|
)
|