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

16 lines
336 B
Plaintext
Raw Normal View History

ItemDef(
2020-04-30 20:43:24 +00:00
name: "Broom",
2021-01-13 03:26:51 +00:00
description: "It\'s beginning to fall apart.",
kind: Tool((
kind: Farming,
hands: Two,
stats: Direct((
2021-01-13 03:26:51 +00:00
equip_time_millis: 400,
power: 1.0,
poise_strength: 1.0,
2021-01-13 03:26:51 +00:00
speed: 1.0,
)),
2021-01-13 03:26:51 +00:00
)),
2020-10-07 02:23:20 +00:00
quality: Common,
tags: [],
2021-01-13 03:26:51 +00:00
)