better item desc

This commit is contained in:
Pfauenauge90 2020-03-08 00:53:49 +01:00 committed by timokoesters
parent bf1c46d596
commit 3738fe45f7
9 changed files with 26 additions and 8 deletions

View File

@ -1,6 +1,8 @@
Item(
name: "Crude Mallet",
description: "Breaks bones like sticks and stones.",
description: "Breaks bones like sticks and stones.
\n
Power: 20",
kind: Tool(
ToolData (
kind: Hammer,

View File

@ -1,6 +1,8 @@
Item(
name: "Humble Stick",
description: "Walking stick with a sharpened end.",
description: "Walking stick with a sharpened end.
Power: 6",
kind: Tool(
ToolData (
kind: Staff,

View File

@ -1,6 +1,8 @@
Item(
name: "Notched Axe",
description: "Every dent tells the story of a chopped tree.",
description: "Every dent tells the story of a chopped tree.
Power: 15",
kind: Tool(
ToolData (
kind: Axe,

View File

@ -1,6 +1,8 @@
Item(
name: "Uneven Bow",
description: "Someone carved his initials into it...",
description: "Someone carved his initials into it...
Power: 15",
kind: Tool(
ToolData (
kind: Bow,

View File

@ -1,6 +1,7 @@
Item(
name: "Sharp Kitchen Knife",
description: "Great for cutting meat.",
description: "Great for cutting meat.
Power: 15",
kind: Tool(
ToolData (
kind: Dagger,

View File

@ -1,6 +1,8 @@
Item(
name: "Sturdy Old Hammer",
description: "'Property of...' The rest is missing. ",
description: "'Property of...' The rest is missing.
Power: 15",
kind: Tool(
ToolData (
kind: Hammer,

View File

@ -1,6 +1,8 @@
Item(
name: "Gnarled Rod",
description: "Smells like resin and magic.",
description: "Smells like resin and magic.
Power: 20",
kind: Tool(
ToolData (
kind: Staff,

View File

@ -1,6 +1,8 @@
Item(
name: "Battered Sword",
description: "Held together by Rust and hope.",
description: "Held together by Rust and hope.
Power: 15",
kind: Tool(
ToolData (
kind: Sword(Rapier),

BIN
assets/voxygen/element/buttons/inv_tab.vox (Stored with Git LFS) Normal file

Binary file not shown.