veloren/assets/common/items/weapons/tool/hoe.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
253 B
Plaintext

Item(
name: "Hoe",
description: "It's stained with dirt.",
kind: Tool (
(
kind: Farming("Hoe0"),
stats: (
equip_time_millis: 400,
power: 1.00,
),
)
),
)