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

23 lines
541 B
Plaintext
Raw Normal View History

ItemDef(
name: "Onion",
description: "A vegetable that's made the toughest men cry.",
kind: Consumable(
2021-06-24 04:26:09 +00:00
kind: Food,
effects: [
Buff((
kind: Saturation,
data: (
strength: 10.0,
duration: Some((
secs: 5,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: Common,
2021-04-04 13:02:27 +00:00
tags: [Food],
)