mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
279 B
Rust
13 lines
279 B
Rust
|
ItemDef(
|
||
|
name: "Polaris",
|
||
|
description: "Christmas Lantern.",
|
||
|
kind: Lantern(
|
||
|
(
|
||
|
color: (r: 67, g: 170, b: 255),
|
||
|
strength_thousandths: 8000,
|
||
|
flicker_thousandths: 600,
|
||
|
),
|
||
|
),
|
||
|
quality: High,
|
||
|
tags: [Utility],
|
||
|
)
|