mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
made it so Cool Blue Lantern is actually blue
This commit is contained in:
parent
f132c3fcb4
commit
fb157082a8
@ -4,11 +4,11 @@ ItemDef(
|
||||
kind: Lantern(
|
||||
(
|
||||
kind: "Blue0",
|
||||
color: (r: 255, g: 128, b: 26),
|
||||
strength_thousandths: 6000,
|
||||
flicker_thousandths: 250,
|
||||
color: (r: 55, g: 100, b: 255),
|
||||
strength_thousandths: 7000,
|
||||
flicker_thousandths: 300,
|
||||
),
|
||||
),
|
||||
quality: Common,
|
||||
quality: High,
|
||||
tags: [Utility],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user