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

13 lines
306 B
Plaintext
Raw Normal View History

2020-10-07 02:23:20 +00:00
ItemDef(
name: "Sunflower Ice Tea",
description: "Restores 50 Health\n\nBrewed from freshly shelled sunflower seeds.",
2020-10-07 02:23:20 +00:00
kind: Consumable(
kind: "SunflowerTea",
effect: Health((
amount: 500,
cause: Item,
)),
),
quality: Moderate,
)