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

16 lines
308 B
Plaintext

ItemDef(
name: "Hoe",
description: "It's stained with dirt.",
kind: Tool (
(
kind: Farming,
stats: (
equip_time_millis: 400,
power: 1.00,
speed: 1.0
),
)
),
quality: Common,
)