veloren/assets/common/items/weapons/bow/wood-0.ron

18 lines
405 B
Plaintext
Raw Normal View History

ItemDef(
name: "Elven Shortbow",
2021-02-25 01:37:43 +00:00
description: "Made with exquisite craftsmanship",
2021-01-13 03:26:51 +00:00
kind: Tool((
kind: Bow,
hands: Two,
stats: Direct((
equip_time_secs: 0.4,
2021-02-25 01:37:43 +00:00
power: 0.9,
poise_strength: 0.8,
speed: 0.9,
2021-03-12 01:30:15 +00:00
crit_chance: 0.0625,
crit_mult: 2.015873,
)),
2021-01-13 03:26:51 +00:00
)),
2021-02-25 01:37:43 +00:00
quality: Low,
tags: [],
2021-01-13 03:26:51 +00:00
)