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

23 lines
538 B
Plaintext
Raw Normal View History

ItemDef(
name: "Tomato",
description: "A red fruit. Not actually a vegetable.",
kind: Consumable(
kind: "Tomato",
effect: [
Buff((
kind: Saturation,
data: (
strength: 5.0,
duration: Some((
secs: 10,
nanos: 0,
)),
),
cat_ids: [Natural],
)),
]
),
quality: Common,
2021-04-04 13:02:27 +00:00
tags: [Food],
)