mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Bump some food duration to 10 seconds
This commit is contained in:
parent
21d10b641b
commit
b70e191483
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 30.0,
|
||||
strength: 15.0,
|
||||
duration: Some((
|
||||
secs: 5,
|
||||
secs: 10,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 50.0,
|
||||
strength: 25.0,
|
||||
duration: Some((
|
||||
secs: 5,
|
||||
secs: 10,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 9.0,
|
||||
strength: 4.5,
|
||||
duration: Some((
|
||||
secs: 5,
|
||||
secs: 10,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 30.0,
|
||||
strength: 15.0,
|
||||
duration: Some((
|
||||
secs: 5,
|
||||
secs: 10,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 5.0,
|
||||
strength: 2.5,
|
||||
duration: Some((
|
||||
secs: 5,
|
||||
secs: 10,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 50.0,
|
||||
strength: 25.0,
|
||||
duration: Some((
|
||||
secs: 5,
|
||||
secs: 10,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 160.0,
|
||||
strength: 55.0,
|
||||
duration: Some((
|
||||
secs: 5,
|
||||
secs: 15,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 18.0,
|
||||
strength: 9.0,
|
||||
duration: Some((
|
||||
secs: 5,
|
||||
secs: 10,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 9.0,
|
||||
strength: 4.5,
|
||||
duration: Some((
|
||||
secs: 5,
|
||||
secs: 10,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 50.0,
|
||||
strength: 25.0,
|
||||
duration: Some((
|
||||
secs: 5,
|
||||
secs: 10,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 9.0,
|
||||
strength: 4.5,
|
||||
duration: Some((
|
||||
secs: 5,
|
||||
secs: 10,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 40.0,
|
||||
strength: 20.0,
|
||||
duration: Some((
|
||||
secs: 5,
|
||||
secs: 10,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 7.2,
|
||||
strength: 3.6,
|
||||
duration: Some((
|
||||
secs: 5,
|
||||
secs: 10,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user