2019-10-22 18:18:40 +00:00
|
|
|
Item(
|
2019-10-27 22:22:40 +00:00
|
|
|
name: "Apple",
|
|
|
|
description: "Red and juicy.",
|
2019-10-22 18:18:40 +00:00
|
|
|
kind: Consumable(
|
|
|
|
kind: Apple,
|
|
|
|
effect: Health((
|
2019-11-09 13:42:42 +00:00
|
|
|
amount: 20,
|
2019-10-22 18:18:40 +00:00
|
|
|
cause: Item,
|
|
|
|
)),
|
|
|
|
),
|
|
|
|
)
|