mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Nerf non-potion drinks.
This commit is contained in:
parent
2153196294
commit
707e189034
@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Potion quaffing no longer makes characters practically immortal.
|
- Potion quaffing no longer makes characters practically immortal.
|
||||||
- Stat diff now displays correctly for armor
|
- Stat diff now displays correctly for armor
|
||||||
- Lamps, embers and campfires use glowing indices
|
- Lamps, embers and campfires use glowing indices
|
||||||
|
- Non-potion drinks no longer heal as much as potions.
|
||||||
|
|
||||||
## [0.14.0] - 2023-01-07
|
## [0.14.0] - 2023-01-07
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ ItemDef(
|
|||||||
Buff((
|
Buff((
|
||||||
kind: Saturation,
|
kind: Saturation,
|
||||||
data: (
|
data: (
|
||||||
strength: 5.0,
|
strength: 2.0,
|
||||||
duration: Some((
|
duration: Some((
|
||||||
secs: 5,
|
secs: 5,
|
||||||
nanos: 0,
|
nanos: 0,
|
||||||
|
@ -7,9 +7,9 @@ ItemDef(
|
|||||||
Buff((
|
Buff((
|
||||||
kind: Saturation,
|
kind: Saturation,
|
||||||
data: (
|
data: (
|
||||||
strength: 10.0,
|
strength: 2.0,
|
||||||
duration: Some((
|
duration: Some((
|
||||||
secs: 5,
|
secs: 10,
|
||||||
nanos: 0,
|
nanos: 0,
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
@ -7,9 +7,9 @@ ItemDef(
|
|||||||
Buff((
|
Buff((
|
||||||
kind: Saturation,
|
kind: Saturation,
|
||||||
data: (
|
data: (
|
||||||
strength: 10.0,
|
strength: 2.0,
|
||||||
duration: Some((
|
duration: Some((
|
||||||
secs: 5,
|
secs: 10,
|
||||||
nanos: 0,
|
nanos: 0,
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user