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

15 lines
314 B
Rust

ItemDef(
name: "Red Lantern",
description: "Caution: contents hot",
kind: Lantern(
(
kind: "Red0",
color: (r: 220, g: 20, b: 60),
strength_thousandths: 5000,
flicker_thousandths: 250,
),
),
quality: Common,
tags: [Utility],
)