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

17 lines
360 B
Plaintext

ItemDef(
name: "Iron Longbow",
description: "Forged from iron",
kind: Tool((
kind: Bow,
hands: Two,
stats: Direct((
equip_time_secs: 0.4,
power: 1.3,
poise_strength: 0.8,
speed: 1.1,
crit_chance: 0.139011,
)),
)),
quality: Moderate,
tags: [],
)