mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
e3eb34085f
velorite staff update ore_nature_longbow model fix humanoid colours Update agent.rs improve rng (according to zesterer) slower fleeing More adjustments fix cult leader name more loot tables all kinds of adjustments smöl adjustments
13 lines
273 B
Plaintext
13 lines
273 B
Plaintext
Item(
|
|
name: "Black Lantern",
|
|
description: "Used by city guards.",
|
|
kind: Lantern(
|
|
(
|
|
kind: "Black0",
|
|
color: (r: 255, g: 128, b: 26),
|
|
strength_thousandths: 3000,
|
|
flicker_thousandths: 300,
|
|
),
|
|
),
|
|
)
|