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

16 lines
326 B
Plaintext

ItemDef(
name: "Hoe",
description: "It\'s stained with dirt.",
kind: Tool((
kind: Farming,
hands: Two,
stats: Direct((
equip_time_secs: 0.4,
power: 1.0,
poise_strength: 1.5,
speed: 1.0,
)),
)),
quality: Common,
tags: [],
)