mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-09-21 22:33:34 +00:00
17 lines
No EOL
369 B
Text
17 lines
No EOL
369 B
Text
ItemDef(
|
|
name: "Horse Bow",
|
|
description: "Perfect for mounted archery",
|
|
kind: Tool((
|
|
kind: Bow,
|
|
hands: Two,
|
|
stats: Direct((
|
|
equip_time_secs: 0.4,
|
|
power: 0.9,
|
|
poise_strength: 0.8,
|
|
speed: 1.3,
|
|
crit_chance: 0.1789855,
|
|
)),
|
|
)),
|
|
quality: Moderate,
|
|
tags: [],
|
|
) |