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

23 lines
540 B
Plaintext

ItemDef(
name: "Onion",
description: "A vegetable that's made the toughest men cry.",
kind: Consumable(
kind: Food,
effect: [
Buff((
kind: Saturation,
data: (
strength: 5.0,
duration: Some((
secs: 10,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: Common,
tags: [Food],
)