veloren/assets/common/items/weapons/tool/pickaxe.ron

20 lines
443 B
Plaintext

ItemDef(
name: "Pickaxe",
description: "It has a chipped edge.",
kind: Tool((
kind: Farming,
hands: Two,
stats: Direct((
equip_time_secs: 0.4,
power: 1.0,
effect_power: 1.0,
speed: 1.0,
crit_chance: 0.1125,
range: 1.0,
energy_efficiency: 1.0,
)),
)),
quality: Common,
tags: [],
ability_spec: None,
)