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

22 lines
580 B
Plaintext
Raw Normal View History

ItemDef(
name: "Lettuce",
2020-12-09 23:16:45 +00:00
description: "Restores 10 Health over 20 seconds\n\nA vibrant green leafy vegetable. Lettuce make some salads!",
kind: Consumable(
kind: "Lettuce",
effect: [
Buff((
kind: Saturation,
data: (
strength: 5.0,
duration: Some((
secs: 10,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: Common,
)