Add descriptions to the potions

This commit is contained in:
juliancoffee 2021-07-01 01:56:07 +03:00
parent d4c61ae2f3
commit e6ed0137e8
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
ItemDef( ItemDef(
name: "Large Potion", name: "Large Potion",
description: "", description: "Precious medicine.",
kind: Consumable( kind: Consumable(
kind: Drink, kind: Drink,
effects: [ effects: [

View File

@ -1,6 +1,6 @@
ItemDef( ItemDef(
name: "Medium Potion", name: "Medium Potion",
description: "", description: "Enchanted healing flask.",
kind: Consumable( kind: Consumable(
kind: Drink, kind: Drink,
effects: [ effects: [

View File

@ -1,6 +1,6 @@
ItemDef( ItemDef(
name: "Minor Potion", name: "Minor Potion",
description: "", description: "Made of apples with love.",
kind: Consumable( kind: Consumable(
kind: Drink, kind: Drink,
effects: [ effects: [