mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
updated changelog, fixed lantern colors
This commit is contained in:
parent
0dba858ca9
commit
22b19e40e9
@ -46,6 +46,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- EXP on kill is now shared based on damage contribution
|
||||
- Dungeons have somewhat proper scaling. The higher the dungeon the harder it gets, Cultist staying unchanged while Mino is now at its level.
|
||||
- Parallelized entity sync system on the server
|
||||
- Item color backgrounds are now lighter
|
||||
- All items that used the PNG file format now have a VOX file instead
|
||||
- Yeti loot table modified
|
||||
- Phoenix feathers are now Legendary quality
|
||||
- Green/Red lantern now shine their respective color instead of the default lantern color
|
||||
|
||||
### Removed
|
||||
|
||||
|
@ -4,7 +4,7 @@ ItemDef(
|
||||
kind: Lantern(
|
||||
(
|
||||
kind: "Green0",
|
||||
color: (r: 50, g: 205, b: 50),
|
||||
color: (r: 145, g: 255, b: 145),
|
||||
strength_thousandths: 6000,
|
||||
flicker_thousandths: 250,
|
||||
),
|
||||
|
@ -4,7 +4,7 @@ ItemDef(
|
||||
kind: Lantern(
|
||||
(
|
||||
kind: "Red0",
|
||||
color: (r: 220, g: 20, b: 60),
|
||||
color: (r: 255, g: 70, b: 70),
|
||||
strength_thousandths: 5000,
|
||||
flicker_thousandths: 250,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user