veloren/assets/common/items/weapons/tool/shovel-0.ron

14 lines
286 B
Plaintext
Raw Normal View History

ItemDef(
2020-04-30 20:43:24 +00:00
name: "Shovel",
2021-01-13 03:26:51 +00:00
description: "It\'s covered in manure.",
kind: Tool((
kind: Farming,
stats: (
equip_time_millis: 400,
power: 1.0,
poise_power: 2.0,
speed: 1.0,
),
)),
2020-10-07 02:23:20 +00:00
quality: Common,
2021-01-13 03:26:51 +00:00
)