veloren/assets/common/items/weapons/tool/shovel-1.ron
2023-11-14 18:06:58 -05:00

22 lines
464 B
Rust

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