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

15 lines
336 B
Plaintext
Raw Normal View History

Item(
name: "Uneven Bow",
description: "Someone carved his initials into it...",
kind: Tool(
2019-12-29 23:47:42 +00:00
ToolData (
kind: Bow,
equip_time_millis: 800,
attack_buildup_millis: 0,
attack_recover_millis: 800,
2020-01-05 19:26:22 +00:00
range: 3,
base_damage: 10,
2019-12-29 23:47:42 +00:00
)
),
)