veloren/assets/common/items/weapons/starter_bow.ron
2020-03-28 03:51:24 -04:00

13 lines
226 B
Plaintext

Item(
name: "Uneven Bow",
description: "Someone carved his initials into it...
Power: 15",
kind: Tool(
(
kind: Bow(BasicBow),
equip_time_millis: 400,
)
),
)