mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
changed sec count to be consistent w/ other foods
This commit is contained in:
parent
5a63366666
commit
6f331e0435
@ -9,7 +9,7 @@ ItemDef(
|
|||||||
data: (
|
data: (
|
||||||
strength: 5.0,
|
strength: 5.0,
|
||||||
duration: Some((
|
duration: Some((
|
||||||
secs: 20,
|
secs: 10,
|
||||||
nanos: 0,
|
nanos: 0,
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
@ -9,7 +9,7 @@ ItemDef(
|
|||||||
data: (
|
data: (
|
||||||
strength: 5.0,
|
strength: 5.0,
|
||||||
duration: Some((
|
duration: Some((
|
||||||
secs: 20,
|
secs: 10,
|
||||||
nanos: 0,
|
nanos: 0,
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
@ -9,7 +9,7 @@ ItemDef(
|
|||||||
data: (
|
data: (
|
||||||
strength: 5.0,
|
strength: 5.0,
|
||||||
duration: Some((
|
duration: Some((
|
||||||
secs: 20,
|
secs: 10,
|
||||||
nanos: 0,
|
nanos: 0,
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
@ -9,7 +9,7 @@ ItemDef(
|
|||||||
data: (
|
data: (
|
||||||
strength: 5.0,
|
strength: 5.0,
|
||||||
duration: Some((
|
duration: Some((
|
||||||
secs: 20,
|
secs: 10,
|
||||||
nanos: 0,
|
nanos: 0,
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
@ -9,7 +9,7 @@ ItemDef(
|
|||||||
data: (
|
data: (
|
||||||
strength: 5.0,
|
strength: 5.0,
|
||||||
duration: Some((
|
duration: Some((
|
||||||
secs: 20,
|
secs: 10,
|
||||||
nanos: 0,
|
nanos: 0,
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
@ -9,7 +9,7 @@ ItemDef(
|
|||||||
data: (
|
data: (
|
||||||
strength: 5.0,
|
strength: 5.0,
|
||||||
duration: Some((
|
duration: Some((
|
||||||
secs: 20,
|
secs: 10,
|
||||||
nanos: 0,
|
nanos: 0,
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
@ -9,7 +9,7 @@ ItemDef(
|
|||||||
data: (
|
data: (
|
||||||
strength: 5.0,
|
strength: 5.0,
|
||||||
duration: Some((
|
duration: Some((
|
||||||
secs: 20,
|
secs: 10,
|
||||||
nanos: 0,
|
nanos: 0,
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
ItemDef(
|
ItemDef(
|
||||||
name: Plain Salad",
|
name: "Plain Salad",
|
||||||
description: "Restores 20 Health over 20 seconds\n\nLiterally just chopped lettuce. Does this even count as a salad?",
|
description: "Restores 20 Health over 20 seconds\n\nLiterally just chopped lettuce. Does this even count as a salad?",
|
||||||
kind: Consumable(
|
kind: Consumable(
|
||||||
kind: "PlainSalad",
|
kind: "PlainSalad",
|
||||||
@ -9,7 +9,7 @@ ItemDef(
|
|||||||
data: (
|
data: (
|
||||||
strength: 10.0,
|
strength: 10.0,
|
||||||
duration: Some((
|
duration: Some((
|
||||||
secs: 20,
|
secs: 10,
|
||||||
nanos: 0,
|
nanos: 0,
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
@ -9,7 +9,7 @@ ItemDef(
|
|||||||
data: (
|
data: (
|
||||||
strength: 5.0,
|
strength: 5.0,
|
||||||
duration: Some((
|
duration: Some((
|
||||||
secs: 20,
|
secs: 10,
|
||||||
nanos: 0,
|
nanos: 0,
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
@ -9,7 +9,7 @@ ItemDef(
|
|||||||
data: (
|
data: (
|
||||||
strength: 5.0,
|
strength: 5.0,
|
||||||
duration: Some((
|
duration: Some((
|
||||||
secs: 20,
|
secs: 10,
|
||||||
nanos: 0,
|
nanos: 0,
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
@ -9,7 +9,7 @@ ItemDef(
|
|||||||
data: (
|
data: (
|
||||||
strength: 15.0,
|
strength: 15.0,
|
||||||
duration: Some((
|
duration: Some((
|
||||||
secs: 20,
|
secs: 10,
|
||||||
nanos: 0,
|
nanos: 0,
|
||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user