veloren/assets/common/items/weapons/tool/broom.ron
Monty Marz 2b800a2b63 make clippy happy
Delete glider.ron
2020-10-07 02:23:20 +00:00

14 lines
284 B
Plaintext

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