veloren/assets/common/items/weapons/starter_bow.ron

11 lines
252 B
Plaintext
Raw Normal View History

Item(
name: "Uneven Bow",
2020-04-26 01:44:56 +00:00
description: "Bow\n\nPower: 5\n\nSomeone carved his initials into it...\n\n<Right-Click to use>",
kind: Tool(
2020-03-28 07:51:24 +00:00
(
kind: Bow(BasicBow),
equip_time_millis: 400,
2019-12-29 23:47:42 +00:00
)
),
)