veloren/assets/common/items/food/plainsalad.ron
2020-12-11 19:20:36 -08:00

22 lines
593 B
Plaintext

ItemDef(
name: Plain Salad",
description: "Restores 20 Health over 20 seconds\n\nLiterally just chopped lettuce. Does this even count as a salad?",
kind: Consumable(
kind: "PlainSalad",
effect: [
Buff((
kind: Saturation,
data: (
strength: 10.0,
duration: Some((
secs: 20,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: Common,
)