mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
11 lines
252 B
Plaintext
11 lines
252 B
Plaintext
Item(
|
|
name: "Uneven Bow",
|
|
description: "Bow\n\nPower: 5\n\nSomeone carved his initials into it...\n\n<Right-Click to use>",
|
|
kind: Tool(
|
|
(
|
|
kind: Bow(BasicBow),
|
|
equip_time_millis: 400,
|
|
)
|
|
),
|
|
)
|