veloren/assets/common/items/lantern/pumpkin.ron

15 lines
322 B
Rust
Raw Normal View History

2021-08-23 18:06:48 +00:00
ItemDef(
2021-11-03 21:27:47 +00:00
name: "Eerie Pumpkin",
2021-08-23 18:06:48 +00:00
description: "Did it just blink?!",
kind: Lantern(
(
kind: "PumpkinLantern",
color: (r: 31, g: 255, b: 22),
strength_thousandths: 8000,
flicker_thousandths: 600,
),
),
2022-04-23 14:54:01 +00:00
quality: High,
2021-08-23 18:06:48 +00:00
tags: [Utility],
)