mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
223 B
Plaintext
14 lines
223 B
Plaintext
Item(
|
|
name: "Apple",
|
|
description: "Red and juicy.
|
|
|
|
Restores 20 Health.",
|
|
kind: Consumable(
|
|
kind: Apple,
|
|
effect: Health((
|
|
amount: 20,
|
|
cause: Item,
|
|
)),
|
|
),
|
|
)
|