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

13 lines
248 B
Plaintext
Raw Normal View History

ItemDef(
2020-07-14 20:11:39 +00:00
name: "Apple Stick",
2020-10-07 02:23:20 +00:00
description: "Restores 20 Health",
2020-07-14 20:11:39 +00:00
kind: Consumable(
kind: "AppleStick",
2020-07-14 20:11:39 +00:00
effect: Health((
2020-10-07 02:23:20 +00:00
amount: 250,
2020-07-14 20:11:39 +00:00
cause: Item,
)),
),
2020-10-07 02:23:20 +00:00
quality: Common,
2020-07-14 20:11:39 +00:00
)