mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
Item(
|
|
name: "Humble Stick",
|
|
description: "Two-Hand Staff\n\nPower: 2-10\n\nWalking stick with a sharpened end\n\n<Right-Click to use>",
|
|
kind: Tool(
|
|
(
|
|
kind: Staff(BasicStaff),
|
|
equip_time_millis: 200,
|
|
)
|
|
),
|
|
)
|