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

17 lines
385 B
Plaintext
Raw Normal View History

ItemDef(
2021-02-25 01:37:43 +00:00
name: "Beetlehorn Bow",
description: "Made from the horns of a small beetle",
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: 1.4,
poise_strength: 0.8,
2021-01-13 03:26:51 +00:00
speed: 1.0,
2021-03-12 01:30:15 +00:00
crit_chance: 0.12857144,
)),
2021-01-13 03:26:51 +00:00
)),
2020-10-07 02:23:20 +00:00
quality: Moderate,
tags: [],
2021-01-13 03:26:51 +00:00
)