veloren/assets/common/items/weapons/tool/shovel-0.ron
Monty Marz 2b800a2b63 make clippy happy
Delete glider.ron
2020-10-07 02:23:20 +00:00

14 lines
281 B
Plaintext

ItemDef(
name: "Shovel",
description: "It's covered in manure.",
kind: Tool (
(
kind: Farming("Shovel0"),
stats: (
equip_time_millis: 400,
power: 1.00),
)
),
quality: Common,
)