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

16 lines
328 B
Plaintext
Raw Normal View History

ItemDef(
2020-04-30 20:43:24 +00:00
name: "Rake",
description: "Held together with twine.",
2021-01-13 03:26:51 +00:00
kind: Tool((
kind: Farming,
hands: Two,
stats: Direct((
equip_time_secs: 0.4,
2021-01-13 03:26:51 +00:00
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
)