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

23 lines
512 B
Plaintext

ItemDef(
name: "Pumpkin",
description: "A pumpkin.",
kind: Consumable(
kind: "Pumpkin",
effect: [
Buff((
kind: Saturation,
data: (
strength: 5.0,
duration: Some((
secs: 10,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: Common,
tags: [Food],
)