mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
15 lines
330 B
Rust
15 lines
330 B
Rust
ItemDef(
|
|
name: Direct("Red Lantern"),
|
|
description: "Caution: contents hot",
|
|
kind: Lantern(
|
|
(
|
|
kind: "Red0",
|
|
color: (r: 255, g: 70, b: 70),
|
|
strength_thousandths: 5000,
|
|
flicker_thousandths: 250,
|
|
),
|
|
),
|
|
quality: Direct(Common),
|
|
tags: [Utility],
|
|
)
|