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

14 lines
261 B
Plaintext
Raw Normal View History

2020-03-16 12:40:14 +00:00
Item(
2020-04-30 20:43:24 +00:00
name: "Shovel",
description: "It's been recently cleaned.",
2020-03-16 12:40:14 +00:00
kind: Tool (
2020-03-28 07:51:24 +00:00
(
2020-04-30 20:43:24 +00:00
kind: Farming(Shovel1),
stats: (
equip_time_millis: 400,
power: 1.00,
),
2020-03-16 12:40:14 +00:00
)
),
)