2020-09-17 23:02:14 +00:00
|
|
|
ItemDef(
|
2020-06-26 16:26:00 +00:00
|
|
|
name: "Potent Potion",
|
2020-11-02 17:33:16 +00:00
|
|
|
description: "A potent healing potion.\n\nRestores 100 health on use",
|
2020-05-15 15:05:50 +00:00
|
|
|
kind: Consumable(
|
2020-08-04 23:21:42 +00:00
|
|
|
kind: "Potion",
|
2020-11-01 13:39:32 +00:00
|
|
|
effect: [
|
2020-11-02 17:33:16 +00:00
|
|
|
Buff((
|
|
|
|
kind: Saturation,
|
|
|
|
data: (
|
|
|
|
strength: 1000.0,
|
|
|
|
duration: Some((
|
|
|
|
secs: 1,
|
|
|
|
nanos: 0,
|
|
|
|
)),
|
|
|
|
),
|
|
|
|
cat_ids: [Natural],
|
2020-11-01 13:39:32 +00:00
|
|
|
)),
|
|
|
|
]
|
2020-05-15 15:05:50 +00:00
|
|
|
),
|
2020-10-07 02:23:20 +00:00
|
|
|
quality: High,
|
2020-05-15 15:05:50 +00:00
|
|
|
)
|