Merge branch 'nerf-nonpotion-drinks' into 'master'

Nerf non-potion drinks.

See merge request veloren/veloren!3788
This commit is contained in:
Marcel 2023-02-03 18:31:32 +00:00
commit 5fb74ea1d2
4 changed files with 6 additions and 5 deletions

View File

@ -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.
- Stat diff now displays correctly for armor
- Lamps, embers and campfires use glowing indices
- Non-potion drinks no longer heal as much as potions.
## [0.14.0] - 2023-01-07

View File

@ -7,7 +7,7 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 5.0,
strength: 2.0,
duration: Some((
secs: 5,
nanos: 0,

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 10.0,
strength: 2.0,
duration: Some((
secs: 5,
secs: 10,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 10.0,
strength: 2.0,
duration: Some((
secs: 5,
secs: 10,
nanos: 0,
)),
),