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

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],
)