mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
300 B
Rust
14 lines
300 B
Rust
ItemDef(
|
|
legacy_name: "Eerie Pumpkin",
|
|
legacy_description: "Did it just blink?!",
|
|
kind: Lantern(
|
|
(
|
|
color: (r: 31, g: 255, b: 22),
|
|
strength_thousandths: 8000,
|
|
flicker_thousandths: 600,
|
|
),
|
|
),
|
|
quality: High,
|
|
tags: [Utility],
|
|
)
|