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
330 B
Plaintext
13 lines
330 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,
|
|
),
|
|
),
|
|
)
|