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

17 lines
361 B
Plaintext
Raw Normal View History

ItemDef(
2020-04-30 20:43:24 +00:00
name: "Broom",
description: "It's beginning to fall apart.",
2020-03-16 12:40:14 +00:00
kind: Tool (
2020-03-28 07:51:24 +00:00
(
2020-11-07 18:52:28 +00:00
kind: Farming,
stats: (
equip_time_millis: 400,
2020-11-06 15:51:32 +00:00
power: 1.00,
2020-12-16 23:30:33 +00:00
poise_reduction_power: 1.00,
2020-11-06 15:51:32 +00:00
speed: 1.0
),
2020-03-16 12:40:14 +00:00
)
),
2020-10-07 02:23:20 +00:00
quality: Common,
2020-03-16 12:40:14 +00:00
)