mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
315 B
Rust
14 lines
315 B
Rust
ItemDef(
|
|
name: "Cool Blue Lantern",
|
|
description: "This lantern is surprisingly cold when lit.",
|
|
kind: Lantern(
|
|
(
|
|
color: (r: 55, g: 100, b: 255),
|
|
strength_thousandths: 7000,
|
|
flicker_thousandths: 300,
|
|
),
|
|
),
|
|
quality: High,
|
|
tags: [Utility],
|
|
)
|