veloren/assets/common/items/weapons/tool/shovel-1.ron
BottledByte dc91209a7b Removed fine-grained Item enums and replaced them with Strings
This change allows to introduce new weapons and pair them
with graphical assets without need to recompile.
2020-08-02 01:21:32 +00:00

14 lines
263 B
Plaintext

Item(
name: "Shovel",
description: "It's been recently cleaned.",
kind: Tool (
(
kind: Farming("Shovel1"),
stats: (
equip_time_millis: 400,
power: 1.00,
),
)
),
)