veloren/assets/common/items/lantern/black_0.ron
BottledByte ab1c43be84 Dehardcoded LanternKind, Consumable and Ingredient, fixed Sceptre hotbar
Also fixed two wrong asset references and did some .ron formatting
2020-08-05 01:21:42 +02:00

13 lines
273 B
Plaintext

Item(
name: "Black Lantern",
description: "Used by city guards.",
kind: Lantern(
(
kind: "Black0",
color: (r: 255, g: 190, b: 75),
strength_thousandths: 3000,
flicker_thousandths: 300,
),
),
)