veloren/assets/common/items/weapons/bow/hardwood-2.ron
2021-03-11 20:30:15 -05:00

18 lines
408 B
Plaintext

ItemDef(
name: "Elven Longbow",
description: "Made with exquisite craftsmanship",
kind: Tool((
kind: Bow,
hands: Two,
stats: Direct((
equip_time_secs: 0.4,
power: 1.1,
poise_strength: 0.8,
speed: 1.1,
crit_chance: 0.15,
crit_mult: 1.5194805,
)),
)),
quality: Moderate,
tags: [],
)