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

18 lines
426 B
Plaintext

ItemDef(
name: "Fanged Bow",
description: "There are over a dozen small fangs attached to the bow limbs",
kind: Tool((
kind: Bow,
hands: Two,
stats: Direct((
equip_time_secs: 0.4,
power: 0.9,
poise_strength: 0.8,
speed: 1.1,
crit_chance: 0.09,
crit_mult: 1.9,
)),
)),
quality: Moderate,
tags: [],
)