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

Item(
name: "Rake",
description: "Held together with twine.",
kind: Tool (
(
kind: Farming("Rake"),
stats: (
equip_time_millis: 400,
power: 1.00,
),
)
),
)