changed sec count to be consistent w/ other foods

This commit is contained in:
Entropy 2020-12-17 12:43:33 -08:00
parent 5a63366666
commit 6f331e0435
11 changed files with 12 additions and 12 deletions

View File

@ -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,
)), )),
), ),

View File

@ -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,
)), )),
), ),

View File

@ -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,
)), )),
), ),

View File

@ -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,
)), )),
), ),

View File

@ -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,
)), )),
), ),

View File

@ -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,
)), )),
), ),

View File

@ -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,
)), )),
), ),

View File

@ -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,
)), )),
), ),

View File

@ -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,
)), )),
), ),

View File

@ -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,
)), )),
), ),

View File

@ -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,
)), )),
), ),