mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
ab1c43be84
Also fixed two wrong asset references and did some .ron formatting
13 lines
299 B
Plaintext
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: 192, g: 255, b: 76),
|
|
strength_thousandths: 4000,
|
|
flicker_thousandths: 500,
|
|
),
|
|
),
|
|
)
|