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
3c20c4383b
commit
3a4ea2611d
@ -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…
x
Reference in New Issue
Block a user