veloren/assets/common/items/weapons/tool/shovel-1.ron

21 lines
471 B
Rust

ItemDef(
name: "Shovel",
description: "It's been recently cleaned.",
kind: Tool((
kind: Farming,
hands: Two,
stats: (
equip_time_secs: 0.4,
power: 1.0,
effect_power: 2.0,
speed: 1.0,
crit_chance: 0.1125,
range: 1.0,
energy_efficiency: 1.0,
buff_strength: 1.0,
),
)),
quality: Common,
tags: [],
ability_spec: None,
)