veloren/assets/common/items/tool/pick.ron
2021-06-07 11:01:46 +02:00

19 lines
396 B
Plaintext

ItemDef(
name: "Iron Pickaxe",
description: "Strike the earth!",
kind: Tool((
kind: Pick,
hands: Two,
stats: Direct((
equip_time_secs: 0.25,
power: 0.75,
poise_strength: 0.25,
speed: 1.3,
crit_chance: 0.0,
crit_mult: 1.0,
)),
)),
quality: Low,
tags: [CraftingTool],
)