Nerf non-potion drinks.

This commit is contained in:
Avi Weinstock 2023-02-01 15:50:07 -05:00
parent 2153196294
commit 707e189034
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,
)),
),