mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
15 lines
318 B
Rust
15 lines
318 B
Rust
ItemDef(
|
|
name: "Purple Geode",
|
|
description: "Emits a calming glow",
|
|
kind: Lantern(
|
|
(
|
|
kind: "GeodePurp",
|
|
color: (r: 144, g: 88, b: 181),
|
|
strength_thousandths: 8000,
|
|
flicker_thousandths: 600,
|
|
),
|
|
),
|
|
quality: High,
|
|
tags: [Utility],
|
|
)
|