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.16587302,
            crit_mult: 1.5741627,
        )),
    )),
    quality: Moderate,
    tags: [],
)