veloren/assets/common/items/food/plainsalad.ron

22 lines
594 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: 10,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: Common,
)