veloren/assets/common/items/food/plainsalad.ron
2021-06-29 05:59:02 -05:00

23 lines
565 B
Plaintext

ItemDef(
name: "Plain Salad",
description: "Literally just chopped lettuce. Does this even count as a salad?",
kind: Consumable(
kind: Food,
effect: [
Buff((
kind: Saturation,
data: (
strength: 5.0,
duration: Some((
secs: 20,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: Common,
tags: [Food],
)