veloren/assets/common/items/lantern/green_0.ron
2020-09-04 11:48:57 +01:00

13 lines
299 B
Plaintext

Item(
name: "Lime Zest Lantern",
description: "It has an opening that could fit a ring...",
kind: Lantern(
(
kind: "Green0",
color: (r: 255, g: 128, b: 26),
strength_thousandths: 6000,
flicker_thousandths: 250,
),
),
)