2020-09-17 23:02:14 +00:00
|
|
|
ItemDef(
|
2020-06-03 17:59:09 +00:00
|
|
|
name: "Medium Potion",
|
2022-05-19 22:46:31 +00:00
|
|
|
description: "An innovative invention from an apothecary, better than its smaller precursors.",
|
2020-06-03 17:59:09 +00:00
|
|
|
kind: Consumable(
|
2021-06-30 20:48:13 +00:00
|
|
|
kind: Drink,
|
2023-03-29 23:11:59 +00:00
|
|
|
effects: All([
|
2020-11-02 17:33:16 +00:00
|
|
|
Buff((
|
2020-11-05 20:02:54 +00:00
|
|
|
kind: Potion,
|
2020-11-02 17:33:16 +00:00
|
|
|
data: (
|
2021-09-09 04:07:17 +00:00
|
|
|
strength: 75.0,
|
2023-03-08 03:22:54 +00:00
|
|
|
duration: Some(1),
|
2023-03-09 04:10:24 +00:00
|
|
|
),
|
2020-11-02 17:33:16 +00:00
|
|
|
cat_ids: [Natural],
|
2020-11-01 13:39:32 +00:00
|
|
|
)),
|
2023-01-14 00:48:59 +00:00
|
|
|
Buff((
|
|
|
|
kind: PotionSickness,
|
|
|
|
data: (
|
|
|
|
strength: 0.33,
|
2023-03-08 03:22:54 +00:00
|
|
|
duration: Some(45),
|
2023-01-14 00:48:59 +00:00
|
|
|
),
|
|
|
|
cat_ids: [Natural],
|
|
|
|
)),
|
2023-03-29 23:11:59 +00:00
|
|
|
])
|
2020-06-03 17:59:09 +00:00
|
|
|
),
|
2020-10-07 02:23:20 +00:00
|
|
|
quality: Common,
|
2021-04-04 13:02:27 +00:00
|
|
|
tags: [Potion],
|
2020-06-03 17:59:09 +00:00
|
|
|
)
|