veloren/assets/common/items/weapons/tool/pickaxe.ron
2020-11-11 22:03:53 +01:00

16 lines
311 B
Plaintext

ItemDef(
name: "Pickaxe",
description: "It has a chipped edge.",
kind: Tool (
(
kind: Farming,
stats: (
equip_time_millis: 400,
power: 1.00,
speed: 1.0
),
)
),
quality: Common,
)