mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
0a1e12c9ad
This way all items that can be held in a hand are tools
9 lines
169 B
Plaintext
9 lines
169 B
Plaintext
Item(
|
|
name: "Boost rod",
|
|
description: "Your legs feel full of energy while holding this",
|
|
kind: Tool(
|
|
kind: Debug(Boost),
|
|
power: 0,
|
|
),
|
|
)
|