veloren/assets/common/items/weapons/bow/hardwood-3.ron
2021-02-24 20:37:43 -05:00

16 lines
335 B
Plaintext

ItemDef(
name: "Horse Bow",
description: "Perfect for mounted archery",
kind: Tool((
kind: Bow,
hands: Two,
stats: Direct((
equip_time_millis: 400,
power: 0.9,
poise_strength: 0.8,
speed: 1.3,
)),
)),
quality: Moderate,
tags: [],
)