mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Add descriptions to the potions
This commit is contained in:
parent
d4c61ae2f3
commit
e6ed0137e8
@ -1,6 +1,6 @@
|
||||
ItemDef(
|
||||
name: "Large Potion",
|
||||
description: "",
|
||||
description: "Precious medicine.",
|
||||
kind: Consumable(
|
||||
kind: Drink,
|
||||
effects: [
|
||||
|
@ -1,6 +1,6 @@
|
||||
ItemDef(
|
||||
name: "Medium Potion",
|
||||
description: "",
|
||||
description: "Enchanted healing flask.",
|
||||
kind: Consumable(
|
||||
kind: Drink,
|
||||
effects: [
|
||||
|
@ -1,6 +1,6 @@
|
||||
ItemDef(
|
||||
name: "Minor Potion",
|
||||
description: "",
|
||||
description: "Made of apples with love.",
|
||||
kind: Consumable(
|
||||
kind: Drink,
|
||||
effects: [
|
||||
|
Loading…
Reference in New Issue
Block a user