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