Bump some food duration to 10 seconds

This commit is contained in:
juliancoffee 2021-07-05 00:16:28 +03:00
parent 21d10b641b
commit b70e191483
13 changed files with 26 additions and 26 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 160.0,
strength: 55.0,
duration: Some((
secs: 5,
secs: 15,
nanos: 0,
)),
),

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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