mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
328 B
Plaintext
13 lines
328 B
Plaintext
|
Item(
|
||
|
name: "Magic Lantern",
|
||
|
description: "Illuminates even the darkest dungeon\nA great monster was slain for this item",
|
||
|
kind: Lantern(
|
||
|
(
|
||
|
kind: Blue0,
|
||
|
color: (r: 220, g: 220, b: 255),
|
||
|
strength_thousandths: 6500,
|
||
|
flicker_thousandths: 300,
|
||
|
),
|
||
|
),
|
||
|
)
|