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

16 lines
316 B
Plaintext

ItemDef(
name: "Broom",
description: "It's beginning to fall apart.",
kind: Tool (
(
kind: Farming,
stats: (
equip_time_millis: 400,
power: 1.00,
speed: 1.0
),
)
),
quality: Common,
)