mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
269 B
Plaintext
13 lines
269 B
Plaintext
Item(
|
|
name: "Red Lantern",
|
|
description: "Caution: contents hot",
|
|
kind: Lantern(
|
|
(
|
|
kind: Red0,
|
|
color: (r: 255, g: 127, b: 51),
|
|
strength_thousandths: 3500,
|
|
flicker_thousandths: 1000,
|
|
),
|
|
),
|
|
)
|