veloren/assets/common/items/weapons/bow/hardwood-4.ron

16 lines
342 B
Plaintext
Raw Normal View History

ItemDef(
name: "Recurve Bow",
2021-02-25 01:37:43 +00:00
description: "It's hard to pull back all the way",
2021-01-13 03:26:51 +00:00
kind: Tool((
kind: Bow,
hands: Two,
stats: Direct((
equip_time_secs: 0.4,
2021-01-13 03:26:51 +00:00
power: 1.0,
2021-02-25 01:37:43 +00:00
poise_strength: 0.8,
speed: 1.2,
)),
2021-01-13 03:26:51 +00:00
)),
2021-02-25 01:37:43 +00:00
quality: Moderate,
tags: [],
2021-01-13 03:26:51 +00:00
)